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-10-12 13:01:29 -07:00
|
|
|
'deleted' => '此型號已被刪除。<a href="/hardware/models/:model_id/restore">點擊此處恢復</a>。',
|
|
|
|
'restore' => '恢復型號',
|
|
|
|
'requestable' => '使用者可申請此型號',
|
|
|
|
'show_mac_address' => '在型號資產中顯示MAC地址',
|
|
|
|
'view_deleted' => '檢視已刪除',
|
|
|
|
'view_models' => '檢視型號',
|
|
|
|
'fieldset' => '欄位集',
|
|
|
|
'no_custom_field' => '沒有自訂欄位',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
|
|
);
|