diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:21 +0000 |
commit | ff9c3b0ee2140e7b2d0866acd7a86339c26670bb (patch) | |
tree | e2578c758d2ca9b0ad4015265b2df653d989c251 /apps/encryption | |
parent | be98ea3e63d1a70615f251abfabe281c7788986d (diff) | |
download | nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.tar.gz nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/l10n/ko.js | 1 | ||||
-rw-r--r-- | apps/encryption/l10n/ko.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/encryption/l10n/ko.js b/apps/encryption/l10n/ko.js index d5bcc4bdc31..dc3434c402f 100644 --- a/apps/encryption/l10n/ko.js +++ b/apps/encryption/l10n/ko.js @@ -42,6 +42,7 @@ OC.L10N.register( "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "이 옵션을 사용하면 주 저장소에 있는 모드 파일을 암호화하며, 사용하지 않으면 외부 저장소의 파일만 암호화합니다", "Enable recovery key" : "복구 키 활성화", "Disable recovery key" : "복구 키 비활성화", + "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "복구 키는 암호화된 파일에 대한 추가적 키 입니다. 암호를 잊은 상황에서 파일을 복구할 때 사용됩니다.", "Recovery key password" : "복구 키 암호", "Repeat recovery key password" : "복구 키 암호 확인", "Change recovery key password:" : "복구 키 암호 변경:", diff --git a/apps/encryption/l10n/ko.json b/apps/encryption/l10n/ko.json index adbe803d6a6..7ee3cb085f2 100644 --- a/apps/encryption/l10n/ko.json +++ b/apps/encryption/l10n/ko.json @@ -40,6 +40,7 @@ "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "이 옵션을 사용하면 주 저장소에 있는 모드 파일을 암호화하며, 사용하지 않으면 외부 저장소의 파일만 암호화합니다", "Enable recovery key" : "복구 키 활성화", "Disable recovery key" : "복구 키 비활성화", + "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "복구 키는 암호화된 파일에 대한 추가적 키 입니다. 암호를 잊은 상황에서 파일을 복구할 때 사용됩니다.", "Recovery key password" : "복구 키 암호", "Repeat recovery key password" : "복구 키 암호 확인", "Change recovery key password:" : "복구 키 암호 변경:", |