diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-18 00:19:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-18 00:19:47 +0000 |
commit | 85f28856cfd75fe17f490f098c5657090bc00412 (patch) | |
tree | a8fe83fddb565126f25ff5f52ad3f2f44097dacd /apps/encryption | |
parent | c7ef27d066aea2406c8009bd1a49888d1610b889 (diff) | |
download | nextcloud-server-85f28856cfd75fe17f490f098c5657090bc00412.tar.gz nextcloud-server-85f28856cfd75fe17f490f098c5657090bc00412.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/tr.js | 1 | ||||
-rw-r--r-- | apps/encryption/l10n/tr.json | 1 | ||||
-rw-r--r-- | apps/encryption/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | apps/encryption/l10n/zh_HK.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/encryption/l10n/tr.js b/apps/encryption/l10n/tr.js index 96301a84ff8..1c36496dd78 100644 --- a/apps/encryption/l10n/tr.js +++ b/apps/encryption/l10n/tr.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" : "Bu seçenek etkinleştirildiğinde, ana depolama alanındaki tüm dosyalar şifrelenir. Devre dışı bırakıldığında yalnızca dış depolama alanındaki dosyalar şifrelenir", "Enable recovery key" : "Kurtarma anahtarını etkinleştir", "Disable recovery key" : "Kurtarma anahtarını devre dışı bırak", + "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." : "Kurtarma anahtarı, dosyaları şifrelemek için kullanılan ek bir şifreleme anahtarıdır. Parolanın unutulması durumunda hesaptaki dosyaları kurtarmak için kullanılır.", "Recovery key password" : "Kurtarma anahtarı parolası", "Repeat recovery key password" : "Kurtarma anahtarı parolası onayı", "Change recovery key password:" : "Kurtarma anahtarı parolasını değiştir:", diff --git a/apps/encryption/l10n/tr.json b/apps/encryption/l10n/tr.json index c73c956aad0..d70a49b260a 100644 --- a/apps/encryption/l10n/tr.json +++ b/apps/encryption/l10n/tr.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" : "Bu seçenek etkinleştirildiğinde, ana depolama alanındaki tüm dosyalar şifrelenir. Devre dışı bırakıldığında yalnızca dış depolama alanındaki dosyalar şifrelenir", "Enable recovery key" : "Kurtarma anahtarını etkinleştir", "Disable recovery key" : "Kurtarma anahtarını devre dışı bırak", + "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." : "Kurtarma anahtarı, dosyaları şifrelemek için kullanılan ek bir şifreleme anahtarıdır. Parolanın unutulması durumunda hesaptaki dosyaları kurtarmak için kullanılır.", "Recovery key password" : "Kurtarma anahtarı parolası", "Repeat recovery key password" : "Kurtarma anahtarı parolası onayı", "Change recovery key password:" : "Kurtarma anahtarı parolasını değiştir:", diff --git a/apps/encryption/l10n/zh_HK.js b/apps/encryption/l10n/zh_HK.js index ee20cf086ad..2bef1514dfc 100644 --- a/apps/encryption/l10n/zh_HK.js +++ b/apps/encryption/l10n/zh_HK.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/zh_HK.json b/apps/encryption/l10n/zh_HK.json index 84a16665682..39a712dc305 100644 --- a/apps/encryption/l10n/zh_HK.json +++ b/apps/encryption/l10n/zh_HK.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:" : "更新還原密鑰密碼:", |