From 3bc03754b76ee5fc5eee640f359bff3e0b4319f7 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:41:25 -0400 Subject: [PATCH] New translations auth.json (Hindi) --- api/locales/hi/auth.json | 18 +++++++++--------- 1 file 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" } }