diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 3a43921dd3d1d1a876c0c9df59ee447116d64406..282894e00e7ca8204f7d90d0734340ee1e692c0a 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -607,6 +607,9 @@ "cmdbtenantconfig": { "isresourcecenterauth": "Is the asset list controlled by model permissions and group permissions" }, + "codehubprojectsourcesyncerrorexception": { + "codehubprojectsourcesyncerrorexception": "Failed to obtain project list from source {0}" + }, "codehubrepositoryappmodulenotfoundexception": { "codehubrepositoryappmodulenotfoundexception": "Warehouse: \u0027{0}\u0027 has not been associated with any application modules within the application configuration yet" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 627fee8ac0069720f25148879c4ebb1c19234cad..7f6c6830a56b78c6b16ba2da41a5aae236515939 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -607,6 +607,9 @@ "cmdbtenantconfig": { "isresourcecenterauth": "资产清单是否受模型权限和团体权限控制" }, + "codehubprojectsourcesyncerrorexception": { + "codehubprojectsourcesyncerrorexception": "通过来源{0}获取项目列表失败" + }, "codehubrepositoryappmodulenotfoundexception": { "codehubrepositoryappmodulenotfoundexception": "仓库:“{0}”还没有关联应用配置内的应用模块" },