zh_TW.js 1.2 KB

123456789101112131415161718
  1. OC.L10N.register(
  2. "twofactor_backupcodes",
  3. {
  4. "Generate backup codes" : "產生備用碼",
  5. "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "備用碼已經建立。{{total}}組中有{{used}}組備用碼已被使用過",
  6. "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "以下是您的備用碼,由於備用碼不會再次顯示,請儲存 並/或 列印。",
  7. "Save backup codes" : "儲存備用碼",
  8. "Print backup codes" : "列印備用碼",
  9. "Regenerate backup codes" : "重新產生備用碼",
  10. "If you regenerate backup codes, you automatically invalidate old codes." : "若您重新產生備用碼,原來舊的備用碼將自動失效。",
  11. "An error occurred while generating your backup codes" : "產生備用碼時發生錯誤。",
  12. "Nextcloud backup codes" : "Nextcloud 備用碼",
  13. "You created two-factor backup codes for your account" : "你的帳戶已建立兩階段認證的備用碼。",
  14. "Backup code" : "備用碼",
  15. "Use backup code" : "使用備用碼",
  16. "Second-factor backup codes" : "第二階段認證備用碼"
  17. },
  18. "nplurals=1; plural=0;");