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

New translations auth.json (Hindi)

This commit is contained in:
Samuel 2021-10-24 12:41:25 -04:00
parent edab787d4b
commit 3bc03754b7

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": "अमान्य ई-मेल", "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"
} }
} }