snipe-it/resources/lang/ja/admin/hardware/form.php
snipe df1e2687d6 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2022-06-30 17:35:02 -07:00

52 lines
2.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'bulk_delete' => '資産の一括削除',
'bulk_delete_help' => '以下の資産が一括削除されます。削除後のデータは戻すことができませ',
'bulk_delete_warn' => ':asset_cont 件の資産を削除しました',
'bulk_update' => '資産を一括更新',
'bulk_update_help' => 'このフォームは一度に複数の資産を更新することが可能です。変更が必要なフィールドにのみ入力をして下さい。ブランクのフィールドは変更されません。 ',
'bulk_update_warn' => '資産群(:asset_countのプロパティを編集します。',
'checkedout_to' => 'チェックアウト先',
'checkout_date' => 'チェックアウト日',
'checkin_date' => 'チェックイン日',
'checkout_to' => 'チェックアウト先',
'cost' => '購入費用',
'create' => '資産を作成',
'date' => '購入日',
'depreciation' => '減価償却費',
'depreciates_on' => '原価償却対象',
'default_location' => '既定の設置場所',
'eol_date' => 'EOL日付',
'eol_rate' => 'EOL率',
'expected_checkin' => '希望するチェックイン日',
'expires' => '満期日',
'fully_depreciated' => '減価償却満了',
'help_checkout' => 'この資産をすぐに割り当てたい場合、ステイタス一覧から"配備完了"を選択して下さい。 ',
'mac_address' => 'MACアドレス',
'manufacturer' => '製造元',
'model' => 'モデル',
'months' => '月',
'name' => '資産名',
'notes' => '備考',
'order' => '注文番号',
'qr' => 'QRコード',
'requestable' => '利用者がこの資産を要求するかもしれません。',
'select_statustype' => 'ステータスタイプを選択',
'serial' => 'シリアル',
'status' => 'ステータス',
'tag' => '資産タグ',
'update' => '資産アップデート',
'warranty' => '保証',
'warranty_expires' => '保証期限',
'years' => '年',
'asset_location' => '資産の場所を更新',
'asset_location_update_default_current' => '既定の場所と実際の場所を更新',
'asset_location_update_default' => 'デフォルトの場所のみ更新',
'asset_not_deployable' => 'その資産ステータスは配備可能ではありません。この資産はチェックアウトできません。',
'asset_deployable' => 'その資産ステータスは配備可能です。この資産はチェックアウトできます。',
'processing_spinner' => '処理中…',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information'
];