Merge branch 'sprint/170_liwenrui_xuan_integration' into 'sprint/170'

* add owt settings, and remove useless group permissions, xuan task #43732.

See merge request easycorp/zentaopms!387
This commit is contained in:
朱金勇
2021-11-22 00:55:22 +00:00
4 changed files with 0 additions and 20 deletions
@@ -8,11 +8,6 @@ $lang->resource->setting->xuanxuan = 'xuanxuan';
$lang->setting->methodOrder[26] = 'xuanxuan';
$lang->resource->im = new stdclass();
$lang->resource->im->getChatUsers = 'getChatUsers';
$lang->resource->im->getChatGroups = 'getChatGroups';
$lang->resource->im->notifyMSG = 'notifyMSG';
$lang->resource->im->sendNotification = 'sendNotification';
$lang->resource->im->sendChatMessage = 'sendChatMessage';
$lang->resource->im->downloadXxdPackage = 'downloadXXD';
$lang->resource->client = new stdclass();
@@ -8,11 +8,6 @@ $lang->resource->setting->xuanxuan = 'xuanxuan';
$lang->setting->methodOrder[26] = 'xuanxuan';
$lang->resource->im = new stdclass();
$lang->resource->im->getChatUsers = 'getChatUsers';
$lang->resource->im->getChatGroups = 'getChatGroups';
$lang->resource->im->notifyMSG = 'notifyMSG';
$lang->resource->im->sendNotification = 'sendNotification';
$lang->resource->im->sendChatMessage = 'sendChatMessage';
$lang->resource->im->downloadXxdPackage = 'downloadXXD';
$lang->resource->client = new stdclass();
@@ -7,11 +7,6 @@ $lang->im->xxdServer = 'ZenTao Server';
$lang->im->downloadXXD = 'Download XXD';
$lang->im->zentaoIntegrate = 'ZenTao Integrated';
$lang->im->zentaoClient = 'ZenTao Desktop is added!';
$lang->im->getChatUsers = 'Get Chat Users';
$lang->im->getChatGroups = 'Get Chat Groups';
$lang->im->notifyMSG = 'Notification';
$lang->im->sendNotification = 'Push message to notification Center';
$lang->im->sendChatMessage = 'Push messages to the discussion group';
$lang->im->createBug = 'Create Bug';
$lang->im->createDoc = 'Create Doc';
@@ -7,11 +7,6 @@ $lang->im->xxdServer = '禅道服务器';
$lang->im->downloadXXD = '下载喧喧服务端';
$lang->im->zentaoIntegrate = '禅道集成';
$lang->im->zentaoClient = '新增禅道客户端!';
$lang->im->getChatUsers = '获取用户';
$lang->im->getChatGroups = '获取讨论组';
$lang->im->notifyMSG = '消息通知';
$lang->im->sendNotification = '向通知中心推送通知消息';
$lang->im->sendChatMessage = '向指定的讨论组推送通知消息';
$lang->im->createBug = '创建 Bug';
$lang->im->createDoc = '创建文档';