diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index c9d57a78add999326d1b881333a9ef40c7cce8c5..8a3c26bddb3aa7d1a151da4d4943704afe928789 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -3013,7 +3013,8 @@ "error": "There are two files with the same path: {0}. Please rename one of the files or move it to a different path", "system_out_println": "The location of the online document index library is {0}", "warn_a": "The filePath field in the {1st} element of the {0} file has no value set", - "warn_b": "The moduleGroup field in the {1st} element of the {0} file has no value set" + "warn_b": "The moduleGroup field in the {1st} element of the {0} file has no value set", + "warn_c": "Invalid relationship configurations:" }, "getname": "Initialize online help document index" } diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 9ff18ddfeb8aef05b00dab9e9c0ca637c222aaef..70a7ff2b57e18c2870242318c31c80fce2a08622 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -3041,7 +3041,8 @@ "error": "有两个文件路径相同,路径为:{0},请将其中一个文件重命名文件或移动到不同路径中", "system_out_println": "在线文档索引库位置为{0}", "warn_a": "{0}文件中第{1}个元素中的filePath字段没有设置值", - "warn_b": "{0}文件中第{1}个元素中的moduleGroup字段没有设置值" + "warn_b": "{0}文件中第{1}个元素中的moduleGroup字段没有设置值", + "warn_c": "已经失效的关系配置:" }, "getname": "初始化在线帮助文档索引" }