2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
'does_not_exist' => 'ไม่มีสถานที่นี้.' ,
2024-08-15 04:21:06 -07:00
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ' ,
2016-03-25 01:18:05 -07:00
'assoc_assets' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง. ' ,
'assoc_child_loc' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับหมวดสถานที่ใดที่หนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงสถานที่ของท่านไม่ให้มีส่วนเกี่ยวข้องกับหมวดสถานที่นี้ และลองอีกครั้ง. ' ,
2023-02-21 03:54:55 -08:00
'assigned_assets' => 'สินทรัพย์ถูกมอบหมายแล้ว' ,
'current_location' => 'ตำแหน่งปัจจุบัน' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2016-03-25 01:18:05 -07:00
'error' => 'สถานที่ยังไม่ถูกสร้าง กรุณาลองใหม่อีกครั้ง.' ,
2022-01-13 21:27:29 -08:00
'success' => 'สร้างสถานที่เรียบร้อยแล้ว.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2016-03-25 01:18:05 -07:00
'error' => 'สถานที่ยังไม่ถูกปรับปรุง กรุณาลองใหม่อีกครั้ง' ,
2022-01-13 21:27:29 -08:00
'success' => 'ปรับปรุงสถานที่เรียบร้อยแล้ว.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2016-03-25 01:18:05 -07:00
'confirm' => 'คุณแน่ใจที่จะลบสถานที่นี้?' ,
'error' => 'มีปัญหาระหว่างการลบสถานที่ กรุณาลองใหม่อีกครั้ง.' ,
2022-01-13 21:27:29 -08:00
'success' => 'ลบสถานที่เรียบร้อยแล้ว.'
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);