snipe-it/resources/lang/zh-TW/admin/consumables/general.php
snipe 593554daed Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2024-07-23 18:14:19 +01:00

13 lines
540 B
PHP

<?php
return array(
'checkout' => '領取耗材給使用者',
'consumable_name' => '耗材名稱',
'create' => '新增耗材',
'item_no' => '項目編號',
'remaining' => '剩餘',
'total' => '總計',
'update' => '更新耗材',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);