2023-10-23 15:51:36 +08:00

29 lines
1.5 KiB
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
/**
* The zh-tw file of groupsetting module of XXB.
*
* @copyright Copyright 2009-2023 禪道軟件(青島)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
* @author Deqing Chai <chaideqing@cnezsoft.com>
* @package groupsetting
* @version $Id$
* @link https://xuanim.com
*/
$lang->common = '群組設置';
$lang->enableSystemChatGroup = '開啟預設系統群';
$lang->disableSystemGroupChatTip = '修改後需要重新登錄客戶端';
$lang->systemGroupChatOptions['off'] = $lang->yes;
$lang->systemGroupChatOptions['on'] = $lang->no;
$lang->cleanDismissGroup = '自動清理解散的群';
$lang->enableCleanDismissGroup = '開啟';
$lang->disableCleanDismissGroup = '關閉';
$lang->cleanDismissGroupTip = '開啟後自動清理解散90天以上的群數據包括群信息、群消息、群檔案等';
$lang->cleanDismissGroupOptions['off'] = $lang->disableCleanDismissGroup;
$lang->cleanDismissGroupOptions['on'] = $lang->enableCleanDismissGroup;
$lang->enableSystemConference = '開啟系統群音視頻會議';
$lang->yes = '是';
$lang->no = '否';
$lang->enableSystemConferenceOptions = array();
$lang->enableSystemConferenceOptions[1] = $lang->yes;
$lang->enableSystemConferenceOptions[0] = $lang->no;