HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/public_html/printmanager/vendor/filament/filament/resources/lang/zh_CN/layout.php
<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'billing' => [
            'label' => '管理订阅',
        ],

        'logout' => [
            'label' => '退出登录',
        ],

        'open_database_notifications' => [
            'label' => '打开通知',
        ],

        'open_user_menu' => [
            'label' => '用户菜单',
        ],

        'sidebar' => [

            'collapse' => [
                'label' => '折叠侧边栏',
            ],

            'expand' => [
                'label' => '展开侧边栏',
            ],

        ],

        'theme_switcher' => [

            'dark' => [
                'label' => '切换至深色主题',
            ],

            'light' => [
                'label' => '切换至浅色主题',
            ],

            'system' => [
                'label' => '按照系统主题切换',
            ],

        ],

    ],

];