iachat/app/javascript/dashboard/i18n/locale/ja/login.json
2023-02-27 18:15:34 -08:00

27 lines
963 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"LOGIN": {
"TITLE": "Chatwootにログイン",
"EMAIL": {
"LABEL": "Eメール",
"PLACEHOLDER": "Eメール someone@example.com"
},
"PASSWORD": {
"LABEL": "パスワード",
"PLACEHOLDER": "パスワード"
},
"API": {
"SUCCESS_MESSAGE": "ログインしました",
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。",
"UNAUTH": "ユーザー名/パスワードが正しくありません。もう一度やり直してください"
},
"OAUTH": {
"GOOGLE_LOGIN": "Login with Google",
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
},
"FORGOT_PASSWORD": "パスワードをお忘れですか?",
"CREATE_NEW_ACCOUNT": "新しいアカウントを作成",
"SUBMIT": "ログイン"
}
}