3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-09 09:58:44 +00:00
Files
snipe-it/resources/lang/ja/admin/consumables/general.php
2016-05-16 21:54:13 -07:00

16 lines
672 B
PHP

<?php
return array(
'about_consumables_title' => '消耗品について',
'about_consumables_text' => '消耗品は購入時から使い切るまで存在します。例えば、プリンターのインクやコピー用紙など',
'consumable_name' => '消耗品名',
'cost' => '購入費用',
'create' => '消耗品を作成',
'date' => '購入日',
'item_no' => 'Item No.',
'order' => '注文番号',
'remaining' => '残数',
'total' => '合計',
'update' => '消耗品を更新',
);