snipe-it/resources/lang/zh-TW/admin/manufacturers/table.php
2016-12-03 17:10:05 -08:00

13 lines
375 B
PHP

<?php
return array(
'about_manufacturers_title' => 'About manufacturers',
'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.',
'asset_manufacturers' => '資產製造商',
'create' => '新增製造商',
'id' => 'ID',
'name' => '製造商名稱',
'update' => '更新製造商',
);