mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
16 lines
1.1 KiB
PHP
16 lines
1.1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_models_title' => 'เกี่ยวกับโมเดลสินทรัพย์',
|
|
'about_models_text' => 'โมเดลสินทรัพย์คือวิธีการจัดกลุ่มเนื้อหาที่เหมือนกัน "MBP 2013", "IPhone 6s" ฯลฯ',
|
|
'deleted' => 'โมเดลนี้ถูกลบแล้ว <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.',
|
|
'restore' => 'กู้คืนโมเดล',
|
|
'requestable' => 'ผู้ใช้สามารถขอรับโมเดลนี้ได้',
|
|
'show_mac_address' => 'แสดง MAC address ในสินทรัพย์ของโมเดลนี้',
|
|
'view_deleted' => 'ดูที่ถูกลบ',
|
|
'view_models' => 'ดูโมเดล',
|
|
'fieldset' => 'fieldset',
|
|
'no_custom_field' => 'ไม่มีฟิลด์ที่กำหนดเอง',
|
|
|
|
);
|