From 69d7528ec4a01a8451fdaa55c6937ee76b193960 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 13 Mar 2025 14:03:50 +0800 Subject: [PATCH 1/2] doc(Introduction): update document of Intro --- .../Components/Pages/Introduction.razor | 6 +----- src/BootstrapBlazor.Server/Locales/en-US.json | 6 ++---- src/BootstrapBlazor.Server/Locales/zh-CN.json | 6 ++---- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor b/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor index 2edeeef06a8..f837ef9ca92 100644 --- a/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor +++ b/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor @@ -3,11 +3,7 @@

@Localizer["Title"]

-

@Localizer["P1"]

- -

@Localizer["P2"]

- -

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

+

@Localizer["SubTitle"]

@Localizer["UpdateTitle"]

diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index 3605e1825c6..304b8370a98 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -5747,11 +5747,9 @@ }, "BootstrapBlazor.Server.Components.Pages.Introduction": { "Title": "Introduction", - "P1": "BootstrapBlazor is an enterprise-level component library based on Bootstrap and Blazor, which can be considered as the Blazor version of the Bootstrap project.", - "P2": "The dependency is:BootstrapBlazor > Bootstrap", - "P3": "In the latest Project Template ,the above dependencies are packaged and bundled, which greatly simplifies use", + "SubTitle": "BootstrapBlazor is an enterprise-level component library based on Bootstrap and Blazor, which can be considered as the Blazor version of the Bootstrap project.", "UpdateTitle": "Update Log", - "UpdateLog": "In order to fix the components bugs, a small version of the component may be released every day. The second Thursday every month release official version", + "UpdateLog": "In order to fix the components bugs, a small version of the component may be released every day.", "UpdateLogLink": "[Update Log]", "LearnTitle": "Learning materials", "LearnLi1": "Blazor Official Document", diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json index fcaa1b48333..a1368cb217b 100644 --- a/src/BootstrapBlazor.Server/Locales/zh-CN.json +++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json @@ -5747,11 +5747,9 @@ }, "BootstrapBlazor.Server.Components.Pages.Introduction": { "Title": "简介", - "P1": "BootstrapBlazor 是一套基于 Bootstrap 和 Blazor 的企业级组件库,可以认为是 Bootstrap 项目的 Blazor 版实现。", - "P2": "依赖关系为:BootstrapBlazor > Bootstrap", - "P3": "最新 项目模板 中将以上依赖进行了打包捆绑大大简化使用", + "SubTitle": "BootstrapBlazor 是一套基于 Bootstrap 和 Blazor 的企业级组件库,可以认为是 Bootstrap 项目的 Blazor 版实现。", "UpdateTitle": "更新日志", - "UpdateLog": "为了修复组件 bug 每天可能有小版本发布,每个月第二个 周四 发布 正式版 更新日志", + "UpdateLog": "为了修复组件 bug 每天可能有小版本发布更新日志", "UpdateLogLink": "[传送门]", "LearnTitle": "学习资料", "LearnLi1": "Blazor 官方文档", From a0794a3b1a5e77c682047088e02638e991c33ac2 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 13 Mar 2025 14:05:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor.Server/Locales/en-US.json | 2 +- src/BootstrapBlazor.Server/Locales/zh-CN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index 304b8370a98..80eede68798 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -5768,7 +5768,7 @@ "GetStarted": "Get Started", "QuickStart": "Quick Start", "Features": "Features of Components", - "P6": "The Bootstrap Blazor UI component library provides everything from basic Button components to advanced web-level SmartPage components", + "P6": "The Bootstrap Blazor UI component library provides everything from basic Button components to advanced web-level Online components", "Advantage": "Advantage", "AdvantageLi1": "No need to write JavaScript to use components", "AdvantageLi2": "The component supports all html features", diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json index a1368cb217b..49ef713068a 100644 --- a/src/BootstrapBlazor.Server/Locales/zh-CN.json +++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json @@ -5768,7 +5768,7 @@ "GetStarted": "快速上手", "QuickStart": "快速入门", "Features": "组件特色", - "P6": "Bootstrap Blazor UI 组件库提供了从基本的 Button 组件到高级的网页级 SmartPage 组件", + "P6": "Bootstrap Blazor UI 组件库提供了从基本的 Button 组件到高级的网页级 Online 组件", "Advantage": "优势", "AdvantageLi1": "使用组件无需编写 JavaScript", "AdvantageLi2": "组件支持所有 html 特性",