mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -08:00
81d2a3acda
Signed-off-by: snipe <snipe@snipe.net>
51 lines
3.6 KiB
PHP
51 lines
3.6 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' => '借出套件 ',
|
|
'create_success' => '套件已成功建立.',
|
|
'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' => '附加配件',
|
|
'update_appended_accessory' => 'Update appended Accessory',
|
|
'append_consumable' => 'Append Consumable',
|
|
'update_appended_consumable' => 'Update appended Consumable',
|
|
'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_updated' => '授權已成功更新',
|
|
'license_none' => '授權不存在',
|
|
'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' => '已成功刪除',
|
|
'consumable_none' => 'Consumable does not exist',
|
|
'consumable_detached' => 'Consumable was successfully detached',
|
|
'accessory_added_success' => '配件已成功新增',
|
|
'accessory_updated' => '配件已成功更新',
|
|
'accessory_detached' => 'Accessory was successfully detached',
|
|
'accessory_error' => 'Accessory already attached to kit',
|
|
'accessory_deleted' => '已成功刪除',
|
|
'accessory_none' => '配件不存在',
|
|
'checkout_success' => '已成功借出',
|
|
'checkout_error' => '借出錯誤',
|
|
'kit_none' => '套件不存在',
|
|
'kit_created' => '套件已成功建立',
|
|
'kit_updated' => '套件已成功更新',
|
|
'kit_not_found' => '未找到套件',
|
|
'kit_deleted' => '套件已成功刪除',
|
|
'kit_model_updated' => 'Model was successfully updated',
|
|
'kit_model_detached' => 'Model was successfully detached',
|
|
];
|