snipe-it/resources/lang/ja/admin/components/general.php
snipe a0b05bac8d Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-02-21 03:54:55 -08:00

17 lines
740 B
PHP

<?php
return array(
'component_name' => '構成部品名',
'checkin' => '構成品のチェックイン',
'checkout' => '構成部品のチェックアウト',
'cost' => '購入費用',
'create' => '構成部品の作成',
'edit' => '構成部品の編集',
'date' => '購入日',
'order' => '注文番号',
'remaining' => '残数',
'total' => '合計',
'update' => '構成部品の更新',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);