diff --git a/src/BootstrapBlazor.Shared/Locales/en.json b/src/BootstrapBlazor.Shared/Locales/en.json index c31e66041f85a845c24ae7c30cc098699fe1e902..76ce84fef073705c09d215a802f809b838b2e732 100644 --- a/src/BootstrapBlazor.Shared/Locales/en.json +++ b/src/BootstrapBlazor.Shared/Locales/en.json @@ -297,16 +297,18 @@ "Li2": "Lists/cards with more graphic information content", "Li3": "Only used when loading data for the first time", "Li4": "Can be completely replaced by Spin, but can provide better visual effects and user experience than Spin in available scenarios", - "Block1Title": "Picture frame screen", + "Block1Title": "Picture frame", "Block1Intro": "Suitable for display when loading avatars, pictures, etc.", "P1": "It can be set to a circle display by setting the Circle property", - "Block2Title": "Paragraph skeleton screen", + "Block2Title": "Paragraph skeleton", "Block2Intro": "Applicable to display when loading large paragraphs of text and other types", "P2": "The default paragraph skeleton screen only displays three lines. If you need multiple lines to occupy space, please place multiple SkeletonParagraph.", - "Block3Title": "Form skeleton screen", + "Block3Title": "Form skeleton", "Block3Intro": "Suitable for display when the edit form is loaded", - "Block4Title": "Table skeleton screen", - "Block4Intro": "Applicable to display when the edit table is loaded" + "Block4Title": "Table skeleton", + "Block4Intro": "Applicable to display when the edit table is loaded", + "BlockTreeTitle": "Tree skeleton", + "BlockTreeIntro": "Display when tree component is loaded" }, "BootstrapBlazor.Shared.Pages.Coms": { "Search": "Search for the desired component", diff --git a/src/BootstrapBlazor.Shared/Locales/zh.json b/src/BootstrapBlazor.Shared/Locales/zh.json index ed633625469d3673d9034f240c9540e4f0ec076d..e5eaf70d3cf2543aeb527e791016120fb75bab75 100644 --- a/src/BootstrapBlazor.Shared/Locales/zh.json +++ b/src/BootstrapBlazor.Shared/Locales/zh.json @@ -306,7 +306,9 @@ "Block3Title": "表单骨架屏", "Block3Intro": "适用于编辑表单加载时显示", "Block4Title": "表格骨架屏", - "Block4Intro": "适用于编辑表格加载时显示" + "Block4Intro": "适用于编辑表格加载时显示", + "BlockTreeTitle": "树骨架屏", + "BlockTreeIntro": "适用于树组件加载时显示" }, "BootstrapBlazor.Shared.Pages.Coms": { "Search": "搜索想要的组件", diff --git a/src/BootstrapBlazor.Shared/Samples/Trees.razor b/src/BootstrapBlazor.Shared/Samples/Trees.razor index 9d534ba888ec136799159af58ff18bf52b191e1d..886044db846da4e4de751fa2219eb4ac97cb6f47 100644 --- a/src/BootstrapBlazor.Shared/Samples/Trees.razor +++ b/src/BootstrapBlazor.Shared/Samples/Trees.razor @@ -89,6 +89,11 @@ + +