mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-30 07:59:50 -08:00
13 lines
381 B
PHP
13 lines
381 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => '關於製造商',
|
|
'about_manufacturers_text' => '製造商生產我們需要的所有富有魔力的物品。',
|
|
'asset_manufacturers' => '資產製造商',
|
|
'create' => '新增製造商',
|
|
'id' => 'ID',
|
|
'name' => '製造商名稱',
|
|
'update' => '更新製造商',
|
|
|
|
);
|