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

18 lines
207 B
PHP

<?php
return [
'actions' => [
'collapse' => [
'label' => 'Bölümü daralt',
],
'expand' => [
'label' => 'Bölümü genişlet',
],
],
];