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