Skip to content

Commit 76de5c5

Browse files
committed
refactor: 更新错误
1 parent cfd1268 commit 76de5c5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
</TabItem>
5555
</Tab>
5656

57-
<p class="code-label">@((MarkupString)Localizer["Step4"].Value)</p>
58-
<p>@((MarkupString)Localizer["Step4Desc"].Value)</p>
57+
<p class="code-label">@((MarkupString)Localizer["Step5"].Value)</p>
58+
<p>@((MarkupString)Localizer["Step5Desc"].Value)</p>
5959

6060
<p class="code-label">@Localizer["Step6"]</p>
6161
<p>@((MarkupString)Localizer["Step6Desc"].Value)</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@
10751075
"InstallTitle": "Install",
10761076
"InstallDesc": "Getting started with BootstrapBlazor for faster and easier .NET web development.",
10771077
"Template": "Using Templates",
1078-
"TemplateDesc": "To get started quickly, you can use our <a href=\"template\">dotnet templates</a>. They're based on the Microsoft Web App template but have been modified to include BootstrapBlazor components.",
1078+
"TemplateDesc": "To get started quickly, you can use our <a href=\"/template\">dotnet templates</a>. They're based on the Microsoft Web App template but have been modified to include BootstrapBlazor components.",
10791079
"Manual": "Manual Install",
10801080
"ManualDesc": "If you already have a project and want to add <code>BootstrapBlazor</code> to it, either from a default template or a working application.",
10811081
"Step1": "1. Install Package",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,13 +1075,13 @@
10751075
"InstallTitle": "安装",
10761076
"InstallDesc": "开始使用 BootstrapBlazor 进行更快、更舒服的 .NET Web 开发",
10771077
"Template": "使用模板",
1078-
"TemplateDesc": "为了快速入门,您可以使用我们的 <code>dotnet</code> 模板。它们基于 Microsoft Web App 模板,但已修改为包含 <code>BootstrapBlazor</code> 组件,请查看 <a href=\"template\">[传送门]</a>",
1078+
"TemplateDesc": "为了快速入门,您可以使用我们的 <code>dotnet</code> 模板。它们基于 Microsoft Web App 模板,但已修改为包含 <code>BootstrapBlazor</code> 组件,请查看 <a href=\"/template\">[传送门]</a>",
10791079
"Manual": "手动安装",
10801080
"ManualDesc": "如果您已经有一个项目并希望从默认模板或工作应用程序向其中添加 <code>BootstrapBlazor</code>。",
10811081
"Step1": "1. 安装包",
10821082
"Step1Desc": "通过 <code>NuGet</code> 包管理器找到该包或使用以下命令安装它。",
10831083
"Step2": "2. 添加导入",
1084-
"Step2Desc": "<code>_Imports.razor</code> 文件并添加一下内容",
1084+
"Step2Desc": "<code>_Imports.razor</code> 文件并添加以下内容",
10851085
"Step3": "3. 添加引用",
10861086
"Step3Desc": "将以下内容添加到您的 <code>HTML</code> 头部部分,它是 <code>App.razor</code> <code>_Layout.cshtml</code> <code>_Host.cshtml</code> <code>index.html</code>,取决于您运行的是 <code>Server</code> 还是 <code>WebAssembly</code>",
10871087
"Step4": "4. 添加脚本",

0 commit comments

Comments
 (0)