Files
biiproject-kit-v1/lang/vendor/filament-schemas/vi/components.php
T

22 lines
260 B
PHP

<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Quay lại',
],
'next_step' => [
'label' => 'Tiếp theo',
],
],
],
];