summary refs log tree commit diff
path: root/api/locales/ar/auth.json
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-11-11 10:54:38 +0100
committerGitHub <noreply@github.com>2021-11-11 10:54:38 +0100
commitecb1f0f748b0accfebcaf07548367a872f538f1f (patch)
tree43c306259c7e8fde6bfbd85925c16cffd29f3389 /api/locales/ar/auth.json
parentMerge pull request #508 from Thesourtimes/master (diff)
parentNew translations auth.json (Serbo-Croatian) (diff)
downloadserver-ecb1f0f748b0accfebcaf07548367a872f538f1f.tar.xz
Merge pull request #496 from fosscord/translation
New Crowdin updates
Diffstat (limited to 'api/locales/ar/auth.json')
-rw-r--r--api/locales/ar/auth.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/api/locales/ar/auth.json b/api/locales/ar/auth.json
index d60a0b35..e19547a0 100644
--- a/api/locales/ar/auth.json
+++ b/api/locales/ar/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"
 	}
 }