23 строки
1.7 KiB
JavaScript
23 строки
1.7 KiB
JavaScript
OC.L10N.register(
|
||
"twofactor_totp",
|
||
{
|
||
"You enabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 2段階認証を有効にしました。",
|
||
"You disabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 2段階認証を無効化しました。",
|
||
"TOTP (Authenticator app)" : "TOTP(認証アプリ)",
|
||
"Authenticate with a TOTP app" : "TOTPアプリで認証する",
|
||
"Two Factor TOTP Provider" : "TOTP 2段階認証提供機関",
|
||
"TOTP two-factor provider" : "TOTP二要素プロバイダー",
|
||
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "TOTP(RFC 6238)の二要素認証プロバイダ",
|
||
"Enable TOTP" : "TOTP有効化",
|
||
"Your new TOTP secret is:" : "新しいTOTP秘密鍵は次のとおりです:",
|
||
"For quick setup, scan this QR code with your TOTP app:" : "クイックセットアップでは、このQRコードをTOTPアプリでスキャンしてください:",
|
||
"After you configured your app, enter a test code below to ensure everything works correctly:" : "アプリを設定したら、以下のテストコードを入力してすべてが正しく動作することを確認します。",
|
||
"Authentication code" : "認証コード",
|
||
"Verify" : "検証",
|
||
"Could not enable TOTP" : "TOTPを有効にできません",
|
||
"Could not verify your key. Please try again" : "鍵を検証できませんでした。やり直してください。",
|
||
"Get the authentication code from the two-factor authentication app on your device." : "デバイスの2段階認証アプリで認証コードを取得してください。",
|
||
"Submit" : "送信"
|
||
},
|
||
"nplurals=1; plural=0;");
|