cms/resources/lang/zh-tw/auth.php
2020-02-23 21:48:51 +08:00

20 lines
571 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' => '登入失敗',
'throttle' => '嘗試登入失敗,請在:seconds秒後重試',
];