Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru, tr, and ar — all 23 base files each, with identical key trees to lang/en, preserved :placeholders and plural forms, and native product terminology.
22 lines
735 B
PHP
22 lines
735 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reset Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
| that are given by the password broker for a password update attempt
|
|
| outcome such as failure due to an invalid password / reset token.
|
|
|
|
|
*/
|
|
|
|
'reset' => '你的密码已重置。',
|
|
'sent' => '我们已将密码重置链接发送到你的邮箱。',
|
|
'throttled' => '请稍后再重试。',
|
|
'token' => '此密码重置令牌无效。',
|
|
'user' => '找不到使用该邮箱地址的用户。',
|
|
|
|
];
|