mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
26 lines
917 B
PHP
26 lines
917 B
PHP
<?php
|
|
|
|
return array(
|
|
'address' => '供应商地址',
|
|
'assets' => '资产',
|
|
'city' => '城市',
|
|
'contact' => '联系人',
|
|
'country' => '国家',
|
|
'create' => '创建供应商',
|
|
'email' => '邮箱',
|
|
'fax' => '传真',
|
|
'id' => '编号',
|
|
'licenses' => '许可证',
|
|
'name' => '供应商名称',
|
|
'notes' => '备注',
|
|
'phone' => '电话',
|
|
'state' => '省份',
|
|
'suppliers' => '供应商',
|
|
'update' => '更新供货商',
|
|
'url' => '网址',
|
|
'view' => '查看供应商',
|
|
'view_assets_for' => '查看资产关于',
|
|
'zip' => '邮政编码',
|
|
|
|
);
|