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/actions/resources/lang/ja/export.php
<?php

return [

    'label' => 'エクスポート',

    'modal' => [

        'heading' => 'エクスポート :label',

        'form' => [

            'columns' => [

                'label' => 'カラム',

                'form' => [

                    'is_enabled' => [
                        'label' => ':column が有効になりました',
                    ],

                    'label' => [
                        'label' => ':column ラベル',
                    ],

                ],

            ],

        ],

        'actions' => [

            'export' => [
                'label' => 'エクスポート',
            ],

        ],

    ],

    'notifications' => [

        'completed' => [

            'title' => 'エクスポート完了',

            'actions' => [

                'download_csv' => [
                    'label' => 'csv形式をダウンロード',
                ],

                'download_xlsx' => [
                    'label' => 'xlsx形式をダウンロード',
                ],

            ],

        ],

        'max_rows' => [
            'title' => 'エクスポートするデータが大きすぎます',
            'body' => '一度に:count行を超える行をエクスポートすることはできません。',
        ],

        'started' => [
            'title' => 'エクスポート開始',
            'body' => 'エクスポートが開始され、:count行がバックグラウンドで処理されます。',
        ],

    ],

    'file_name' => 'export-:export_id-:model',

];