]> BookStack Code Mirror - bookstack/blob - lang/ja/passwords.php
Merge pull request #5625 from BookStackApp/avif_images
[bookstack] / lang / ja / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'パスワードは6文字以上である必要があります。',
10     'user' => "このEメールアドレスに一致するユーザが見つかりませんでした。",
11     'token' => 'このメールアドレスのパスワードリセットトークンは無効です。',
12     'sent' => 'パスワードリセットリンクを送信しました。',
13     'reset' => 'パスワードはリセットされました。',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.