HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/www/printmanager/vendor/filament/tables/resources/lang/hr/table.php
<?php

return [

    'column_toggle' => [

        'heading' => 'Kolone',

    ],

    'columns' => [

        'actions' => [
            'label' => 'Akcija|Akcije',
        ],

        'text' => [

            'actions' => [
                'collapse_list' => 'Prikaži :count manje',
                'expand_list' => 'Prikaži :count više',
            ],

            'more_list_items' => 'i još :count',

        ],

    ],

    'fields' => [

        'bulk_select_page' => [
            'label' => 'Odaberi/poništi odabir svih stavki za skupne radnje.',
        ],

        'bulk_select_record' => [
            'label' => 'Odaberi/poništi odabir stavke :key za skupne radnje.',
        ],

        'bulk_select_group' => [
            'label' => 'Odaberi/poništi odabir grupe :title za skupne radnje.',
        ],

        'search' => [
            'label' => 'Pretraga',
            'placeholder' => 'Pretraži',
            'indicator' => 'Pretraži',
        ],

    ],

    'summary' => [

        'heading' => 'Sažetak',

        'subheadings' => [
            'all' => 'Sve :label',
            'group' => ':group sažetak',
            'page' => 'Ova stranica',
        ],

        'summarizers' => [

            'average' => [
                'label' => 'Prosjek',
            ],

            'count' => [
                'label' => 'Broj',
            ],

            'sum' => [
                'label' => 'Zbroj',
            ],

        ],

    ],

    'actions' => [

        'disable_reordering' => [
            'label' => 'Završi mijenjanje redoslijeda zapisa',
        ],

        'enable_reordering' => [
            'label' => 'Mijenjanje redoslijeda zapisa',
        ],

        'filter' => [
            'label' => 'Filter',
        ],

        'group' => [
            'label' => 'Grupa',
        ],

        'open_bulk_actions' => [
            'label' => 'Skupne radnje',
        ],

        'toggle_columns' => [
            'label' => 'Prikaži/sakrij stupce',
        ],

    ],

    'empty' => [

        'heading' => 'Nema :model',

        'description' => 'Stvori :model kako bi započeo.',

    ],

    'filters' => [

        'actions' => [

            'apply' => [
                'label' => 'Primijeni filter',
            ],

            'remove' => [
                'label' => 'Ukloni filter',
            ],

            'remove_all' => [
                'label' => 'Ukloni sve filtere',
                'tooltip' => 'Ukloni sve filtere',
            ],

            'reset' => [
                'label' => 'Poništi',
            ],

        ],

        'heading' => 'Filteri',

        'indicator' => 'Aktivni filteri',

        'multi_select' => [
            'placeholder' => 'Sve',
        ],

        'select' => [
            'placeholder' => 'Sve',
        ],

        'trashed' => [

            'label' => 'Obrisani zapisi',

            'only_trashed' => 'Samo obrisani zapisi',

            'with_trashed' => 'S obrisanih zapisa',

            'without_trashed' => 'Bez obrisanih zapisa',

        ],

    ],

    'grouping' => [

        'fields' => [

            'group' => [
                'label' => 'Grupiraj prema',
                'placeholder' => 'Grupiraj prema',
            ],

            'direction' => [

                'label' => 'Smjer grupiranja',

                'options' => [
                    'asc' => 'Uzlazno',
                    'desc' => 'Silazno',
                ],

            ],

        ],

    ],

    'reorder_indicator' => 'Povuci i ispusti zapise u redoslijed.',

    'selection_indicator' => [

        'selected_count' => '1 odabrani zapis|:count odabranih zapisa',

        'actions' => [

            'select_all' => [
                'label' => 'Odaberi svih :count',
            ],

            'deselect_all' => [
                'label' => 'Odznači sve',
            ],

        ],

    ],

    'sorting' => [

        'fields' => [

            'column' => [
                'label' => 'Sortiraj prema',
            ],

            'direction' => [

                'label' => 'Smjer sortiranja',

                'options' => [
                    'asc' => 'Uzlazno',
                    'desc' => 'Silazno',
                ],

            ],

        ],

    ],

];