diff options
Diffstat (limited to 'apps/twofactor_backupcodes/l10n/zh_TW.js')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/zh_TW.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/twofactor_backupcodes/l10n/zh_TW.js b/apps/twofactor_backupcodes/l10n/zh_TW.js index d66c19d2148..fd2a8fb5aed 100644 --- a/apps/twofactor_backupcodes/l10n/zh_TW.js +++ b/apps/twofactor_backupcodes/l10n/zh_TW.js @@ -1,16 +1,6 @@ OC.L10N.register( "twofactor_backupcodes", { - "activated" : "已啟用", - "updated" : "已更新", - "mounted" : "已掛載", - "deactivated" : "已停用", - "beforeCreate" : "建立前", - "created" : "已建立", - "beforeUpdate" : "更新前", - "beforeDestroy" : "銷毀前", - "destroyed" : "已銷毀", - "beforeMount" : "掛載前", "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" : "列印備用碼", @@ -30,6 +20,16 @@ OC.L10N.register( "A two-factor auth backup codes provider" : "兩階段驗證備用碼供應商", "Use one of the backup codes you saved when setting up two-factor authentication." : "設定啟用兩階段驗證時,可輸入其中一個您已儲存的備用碼。", "Submit" : "送出", - "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "備用碼已經建立。{{total}}組中有{{used}}組備用碼已被使用過" + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "備用碼已經建立。{{total}}組中有{{used}}組備用碼已被使用過", + "activated" : "已啟用", + "updated" : "已更新", + "mounted" : "已掛載", + "deactivated" : "已停用", + "beforeCreate" : "建立前", + "created" : "已建立", + "beforeUpdate" : "更新前", + "beforeDestroy" : "銷毀前", + "destroyed" : "已銷毀", + "beforeMount" : "掛載前" }, "nplurals=1; plural=0;"); |