diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json
index 6a7d7173378..612f08e7996 100644
--- a/src/BootstrapBlazor.Server/Locales/en-US.json
+++ b/src/BootstrapBlazor.Server/Locales/en-US.json
@@ -6858,7 +6858,7 @@
"AttributeChildContent": "Child component",
"LoadMoreTitle": "LoadMore Component",
"LoadMoreIntro": "By setting the LoadMore component parameter IsLoading to control the loading state, the OnLoadMoreAsync callback method loads more data",
- "LoadMoreDesc": "In this example, the loading indicator is displayed by setting CanLoading to true, and the No More Data prompt text is displayed by setting it to false after loading is complete. The UI for loading more data can be customized through LoadingTemplate, the UI displayed when there is no more data can be customized through NoMoreTemplate, and the indicator text displayed when there are no more add-ons can be set through the NoMoreText parameter."
+ "LoadMoreDesc": "
In this example, the loading indicator is displayed by setting CanLoading to true, and the No More Data prompt text is displayed when loading is complete.
LoadingTemplateNoMoreTemplateNoMoreText parameterLoadMore 组件参数 CanLoading 控制加载状态,OnLoadMoreAsync 回调方法加载更多数据",
- "LoadMoreDesc": "本例中通过设置 CanLoading 为 true 显示加载指示符,加载完成后设置为 false 显示 没有更多数据 提示文本,可以通过 LoadingTemplate 自定义加载更多的 UI,通过 NoMoreTemplate 自定义没有更多数据时显示的 UI,可以通过 NoMoreText 参数设置没有更多加载项时显示的指示文本"
+ "LoadMoreDesc": "本例中通过设置 CanLoading 为 true 显示加载指示符,加载完成后设置为 false 显示 没有更多数据 提示文本
LoadingTemplate 自定义加载更多的 UINoMoreTemplate 自定义没有更多数据时显示的 UINoMoreText 参数设置没有更多加载项时显示的指示文本