diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-09-11 02:27:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-09-11 02:27:42 +0000 |
commit | 5e989fa75bac70a6bbe46d841a16dd3655c4ec34 (patch) | |
tree | 82e53421e6a15ad61d644a8e6834976125a19e2d /core/l10n/ko.js | |
parent | 99a146803353ee93a6935606b411954b9ad845f5 (diff) | |
download | nextcloud-server-5e989fa75bac70a6bbe46d841a16dd3655c4ec34.tar.gz nextcloud-server-5e989fa75bac70a6bbe46d841a16dd3655c4ec34.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index d5ebbff9ab8..91cea78b6ef 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -27,8 +27,6 @@ OC.L10N.register( "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" : "토큰이 만료되어 암호를 초기화할 수 없습니다", "%s password reset" : "%s 암호 재설정", "Password reset" : "암호 재설정", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "아래 단추를 눌러서 암호를 재설정할 수 있습니다. 암호 초기화를 요청하지 않으셨다면 이 이메일을 무시하십시오.", @@ -351,6 +349,8 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "이 %s 인스턴스는 현재 점검 모드입니다. 시간이 걸릴 수도 있습니다.", "This page will refresh itself when the instance is available again." : "인스턴스를 다시 사용할 수 있을 때 페이지를 자동으로 새로 고칩니다.", "Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오.", + "Couldn't reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없습니다", + "Couldn't reset password because the token is expired" : "토큰이 만료되어 암호를 초기화할 수 없습니다", "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)", "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨", "Checking updates of apps" : "앱 업데이트 확인 중", |