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/ko/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' => '시스템 테마 사용',
            ],

        ],

    ],

    'avatar' => [
        'alt' => ':name 아바타',
    ],

    'logo' => [
        'alt' => ':name 로고',
    ],

];