summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:50 -0400
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:50 -0400
commit31a21cb0c9e134ee465c4eb4342ef3d0da3b39b8 (patch)
treec64ad2470278b31dc71b2257c6807bff9ef78304
parentNew translations auth.json (Italian) (diff)
downloadserver-31a21cb0c9e134ee465c4eb4342ef3d0da3b39b8.tar.xz
New translations auth.json (Japanese)
-rw-r--r--api/locales/ja/auth.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/api/locales/ja/auth.json b/api/locales/ja/auth.json

index 7a131bb7..e19547a0 100644 --- a/api/locales/ja/auth.json +++ b/api/locales/ja/auth.json
@@ -1,16 +1,16 @@ { "login": { - "INVALID_LOGIN": "メールまたは電話が見つかりません", - "INVALID_PASSWORD": "無効なパスワード", + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", "ACCOUNT_DISABLED": "This account is disabled" }, "register": { - "REGISTRATION_DISABLED": "新しいユーザー登録は無効です", - "INVITE_ONLY": "登録するには招待する必要があります", + "REGISTRATION_DISABLED": "New user registration is disabled", + "INVITE_ONLY": "You must be invited to register", "EMAIL_INVALID": "Invalid Email", - "EMAIL_ALREADY_REGISTERED": "メールアドレスは既に登録されています", - "DATE_OF_BIRTH_UNDERAGE": "{{years}} 歳以上である必要があります", - "CONSENT_REQUIRED": "利用規約およびプライバシーポリシーに同意する必要があります。", - "USERNAME_TOO_MANY_USERS": "このユーザー名を持つユーザーが多すぎます。別のユーザーをお試しください。" + "EMAIL_ALREADY_REGISTERED": "Email is already registered", + "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", + "CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" } }