snipe-it/resources/lang/zh-TW/admin/components/general.php
snipe 0bb8cc63c5 Updated translation strings
Signed-off-by: snipe <snipe@snipe.net>
2023-06-13 17:12:01 +01:00

17 lines
657 B
PHP

<?php
return array(
'component_name' => '組件名稱',
'checkin' => '組件繳回',
'checkout' => '組件借出',
'cost' => '採購成本',
'create' => '新增組件',
'edit' => '編輯組件',
'date' => '採購日期',
'order' => '採購單號',
'remaining' => '剩餘',
'total' => '總計',
'update' => '更新組件',
'checkin_limit' => '借出數量必須等於或小於 :assigned_qty'
);