2023-05-16 10:50:42 +08:00

15 lines
1013 B
PHP
Raw Permalink 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
$lang->user->expireBizWaring = "<p style='color:yellow'> 您的授权将在%s天后到期为避免影响使用请及时续费。</p>";
$lang->user->noticeUserLimit = "研发用户数已经达到授权的上限,不能继续添加用户!";
$lang->user->noticeFeedbackUserLimit = "运营管理界面用户数已经达到授权的上限,不能继续添加用户!";
$lang->user->userAddWarning = "研发综合界面剩余授权人数%d人运营管理界面剩余授权人数%d人超过授权人数后新增人员将不会被保存";
$lang->user->rndUserAddWarning = '研发综合界面剩余授权人数%d人超过授权人数后新增人员将不会被保存';
$lang->user->liteUserAddWarning = '运营管理界面剩余授权人数%d人超过授权人数后新增人员将不会被保存';
if(!isset($lang->dept)) $lang->dept = new stdclass();
$lang->dept->manager = '部门经理';
$lang->user->isFeedback[0] = '研发用户';
$lang->user->isFeedback[1] = '非研发用户';