2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2016-12-03 17:10:05 -08:00
|
|
|
'about_models_title' => 'About Asset Models',
|
|
|
|
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
|
2016-03-25 01:18:05 -07:00
|
|
|
'deleted' => 'Model này đã bị xoá. <a href="/hardware/models/:model_id/restore">Bấm vào đây để khôi phục lại</a>.',
|
|
|
|
'restore' => 'Khôi phục Model',
|
2016-10-04 12:23:02 -07:00
|
|
|
'requestable' => 'Users may request this model',
|
2016-03-25 01:18:05 -07:00
|
|
|
'show_mac_address' => 'Hiển thị trường địa chỉ MAC trong tài sản của model này',
|
|
|
|
'view_deleted' => 'Xem Model đã xoá',
|
|
|
|
'view_models' => 'Xem model',
|
|
|
|
'fieldset' => 'Fieldset',
|
|
|
|
'no_custom_field' => 'No custom fields',
|
|
|
|
|
|
|
|
);
|