summary refs log tree commit diff
path: root/api/locales/hi/auth.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/locales/hi/auth.json')
-rw-r--r--api/locales/hi/auth.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/api/locales/hi/auth.json b/api/locales/hi/auth.json
new file mode 100644
index 00000000..00c7586b
--- /dev/null
+++ b/api/locales/hi/auth.json
@@ -0,0 +1,16 @@
+{
+	"login": {
+		"INVALID_LOGIN": "ईमेल या फ़ोन नहीं मिला",
+		"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": "बहुत से उपयोगकर्ताओं के पास यह उपयोगकर्ता नाम है, कृपया दूसरा प्रयास करें"
+	}
+}