Files
biiproject-kit-v1/lang/vendor/filament-widgets/zh_CN/chart.php
T

30 lines
335 B
PHP

<?php
return [
'actions' => [
'filter' => [
'label' => '筛选',
],
],
'filters' => [
'actions' => [
'apply' => [
'label' => '应用',
],
'reset' => [
'label' => '重置',
],
],
],
];