HEX
Server: Apache
System: Linux srv-plesk28.ps.kz 5.14.0-284.18.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 29 17:06:27 EDT 2023 x86_64
User: greencl1 (10085)
PHP: 8.1.33
Disabled: apache_setenv,dl,eval,exec,openlog,passthru,pcntl_exec,pcntl_fork,popen,posix_getpwuid,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,socket_create,socket_create_listen,socket_create_pair,syslog,system,socket_listen,stream_socket_server
Upload Files
File: /var/www/vhosts/greenclinic.kz/test.greenclinic.kz/modules/system/lang/zh-cn/client.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Client-side Language Lines
    |--------------------------------------------------------------------------
    |
    | These are messages made available to the client browser via JavaScript.
    | To compile this file run: php artisan october:util compile lang
    |
    */

    'markdowneditor' => [
        'formatting' => '格式化',
        'quote' => '引用',
        'code' => '代码',
        'header1' => '标题 1',
        'header2' => '标题 2',
        'header3' => '标题 3',
        'header4' => '标题 4',
        'header5' => '标题 5',
        'header6' => '标题 6',
        'bold' => '粗体',
        'italic' => '斜体',
        'unorderedlist' => '无序列表',
        'orderedlist' => '有序列表',
        'video' => '视频',
        'image' => '图片',
        'link' => '链接',
        'horizontalrule' => '插入分割线',
        'fullscreen' => '全屏',
        'preview' => '预览',
    ],

    'mediamanager' => [
        'insert_link' => "插入链接",
        'insert_image' => "插入图片",
        'insert_video' => "插入视频",
        'insert_audio' => "插入音频",
        'invalid_file_empty_insert' => "请选择要插入的文件。",
        'invalid_file_single_insert' => "请选择要插入的文件。",
        'invalid_image_empty_insert' => "请选择要插入的图片文件。",
        'invalid_video_empty_insert' => "请选择要插入的视频文件。",
        'invalid_audio_empty_insert' => "请选择要插入的音频文件。",
    ],

    'alert' => [
        'confirm_button_text' => '确定',
        'cancel_button_text' => '取消',
    ],

    'datepicker' => [
        'previousMonth' => '上一个月',
        'nextMonth' => '下一个月',
        'months' => ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
        'weekdays' => ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
        'weekdaysShort' => ['日', '一', '二', '三', '四', '五', '六']
    ],

    'filter' => [
        'group' => [
            'all' => '全部'
        ],
        'dates' => [
            'all' => '全部',
            'filter_button_text' => '筛选',
            'reset_button_text'  => '重置',
            'date_placeholder' => '日期',
            'after_placeholder' => 'After',
            'before_placeholder' => 'Before'
        ]
    ],

    'eventlog' => [
        'show_stacktrace' => '显示堆栈',
        'hide_stacktrace' => '隐藏堆栈',
        'tabs' => [
            'formatted' => '格式化的',
            'raw' => '原始',
        ],
        'editor' => [
            'title' => '源代码编辑器',
            'description' => 'Your operating system should be configured to listen to one of these URL schemes.',
            'openWith' => 'Open with',
            'remember_choice' => '记住选择',
            'open' => '打开',
            'cancel' => '取消'
        ]
    ]
];