20 lines
955 B
JavaScript
20 lines
955 B
JavaScript
OC.L10N.register(
|
|
"integration_mastodon",
|
|
{
|
|
"Error getting OAuth access token" : "OAuth 접근을 가져오는데 오류가 발생했습니다.",
|
|
"Error during OAuth exchanges" : "OAuth 교환 중 오류가 발생했습니다.",
|
|
"Used %1$s times by %2$s accounts" : "%2$s개의 계정이 %1$s회 사용함 ",
|
|
"Bad HTTP method" : "옳지 않은 HTTP 메소드",
|
|
"Bad credentials" : "잘못된 자격 증명",
|
|
"OAuth access token refused" : "OAuth 액세스 토큰 거부됨",
|
|
"Connected accounts" : "계정 연결됨",
|
|
"Incorrect access token" : "잘못된 액세스 토큰",
|
|
"Connected as {user}" : "[user]로 연결됨",
|
|
"Enable accounts search" : "계정 검색 활성화",
|
|
"No Mastodon account connected" : "연결된 Mastodon 계정이 없음",
|
|
"I shared a file with you" : "당신과 파일을 공유했습니다",
|
|
"Cancel" : "Cancel",
|
|
"Connect" : "연결"
|
|
},
|
|
"nplurals=1; plural=0;");
|