Add ja translation of passwords.php

pull/126/head
bsky 7 years ago
parent 43f4024caa
commit b961ed1ada

@ -13,10 +13,10 @@ return [
| |
*/ */
'password' => 'Passwords must be at least six characters and match the confirmation.', 'password' => 'パスワードは6文字以上で、確認と一致している必要があります。',
'reset' => 'Your password has been reset!', 'reset' => 'パスワードをリセットしました!',
'sent' => 'We have e-mailed your password reset link!', 'sent' => 'パスワードリセットのためのリンクをメールで送信しました!',
'token' => 'This password reset token is invalid.', 'token' => 'このパスワードリセットトークンは無効です。',
'user' => "We can't find a user with that e-mail address.", 'user' => "このメールアドレスと一致するユーザーを見つけることが出来ません。",
]; ];

Loading…
Cancel
Save