summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-03 20:39:37 +0200
committerGitHub <noreply@github.com>2021-05-03 20:39:37 +0200
commitb2665a0a54525108ede5e9afb12df639f50bcee3 (patch)
tree202fdb65617023d5d6f901b2511f1d4c1fcd16de
parentMerge pull request #98 from fosscord/l10n_master (diff)
parentNew translations common.json (Hindi) (diff)
downloadserver-b2665a0a54525108ede5e9afb12df639f50bcee3.tar.xz
Merge pull request #99 from fosscord/l10n_master
New Crowdin updates
-rw-r--r--locales/hi/auth.json18
-rw-r--r--locales/hi/common.json20
2 files changed, 19 insertions, 19 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": "बहुत से उपयोगकर्ताओं के पास यह उपयोगकर्ता नाम है, कृपया दूसरा प्रयास करें" } } diff --git a/locales/hi/common.json b/locales/hi/common.json
index 7a0254fc..82202802 100644 --- a/locales/hi/common.json +++ b/locales/hi/common.json
@@ -1,15 +1,15 @@ { "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "BASE_TYPE_REQUIRED": "यह फ़ील्ड आवश्यक है", + "BASE_TYPE_STRING": "यह फ़ील्ड एक स्ट्रिंग होनी चाहिए", + "BASE_TYPE_NUMBER": "यह फ़ील्ड एक संख्या होनी चाहिए", + "BASE_TYPE_BIGINT": "यह फ़ील्ड एक बिगिन्ट होनी चाहिए", + "BASE_TYPE_BOOLEAN": "यह फ़ील्ड एक बूलियन होनी चाहिए", + "BASE_TYPE_CHOICES": "यह फ़ील्ड एक प्रकार का [[[types]]] होना चाहिए", + "BASE_TYPE_CLASS": "यह फ़ील्ड एक प्रकार का [[[types]]] होना चाहिए", + "BASE_TYPE_OBJECT": "यह फ़ील्ड एक ऑब्जेक्ट होनी चाहिए", + "BASE_TYPE_ARRAY": "यह फ़ील्ड एक ऐरे होनी चाहिए", + "UNKOWN_FIELD": "अज्ञात कुंजी: [[key]]", "BASE_TYPE_CONSTANT": "This field must be {{value}}", "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", "DATE_TYPE_PARSE": "Could not parse {{date}}. Should be ISO8601",