mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
17 lines
794 B
PHP
17 lines
794 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => '消耗品について',
|
|
'about_consumables_text' => '消耗品は購入時から使い切るまで存在します。例えば、プリンターのインクやコピー用紙など',
|
|
'checkout' => 'Checkout Consumable to User',
|
|
'consumable_name' => '消耗品名',
|
|
'cost' => '購入費用',
|
|
'create' => '消耗品を作成',
|
|
'date' => '購入日',
|
|
'item_no' => 'Item No.',
|
|
'order' => '注文番号',
|
|
'remaining' => '残数',
|
|
'total' => '合計',
|
|
'update' => '消耗品を更新',
|
|
);
|