snipe-it/resources/lang/ar/auth/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

46 lines
2.4 KiB
PHP

<?php
return array(
'account_already_exists' => 'حساب بهذا البريد الإلكتروني موجود مسبقا.',
'account_not_found' => 'اسم المستخدم أو كلمة المرور غير صحيحة.',
'account_not_activated' => 'لم يتم تنشيط حساب هذا المستخدم.',
'account_suspended' => 'تم تعليق حساب المستخدم هذا.',
'account_banned' => 'تم حظر حساب المستخدم هذا.',
'throttle' => 'هناك عدد كبير جدا من محاولات تسجيل الدخول الفاشلة. يرجى المحاولة مرة أخرى خلال :minutes دقيقة.',
'two_factor' => array(
'already_enrolled' => 'جهازك مسجل مسبقا.',
'success' => 'قمت بتسجيل الدخول بنجاح.',
'code_required' => 'رمز Two-factor مطلوب.',
'invalid_code' => 'رمز Two-factor غير صالح.',
),
'signin' => array(
'error' => 'حدثت مشكلة أثناء محاولة تسجيل دخولك، الرجاء إعادة المحاولة.',
'success' => 'قمت بتسجيل الدخول بنجاح.',
),
'logout' => array(
'error' => 'حدثت مشكلة أثناء محاولة تسجيل دخولك، الرجاء إعادة المحاولة.',
'success' => 'قمت بتسجيل الدخول بنجاح.',
),
'signup' => array(
'error' => 'حدثت مشكلة أثناء محاولة إنشاء حسابك، يرجى إعادة المحاولة.',
'success' => 'تم إنشاء الحساب بنجاح.',
),
'forgot-password' => array(
'error' => 'حدثت مشكلة أثناء محاولة الحصول على رمز إعادة تعيين كلمة المرور، الرجاء إعادة المحاولة.',
'success' => 'إذا كان عنوان البريد الإلكتروني هذا موجود في نظامنا، تم إرسال بريد إلكتروني لاسترداد كلمة المرور.',
),
'forgot-password-confirm' => array(
'error' => 'حدثت مشكلة أثناء محاولة إعادة تعيين كلمة المرور، الرجاء إعادة المحاولة.',
'success' => 'تمت إعادة تعيين كلمة المرور بنجاح.',
),
);