Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/clinic.corals.io/resources/lang/ar/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/clinic.corals.io/resources/lang/ar/auth.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'         => 'محاولات تسجيل دخول كثيرة جدًا. يرجى المحاولة مرة أخرى خلال: ثواني. ',
    'full_name'        => "الاسم الكامل",
    'email'            => "البريد إلكتروني",
    'password'         => "كلمة المرور",
    'confirm_password' => "تأكيد كلمة المرور",
    'remember_me'      => "تذكرني",
    'sign_in'          => "تسجيل الدخول",
    'sign_out'         => "تسجيل الخروج",
    'register'         => "تسجيل",

    'login' => [
        'title'               => "تسجيل الدخول لبدء الجلسة الخاصة بك",
        'forgot_password'     => "لقد نسيت كلمة المرور الخاصة بي",
        'register_membership' => "تسجيل عضوية جديدة",
    ],

    'registration' => [
        'title'           => "تسجيل عضوية جديدة",
        'i_agree'         => "أوافق على",
        'terms'           => "الشروط",
        'have_membership' => "لدي عضوية بالفعل",
    ],

    'forgot_password' => [
        'title'          => "أدخل البريد الإلكتروني لإعادة تعيين كلمة المرور",
        'send_pwd_reset' => "إرسال رابط إعادة تعيين كلمة المرور",
    ],

    'reset_password' => [
        'title'         => "إعادة تعيين كلمة المرور الخاصة بك",
        'reset_pwd_btn' => "إعادة تعيين كلمة المرور",
    ],

    'emails' => [
        'password' => [
            'reset_link' => 'انقر هنا لإعادة تعيين كلمة المرور الخاصة بك',
        ],
    ],

    'app' => [
        'member_since' => "عضو منذ",
        'messages'     => "الرسائل",
        'settings'     => "الإعدادات",
        'lock_account' => "تأمين الحساب",
        'profile'      => "الملف الشخصي",
        'online'       => "متصل",
        'search'       => "بحث",
        'create'       => "إنشاء",
        'export'       => "تصدير",
        'print'        => "طباعة",
        'reset'        => "إعادة تعيين",
        'reload'       => "إعادة تحميل",
    ],
];

Spamworldpro Mini