@((MarkupString)Localizer["GroupDescription"].Value)
+EditTemplate templates, and edit custom components",
"EditorFormTips4": "The buttons in the form can be set up multiplely, just set the buttons Buttons template",
"GroupBoxTitle": "An example of a form",
+ "GroupDescription": "Grouping is enabled by setting the GroupName parameter of the EditorItem component, and the order is controlled by GroupOrder.",
+ "GroupIntro": "The grouping format can be controlled by setting the groupType value.",
+ "GroupTitle": "Group",
"IgnoreItemsDescription": "This attribute has the same priority as the Ignore parameter in EditorItem. If it is set to ignore anywhere, it will not be rendered.",
"IgnoreItemsIntro": "By setting the IgnoreItems value, you can notify the component not to render the specified column in the collection.",
"IgnoreItemsSwitchButtonText": "Switch",
diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json
index f5090947aac..d881e55de8f 100644
--- a/src/BootstrapBlazor.Server/Locales/zh-CN.json
+++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json
@@ -2129,6 +2129,9 @@
"EditorFormTips3": "复杂编辑列,设置 EditTemplate 模板,进行自定义组件进行编辑",
"EditorFormTips4": "表单内按钮可以设置多个,设置 Buttons 模板即可",
"GroupBoxTitle": "表单示例",
+ "GroupDescription": "通过设置 EditorItem 组件参数 GroupName 开启分组功能,通过 GroupOrder 控制顺序 ",
+ "GroupIntro": "通过设置 GroupType 值控制分组形式",
+ "GroupTitle": "分组功能",
"IgnoreItemsDescription": "此属性的优先级与 EditorItem 参数 Ignore 相同,任何一个地方设置了忽略,最终都不会渲染",
"IgnoreItemsIntro": "通过设置 IgnoreItems 值通知组件不渲染集合中的指定列",
"IgnoreItemsSwitchButtonText": "切换",
diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj
index 093db25ddde..c31ef07228b 100644
--- a/src/BootstrapBlazor/BootstrapBlazor.csproj
+++ b/src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,7 +1,7 @@