]> BookStack Code Mirror - bookstack/commitdiff
Translate passwords.php
authorShuma Yoshioka <redacted>
Sat, 1 Jul 2017 07:29:35 +0000 (16:29 +0900)
committerShuma Yoshioka <redacted>
Sat, 1 Jul 2017 07:32:02 +0000 (16:32 +0900)
resources/lang/ja/passwords.php [new file with mode: 0644]

diff --git a/resources/lang/ja/passwords.php b/resources/lang/ja/passwords.php
new file mode 100644 (file)
index 0000000..17c82e2
--- /dev/null
@@ -0,0 +1,22 @@
+<?php
+
+return [
+
+    /*
+    |--------------------------------------------------------------------------
+    | Password Reminder 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.
+    |
+    */
+
+    'password' => 'パスワードは6文字以上である必要があります。',
+    'user' => "このEメールアドレスに一致するユーザが見つかりませんでした。",
+    'token' => 'このパスワードリセットトークンは無効です。',
+    'sent' => 'パスワードリセットリンクを送信しました。',
+    'reset' => 'パスワードはリセットされました。',
+
+];