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..80eede68798 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", @@ -5770,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 fcaa1b48333..49ef713068a 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 官方文档", @@ -5770,7 +5768,7 @@ "GetStarted": "快速上手", "QuickStart": "快速入门", "Features": "组件特色", - "P6": "Bootstrap Blazor UI 组件库提供了从基本的 Button 组件到高级的网页级 SmartPage 组件", + "P6": "Bootstrap Blazor UI 组件库提供了从基本的 Button 组件到高级的网页级 Online 组件", "Advantage": "优势", "AdvantageLi1": "使用组件无需编写 JavaScript", "AdvantageLi2": "组件支持所有 html 特性",