ajout app
This commit is contained in:
16
SNIPE-IT/resources/lang/zh-TW/admin/components/general.php
Normal file
16
SNIPE-IT/resources/lang/zh-TW/admin/components/general.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => '組件名稱',
|
||||
'checkin' => '組件繳回',
|
||||
'checkout' => '組件借出',
|
||||
'cost' => '採購成本',
|
||||
'create' => '新增組件',
|
||||
'edit' => '編輯組件',
|
||||
'date' => '採購日期',
|
||||
'order' => '採購單號',
|
||||
'remaining' => '剩餘',
|
||||
'total' => '總計',
|
||||
'update' => '更新組件',
|
||||
'checkin_limit' => '借出數量必須等於或小於 :assigned_qty'
|
||||
);
|
Reference in New Issue
Block a user