mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
26 lines
1.1 KiB
PHP
26 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' => '您輸入的憑證與我們的記錄不符。',
|
|
'failed-two-factor' => '雙重驗證代碼不正確',
|
|
'two-factor-code' => '雙重驗證代碼',
|
|
'two-factor-hint' => '如果您無法存取您的裝置,您可以使用備用代碼。',
|
|
'password' => '提供的密碼不正確。',
|
|
'throttle' => '登入嘗試次數過多。請在 :seconds 秒後再試一次。',
|
|
'2fa_must_be_enabled' => '管理員規定您的帳號必須啟用雙重驗證才能使用面板。',
|
|
'password_login_disabled' => '密碼登入已停用。請使用 OAuth 供應商進行登入。',
|
|
|
|
];
|