From a57fd4d09409326587aa9030c0d28d16ffb64f2c Mon Sep 17 00:00:00 2001 From: chenjg Date: Tue, 23 Jul 2024 18:49:16 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E6=A8=A1=E5=9D=97=E6=9C=AA=E5=85=B3=E8=81=94?= =?UTF-8?q?runner=E7=9B=B8=E5=85=B3=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- localconfig/i18n/language_en.json | 9 +++++++++ localconfig/i18n/language_zh.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index fdf9e91..a482d15 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -602,6 +602,12 @@ }, "cmdbtenantconfig": { "isresourcecenterauth": "Is the asset list controlled by model permissions and group permissions" + }, + "codehubrepositoryappmodulenotfoundexception": { + "codehubrepositoryappmodulenotfoundexception": "Warehouse: \u0027{0}\u0027 has not been associated with any application modules within the application configuration yet" + }, + "codehubrepositoryrunnernotfoundexception": { + "codehubrepositoryrunnernotfoundexception": "Warehouse: The application module associated with \u0027{0}\u0027 is not associated with a runner" } }, "nfcea": { @@ -967,6 +973,9 @@ } }, "nfde": { + "deployappconfigmodulerunnernotfoundexception": { + "deployappconfigmodulerunnernotfoundexception": "Application system \u0027{0}\u0027, module \u0027{1}\u0027 is not associated with a runner" + }, "deployjobnotfoundexception": { "deployjobnotfoundexception": { "appmodule": "The {1} module under {0} has not executed any jobs yet", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index c85a471..2ccc2d3 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -602,6 +602,12 @@ }, "cmdbtenantconfig": { "isresourcecenterauth": "资产清单是否受模型权限和团体权限控制" + }, + "codehubrepositoryappmodulenotfoundexception": { + "codehubrepositoryappmodulenotfoundexception": "仓库:“{0}”还没有关联应用配置内的应用模块" + }, + "codehubrepositoryrunnernotfoundexception": { + "codehubrepositoryrunnernotfoundexception": "仓库:“{0}”关联的应用模块未关联runner" } }, "nfcea": { @@ -989,6 +995,9 @@ } }, "nfde": { + "deployappconfigmodulerunnernotfoundexception": { + "deployappconfigmodulerunnernotfoundexception": "应用系统“{0}”,模块“{1}”未关联runner" + }, "deployjobnotfoundexception": { "deployjobnotfoundexception": { "appmodule": "{0}下的{1}模块尚未执行过任何作业", -- Gitee