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

return [

    'label' => 'Importuoti :label',

    'modal' => [

        'heading' => 'Importuoti :label',

        'form' => [

            'file' => [
                'label' => 'Failas',
                'placeholder' => 'Įkelti CSV failą',
            ],

            'columns' => [
                'label' => 'Stulpeliai',
                'placeholder' => 'Pasirinkite stulpelį',
            ],

        ],

        'actions' => [

            'download_example' => [
                'label' => 'Atsisiųsti CSV pavyzdį',
            ],

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

        ],

    ],

    'notifications' => [

        'completed' => [

            'title' => 'Importas atliktas',

            'actions' => [

                'download_failed_rows_csv' => [
                    'label' => 'Atsisiųsti informaciją apie nepavykusią eilutę|Atsisiųsti informaciją apie nepavykusias eilutes',
                ],

            ],

        ],

        'max_rows' => [
            'title' => 'Įkeltas CSV filas per didelis',
            'body' => 'Negalite importuoti daugiau nei 1 eilutės vienu metu.|Negalite importuoti dagiau nei :count eilučių vienu metu.',
        ],

        'started' => [
            'title' => 'Importas pradėtas',
            'body' => 'Importas pradėtas ir 1 eilutė bus apdorojama fone.|Importas pradėtas ir :count eilutės bus apdorojamos fone.',
        ],

    ],

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

    'failure_csv' => [
        'file_name' => 'import-:import_id-:csv_name-failed-rows',
        'error_header' => 'klaida',
        'system_error' => 'Sistemos klaida, susisiekite su klientų aptarnavimu.',
    ],

];