snipe-it/resources/lang/zh-CN/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
513 B
PHP

<?php
return array(
'checkout' => '领取耗材给使用者',
'consumable_name' => '耗材名称',
'create' => '创建耗材',
'item_no' => '项目编号',
'remaining' => '剩余',
'total' => '总计',
'update' => '更新耗材',
'inventory_warning' => '该耗材的库存低于最低数量 :min_count',
);