summary refs log tree commit diff
path: root/api/locales
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:40 -0400
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:40 -0400
commitb64e9ddf9e06c72bf05f6eb052e49df677c669f6 (patch)
tree4615d576a71ed9436aaad0095b94d4d491ba819a /api/locales
parentNew translations auth.json (Spanish) (diff)
downloadserver-b64e9ddf9e06c72bf05f6eb052e49df677c669f6.tar.xz
New translations auth.json (Arabic)
Diffstat (limited to 'api/locales')
-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"
 	}
 }