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

51 lines
4 KiB
PHP
Raw Normal View History

<?php
return [
'about_kits_title' => '製品セットについて',
'about_kits_text' => '製品セットを用いると、アイテム(アセット、ライセンスなど)のコレクションをすばやくユーザーに払い出す(チェックアウトする)ことができます。例えば、組織のオンボーディングプロセスが一貫している場合に、すべてのユーザーが同じアイテムを使用する場合に役立ちます。',
'checkout' => 'チェックアウト',
'create_success' => '製品セットは正常に作成されました。',
'create' => '製品セットを作成',
'update' => '製品セットを更新',
'delete_success' => '製品セットは正常に削除されました。',
'update_success' => '製品セットは正常に更新されました。',
'none_models' => ':modelをチェックアウトするのに十分な資産がありません。:qtyが必要です。 ',
'none_licenses' => ':licenseをチェックアウトするのに十分なシートがありません。:qtyが必要です。 ',
'none_consumables' => ':consumableをチェックアウトするのに十分な数がありません。:qtyが必要です。 ',
'none_accessory' => ':accessoryをチェックアウトするのに十分な数がありません。:qtyが必要です。 ',
'append_accessory' => 'Append Accessory',
'update_appended_accessory' => 'Update appended Accessory',
'append_consumable' => 'Append Consumable',
'update_appended_consumable' => 'Update appended Consumable',
'append_license' => 'Append license',
'update_appended_license' => 'Update appended license',
'append_model' => 'Append model',
'update_appended_model' => 'Update appended model',
'license_error' => 'License already attached to kit',
'license_added_success' => 'License added successfully',
'license_updated' => 'License was successfully updated',
'license_none' => 'License does not exist',
'license_detached' => 'License was successfully detached',
'consumable_added_success' => 'Consumable added successfully',
'consumable_updated' => 'Consumable was successfully updated',
'consumable_error' => 'Consumable already attached to kit',
'consumable_deleted' => 'Delete was successful',
'consumable_none' => 'Consumable does not exist',
'consumable_detached' => 'Consumable was successfully detached',
'accessory_added_success' => 'Accessory added successfully',
'accessory_updated' => 'Accessory was successfully updated',
'accessory_detached' => 'Accessory was successfully detached',
'accessory_error' => 'Accessory already attached to kit',
'accessory_deleted' => 'Delete was successful',
'accessory_none' => 'Accessory does not exist',
'checkout_success' => 'Checkout was successful',
'checkout_error' => 'Checkout error',
'kit_none' => 'Kit does not exist',
'kit_created' => 'Kit was successfully created',
'kit_updated' => 'Kit was successfully updated',
'kit_not_found' => 'Kit not found',
'kit_deleted' => 'Kit was successfully deleted',
'kit_model_updated' => 'Model was successfully updated',
'kit_model_detached' => 'Model was successfully detached',
];