mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-04 18:37:29 -08:00
8 lines
143 B
PHP
8 lines
143 B
PHP
<?php
|
||
|
||
return [
|
||
'sent' => '已发送您的密码链接 !',
|
||
'user' => 'No matching active user found with that email.',
|
||
];
|
||
|