Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions public/locales/en-US/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -27,7 +28,7 @@
"password": "Password",
"confirm_password": "パスワードの確認",
"agree": "次の規約に同意する:",
"agreements": "利用規約とプライバシーポリシー"
"agreements": "Terms of Service and Privacy Policy"
},
"Header": {
"home": "Home",
Expand All @@ -48,23 +49,23 @@
"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": "プロフィールを追加"
},
"MailSent": {
"mailsent": "登録メールを送信完了",
"mailsentto": "登録メールを {{ email }} に送信しました",
"resend": "再送信する",
"resend": "Submit again",
"back": "戻る",
"resent": "再送信完了"
}
Expand Down
3 changes: 2 additions & 1 deletion public/locales/ja-JP/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"password": "パスワード",
"forgot": "パスワードを忘れましたか?",
"remember": "ログイン情報を保存する",
"google": "Googleでログイン"
"google": "Googleでログイン",
"faillogin": "メールアドレスまたはパスワードが違います"
},
"Signup": {
"signup": "新規登録",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/zh-CN/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"password": "密码",
"forgot": "忘记密码?",
"remember": "保存登录信息",
"google": "用谷歌登录"
"google": "用谷歌登录",
"faillogin": "メールアドレスまたはパスワードが違います"
},
"Signup": {
"signup": "新注册",
Expand Down