You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "twofactor_backupcodes",
  3. {
  4. "You created two-factor backup codes for your account" : "アカウントの二要素認証バックアップコードを作成しました",
  5. "Second-factor backup codes" : "第二要素バックアップコード",
  6. "Generate backup codes" : "バックアップコードを生成",
  7. "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "二要素認証を有効にしましたが、まだバックアップコードを生成していません。 2番めの要素を失った際、アカウントへのアクセスを回復するために必要とされます。",
  8. "Backup code" : "バックアップコード",
  9. "Use backup code" : "バックアップコードを使用する",
  10. "Two factor backup codes" : "二要素認証バックアップコード",
  11. "A two-factor auth backup codes provider" : "二要素認証バックアップコードプロバイダー",
  12. "Backup codes have been generated. {used} of {total} codes have been used." : "バックアップコードが生成されました。 {total} 個のうち {used} 個のコードが使用されています。",
  13. "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "以下はあなたのバックアップコードです。 後からこのコードを見ることはできないので、保存するか印刷しておいてください",
  14. "Save backup codes" : "バックアップコードを保存",
  15. "Print backup codes" : "バックアップコードを印刷",
  16. "Regenerate backup codes" : "バックアップコードを再生成",
  17. "If you regenerate backup codes, you automatically invalidate old codes." : "バックアップコードを再生成すると、自動的に古いコードが無効になります。",
  18. "An error occurred while generating your backup codes" : "バックアップコードの生成中にエラーが発生しました",
  19. "{name} backup codes" : "{name} バックアップコード",
  20. "Use one of the backup codes you saved when setting up two-factor authentication." : "二要素認証を設定するときに保存したバックアップコードのいずれかを使用します。",
  21. "Submit" : "了解"
  22. },
  23. "nplurals=1; plural=0;");