pixelfed/resources/lang/ja/passwords.php

23 wiersze
953 B
PHP
Czysty Zwykły widok Historia

2018-06-01 19:00:45 +00:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset 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.
|
*/
2018-06-01 19:28:37 +00:00
'password' => 'パスワードは6文字以上で、確認と一致している必要があります。',
2018-08-28 03:07:36 +00:00
'reset' => 'パスワードをリセットしました!',
'sent' => 'パスワードリセットのためのリンクをメールで送信しました!',
'token' => 'このパスワードリセットトークンは無効です。',
'user' => 'このメールアドレスと一致するユーザーを見つけることが出来ません。',
2018-06-01 19:00:45 +00:00
];