mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
1854d7d668
Signed-off-by: snipe <snipe@snipe.net>
23 lines
1.8 KiB
PHP
23 lines
1.8 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_assets_title' => 'เกี่ยวกับสินทรัพย์',
|
|
'about_assets_text' => 'สินทรัพย์คือรายการที่ติดตามโดยใช้หมายเลขซีเรียลหรือแท็กเนื้อหา พวกเขามีแนวโน้มที่จะเป็นรายการมูลค่าที่สูงขึ้นซึ่งจะระบุรายการที่เฉพาะเจาะจง',
|
|
'archived' => 'ถูกเก็บไว้',
|
|
'asset' => 'สินทรัพย์',
|
|
'bulk_checkout' => 'ตรวจสอบสินทรัพย์',
|
|
'checkin' => 'เช็คอินสินทรัพย์',
|
|
'checkout' => 'ตรวจสอบสินทรัพย์',
|
|
'clone' => 'คัดลอกแบบสินทรัพย์',
|
|
'deployable' => 'สามารถใช้งานได้',
|
|
'deleted' => 'สินทรัพย์นี้ถูกลบไปแล้ว',
|
|
'edit' => 'แก้ไขสินทรัพย์',
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
|
'requestable' => 'ร้องขอได้',
|
|
'requested' => 'การขอใช้บริการ',
|
|
'restore' => 'กู้คืนสินทรัพย์',
|
|
'pending' => 'อยู่ระหว่างดำเนินการ',
|
|
'undeployable' => 'ไม่สามารถนำไปใช้งานได้',
|
|
'view' => 'ดูสินทรัพย์',
|
|
);
|