summary refs log tree commit diff
path: root/api/locales/hi/auth.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:09:35 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:09:35 +0200
commit08e837bf5559e9680fc8cb99bd05b93f8eb2cac5 (patch)
tree1eadc038773b025275d7b751265f741b09ca92ab /api/locales/hi/auth.json
parentnpm i @fosscord/server-util@1.3.52 (diff)
downloadserver-08e837bf5559e9680fc8cb99bd05b93f8eb2cac5.tar.xz
:sparkles: api
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": "बहुत से उपयोगकर्ताओं के पास यह उपयोगकर्ता नाम है, कृपया दूसरा प्रयास करें"
+	}
+}