snipe-it/resources/lang/zh-CN/admin/kits/general.php
snipe 16fb2213b5 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2022-01-28 12:40:03 -08:00

51 lines
3.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '型号已成功分离。',
];