diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-01 02:19:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-01 02:19:36 +0000 |
commit | 86678ba5df7b74fab9ac739ca17109cd717f8062 (patch) | |
tree | 83134c27d42f589bc867af8d7a567eb5f7f22e1a /apps/twofactor_backupcodes/l10n | |
parent | d1bdd1ceba961b0899f504f7417a5c23271c5391 (diff) | |
download | nextcloud-server-86678ba5df7b74fab9ac739ca17109cd717f8062.tar.gz nextcloud-server-86678ba5df7b74fab9ac739ca17109cd717f8062.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/twofactor_backupcodes/l10n')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/zh_HK.js | 25 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/zh_HK.json | 23 |
2 files changed, 48 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/l10n/zh_HK.js b/apps/twofactor_backupcodes/l10n/zh_HK.js new file mode 100644 index 00000000000..23cf0fd0d52 --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/zh_HK.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "twofactor_backupcodes", + { + "You created two-factor backup codes for your account" : "你的帳戶已建立兩階段認證的備用碼。", + "Second-factor backup codes" : "第二階段備用驗證碼", + "Generate backup codes" : "產生備用驗證碼", + "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "你已經啟用了兩階段驗證但並未兩階段驗證備用碼。若你遺失了你的第二驗證手段,你會需要兩階段驗證備用碼來取回你帳戶的存取權。", + "Backup code" : "備用驗證碼", + "Use backup code" : "使用備用驗證碼", + "Two factor backup codes" : "兩階段備用驗證碼", + "A two-factor auth backup codes provider" : "兩階段驗證備用驗證碼提供者", + "Backup codes have been generated. {used} of {total} codes have been used." : "備用碼已經建立,共{total}組備用碼中有{used}組已經使用", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "以下是您的備用碼,由於備用碼不會再次顯示,請儲存 並/或 列印。", + "Save backup codes" : "儲存備用碼", + "Print backup codes" : "列印備用碼", + "Regenerate backup codes" : "重新產生備用碼", + "If you regenerate backup codes, you automatically invalidate old codes." : "若您重新產生備用碼,原來舊的備用碼將自動失效。", + "An error occurred while generating your backup codes" : "產生備用碼時發生錯誤。", + "{name} backup codes" : "{name} 備用驗證碼", + "Use one of the backup codes you saved when setting up two-factor authentication." : "設定啟用兩階段驗證時,可輸入其中一個您已儲存的備用碼。", + "Submit" : "送出", + "_" : "_", + "_icon-loading-small_::_generate-backup-codes_" : ["產生備用碼"] +}, +"nplurals=1; plural=0;"); diff --git a/apps/twofactor_backupcodes/l10n/zh_HK.json b/apps/twofactor_backupcodes/l10n/zh_HK.json new file mode 100644 index 00000000000..b449e6bef10 --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/zh_HK.json @@ -0,0 +1,23 @@ +{ "translations": { + "You created two-factor backup codes for your account" : "你的帳戶已建立兩階段認證的備用碼。", + "Second-factor backup codes" : "第二階段備用驗證碼", + "Generate backup codes" : "產生備用驗證碼", + "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "你已經啟用了兩階段驗證但並未兩階段驗證備用碼。若你遺失了你的第二驗證手段,你會需要兩階段驗證備用碼來取回你帳戶的存取權。", + "Backup code" : "備用驗證碼", + "Use backup code" : "使用備用驗證碼", + "Two factor backup codes" : "兩階段備用驗證碼", + "A two-factor auth backup codes provider" : "兩階段驗證備用驗證碼提供者", + "Backup codes have been generated. {used} of {total} codes have been used." : "備用碼已經建立,共{total}組備用碼中有{used}組已經使用", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "以下是您的備用碼,由於備用碼不會再次顯示,請儲存 並/或 列印。", + "Save backup codes" : "儲存備用碼", + "Print backup codes" : "列印備用碼", + "Regenerate backup codes" : "重新產生備用碼", + "If you regenerate backup codes, you automatically invalidate old codes." : "若您重新產生備用碼,原來舊的備用碼將自動失效。", + "An error occurred while generating your backup codes" : "產生備用碼時發生錯誤。", + "{name} backup codes" : "{name} 備用驗證碼", + "Use one of the backup codes you saved when setting up two-factor authentication." : "設定啟用兩階段驗證時,可輸入其中一個您已儲存的備用碼。", + "Submit" : "送出", + "_" : "_", + "_icon-loading-small_::_generate-backup-codes_" : ["產生備用碼"] +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |