snipe-it/resources/lang/ar/auth/message.php

46 lines
2.1 KiB
PHP

<?php
return array(
'account_already_exists' => 'حساب بهذا البريد الإلكتروني موجود مسبقا.',
'account_not_found' => 'اسم المستخدم أو كلمة المرور غير صحيحة.',
'account_not_activated' => 'لم يتم تنشيط حساب هذا المستخدم.',
'account_suspended' => 'تم تعليق حساب المستخدم هذا.',
'account_banned' => 'تم حظر حساب المستخدم هذا.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'You have successfully logged in.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
'signin' => array(
'error' => 'حدثت مشكلة أثناء محاولة تسجيل دخولك، الرجاء إعادة المحاولة.',
'success' => 'قمت بتسجيل الدخول بنجاح.',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
'signup' => array(
'error' => 'حدثت مشكلة أثناء محاولة إنشاء حسابك، يرجى إعادة المحاولة.',
'success' => 'تم إنشاء الحساب بنجاح.',
),
'forgot-password' => array(
'error' => 'حدثت مشكلة أثناء محاولة الحصول على رمز إعادة تعيين كلمة المرور، الرجاء إعادة المحاولة.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => 'حدثت مشكلة أثناء محاولة إعادة تعيين كلمة المرور، الرجاء إعادة المحاولة.',
'success' => 'تمت إعادة تعيين كلمة المرور بنجاح.',
),
);