diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-07-15 02:27:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-07-15 02:27:37 +0000 |
commit | 78d966c93562a3cc6150613e61ef436f8148f6b8 (patch) | |
tree | 4c0ad1371350662f2a96d9a5263931c0c88b237b /apps/settings/l10n/zh_TW.js | |
parent | 4832853f658a891fa16be6d770dedb093712f0bd (diff) | |
download | nextcloud-server-78d966c93562a3cc6150613e61ef436f8148f6b8.tar.gz nextcloud-server-78d966c93562a3cc6150613e61ef436f8148f6b8.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_TW.js')
-rw-r--r-- | apps/settings/l10n/zh_TW.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 40e1ea776b3..d7d8098ebc3 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -251,6 +251,7 @@ OC.L10N.register( "Server-side encryption" : "伺服器端加密", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "伺服器端加密可以加密所有上傳到此伺服器的檔案,但這會讓檔案操作時間增加,降低效能,請審慎評估後再啟用。", "Enable server-side encryption" : "啟用伺服器端加密", + "Please read carefully before activating server-side encryption:" : "在啟動伺服器端加密前,請先仔細閱讀:", "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "一旦啟用加密,從那時開始上傳到伺服器的檔案都會被加密,若日後要停用加密,需要作用中加密模組的支援,而且所有的設定(例如:還原金鑰)都正確。", "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "單獨加密不能保證系統安全性。請參考加密應用程式運作原理,及支援的使用案例的文件,以取得更多資訊。", "Be aware that encryption always increases the file size." : "請注意,加密一定會增加檔案的大小。", @@ -258,6 +259,8 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "這是最後的警告:請問您真的要開啟加密模式?", "No encryption module loaded, please enable an encryption module in the app menu." : "沒有載入加密模組,請您在應用程式選單中啟用加密模組", "Select default encryption module:" : "選擇預設的加密模組:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "您必須將您的加密金鑰從舊的加密 (ownCloud <= 8.0) 轉換成新的。請啟用 \"Default encryption module\" 並執行 {command}", + "Unable to update server side encryption config" : "無法升級伺服器端加密設定", "Rename group" : "重新命名群組", "Remove group" : "移除群組", "You are about to remove the group {group}. The users will NOT be deleted." : "您將要移除群組 {group}。使用者將不會被刪除。", |