2020-11-09 14:52:11 -08:00
< ? php
2021-06-10 13:15:52 -07:00
return [
2020-11-09 14:52:11 -08:00
'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.' ,
2022-10-04 17:48:43 -07:00
'checkout' => '借出套件 ' ,
'create_success' => '套件已成功建立.' ,
2020-11-09 14:52:11 -08:00
'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. ' ,
2022-10-04 17:48:43 -07:00
'append_accessory' => '附加配件' ,
2022-01-13 21:27:29 -08:00
'update_appended_accessory' => 'Update appended Accessory' ,
'append_consumable' => 'Append Consumable' ,
'update_appended_consumable' => 'Update appended Consumable' ,
2022-10-04 17:48:43 -07:00
'append_license' => '附加授權' ,
2022-01-13 21:27:29 -08:00
'update_appended_license' => 'Update appended license' ,
'append_model' => 'Append model' ,
'update_appended_model' => 'Update appended model' ,
'license_error' => 'License already attached to kit' ,
2022-10-04 17:48:43 -07:00
'license_added_success' => '授權已成功新增' ,
'license_updated' => '授權已成功更新' ,
'license_none' => '授權不存在' ,
2022-01-13 21:27:29 -08:00
'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' ,
2022-10-04 17:48:43 -07:00
'consumable_deleted' => '已成功刪除' ,
2022-01-13 21:27:29 -08:00
'consumable_none' => 'Consumable does not exist' ,
'consumable_detached' => 'Consumable was successfully detached' ,
2022-10-04 17:48:43 -07:00
'accessory_added_success' => '配件已成功新增' ,
'accessory_updated' => '配件已成功更新' ,
2022-01-13 21:27:29 -08:00
'accessory_detached' => 'Accessory was successfully detached' ,
'accessory_error' => 'Accessory already attached to kit' ,
2022-10-04 17:48:43 -07:00
'accessory_deleted' => '已成功刪除' ,
'accessory_none' => '配件不存在' ,
'checkout_success' => '已成功借出' ,
'checkout_error' => '借出錯誤' ,
'kit_none' => '套件不存在' ,
'kit_created' => '套件已成功建立' ,
'kit_updated' => '套件已成功更新' ,
'kit_not_found' => '未找到套件' ,
'kit_deleted' => '套件已成功刪除' ,
2022-01-13 21:27:29 -08:00
'kit_model_updated' => 'Model was successfully updated' ,
'kit_model_detached' => 'Model was successfully detached' ,
2021-06-10 13:15:52 -07:00
];