kaori 4 ani în urmă
părinte
comite
86ad4775ac

+ 2 - 1
resource/locales/en_US/translation.json

@@ -856,6 +856,7 @@
     "confirm_new_password": "Confirm the new password",
     "email_is_required": "Email is required",
     "success_to_send_email": "Success to send email",
-    "incorrect_token_or_expired_url": "The token is incorrect or the URL has expired. Please resend a password reset request via the link below."
+    "incorrect_token_or_expired_url": "The token is incorrect or the URL has expired. Please resend a password reset request via the link below.",
+    "new_password_and_confirmation_are_not_same": "new Password and the Confirmation are not the same"
   }
 }

+ 2 - 1
resource/locales/ja_JP/translation.json

@@ -850,6 +850,7 @@
     "confirm_new_password": "新しいパスワードの確認",
     "email_is_required": "メールを入力してください",
     "success_to_send_email": "メールを送信しました",
-    "incorrect_token_or_expired_url":"トークンが正しくないか、URLの有効期限が切れています。 以下のリンクからパスワードリセットリクエストを再送信してください。"
+    "incorrect_token_or_expired_url":"トークンが正しくないか、URLの有効期限が切れています。 以下のリンクからパスワードリセットリクエストを再送信してください。",
+    "new_password_and_confirmation_are_not_same": "新しいパスワードと確認用のパスワードが同じではありません"
   }
 }

+ 2 - 1
resource/locales/zh_CN/translation.json

@@ -861,6 +861,7 @@
     "confirm_new_password": "确认新密码",
     "email_is_required": "电子邮件是必需的",
     "success_to_send_email": "我发了一封电子邮件",
-    "incorrect_token_or_expired_url":"令牌不正确或 URL 已过期。 请通过以下链接重新发送密码重置请求"
+    "incorrect_token_or_expired_url":"令牌不正确或 URL 已过期。 请通过以下链接重新发送密码重置请求",
+    "new_password_and_confirmation_are_not_same": "新密码和确认不一样"
   }
 }