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/ru/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/clinic.corals.io/resources/lang/ru/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