mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-29 10:59:49 +01:00
28 lines
1.1 KiB
PHP
28 lines
1.1 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' => '資格情報が記録と一致しません。',
|
|
'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後にもう一度お試しください。',
|
|
|
|
'confirm_title' => '確認が必要です',
|
|
'confirm' => '現在のパスワードを使用してこの操作を確認してください。',
|
|
'confirm_action' => 'アクションの確認',
|
|
|
|
'two_factor' => '2要素認証',
|
|
'two_factor_check' => '2段階認証アプリに表示されているワンタイムパスワードを入力してください。',
|
|
'two_factor_with_recovery' => 'リカバリーコードで認証',
|
|
|
|
];
|