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/forms/resources/lang/zh_TW/components.php
<?php

return [

    'builder' => [

        'actions' => [

            'add' => [
                'label' => '加至 :label',
            ],

            'delete' => [
                'label' => '刪除',
            ],

            'move_down' => [
                'label' => '上移',
            ],

            'move_up' => [
                'label' => '下移',
            ],

            'collapse' => [
                'label' => '收起',
            ],

            'expand' => [
                'label' => '展開項目',
            ],

            'collapse_all' => [
                'label' => '收起全部',
            ],

            'expand_all' => [
                'label' => '展開全部',
            ],

        ],

    ],

    'key_value' => [

        'actions' => [

            'add' => [
                'label' => '新增橫列',
            ],

            'delete' => [
                'label' => '刪除橫列',
            ],

        ],

        'fields' => [

            'key' => [
                'label' => '索引鍵',
            ],

            'value' => [
                'label' => '值',
            ],

        ],

    ],

    'markdown_editor' => [

        'toolbar_buttons' => [
            'attach_files' => '附加檔案',
            'bold' => '粗體',
            'bullet_list' => '無序清單',
            'code_block' => '程式碼區塊',
            'edit' => '編輯',
            'italic' => '斜體',
            'link' => '連結',
            'ordered_list' => '有序清單',
            'preview' => '預覽',
            'strike' => '刪除線',
        ],

    ],

    'repeater' => [

        'actions' => [

            'add' => [
                'label' => '加至 :label',
            ],

            'delete' => [
                'label' => '刪除',
            ],

            'move_down' => [
                'label' => '下移',
            ],

            'move_up' => [
                'label' => '上移',
            ],

            'collapse' => [
                'label' => '收起',
            ],

            'expand' => [
                'label' => '展開',
            ],

            'collapse_all' => [
                'label' => '收起全部',
            ],

            'expand_all' => [
                'label' => '展開全部',
            ],

        ],

    ],

    'rich_editor' => [

        'dialogs' => [

            'link' => [

                'actions' => [
                    'link' => '連結',
                    'unlink' => '取消連結',
                ],

                'label' => 'URL',

                'placeholder' => '輸入 URL',

            ],

        ],

        'toolbar_buttons' => [
            'attach_files' => '附加檔案',
            'blockquote' => '引用區塊',
            'bold' => '粗體',
            'bullet_list' => '有序清單',
            'code_block' => '程式碼區塊',
            'h1' => '大標題',
            'h2' => '小標題',
            'h3' => '附標題',
            'italic' => '斜體',
            'link' => '連結',
            'ordered_list' => '有序清單',
            'redo' => '取消復原',
            'strike' => '刪除線',
            'undo' => '復原',
        ],

    ],

    'select' => [

        'actions' => [

            'create_option' => [

                'modal' => [

                    'heading' => '建立',

                    'actions' => [

                        'create' => [
                            'label' => '建立',
                        ],

                    ],

                ],

            ],

        ],

        'boolean' => [
            'true' => '是',
            'false' => '否',
        ],

        'loading_message' => '載入中...',

        'no_search_results_message' => '未有符合該選項的搜尋結果。',

        'placeholder' => '選擇選項',

        'searching_message' => '搜尋中...',

        'search_prompt' => '輸入以搜尋...',

    ],

    'tags_input' => [
        'placeholder' => '新增標籤',
    ],

    'wizard' => [

        'actions' => [

            'previous_step' => [
                'label' => '返回',
            ],

            'next_step' => [
                'label' => '繼續',
            ],

        ],

    ],

];