diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-03-14 16:08:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-03-14 16:08:31 +0000 |
commit | 6fcf729545705b3141cae59928fb44d547b636b9 (patch) | |
tree | 24e190876f87d05db5c3d74ce4aafbb3de2de501 /core/l10n/ko.js | |
parent | 11e8fd47ee22418cc9f3d4a15671aadc580b99b0 (diff) | |
download | nextcloud-server-6fcf729545705b3141cae59928fb44d547b636b9.tar.gz nextcloud-server-6fcf729545705b3141cae59928fb44d547b636b9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 015dbfbd8e6..1bf9b42459a 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -15,6 +15,8 @@ OC.L10N.register( "No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음", "Crop is not square" : "잘라내는 영역이 사각형이 아님", "State token does not match" : "상태 토크인 일치하지 않음", + "Could not complete login" : "로그인을 할 수 없음", + "Your login token is invalid or has expired" : "로그인 토큰이 잘못되었거나 만료되었습니다", "Password reset is disabled" : "암호 리셋이 비활성화 되었습니다.", "Couldn't reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없습니다", "Couldn't reset password because the token is expired" : "토큰이 만료되어 암호를 초기화할 수 없습니다", @@ -283,7 +285,6 @@ OC.L10N.register( "Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.", "Username or email" : "사용자 이름 또는 이메일", "Log in" : "로그인", - "Wrong password." : "암호가 잘못되었습니다.", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "사용 중인 IP에서 여러 번의 잘못된 로그인 시도를 감지했습니다. 30초 후에 다시 로그인할 수 있습니다.", "Forgot password?" : "암호를 잊으셨습니까?", "App token" : "앱 토큰", @@ -334,6 +335,7 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "사용자나 그룹 이름 및 이메일 주소를 입력해서 다른 사람과 공유하십시오.", "The specified document has not been found on the server." : "지정한 문서를 서버에서 찾을 수 없습니다.", "You can click here to return to %s." : "%s(으)로 돌아가려면 여기를 누르십시오.", + "Wrong password." : "암호가 잘못되었습니다.", "Stay logged in" : "로그인 유지", "Back to log in" : "로그인으로 돌아가기", "Alternative Logins" : "대체 로그인", |