* Finish task #42854.

This commit is contained in:
tianshujie
2021-09-28 13:14:32 +08:00
parent 452d4d8605
commit 4f977efaeb
43 changed files with 211 additions and 62 deletions
+5
View File
@@ -36,6 +36,11 @@ $lang->webhook->editedDate = 'EditedDate';
$lang->webhook->date = 'Sent';
$lang->webhook->data = 'Data';
$lang->webhook->result = 'Result';
$lang->webhook->products = $lang->productCommon;
$lang->webhook->executions = $lang->execution->common;
$lang->webhook->actions = 'Log';
$lang->webhook->editedBy = 'Edited By';
$lang->webhook->deleted = 'Deleted';
$lang->webhook->typeList[''] = '';
$lang->webhook->typeList['dinggroup'] = 'Dingding Robot';
+5
View File
@@ -36,6 +36,11 @@ $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->editedBy = '由谁编辑';
$lang->webhook->deleted = '已删除';
$lang->webhook->typeList[''] = '';
$lang->webhook->typeList['dinggroup'] = '钉钉群通知机器人';