iachat/app/javascript/dashboard/i18n/locale/ja/login.json

22 lines
736 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": "ユーザー名/パスワードが正しくありません。もう一度やり直してください"
},
"FORGOT_PASSWORD": "パスワードをお忘れですか?",
"CREATE_NEW_ACCOUNT": "新しいアカウントを作成",
"SUBMIT": "ログイン"
}
}