diff options
Diffstat (limited to 'apps/files_external/l10n/ko.js')
-rw-r--r-- | apps/files_external/l10n/ko.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files_external/l10n/ko.js b/apps/files_external/l10n/ko.js index d41ab504b1f..f00da4046a5 100644 --- a/apps/files_external/l10n/ko.js +++ b/apps/files_external/l10n/ko.js @@ -120,6 +120,14 @@ OC.L10N.register( "Advanced settings" : "고급 설정", "Delete" : "삭제", "Allow users to mount external storage" : "사용자가 외부 저장소를 마운트하도록 허용", - "Allow users to mount the following external storage" : "사용자가 다음 외부 저장소를 마운트할 수 있도록 허용" + "Allow users to mount the following external storage" : "사용자가 다음 외부 저장소를 마운트할 수 있도록 허용", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "요청 토큰을 가져올 수 없습니다. 앱 키와 비밀 값이 올바른지 확인하십시오.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "접근 토큰을 가져올 수 없습니다. 앱 키와 비밀 값이 올바른지 확인하십시오.", + "Step 1 failed. Exception: %s" : "1단계 실패. 예외: %s", + "Step 2 failed. Exception: %s" : "2단계 실패. 예외: %s", + "Dropbox App Configuration" : "Dropbox 앱 설정", + "Google Drive App Configuration" : "Google 드라이브 앱 설정", + "Dropbox" : "Dropbox", + "Google Drive" : "Google 드라이브" }, "nplurals=1; plural=0;"); |