openclassify/resources/lang/ar/auth.php
2019-06-22 13:59:18 +03:00

20 lines
707 B
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' => 'وراق الاعتماد هذه لا تتطابق مع سجلاتنا.',
'throttle' => 'عدد كبير جدا من محاولات الدخول. يرجى المحاولة مرة أخرى في :seconds ثانية.',
];