Files
biiproject-kit-v1/lang/vendor/filament-panels/tr/pages/dashboard.php
T

34 lines
380 B
PHP

<?php
return [
'title' => 'Panel',
'actions' => [
'filter' => [
'label' => 'Filtre',
'modal' => [
'heading' => 'Filtre',
'actions' => [
'apply' => [
'label' => 'Uygula',
],
],
],
],
],
];