Files
data-collection-terminal/vendor/filament/actions/resources/lang/vi/modal.php

24 lines
342 B
PHP

<?php
return [
'confirmation' => 'Bạn có chắc chắn khi thực hiện thao tác này?',
'actions' => [
'cancel' => [
'label' => 'Huỷ bỏ',
],
'confirm' => [
'label' => 'Xác nhận',
],
'submit' => [
'label' => 'Gửi',
],
],
];