snipe-it/resources/lang/ja/passwords.php

7 lines
254 B
PHP
Raw Normal View History

2016-05-20 00:47:03 -07:00
<?php
return [
'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.',
2019-05-21 19:17:00 -07:00
'user' => 'そのメールアドレスを持つアクティブユーザーは見つかりませんでした',
2016-05-20 00:47:03 -07:00
];