From 82fcb94775db6ef7b47f2312636156911d78a8b8 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 31 Jul 2024 21:31:35 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BB=93=E5=BA=93=E5=90=8C=E6=AD=A5=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E4=BA=BA=E5=B7=A5=E5=B9=B2=E9=A2=84=E7=BB=88=E6=AD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1213114991738880]后端-数据仓库同步支持人工干预终止 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1213114991738880 --- localconfig/i18n/language_en.json | 6 ++++++ localconfig/i18n/language_zh.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 282894e..ae65b59 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -188,6 +188,8 @@ "jsonobject": "JSON object", "key": "key", "keyword": "keyword", + "lastfinishtime": "Last completion time", + "lastfiretime": "Last activation time", "layout": "layout", "level": "arrangement", "lft": "Left encoding", @@ -213,6 +215,7 @@ "needpage": "Is it paginated", "needscore": "Do you need to score", "newvalue": "New value", + "nextfiretime": "Next activation time", "noauth": "No certification required", "nocache": "No cache", "nostatus": "Stateless", @@ -4152,6 +4155,9 @@ } }, "nmtad": { + "activedatasourceapi": { + "getname": "Activate data warehouse data source" + }, "adddocumentonlineconfigapi": { "getname": "Add mapping relationship between online help documents and module menus" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 7f6c683..61d3875 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -188,6 +188,8 @@ "jsonobject": "json对象", "key": "键", "keyword": "关键字", + "lastfinishtime": "最后一次完成时间", + "lastfiretime": "最后一次激活时间", "layout": "布局", "level": "层次", "lft": "左编码", @@ -213,6 +215,7 @@ "needpage": "是否分页", "needscore": "是否需要评分", "newvalue": "新值", + "nextfiretime": "下一次激活时间", "noauth": "无需认证", "nocache": "没有缓存", "nostatus": "无状态", @@ -4204,6 +4207,9 @@ } }, "nmtad": { + "activedatasourceapi": { + "getname": "激活数据仓库数据源" + }, "adddocumentonlineconfigapi": { "getname": "添加在线帮助文档与模块菜单的映射关系" }, -- Gitee