mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-24 15:59:40 +00:00
Add ja translation of passwords.php
This commit is contained in:
parent
43f4024caa
commit
b961ed1ada
1 changed files with 5 additions and 5 deletions
|
@ -13,10 +13,10 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
'password' => 'パスワードは6文字以上で、確認と一致している必要があります。',
|
||||
'reset' => 'パスワードをリセットしました!',
|
||||
'sent' => 'パスワードリセットのためのリンクをメールで送信しました!',
|
||||
'token' => 'このパスワードリセットトークンは無効です。',
|
||||
'user' => "このメールアドレスと一致するユーザーを見つけることが出来ません。",
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue