photogeodata/lang/vendor/filament-actions/th/restore.php
2026-05-12 20:43:17 +02:00

61 lines
1 KiB
PHP

<?php
return [
'single' => [
'label' => 'คืนค่า',
'modal' => [
'heading' => 'คืนค่า :label',
'actions' => [
'restore' => [
'label' => 'คืนค่า',
],
],
],
'notifications' => [
'restored' => [
'title' => 'คืนค่าข้อมูลเรียบร้อย',
],
],
],
'multiple' => [
'label' => 'คืนค่าที่เลือก',
'modal' => [
'heading' => 'คืนค่า :label ที่เลือก',
'actions' => [
'restore' => [
'label' => 'คืนค่า',
],
],
],
'notifications' => [
'restored' => [
'title' => 'คืนค่าข้อมูลเรียบร้อย',
],
],
],
];