mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
616 B
PHP
14 lines
616 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'deleted' => 'โมเดลนี้ถูกลบแล้ว <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.',
|
|
'restore' => 'กู้คืนโมเดล',
|
|
'show_mac_address' => 'แสดง MAC address ในสินทรัพย์ของโมเดลนี้',
|
|
'view_deleted' => 'ดูที่ถูกลบ',
|
|
'view_models' => 'ดูโมเดล',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'No custom fields',
|
|
|
|
);
|