mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
25 lines
1.1 KiB
PHP
25 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' => '잘못된 2단계 인증 코드입니다.',
|
|
'two-factor-code' => '2단계 인증 코드',
|
|
'two-factor-hint' => '장치에 대한 액세스를 잃어버린 경우 백업 코드를 사용할 수 있습니다.',
|
|
'password' => '제공된 비밀번호가 올바르지 않습니다.',
|
|
'throttle' => '로그인 시도가 너무 많습니다. :seconds 초 후에 다시 시도하십시오.',
|
|
'2fa_must_be_enabled' => '관리자가 패널을 사용하기 위해 계정에 2단계 인증을 활성화해야 한다고 요구했습니다.',
|
|
|
|
];
|