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

34 lines
387 B
PHP

<?php
return [
'title' => '대시보드',
'actions' => [
'filter' => [
'label' => '필터',
'modal' => [
'heading' => '필터',
'actions' => [
'apply' => [
'label' => '적용',
],
],
],
],
],
];