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

20 lines
1.1 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 array(
'archived' => 'アーカイブ',
'asset' => '資産',
'checkin' => '資産をチェックイン',
'checkout' => '利用者に資産をチェックアウト',
'clone' => '資産を複製',
'deployable' => '配備可能',
'deleted' => 'この資産は削除されました。<a href="/hardware/:asset_id/restore">復元するにはココをクリックして下さい。</a>',
'edit' => '資産を編集',
'filetype_info' => '許可するファイルタイプpng, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar',
'model_deleted' => 'この資産型番は削除されました。資産を戻すためには型番を復元する必要があります。<br/> <a href="/hardware/models/:model_id/restore">型番を復元するにはココをクリックして下さい。</a>',
'requestable' => '要求可能',
'restore' => '資産を復元',
'pending' => 'ペンディング',
'undeployable' => '配備不可',
'view' => '資産を表示',
);