diff --git a/public/locales/en-US/common.json b/public/locales/en-US/common.json index e962e29..7eaecc1 100644 --- a/public/locales/en-US/common.json +++ b/public/locales/en-US/common.json @@ -17,7 +17,8 @@ "password": "Password", "forgot": "Forgot Password?", "remember": "Remember Me", - "google": "Login with Google" + "google": "Login with Google", + "faillogin": "メールアドレスまたはパスワードが違います" }, "Signup": { "signup": "Sign Up", @@ -27,7 +28,7 @@ "password": "Password", "confirm_password": "パスワードの確認", "agree": "次の規約に同意する:", - "agreements": "利用規約とプライバシーポリシー" + "agreements": "Terms of Service and Privacy Policy" }, "Header": { "home": "Home", @@ -48,15 +49,15 @@ "Setup": { "setup": "セットアップ", "user_id": "ユーザーID", - "display_name": "表示名", + "display_name": "Display name", "dob": "生年月日", "start": "Start your journey" }, "Dashboard": { - "dashboard": "ダッシュボード", - "profile": "プロフィール", - "assets": "投稿", - "plans": "支援プラン", + "dashboard": "Dashboard", + "profile": "Profile", + "assets": "Post", + "plans": "Plan", "packages": "パッケージ", "earnings": "収益", "addProfile": "プロフィールを追加" @@ -64,7 +65,7 @@ "MailSent": { "mailsent": "登録メールを送信完了", "mailsentto": "登録メールを {{ email }} に送信しました", - "resend": "再送信する", + "resend": "Submit again", "back": "戻る", "resent": "再送信完了" } diff --git a/public/locales/ja-JP/common.json b/public/locales/ja-JP/common.json index 4e9ad74..ccc3033 100644 --- a/public/locales/ja-JP/common.json +++ b/public/locales/ja-JP/common.json @@ -17,7 +17,8 @@ "password": "パスワード", "forgot": "パスワードを忘れましたか?", "remember": "ログイン情報を保存する", - "google": "Googleでログイン" + "google": "Googleでログイン", + "faillogin": "メールアドレスまたはパスワードが違います" }, "Signup": { "signup": "新規登録", diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index 7a52e04..8f8b07e 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -17,7 +17,8 @@ "password": "密码", "forgot": "忘记密码?", "remember": "保存登录信息", - "google": "用谷歌登录" + "google": "用谷歌登录", + "faillogin": "メールアドレスまたはパスワードが違います" }, "Signup": { "signup": "新注册",