ajout app
This commit is contained in:
26
SNIPE-IT/resources/lang/zh-TW/admin/suppliers/table.php
Normal file
26
SNIPE-IT/resources/lang/zh-TW/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' => 'Email',
|
||||
'fax' => '傳真',
|
||||
'id' => 'ID',
|
||||
'licenses' => '授權',
|
||||
'name' => '供應商名稱',
|
||||
'notes' => '備註',
|
||||
'phone' => '電話',
|
||||
'state' => '省份',
|
||||
'suppliers' => '供應商',
|
||||
'update' => '更新供應商',
|
||||
'view' => '檢視供應商',
|
||||
'view_assets_for' => '檢視資產關於',
|
||||
'zip' => '郵遞區號',
|
||||
|
||||
);
|
Reference in New Issue
Block a user