mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
12 lines
419 B
PHP
12 lines
419 B
PHP
<?php
|
|
|
|
return array(
|
|
'checkout' => '领取耗材给使用者',
|
|
'consumable_name' => '耗材名称',
|
|
'create' => '创建耗材',
|
|
'item_no' => '项目编号',
|
|
'remaining' => '剩余',
|
|
'total' => '总计',
|
|
'update' => '更新耗材',
|
|
);
|