Heimdall/resources/lang/zh/auth.php
Attila Kerekes edb51e56f1
feat: Dynamically add all languages to db
Add unit test to find missing translations
2022-11-14 19:31:07 +01:00

20 lines
600 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 秒后重试.',
];