mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
13 lines
375 B
PHP
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' => '更新製造商',
|
|
|
|
);
|