diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-03 00:08:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-03 00:08:06 +0000 |
commit | 21dd85678f2a1d613fc5cd1e1901785808747051 (patch) | |
tree | e84245a38956ddf10cfd665cb3b80da06e08faab /apps/twofactor_backupcodes | |
parent | ea2e629c6ca307704dea0aed106dfcb8c0bcc559 (diff) | |
download | nextcloud-server-21dd85678f2a1d613fc5cd1e1901785808747051.tar.gz nextcloud-server-21dd85678f2a1d613fc5cd1e1901785808747051.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/twofactor_backupcodes')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/zh_TW.js | 19 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/zh_TW.json | 17 |
2 files changed, 36 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/l10n/zh_TW.js b/apps/twofactor_backupcodes/l10n/zh_TW.js new file mode 100644 index 00000000000..5d00fc9f615 --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/zh_TW.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "twofactor_backupcodes", + { + "Generate backup codes" : "產生備用碼", + "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" : "產生備用碼時發生錯誤。", + "Nextcloud backup codes" : "Nextcloud 備用碼", + "You created two-factor backup codes for your account" : "你的帳戶已建立兩階段認證的備用碼。", + "Backup code" : "備用碼", + "Use backup code" : "使用備用碼", + "Two factor backup codes" : "兩階段認證備用碼", + "Second-factor backup codes" : "第二階段認證備用碼" +}, +"nplurals=1; plural=0;"); diff --git a/apps/twofactor_backupcodes/l10n/zh_TW.json b/apps/twofactor_backupcodes/l10n/zh_TW.json new file mode 100644 index 00000000000..5a95ae3ad2d --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/zh_TW.json @@ -0,0 +1,17 @@ +{ "translations": { + "Generate backup codes" : "產生備用碼", + "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" : "產生備用碼時發生錯誤。", + "Nextcloud backup codes" : "Nextcloud 備用碼", + "You created two-factor backup codes for your account" : "你的帳戶已建立兩階段認證的備用碼。", + "Backup code" : "備用碼", + "Use backup code" : "使用備用碼", + "Two factor backup codes" : "兩階段認證備用碼", + "Second-factor backup codes" : "第二階段認證備用碼" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |