mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
New translations auth.json (Japanese)
This commit is contained in:
parent
911e6a173e
commit
355cb6264d
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"login": {
|
"login": {
|
||||||
"INVALID_LOGIN": "E-Mail or Phone not found",
|
"INVALID_LOGIN": "メールまたは電話が見つかりません",
|
||||||
"INVALID_PASSWORD": "Invalid Password"
|
"INVALID_PASSWORD": "無効なパスワード"
|
||||||
},
|
},
|
||||||
"register": {
|
"register": {
|
||||||
"REGISTRATION_DISABLED": "New user registration is disabled",
|
"REGISTRATION_DISABLED": "新しいユーザー登録は無効です",
|
||||||
"INVITE_ONLY": "You must be invited to register",
|
"INVITE_ONLY": "登録するには招待する必要があります",
|
||||||
"EMAIL_INVALID": "Invalid Email",
|
"EMAIL_INVALID": "Invalid Email",
|
||||||
"EMAIL_ALREADY_REGISTERED": "Email is already registered",
|
"EMAIL_ALREADY_REGISTERED": "メールアドレスは既に登録されています",
|
||||||
"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
|
"DATE_OF_BIRTH_UNDERAGE": "{{years}} 歳以上である必要があります",
|
||||||
"CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.",
|
"CONSENT_REQUIRED": "利用規約およびプライバシーポリシーに同意する必要があります。",
|
||||||
"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
|
"USERNAME_TOO_MANY_USERS": "このユーザー名を持つユーザーが多すぎます。別のユーザーをお試しください。"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user