mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
b01baec7a8
Signed-off-by: snipe <snipe@snipe.net>
18 lines
1.2 KiB
PHP
18 lines
1.2 KiB
PHP
<?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。 ',
|
||
|
||
);
|