ajout app
This commit is contained in:
26
SNIPE-IT/resources/lang/zh-CN/admin/suppliers/table.php
Normal file
26
SNIPE-IT/resources/lang/zh-CN/admin/suppliers/table.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_suppliers_title' => '关于供应商',
|
||||
'about_suppliers_text' => '供应商用来跟踪物品的来源',
|
||||
'address' => '供应商地址',
|
||||
'assets' => '资产',
|
||||
'city' => '城市',
|
||||
'contact' => '联系人',
|
||||
'country' => '国家',
|
||||
'create' => '创建供应商',
|
||||
'email' => '邮箱',
|
||||
'fax' => '传真',
|
||||
'id' => '编号',
|
||||
'licenses' => '许可证',
|
||||
'name' => '供应商名称',
|
||||
'notes' => '备注',
|
||||
'phone' => '电话',
|
||||
'state' => '省份',
|
||||
'suppliers' => '供应商',
|
||||
'update' => '更新供货商',
|
||||
'view' => '查看供应商',
|
||||
'view_assets_for' => '查看资产关于',
|
||||
'zip' => '邮政编码',
|
||||
|
||||
);
|
Reference in New Issue
Block a user