diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 282894e00e7ca8204f7d90d0734340ee1e692c0a..ae65b59d3a4de6d0745e80e24f1253a0527e832e 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 7f6c6830a56b78c6b16ba2da41a5aae236515939..61d3875edc305452c40d646ea1317aa767707851 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": "添加在线帮助文档与模块菜单的映射关系" },