alerts.php 2.1 KB
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Alert Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines contain alert messages for various scenarios
    | during CRUD operations. You are free to modify these language lines
    | according to your application's requirements.
    |
    */

    'backend' => [
        'roles' => [
            'created' => '.لقد تم إضافة الدور الجديد بنجاح',
            'deleted' => 'لقد تم مسح الدور بنجاح.',
            'updated' => 'تم تعديل الدور بنجاح.',
        ],

        'users' => [
            'cant_resend_confirmation' => 'The application is currently set to manually approve users.',
            'confirmation_email'  => 'لقد تم إرسال رسالة تأكيد جديدة إلى عنوان البريد الألكتروني الموجود في الملف الشخصي.',
            'confirmed'              => 'The user was successfully confirmed.',
            'created'             => 'لقد تم إنشاء المستخدم الجديد بنجاح.',
            'deleted'             => 'لقد تم إزالة المستخدم بنجاح.',
            'deleted_permanently' => 'لقد تم حذف المستخدم نهائيا بنجاح.',
            'restored'            => 'لقد تمت استعادة المستخدم بنجاح.',
            'session_cleared'      => "The user's session was successfully cleared.",
            'social_deleted' => 'Social Account Successfully Removed',
            'unconfirmed' => 'The user was successfully un-confirmed',
            'updated'             => 'لقد تم تعديل المستخدم بنجاح.',
            'updated_password'    => 'لقد تم تعديل كلمة مرور المستخدم بنجاح.',
        ],
    ],

    'frontend' => [
        'contact' => [
            'sent' => 'Your information was successfully sent. We will respond back to the e-mail provided as soon as we can.',
        ],
    ],
];