<?php

return [

    'actions' => [

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

    ],

    'filters' => [

        'actions' => [

            'apply' => [
                'label' => 'Použít',
            ],

            'reset' => [
                'label' => 'Resetovat',
            ],

        ],

    ],

];
                                                                                                                                                                             {
    "name": "filament/widgets",
    "description": "Easily add beautiful dashboard widgets to any Livewire component.",
    "license": "MIT",
    "homepage": "https://github.com/filamentphp/filament",
    "support": {
        "issues": "https://github.com/filamentphp/filament/issues",
        "source": "https://github.com/filamentphp/f   "psr-4": {
            "Filament\\Widgets\\": "src"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Filament\\Widgets\\WidgetsServiceProvider"
            ]
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
