2016-03-25 01:18:05 -07:00
< ? php
2021-06-10 13:15:52 -07:00
return [
'bulk_delete' => 'ยืนยันการลบเนื้อหาเป็นกลุ่ม' ,
2023-04-06 19:52:36 -07:00
'bulk_restore' => 'Confirm Bulk Restore Assets' ,
2017-10-17 18:52:20 -07:00
'bulk_delete_help' => 'ตรวจทานเนื้อหาสำหรับการลบจำนวนมากด้านล่าง เมื่อลบแล้วเนื้อหาเหล่านี้สามารถเรียกคืนได้ แต่จะไม่มีการเชื่อมโยงกับผู้ใช้ที่ได้รับมอบหมายอยู่ในขณะนี้อีกต่อไป' ,
2023-04-06 19:52:36 -07:00
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.' ,
2017-10-17 18:52:20 -07:00
'bulk_delete_warn' => 'คุณกำลังจะลบ: asset_count' ,
2023-04-06 19:52:36 -07:00
'bulk_restore_warn' => 'You are about to restore :asset_count assets.' ,
2021-06-10 13:15:52 -07:00
'bulk_update' => 'ปรับปรุงสินทรัพย์แบบหลายรายการ' ,
'bulk_update_help' => 'ฟอร์มนี้อนุญาตให้คุณปรับปรุงสินทรัพย์แบบหลายรายการในครั้งเดียว เพียงกรอกข้อมูลที่ต้องการเปลี่ยนแปลงลงในช่อง ช่องใดที่ไม่ได้กรอกข้อมูลจะไม่มีการเปลี่ยนแปลงใดๆ ' ,
2022-10-04 17:48:43 -07:00
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.' ,
2016-03-25 01:18:05 -07:00
'checkedout_to' => 'เช็คเอ้าท์ให้กับ' ,
'checkout_date' => 'วันที่เช็คเอ้าท์' ,
'checkin_date' => 'วันที่เช็คอิน' ,
'checkout_to' => 'เช็คเอ้าท์ให้กับ' ,
'cost' => 'ราคาซื้อ' ,
'create' => 'สร้างสินทรัพย์' ,
'date' => 'วันที่ซื้อ' ,
2017-10-17 18:52:20 -07:00
'depreciation' => 'การเสื่อมราคา' ,
2016-03-25 01:18:05 -07:00
'depreciates_on' => 'คิดค่าเสื่อมราคา' ,
'default_location' => 'ตำแหน่งพื้นฐาน' ,
'eol_date' => 'วันที่ EOL' ,
'eol_rate' => 'เรท EOL' ,
'expected_checkin' => 'วันที่เช็คอินที่คาดหวังไว้' ,
'expires' => 'หมดอายุ' ,
'fully_depreciated' => 'หมดค่าเสื่อมราคาแล้ว' ,
'help_checkout' => 'หากคุณประสงค์ที่จะกำหนดสินทรัพย์นี้ในทันที เลือก "Ready to Deploy" จากรายการสถานะด้านบน ' ,
'mac_address' => 'MAC Address' ,
'manufacturer' => 'ผู้ผลิต' ,
'model' => 'โมเดล' ,
'months' => 'เดือน' ,
'name' => 'ชื่อสินทรัพย์' ,
'notes' => 'หมายเหตุ' ,
'order' => 'หมายเลขสั่งซื้อ' ,
'qr' => 'QR Code' ,
'requestable' => 'ผู้ใช้งานอาจร้องขอสินทรัพย์นี้' ,
'select_statustype' => 'เลือกประเภทสถานะ' ,
'serial' => 'ซีเรียล' ,
'status' => 'สถานะ' ,
'tag' => 'รหัสทรัพย์สิน' ,
'update' => 'ปรับปรุงสินทรัพย์' ,
'warranty' => 'การรับประกัน' ,
2021-06-10 13:15:52 -07:00
'warranty_expires' => 'การรับประกันหมดอายุ' ,
2016-03-25 01:18:05 -07:00
'years' => 'ปี' ,
2022-01-13 21:27:29 -08:00
'asset_location' => 'Update Asset Location' ,
'asset_location_update_default_current' => 'Update default location AND actual location' ,
'asset_location_update_default' => 'Update only default location' ,
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.' ,
'asset_deployable' => 'That status is deployable. This asset can be checked out.' ,
2023-04-06 19:52:36 -07:00
'processing_spinner' => 'Processing... (This might take a bit of time on large files)' ,
2022-06-30 17:34:46 -07:00
'optional_infos' => 'Optional Information' ,
'order_details' => 'Order Related Information'
2021-06-10 13:15:52 -07:00
];