snipe-it/resources/lang/ja/admin/consumables/general.php
2016-03-25 01:18:05 -07:00

15 lines
629 B
PHP
Executable file

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