diff --git a/src/BootstrapBlazor.Server/Components/Samples/UniverSheets.razor b/src/BootstrapBlazor.Server/Components/Samples/UniverSheets.razor index bec2bafe04f..c0f56b42a13 100644 --- a/src/BootstrapBlazor.Server/Components/Samples/UniverSheets.razor +++ b/src/BootstrapBlazor.Server/Components/Samples/UniverSheets.razor @@ -1,4 +1,4 @@ -@page "/univer-sheet" +@page "/univer-sheet" @inherits WebSiteModuleComponentBase @attribute [JSModuleAutoLoader("Samples/UniverSheets.razor.js")] @@ -13,11 +13,12 @@ Name="Normal">

@((MarkupString)Localizer["NormalDesc1"].Value)

+

@((MarkupString)Localizer["NormalDescRibbonType"].Value)

- +
diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index 080aac66f8a..cb67648babe 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -7011,6 +7011,7 @@ "NormalIntro": "Set your own plugins by setting the Plugins parameter", "NormalDesc1": "Push data to the spreadsheet by calling the instance method PushDataAsync. Click the Save Data button to get the serialized data of the table data", "NormalDesc2": "Click the Push Data button to push data to the table, and click the first icon on the Toolbar to get data from the server.", + "NormalDescRibbonType": "Set the toolbar style using the parameter RibbonType.", "PushButtonText": "Push", "SaveButtonText": "Save", "ToastOnReadyTitle": "Notification", diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json index 4f4bf8b06a6..37b49209e86 100644 --- a/src/BootstrapBlazor.Server/Locales/zh-CN.json +++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json @@ -7011,6 +7011,7 @@ "NormalIntro": "通过调用实例方法 PushDataAsync 推送数据到电子表格", "NormalDesc1": "点击 推送数据 按钮主动将数据推送给表格,点击 保存数据 按钮获得表格数据序列化的数据", "NormalDesc2": "点击 推送数据 按钮主动将数据推送给表格,点击 工具栏 第一个小按钮主动从服务器端获取数据", + "NormalDescRibbonType": "通过参数 RibbonType 设置工具栏样式", "PushButtonText": "推送数据", "SaveButtonText": "保存数据", "ToastOnReadyTitle": "组件通知",