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

ja.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 022e442a22eee11ac6f5a7e1df2ce264f337ccbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "twofactor_totp",
    {
    "You enabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二段階認証を有効にしました。",
    "You disabled TOTP two-factor authentication for your account" : "あなたのアカウントに対するTOTP 二段階認証を無効化しました。",
    "TOTP two-factor authentication disabled by an admin" : "管理者によってTOTP二要素認証は無効にされています",
    "TOTP (Authenticator app)" : "TOTP (認証アプリ)",
    "Authenticate with a TOTP app" : "TOTPアプリで認証する",
    "Two-Factor TOTP Provider" : "TOTP 二要素認証プロバイダー",
    "TOTP two-factor provider" : "TOTP 二要素認証プロバイダー",
    "A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "TOTP(RFC 6238)の二要素認証プロバイダー",
    "Enable TOTP" : "TOTP有効化",
    "Could not enable TOTP" : "TOTP を有効にできません",
    "Could not verify your key. Please try again" : "鍵を検証できませんでした。やり直してください。",
    "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" : "検証",
    "Get the authentication code from the two-factor authentication app on your device." : "デバイスの二段階認証アプリで認証コードを取得してください。",
    "Submit" : "送信"
},
"nplurals=1; plural=0;");