Files
2025-07-18 16:20:14 +07:00

17 lines
1.4 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang["totp_set_up"] = '多要素認証 (MFA) を設定する';
$lang["totp_set_up_details"] = '以下のQRコードをモバイルデバイスのTOTPアプリ例えば、アプリストアで入手可能なGoogle Authenticatorでスキャンしてください。コードを正常にスキャンしたら、アプリに表示される6桁の数字を入力してインストールを確認してください。次回以降のログイン時には、アプリからのコードを求められます。';
$lang["totp_code"] = '認証コード';
$lang["totp_confirm"] = '確認';
$lang["totp_skip"] = '今日はスキップ(管理者のみ)';
$lang["totp_tries_exceeded"] = '最大試行回数を超えました。管理者に連絡してください。';
$lang["totp_tries_left"] = '残りの試行回数';
$lang["totp_code_details"] = '認証アプリからのコードを入力してください。';
$lang["totp_reset"] = 'このユーザーのTOTP/MFAステータスをリセットします。再度TOTPの設定を促されます。';
$lang["totp_date_binding"] = 'ユーザーは、終了後にTOTPコードを再入力するよう求められます...';
$lang["totp_date_binding_d"] = '現在の日';
$lang["totp_date_binding_w"] = '今週(月曜日から始まる)';
$lang["totp_date_binding_m"] = '今月';
$lang["totp_date_binding_y"] = '現在の年';