summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-03 20:39:12 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-03 20:39:12 +0200
commit02df2266f39c02e9b54ed663145de29531c18dc0 (patch)
tree263de4654ee2035ec8b478a29b6cf38347aa2c18
parentNew translations common.json (Portuguese, Brazilian) (diff)
downloadserver-02df2266f39c02e9b54ed663145de29531c18dc0.tar.xz
New translations auth.json (Hindi)
-rw-r--r--locales/hi/auth.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/locales/hi/auth.json b/locales/hi/auth.json

index 025a3876..679e5bc1 100644 --- a/locales/hi/auth.json +++ b/locales/hi/auth.json
@@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_LOGIN": "ईमेल या फ़ोन नहीं मिला", + "INVALID_PASSWORD": "अमान्य पासवर्ड" }, "register": { - "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 Terms of Service and Privacy Policy.", - "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + "REGISTRATION_DISABLED": "नया उपयोगकर्ता पंजीकरण अक्षम है", + "INVITE_ONLY": "आपको पंजीकरण के लिए आमंत्रण किया गया है", + "EMAIL_INVALID": "अमान्य ई-मेल", + "EMAIL_ALREADY_REGISTERED": "ईमेल पहले से ही पंजीकृत है.", + "DATE_OF_BIRTH_UNDERAGE": "आपकी उम्र [[years]] वर्ष होनी चाहिए", + "CONSENT_REQUIRED": "आपको सेवाओं और गोपनीयता नीति से सहमत होना होगा", + "USERNAME_TOO_MANY_USERS": "बहुत से उपयोगकर्ताओं के पास यह उपयोगकर्ता नाम है, कृपया दूसरा प्रयास करें" } }