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

34 lines
493 B
PHP

<?php
return [
'single' => [
'label' => 'แก้ไข',
'modal' => [
'heading' => 'แก้ไข:label',
'actions' => [
'save' => [
'label' => 'บันทึก',
],
],
],
'notifications' => [
'saved' => [
'title' => 'บันทึกข้อมูลเรียบร้อย',
],
],
],
];