zh_CN.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." : "备用码已经生成. 已经使用了 {{used}} (共 {{total}}) 个备用码.",
  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;");