Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n « twofactor_backupcodes « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2272ea2d2ae2af144fe3ec53a35bdaf88d27689d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "twofactor_backupcodes",
    {
    "Generate backup codes" : "バックアップコードを生成する",
    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "バックアップコードが生成されました。 {{total}} 中の {{used}} コードが使用されています。",
    "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" : "バックアップコードを印刷",
    "Regenerate backup codes" : "バックアップコードを再生成",
    "If you regenerate backup codes, you automatically invalidate old codes." : "バックアップコードを再生成すると、自動的に古いコードが無効になります。",
    "An error occurred while generating your backup codes" : "バックアップコードの生成中にエラーが発生しました",
    "Nextcloud backup codes" : "Nextcloud バックアップコード",
    "You created two-factor backup codes for your account" : "アカウントの2要素バックアップコードを作成しました",
    "Backup code" : "バックアップコード",
    "Use backup code" : "バックアップコードを使用する",
    "Second-factor backup codes" : "第二要素バックアップコード"
},
"nplurals=1; plural=0;");