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

62 lines
844 B
PHP

<?php
return [
'single' => [
'label' => 'Xóa',
'modal' => [
'heading' => 'Xóa :label',
'actions' => [
'delete' => [
'label' => 'Xóa',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Đã xóa',
],
],
],
'multiple' => [
'label' => 'Xoá các mục đã chọn',
'modal' => [
'heading' => 'Xóa các mục :label đã chọn',
'actions' => [
'delete' => [
'label' => 'Xóa',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Đã xóa',
],
],
],
];