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

62 lines
1002 B
PHP

<?php
return [
'single' => [
'label' => 'แยกออก',
'modal' => [
'heading' => 'แยก:labelออก',
'actions' => [
'detach' => [
'label' => 'แยกออก',
],
],
],
'notifications' => [
'detached' => [
'title' => 'บันทึกเรียบร้อย',
],
],
],
'multiple' => [
'label' => 'แยกที่เลือกออก',
'modal' => [
'heading' => 'แยก:labelที่เลือกออก',
'actions' => [
'detach' => [
'label' => 'แยกออก',
],
],
],
'notifications' => [
'detached' => [
'title' => 'บันทึกเรียบร้อย',
],
],
],
];