diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-24 12:41:25 -0400 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-24 12:41:25 -0400 |
commit | 05595b7ed87e536e6354a66dd92d868cbdc9deff (patch) | |
tree | 07226e94e36b8892758a07c70344f94ffbb57b32 | |
parent | New translations auth.json (Croatian) (diff) | |
download | server-05595b7ed87e536e6354a66dd92d868cbdc9deff.tar.xz |
New translations auth.json (Hindi)
-rw-r--r-- | api/locales/hi/auth.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/api/locales/hi/auth.json b/api/locales/hi/auth.json index 00c7586b..e19547a0 100644 --- a/api/locales/hi/auth.json +++ b/api/locales/hi/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": "आपको पंजीकरण के लिए आमंत्रण किया गया है", - "EMAIL_INVALID": "अमान्य ई-मेल", - "EMAIL_ALREADY_REGISTERED": "ईमेल पहले से ही पंजीकृत है.", - "DATE_OF_BIRTH_UNDERAGE": "आपकी उम्र [[years]] वर्ष होनी चाहिए", - "CONSENT_REQUIRED": "आपको सेवाओं और गोपनीयता नीति से सहमत होना होगा", - "USERNAME_TOO_MANY_USERS": "बहुत से उपयोगकर्ताओं के पास यह उपयोगकर्ता नाम है, कृपया दूसरा प्रयास करें" + "REGISTRATION_DISABLED": "New user registration is disabled", + "INVITE_ONLY": "You must be invited to register", + "EMAIL_INVALID": "Invalid Email", + "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" } } |