diff options
Diffstat (limited to 'api/locales/ar/auth.json')
-rw-r--r-- | api/locales/ar/auth.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/api/locales/ar/auth.json b/api/locales/ar/auth.json new file mode 100644 index 00000000..d60a0b35 --- /dev/null +++ b/api/locales/ar/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": "عدد كبير جدا من المستخدمين لديهم اسم المستخدم هذا، الرجاء محاولة اسم آخر" + } +} |