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

38 lines
647 B
PHP

<?php
return [
'single' => [
'label' => 'เพิ่ม:label',
'modal' => [
'heading' => 'เพิ่ม:label',
'actions' => [
'create' => [
'label' => 'บันทึก',
],
'create_another' => [
'label' => 'บันทึกและเพิ่มอีกรายการ',
],
],
],
'notifications' => [
'created' => [
'title' => 'บันทึกเรียบร้อย',
],
],
],
];