mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
13 lines
390 B
PHP
13 lines
390 B
PHP
<?php
|
|
|
|
return [
|
|
'send_password_link' => '發送密碼重設連結',
|
|
'email_reset_password' => '重設密碼',
|
|
'reset_password' => '重設密碼',
|
|
'login' => '登入',
|
|
'login_prompt' => '請登入',
|
|
'forgot_password' => '忘記密碼',
|
|
'remember_me' => '記住我',
|
|
];
|
|
|