mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
12 lines
220 B
PHP
Executable file
12 lines
220 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'asset_manufacturers' => '资产制造商',
|
|
'create' => '创建制造厂',
|
|
'id' => '编号',
|
|
'name' => '制造商名称',
|
|
'update' => '更新制造商',
|
|
|
|
);
|