ko.js 1.3 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" : "내 계정의 2단계 인증 백업 코드를 생성함",
  14. "Backup code" : "백업 코드",
  15. "Use backup code" : "백업 코드 사용",
  16. "Second-factor backup codes" : "2단계 인증 백업 코드"
  17. },
  18. "nplurals=1; plural=0;");