Files
hr/lang/vendor/filament/tk/components/section.php
2026-07-31 18:08:08 +05:00

18 lines
203 B
PHP

<?php
return [
'actions' => [
'collapse' => [
'label' => 'Bölümi ýygna',
],
'expand' => [
'label' => 'Bölümi giňelt',
],
],
];