]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ja/passwords.php
Guest create page: name field autofocus
[bookstack] / resources / lang / ja / passwords.php
index 17c82e299e51ab639b298db15c529212e19d4ee2..cf4d43114fcc5dbb7fd1b12cdb74e1ce7a984ec4 100644 (file)
@@ -1,21 +1,14 @@
 <?php
-
+/**
+ * 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.
+ */
 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' => 'このパスワードリセットトークンは無効です。',
+    'token' => 'ã\81\93ã\81®ã\83¡ã\83¼ã\83«ã\82¢ã\83\89ã\83¬ã\82¹ã\81®ã\83\91ã\82¹ã\83¯ã\83¼ã\83\89ã\83ªã\82»ã\83\83ã\83\88ã\83\88ã\83¼ã\82¯ã\83³ã\81¯ç\84¡å\8a¹ã\81§ã\81\99ã\80\82',
     'sent' => 'パスワードリセットリンクを送信しました。',
     'reset' => 'パスワードはリセットされました。',