mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
6c450d1338
Signed-off-by: snipe <snipe@snipe.net>
52 lines
3.8 KiB
PHP
52 lines
3.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_kits_title' => 'About Predefined Kits',
|
|
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
|
|
'checkout' => 'Checkout Kit ',
|
|
'create_success' => 'Kit was successfully created.',
|
|
'create' => 'Create Predefined Kit',
|
|
'update' => 'Update Predefined Kit',
|
|
'delete_success' => 'Kit was successfully deleted.',
|
|
'update_success' => 'Kit was successfully updated.',
|
|
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
|
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
|
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
|
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
|
'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' => 'Nid yw\'r trwydded yn bodoli',
|
|
'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' => 'Nid yw\'r nwydd traul yn bodoli',
|
|
'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' => 'Nid yw\'r ategolyn yn bodoli',
|
|
'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',
|
|
'model_already_attached' => 'Model already attached to kit',
|
|
];
|