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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/clinic.corals.io/resources/lang/zh/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'         => '登录尝试次数过多。 请在 :seconds 秒后重试。',
    '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