2020-11-09 14:52:11 -08:00
< ? php
2022-01-13 21:27:29 -08:00
return [
2021-09-08 13:49:33 -07:00
'about_kits_title' => 'Um útbúnaðarlista' ,
'about_kits_text' => 'Útbúnaðarlistar leyfa þér að skrá marga hluti út samtímis (eignir, leyfi o. s. frv.) til notenda. Það getur verið gagnlegt þegar hópar nýrra starfsmanna fá úthlutað samskonar útbúnaði.' ,
'checkout' => 'Skrá út eftir útbúnaðarlista ' ,
'create_success' => 'Útbúnaðarlistinn var búinn til.' ,
'create' => 'Búa til útbúnaðarlista' ,
'update' => 'Breyta útbúnaðarlista' ,
'delete_success' => 'Útbúnaðarlistanum var eytt.' ,
'update_success' => 'Útbúnaðarlistanum var breytt.' ,
2020-11-09 14:52:11 -08:00
'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. ' ,
2022-01-13 21:27:29 -08:00
'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' ,
];