2025-10-08 16:00:47 -04:00

25 lines
1.2 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'بيانات الاعتماد هذه لا تتطابق مع سجلاتنا.',
'failed-two-factor' => 'رمز التحقق غير صحيح',
'two-factor-code' => 'رمز التحقق بخطوتين',
'two-factor-hint' => 'يمكنك استخدام رموز النسخ الاحتياطي إذا فقدت الوصول إلى جهازك.',
'password' => 'كلمة المرور المدخلة غير صحيحة.',
'throttle' => 'عدد محاولات تسجيل الدخول كبير جدًا. يرجى المحاولة مرة أخرى بعد :seconds ثانية.',
'2fa_must_be_enabled' => 'طلب المسؤول أن يتم تمكين المصادقة الثنائية لحسابك من أجل استخدام اللوحة.',
];