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] = '非研發用戶';