snipe-it/resources/lang/vendor/zh-CN/admin/consumables/general.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

12 lines
419 B
PHP

<?php
return array(
'checkout' => '领取耗材给使用者',
'consumable_name' => '耗材名称',
'create' => '创建耗材',
'item_no' => '项目编号',
'remaining' => '剩余',
'total' => '总计',
'update' => '更新耗材',
);