21 lines
673 B
PHP
21 lines
673 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' => '계정 비밀번호 불일치',
|
|
'password' => '비밀번호가 올바르지 않습니다',
|
|
'throttle' => '실패가 너무 많습니다. seconds 후 다시 시도하십시오.',
|
|
|
|
];
|