mirror of
https://github.com/snipe/snipe-it.git
synced 2026-08-18 11:15:42 +00:00
22 lines
1.3 KiB
PHP
22 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reminder 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
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
*/
|
|
|
|
'password' => 'รหัสผ่านต้องมีอย่างน้อย 6 ตัวอักษร และตรงตามรูปแบบที่กำหนด',
|
|
'user' => 'ชื่อผู้ใช้หรืออีเมลแอดเดรสไม่ถูกต้อง',
|
|
'token' => 'ไม่มีโทเคนสำหรับการรีเซ็ทรหัสผ่าน, โทเคนหมดอายุ หรือไม่ตรงกับชื่อผู้ใช้งาน',
|
|
'sent' => 'หากชื่อผู้ใช้งานตรงกับอีเมล์ที่มีอยู่ในระบบ อีเมล์ในการกู้คืนรหัสผ่านจะถูกส่งไปที่อีเมล์นั้น',
|
|
|
|
];
|