mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
16 lines
741 B
PHP
16 lines
741 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_models_title' => '關於資產型號',
|
|
'about_models_text' => '資產型號是將相同資產分組的一種方式,例如:"MBP 2013"、"iPhone 6s"... 等。',
|
|
'deleted' => '此型號已被刪除。<a href="/hardware/models/:model_id/restore">點擊此處恢復</a>。',
|
|
'restore' => '恢復型號',
|
|
'requestable' => '使用者可申請此型號',
|
|
'show_mac_address' => '在型號資產中顯示MAC地址',
|
|
'view_deleted' => '檢視已刪除',
|
|
'view_models' => '檢視型號',
|
|
'fieldset' => '欄位集',
|
|
'no_custom_field' => '沒有自訂欄位',
|
|
|
|
);
|