Files
panel/lang/ja/auth.php
github-actions[bot] 483145aac8 New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-06-22 09:10:23 -04:00

26 lines
1.3 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => '入力された認証情報が一致しません。',
'failed-two-factor' => '2段階認証コードが正しくありません',
'two-factor-code' => '2段階認証コード',
'two-factor-hint' => '端末にアクセスできなくなった場合は、バックアップコードを使用してください。',
'password' => '入力されたパスワードが正しくありません。',
'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後に再試行してください。',
'2fa_must_be_enabled' => '管理者の設定により、パネルを利用するためにはアカウントの2段階認証を有効にする必要があります。',
'password_login_disabled' => 'パスワードによるログインは無効です。OAuthプロバイダーでサインインしてください。',
];