mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
16 lines
643 B
PHP
16 lines
643 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => '关于耗材',
|
|
'about_consumables_text' => '所谓耗材是指从购买后会慢慢消耗并最终用尽的物品,例如打印机墨水,复印纸等等。',
|
|
'consumable_name' => '耗材名称',
|
|
'cost' => '采购成本',
|
|
'create' => '创建耗材',
|
|
'date' => '采购日期',
|
|
'item_no' => '项目编号',
|
|
'order' => '订单号',
|
|
'remaining' => '剩余',
|
|
'total' => '总计',
|
|
'update' => '更新耗材',
|
|
);
|