mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 18:36:52 +01:00
25 lines
942 B
PHP
25 lines
942 B
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' => '雙重驗證碼不正確',
|
|
'two-factor-code' => '雙重驗證碼',
|
|
'two-factor-hint' => '如果你無法存取裝置,可以使用備用驗證碼。',
|
|
'password' => '密碼不正確。',
|
|
'throttle' => '嘗試登入次數過多,請在 :seconds 秒後再試。',
|
|
'2fa_must_be_enabled' => '管理員已要求你的帳號必須啟用雙重驗證,才能使用控制面板。',
|
|
|
|
];
|