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

62 lines
854 B
PHP

<?php
return [
'single' => [
'label' => 'Tách',
'modal' => [
'heading' => 'Tách :label',
'actions' => [
'detach' => [
'label' => 'Tách',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Đã tách',
],
],
],
'multiple' => [
'label' => 'Tách các mục đã chọn',
'modal' => [
'heading' => 'Tách các mục :label đã chọn',
'actions' => [
'detach' => [
'label' => 'Tách',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Đã tách',
],
],
],
];