snipe-it/resources/lang/zh-CN/admin/kits/general.php
snipe b01baec7a8 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2021-04-26 18:11:48 -07:00

18 lines
1.2 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 array(
'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。 ',
);