snipe-it/resources/lang/zh-HK/admin/components/general.php

18 lines
723 B
PHP
Raw Normal View History

2018-01-20 04:53:04 -08:00
<?php
return array(
'about_components_title' => '關於組件',
'about_components_text' => '組件為資產的一部份,例如硬碟、記憶體等。',
'component_name' => '組件名稱',
'checkin' => '組件繳回',
'checkout' => '組件借出',
'cost' => '採購成本',
'create' => '新增組件',
'edit' => '編輯組件',
'date' => '採購日期',
'order' => '採購單號',
'remaining' => '剩餘',
'total' => '總計',
'update' => '更新組件',
);