summary refs log tree commit diff
path: root/api/locales/ar/auth.json
diff options
context:
space:
mode:
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"
 	}
 }