mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-16 10:34:08 -08:00
593554daed
Signed-off-by: snipe <snipe@snipe.net>
13 lines
540 B
PHP
13 lines
540 B
PHP
<?php
|
|
|
|
return array(
|
|
'checkout' => '領取耗材給使用者',
|
|
'consumable_name' => '耗材名稱',
|
|
'create' => '新增耗材',
|
|
'item_no' => '項目編號',
|
|
'remaining' => '剩餘',
|
|
'total' => '總計',
|
|
'update' => '更新耗材',
|
|
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
|
|
);
|