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

13 lines
379 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' => '编号',
'name' => '制造商名称',
'update' => '更新制造商',
);