Skip to content

Commit e09ab26

Browse files
committed
doc: 更新骨架屏说明
1 parent 87f0751 commit e09ab26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
686686
"TreeViewCheckedItemsTitle": "Get all selected nodes",
687687
"TreeViewCheckedItemsIntro": "Get all nodes by setting the <code>OnTreeItemChecked</code> callback delegate",
688688
"TreeViewShowSkeletonTitle": "Loading skeleton screen",
689-
"TreeViewShowSkeletonIntro": "By setting <code>ShowSkeleton</code>, the component displays the skeleton screen when the data is loaded asynchronously",
689+
"TreeViewShowSkeletonIntro": "When the component <code>Items</code> is <code>null</code>, set <code>ShowSkeleton=\"true\"</code> to display the skeleton screen when asynchronously loading data. Set <code>ShowSkeleton=\"false\"</code> to display the default loading animation.",
690690
"TreeViewShowSkeletonButtonText": "Asynchronous loading",
691691
"TreeViewShowSearchTitle": "Show search",
692692
"TreeViewShowSearchIntro": "By setting <code>ShowSearch</code> to display the search bar, and using the <code>OnSearchAsync</code> callback method to set the data source to refresh the page",

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
686686
"TreeViewCheckedItemsTitle": "获取所有选中节点",
687687
"TreeViewCheckedItemsIntro": "通过设置 <code>OnTreeItemChecked</code> 回调委托获取所有节点",
688688
"TreeViewShowSkeletonTitle": "加载骨架屏",
689-
"TreeViewShowSkeletonIntro": "通过设置 <code>ShowSkeleton</code> 使异步加载数据时组件显示骨架屏",
689+
"TreeViewShowSkeletonIntro": "当组件 <code>Items</code> 为 <code>null</code> 时,通过设置 <code>ShowSkeleton=\"true\"</code> 使异步加载数据时组件显示骨架屏,设置 <code>ShowSkeleton=\"false\"</code> 时显示默认正在加载动画",
690690
"TreeViewShowSkeletonButtonText": "异步加载",
691691
"TreeViewShowSearchTitle": "显示搜索栏",
692692
"TreeViewShowSearchIntro": "通过设置 <code>ShowSearch</code> 显示搜索栏,通过 <code>OnSearchAsync</code> 回调方法设置数据源刷新页面即可",

0 commit comments

Comments
 (0)