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/id/import.php
<?php

return [

    'label' => 'Impor :label',

    'modal' => [

        'heading' => 'Impor :label',

        'form' => [

            'file' => [

                'label' => 'Berkas',

                'placeholder' => 'Unggah berkas CSV',

                'rules' => [
                    'duplicate_columns' => '{0} Berkas tidak boleh memiliki lebih dari satu kolom header yang kosong.|{1,*} Berkas tidak boleh memiliki kolom header yang duplikat: :columns.',
                ],

            ],

            'columns' => [
                'label' => 'Kolom',
                'placeholder' => 'Pilih kolom',
            ],

        ],

        'actions' => [

            'download_example' => [
                'label' => 'Unduh contoh berkas CSV',
            ],

            'import' => [
                'label' => 'Impor',
            ],

        ],

    ],

    'notifications' => [

        'completed' => [

            'title' => 'Impor selesai',

            'actions' => [

                'download_failed_rows_csv' => [
                    'label' => 'Unduh informasi baris yang gagal diimpor',
                ],

            ],

        ],

        'max_rows' => [
            'title' => 'Ukuran berkas CSV terlalu besar',
            'body' => 'Anda tidak dapat mengimpor lebih dari :count baris sekaligus.',
        ],

        'started' => [
            'title' => 'Impor dimulai',
            'body' => 'Mulai mengimpor :count baris dan proses akan berjalan di belakang layar.',
        ],

    ],

    'example_csv' => [
        'file_name' => 'contoh-:importer',
    ],

    'failure_csv' => [
        'file_name' => 'impor-:import_id-:csv_name-gagal',
        'error_header' => 'kesalahan',
        'system_error' => 'Terjadi kesalahan sistem, harap hubungi tim support.',
        'column_mapping_required_for_new_record' => 'Kolom :attribute tidak dipetakan ke kolom dalam berkas, tetapi diperlukan untuk membuat data baru.',
    ],

];