snipe-it/resources/lang/th/admin/locations/table.php
snipe 1854d7d668 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2021-12-13 11:28:01 -08:00

24 lines
1.6 KiB
PHP

<?php
return array(
'about_locations_title' => 'เกี่ยวกับสถานที่',
'about_locations' => 'สถานที่ถูกใช้เพื่อติดตามข้อมูลตำแหน่งสำหรับผู้ใช้เนื้อหาและรายการอื่น ๆ',
'assets_rtd' => 'สินทรัพย์', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Assets Assigned',
'id' => 'ID',
'city' => 'เขต/อำเภอ',
'state' => 'เมือง/รัฐ',
'country' => 'ประเทศ',
'create' => 'สร้างสถานที่',
'update' => 'อัพเดทสถานที่',
'print_assigned' => 'พิมพ์ งานที่มอบหมาย',
'print_all_assigned' => 'พิมพ์ งานที่มอบหมาย ทั้งหมด',
'name' => 'ชื่อสถานที่',
'address' => 'ที่อยู่',
'zip' => 'รหัสไปรษณีย์',
'locations' => 'สถานที่',
'parent' => 'หมวดแม่',
'currency' => 'สกุลเงินตามสถานที่',
'ldap_ou' => 'LDU Search OU',
);