2023-05-16 10:47:08 +08:00

114 lines
5.7 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
$lang->webhook->common = 'Webhook';
$lang->webhook->list = 'Webhook列表';
$lang->webhook->api = '介面';
$lang->webhook->entry = '應用';
$lang->webhook->log = '日誌';
$lang->webhook->bind = '綁定用戶';
$lang->webhook->chooseDept = '選擇同步部門';
$lang->webhook->assigned = '指派給';
$lang->webhook->setting = '設置';
$lang->webhook->logAction = 'Webhook日誌';
$lang->webhook->browse = '瀏覽Webhook';
$lang->webhook->create = '添加Webhook';
$lang->webhook->edit = '編輯Webhook';
$lang->webhook->delete = '刪除Webhook';
$lang->webhook->id = 'ID';
$lang->webhook->type = '類型';
$lang->webhook->name = '名稱';
$lang->webhook->url = 'Hook地址';
$lang->webhook->domain = '禪道域名';
$lang->webhook->contentType = '內容類型';
$lang->webhook->sendType = '發送方式';
$lang->webhook->secret = '密鑰';
$lang->webhook->product = "關聯{$lang->productCommon}";
$lang->webhook->execution = "關聯{$lang->execution->common}";
$lang->webhook->params = '參數';
$lang->webhook->action = '觸發動作';
$lang->webhook->desc = '描述';
$lang->webhook->createdBy = '由誰創建';
$lang->webhook->createdDate = '創建時間';
$lang->webhook->editedby = '最後編輯';
$lang->webhook->editedDate = '編輯時間';
$lang->webhook->date = '發送時間';
$lang->webhook->data = '數據';
$lang->webhook->result = '結果';
$lang->webhook->products = $lang->productCommon;
$lang->webhook->executions = $lang->execution->common;
$lang->webhook->actions = '系統日誌';
$lang->webhook->deleted = '已刪除';
$lang->webhook->approval = '審批流推送';
$lang->webhook->typeList[''] = '';
$lang->webhook->typeList['dinggroup'] = '釘釘群通知機器人';
$lang->webhook->typeList['dinguser'] = '釘釘工作消息通知';
$lang->webhook->typeList['wechatgroup'] = '企業微信群機器人';
$lang->webhook->typeList['wechatuser'] = '企業微信應用消息';
$lang->webhook->typeList['feishugroup'] = '飛書群通知機器人';
$lang->webhook->typeList['feishuuser'] = '飛書工作消息通知';
$lang->webhook->typeList['default'] = '其他';
$lang->webhook->sendTypeList['sync'] = '同步';
$lang->webhook->sendTypeList['async'] = '非同步';
$lang->webhook->dingAgentId = '釘釘AgentId';
$lang->webhook->dingAppKey = '釘釘AppKey';
$lang->webhook->dingAppSecret = '釘釘AppSecret';
$lang->webhook->dingUserid = '釘釘用戶';
$lang->webhook->dingBindStatus = '釘釘綁定狀態';
$lang->webhook->chooseDeptAgain = '重選部門';
$lang->webhook->wechatCorpId = '企業ID';
$lang->webhook->wechatCorpSecret = '應用的憑證密鑰';
$lang->webhook->wechatAgentId = '企業應用的ID';
$lang->webhook->wechatUserid = '微信用戶';
$lang->webhook->wechatBindStatus = '微信綁定狀態';
$lang->webhook->feishuAppId = '飛書App ID';
$lang->webhook->feishuAppSecret = '飛書App Secret';
$lang->webhook->feishuUserid = '飛書用戶';
$lang->webhook->feishuBindStatus = '飛書綁定狀態';
$lang->webhook->zentaoUser = '禪道用戶';
$lang->webhook->dingBindStatusList['0'] = '未綁定';
$lang->webhook->dingBindStatusList['1'] = '已綁定';
$lang->webhook->paramsList['objectType'] = '對象類型';
$lang->webhook->paramsList['objectID'] = '對象ID';
$lang->webhook->paramsList['product'] = "所屬{$lang->productCommon}";
$lang->webhook->paramsList['execution'] = "所屬{$lang->execution->common}";
$lang->webhook->paramsList['action'] = '動作';
$lang->webhook->paramsList['actor'] = '操作者';
$lang->webhook->paramsList['date'] = '操作日期';
$lang->webhook->paramsList['comment'] = '備註';
$lang->webhook->paramsList['text'] = '操作內容';
$lang->webhook->confirmDelete = '您確認要刪除該webhook嗎';
$lang->webhook->friendlyTips = '友情提示:點擊部門,可以展開該部門下的子部門。';
$lang->webhook->loadPrompt = '數據較多,加載緩慢,請稍等。';
$lang->webhook->trimWords = '了';
$lang->webhook->note = new stdClass();
$lang->webhook->note->async = '非同步需要打開計劃任務。';
$lang->webhook->note->bind = '只有[釘釘/微信]工作通知類型才需要綁定用戶。';
$lang->webhook->note->product = "此項為空時所有{$lang->productCommon}的動作都會觸發鈎子,否則只有關聯{$lang->productCommon}的動作才會觸發。";
$lang->webhook->note->execution = "此項為空時所有{$lang->execution->common}的動作都會觸發鈎子,否則只有關聯{$lang->execution->common}的動作才會觸發。";
$lang->webhook->note->dingHelp = " <a href='http://www.zentao.net/book/zentaopmshelp/358.html' target='_blank'><i class='icon-help'></i></a>";
$lang->webhook->note->wechatHelp = " <a href='http://www.zentao.net/book/zentaopmshelp/367.html' target='_blank'><i class='icon-help'></i></a>";
$lang->webhook->note->typeList['bearychat'] = '請在倍洽中添加一個禪道機器人並將其webhook填寫到此處。';
$lang->webhook->note->typeList['dingding'] = '請在釘釘中添加一個自定義機器人並將其webhook填寫到此處。';
$lang->webhook->note->typeList['weixin'] = '請在企業微信中添加一個自定義機器人並將其webhook填寫到此處。';
$lang->webhook->note->typeList['default'] = '從第三方系統獲取webhook並填寫到此處。';
$lang->webhook->error = new stdclass();
$lang->webhook->error->curl = '需要加載php-curl擴展。';
$lang->webhook->error->noDept = '沒有選擇部門,請先選擇同步部門。';
$lang->webhook->error->requestError = '請求錯誤!';