51 lines
3.4 KiB
PHP
51 lines
3.4 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' => '型号已成功分离。',
|
|
'model_already_attached' => '该型号已附加到套件',
|
|
];
|