snipe-it/resources/lang/ja/admin/consumables/general.php

12 lines
434 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2017-04-06 21:36:33 -07:00
'checkout' => 'ユーザーにチェックアウト',
2016-10-04 12:23:02 -07:00
'consumable_name' => '消耗品名',
'create' => '消耗品を作成',
'item_no' => 'Item No.',
'remaining' => '残数',
'total' => '合計',
2016-03-25 01:18:05 -07:00
'update' => '消耗品を更新',
];