Skip to content

Commit 9d9e8e1

Browse files
authored
doc(Introduction): update intro documentation (#5623)
* doc(Introduction): update document of Intro * doc: 更新文档
1 parent 2dbddb9 commit 9d9e8e1

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

src/BootstrapBlazor.Server/Components/Pages/Introduction.razor

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
<h3>@Localizer["Title"]</h3>
55

6-
<p>@Localizer["P1"]</p>
7-
8-
<p>@Localizer["P2"]</p>
9-
10-
<p>@((MarkupString)Localizer["P3"].Value)</p>
6+
<p>@Localizer["SubTitle"]</p>
117

128
<h3>@Localizer["UpdateTitle"]</h3>
139

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5747,11 +5747,9 @@
57475747
},
57485748
"BootstrapBlazor.Server.Components.Pages.Introduction": {
57495749
"Title": "Introduction",
5750-
"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.",
5751-
"P2": "The dependency is:BootstrapBlazor > Bootstrap",
5752-
"P3": "In the latest <a href='template' target='_blank'>Project Template</a> ,the above dependencies are packaged and bundled, which greatly simplifies use",
5750+
"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.",
57535751
"UpdateTitle": "Update Log",
5754-
"UpdateLog": "In order to fix the components <b><code>bugs</code></b>, a small version of the component may be released every day. The second <b><code>Thursday</code></b> every month release <b><code>official version</code></b>",
5752+
"UpdateLog": "In order to fix the components <b><code>bugs</code></b>, a small version of the component may be released every day.",
57555753
"UpdateLogLink": "[Update Log]",
57565754
"LearnTitle": "Learning materials",
57575755
"LearnLi1": "Blazor Official Document",
@@ -5770,7 +5768,7 @@
57705768
"GetStarted": "Get Started",
57715769
"QuickStart": "Quick Start",
57725770
"Features": "Features of Components",
5773-
"P6": "The Bootstrap Blazor UI component library provides everything from basic <code>Button</code> components to advanced web-level <code>SmartPage</code> components",
5771+
"P6": "The Bootstrap Blazor UI component library provides everything from basic <code>Button</code> components to advanced web-level <code>Online</code> components",
57745772
"Advantage": "Advantage",
57755773
"AdvantageLi1": "No need to write <code>JavaScript</code> to use components",
57765774
"AdvantageLi2": "The component supports all <code>html</code> features",

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5747,11 +5747,9 @@
57475747
},
57485748
"BootstrapBlazor.Server.Components.Pages.Introduction": {
57495749
"Title": "简介",
5750-
"P1": "BootstrapBlazor 是一套基于 Bootstrap 和 Blazor 的企业级组件库,可以认为是 Bootstrap 项目的 Blazor 版实现。",
5751-
"P2": "依赖关系为:BootstrapBlazor > Bootstrap",
5752-
"P3": "最新 <a href='template' target='_blank'>项目模板</a> 中将以上依赖进行了打包捆绑大大简化使用",
5750+
"SubTitle": "BootstrapBlazor 是一套基于 Bootstrap 和 Blazor 的企业级组件库,可以认为是 Bootstrap 项目的 Blazor 版实现。",
57535751
"UpdateTitle": "更新日志",
5754-
"UpdateLog": "为了修复组件 <code>bug</code> 每天可能有小版本发布,每个月第二个 <b><code>周四</code></b> 发布 <b><code>正式版</code></b> 更新日志",
5752+
"UpdateLog": "为了修复组件 <code>bug</code> 每天可能有小版本发布更新日志",
57555753
"UpdateLogLink": "[传送门]",
57565754
"LearnTitle": "学习资料",
57575755
"LearnLi1": "Blazor 官方文档",
@@ -5770,7 +5768,7 @@
57705768
"GetStarted": "快速上手",
57715769
"QuickStart": "快速入门",
57725770
"Features": "组件特色",
5773-
"P6": "Bootstrap Blazor UI 组件库提供了从基本的 <code>Button</code> 组件到高级的网页级 <code>SmartPage</code> 组件",
5771+
"P6": "Bootstrap Blazor UI 组件库提供了从基本的 <code>Button</code> 组件到高级的网页级 <code>Online</code> 组件",
57745772
"Advantage": "优势",
57755773
"AdvantageLi1": "使用组件无需编写 <code>JavaScript</code>",
57765774
"AdvantageLi2": "组件支持所有 <code>html</code> 特性",

0 commit comments

Comments
 (0)