snipe-it/resources/lang/zh-TW/admin/kits/general.php
snipe d1ce1b6f18 Updated language strings from CrowdIn
Signed-off-by: snipe <snipe@snipe.net>
2023-08-15 13:21:35 +01:00

51 lines
3.3 KiB
PHP

<?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' => '附加配件',
'update_appended_accessory' => '更新已附加的配件',
'append_consumable' => '附加消耗品',
'update_appended_consumable' => '更新已附加的消耗品',
'append_license' => '附加授權',
'update_appended_license' => '更新已附加的授權',
'append_model' => '附加型號',
'update_appended_model' => '更新已附加的型號',
'license_error' => '授權已經附加到套件',
'license_added_success' => '授權已成功新增',
'license_updated' => '授權已成功更新',
'license_none' => '授權不存在',
'license_detached' => '授權成功分離',
'consumable_added_success' => '消耗品成功新增',
'consumable_updated' => '消耗品成功更新',
'consumable_error' => '消耗品已經附加到套件',
'consumable_deleted' => '已成功刪除',
'consumable_none' => '消耗品不存在',
'consumable_detached' => '消耗品成功分離',
'accessory_added_success' => '配件已成功新增',
'accessory_updated' => '配件已成功更新',
'accessory_detached' => '配件成功分離',
'accessory_error' => '配件已經附加到套件',
'accessory_deleted' => '已成功刪除',
'accessory_none' => '配件不存在',
'checkout_success' => '已成功借出',
'checkout_error' => '借出錯誤',
'kit_none' => '套件不存在',
'kit_created' => '套件已成功建立',
'kit_updated' => '套件已成功更新',
'kit_not_found' => '未找到套件',
'kit_deleted' => '套件已成功刪除',
'kit_model_updated' => '型號成功更新',
'kit_model_detached' => '型號成功分離',
];