1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00

New translations auth.json (Japanese)

This commit is contained in:
Samuel 2021-10-24 12:41:50 -04:00
parent 61d6481603
commit 31a21cb0c9

View File

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