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/uz/export.php
<?php

return [

    'label' => ':labelni export qilish',

    'modal' => [

        'heading' => ':labelni export qilish',

        'form' => [

            'columns' => [

                'label' => 'Ustunlar',

                'form' => [

                    'is_enabled' => [
                        'label' => ':column yoqilgan',
                    ],

                    'label' => [
                        'label' => ':column belgi',
                    ],

                ],

            ],

        ],

        'actions' => [

            'export' => [
                'label' => 'Export',
            ],

        ],

    ],

    'notifications' => [

        'completed' => [

            'title' => 'Export yakunlandi',

            'actions' => [

                'download_csv' => [
                    'label' => 'Yuklab olish .csv',
                ],

                'download_xlsx' => [
                    'label' => 'Yuklab olish .xlsx',
                ],

            ],

        ],

        'max_rows' => [
            'title' => 'Export qilish uchun juda katta',
            'body' => 'Bir vaqtning o\'zida 1 tadan ortiq qatorni eksport qila olmaysiz.|Bir vaqtning o\'zida :count satrdan ortiq eksport qila olmaysiz.',
        ],

        'started' => [
            'title' => 'Export boshlandi',
            'body' => 'Eksportingiz boshlandi va 1 qator fonda qayta ishlanadi. Tugallangach, yuklab olish havolasi bilan bildirishnoma olasiz.|Eksportingiz boshlandi va :count qatorlari fonda qayta ishlanadi. Yuklab olish tugallangandan so\'ng siz yuklab olish havolasi bilan bildirishnoma olasiz.',
        ],

    ],

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

];