diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index fdf9e9193e7441048eb42041ece428517f727855..a482d15842ced2d4115fb824543acfb58c28c2a3 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 c85a471902b5813a0c67b31620f68b364d7ff5bd..2ccc2d34449e1dc0c8c9c5a0cdbfb7a4e04a8068 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}模块尚未执行过任何作业",