mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
26 lines
1.3 KiB
PHP
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プロバイダーでサインインしてください。',
|
|
|
|
];
|