mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
8 lines
141 B
PHP
8 lines
141 B
PHP
<?php
|
|
|
|
return [
|
|
'sent' => '已發送您的密碼連結!',
|
|
'user' => '未找到使用該電子郵件的使用者。',
|
|
];
|
|
|