Skip to content

Commit f24b4f4

Browse files
authored
doc(VisualStudio): remove version of IDE (#4681)
* doc: 更新开发工具名称 * doc: 更正单词拼写错误
1 parent 56ef57c commit f24b4f4

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

src/BootstrapBlazor.Server/Components/Components/InstallContent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@
9191
<p>@Localizer["P37"] <code>BootstrapBlazor</code> @Localizer["P38"]:</p>
9292
<p class="code-label">1. @Localizer["P39"] <code>Button</code> @Localizer["P40"]</p>
9393
<Pre>&lt;Button Color="Color.Primary" Icon="fa-solid fa-font-awesome" Text="@Localizer["P41"]" /&gt;</Pre>
94-
<p class="code-label">2. @Localizer["P42"] <b>Visual studio 2022</b> @Localizer["P43"] <kbd>F5</kbd> @Localizer["P44"]</p>
94+
<p class="code-label">2. @Localizer["P42"] <b>Visual studio</b> @Localizer["P43"] <kbd>F5</kbd> @Localizer["P44"]</p>
9595
<img alt="install" src="./images/preview.png" style="border-radius: 6px;" class="d-none d-sm-block" />

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<p>@Localizer["P1"]</p>
1010
<ul class="ul-demo">
11-
<li><code>visual studio 2022 latest</code> @Localizer["P2"] </li>
11+
<li><code>visual studio latest</code> @Localizer["P2"] </li>
1212
<li><code>net latest</code></li>
1313
</ul>
1414

1515
<h4>@Localizer["P3"]</h4>
1616

1717
<h5>@Localizer["P4"]</h5>
18-
<p class="code-label">1.Visual Studio 2022</p>
18+
<p class="code-label">1.Visual Studio</p>
1919
<p class="code-label">2. @Localizer["P5"]</p>
2020
<p class="code-label">3. @Localizer["P6"] <b>@Localizer["P7"]</b> @Localizer["P8"] <b>@Localizer["P9"]</b>, @Localizer["P10"] <b>@Localizer["P11"]</b>, <b>@Localizer["P12"]</b></p>
2121
<img src="./images/choose-project-template-maui-blazor.png" style="border-radius: 6px;" class="d-none d-sm-block" />
@@ -91,7 +91,7 @@ return builder.Build();
9191
<p>@((MarkupString)Localizer["P32"].Value)</p>
9292
<p class="code-label">@Localizer["P34"] <code>Button</code> @Localizer["P35"]</p>
9393
<Pre>&lt;Button Color="Color.Primary" Icon="fa-solid fa-font-awesome" Text="@Localizer["P36"]" /&gt;</Pre>
94-
<p class="code-label">@Localizer["P37"] <b>Visual studio 2022</b> @Localizer["P38"] <kbd>F5</kbd> @Localizer["P39"]</p>
94+
<p class="code-label">@Localizer["P37"] <b>Visual studio</b> @Localizer["P38"] <kbd>F5</kbd> @Localizer["P39"]</p>
9595
<img src="./images/preview-maui.png" style="border-radius: 6px;" class="d-none d-sm-block" />
9696

9797
<h4 class="code-label">@Localizer["P40"]</h4>
@@ -204,7 +204,7 @@ return builder.Build();
204204
InitializeComponent();
205205
}
206206
}</Pre>
207-
<p class="code-label">@Localizer["P48"] <b>Visual studio 2022</b> @Localizer["P49"] <kbd>F5</kbd> @Localizer["P50"]</p>
207+
<p class="code-label">@Localizer["P48"] <b>Visual studio</b> @Localizer["P49"] <kbd>F5</kbd> @Localizer["P50"]</p>
208208
<img src="./images/maui-blazor.gif" style="border-radius: 6px;width: 320px;" class="d-none d-sm-block" />
209209

210210
@code

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<p class="code-label">1. @Localizer["P9"]</p>
3232

33-
<p>@Localizer["P10"] <b>Visual Studio 2022 @Localizer["P11"]</b> @Localizer["P12"] <b>@Localizer["P13"]</b> <a href="https://marketplace.visualstudio.com/items?itemName=Longbow.BootstrapBlazorUITemplate" target="_blank">[@Localizer["P14"]]</a> @Localizer["P15"] <a href="@TemplateUrl" target="_blank">[@Localizer["P16"]]</a></p>
33+
<p>@Localizer["P10"] <b>Visual Studio @Localizer["P11"]</b> @Localizer["P12"] <b>@Localizer["P13"]</b> <a href="https://marketplace.visualstudio.com/items?itemName=Longbow.BootstrapBlazorUITemplate" target="_blank">[@Localizer["P14"]]</a> @Localizer["P15"] <a href="@TemplateUrl" target="_blank">[@Localizer["P16"]]</a></p>
3434

3535
<img src="./images/search-extensions.png" style="width: 800px; border-radius: 6px;" class="d-none d-sm-block mb-3" />
3636

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
"NugetP1": "Use <a href='https://www.nuget.org/packages?q=BootstrapBlazor' target='_blank'>nuget.org</a> to install BootstrapBlazor components",
10861086
"EnvBuildTitle": "Project Environment Construction",
10871087
"EnvLi1": "Install .net core sdk <a href='https://www.microsoft.com/net/download' target='_blank'>Official Website</a>",
1088-
"EnvLi2": "Install Visual Studio 2022 and above <a href='https://visualstudio.microsoft.com/vs/getting-started' target='_blank'>Official website",
1088+
"EnvLi2": "Install Visual Studio and above <a href='https://visualstudio.microsoft.com/vs/getting-started' target='_blank'>Official website",
10891089
"EnvLi3": "Pull the project code BootstrapBlazor <a href='{0}' target='_blank'>Warehouse URL</a>"
10901090
},
10911091
"BootstrapBlazor.Server.Components.Components.Video": {
@@ -1194,7 +1194,7 @@
11941194
"P6": "The dotnet new update option checks if there are updates available for the template packages that are currently installed and installs them.",
11951195
"P7": "3. Uninstall project template",
11961196
"SubTitle1": "Bootstrap Blazor App Extension",
1197-
"P8": "In order to facilitate the use of the <code>Bootstrap Blazor</code> component library, the author has created the <b>Project Template (<code>Bootstrap Blazor Project Template</code>)</b> extension plug-in, which can be installed through <code >Visual Studio 2022 IDE</code> When creating a new project, select the <code>Bootstrap Blazor project template</code>, and the solution is built in two types: <code>Server-Side</code> and <cide>wasm</cide> project",
1197+
"P8": "In order to facilitate the use of the <code>Bootstrap Blazor</code> component library, the author has created the <b>Project Template (<code>Bootstrap Blazor Project Template</code>)</b> extension plug-in, which can be installed through <code >Visual Studio IDE</code> When creating a new project, select the <code>Bootstrap Blazor project template</code>, and the solution is built in two types: <code>Server-Side</code> and <code>wasm</code> project",
11981198
"P9": "Download Project template",
11991199
"P10": "able to pass",
12001200
"P11": "Built-in plugin extensions",
@@ -1223,7 +1223,7 @@
12231223
"P8": "After downloading and installing the extension, create a project through the extension",
12241224
"P9": "Create a project with Visual Studio",
12251225
"P10": "Step 1. Create a project",
1226-
"P11": "Open Visual Studio 2022",
1226+
"P11": "Open Visual Studio",
12271227
"P12": "Create a new project",
12281228
"P13": "Choose",
12291229
"P14": "and click",
@@ -1445,7 +1445,7 @@
14451445
"LayoutsDescription2_Footer": "Bottom layout, with default style, any element can be nested under it",
14461446
"LayoutsTips1": "The above components adopt flex layout, please make sure the target browser is compatible before using. In addition, the child element of <code>Layout</code> can only be the latter four, and the parent element of the latter four can only be <code>Layout</code>",
14471447
"LayoutsTips2": "Matters needing attention",
1448-
"LayoutsTips3": "In order to make it easy for everyone to use this set of components to quickly build projects, the author has created <b>Project Templates</code></b>, using the <code>dotnet new</code> command line, and <code>Bootstrap Blazor App Extension extension plug-in</code> Create a new project through <code>Visual Studio 2022</code>. For specific usage and steps, please click <a href='template' target='_blank'>Portal</a>",
1448+
"LayoutsTips3": "In order to make it easy for everyone to use this set of components to quickly build projects, the author has created <b>Project Templates</code></b>, using the <code>dotnet new</code> command line, and <code>Bootstrap Blazor App Extension extension plug-in</code> Create a new project through <code>Visual Studio</code>. For specific usage and steps, please click <a href='template' target='_blank'>Portal</a>",
14491449
"LayoutsDemosTitle": "Common page layout",
14501450
"LayoutsUpAndDownTitle": "Top, middle and bottom layout",
14511451
"LayoutsUpAndDownIntro": "Commonly found in Internet website layout",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
"NugetP1": "使用 <a href='https://www.nuget.org/packages?q=BootstrapBlazor' target='_blank'>nuget.org</a> 进行 BootstrapBlazor 组件的安装",
10861086
"EnvBuildTitle": "项目环境搭建",
10871087
"EnvLi1": "安装 .net core sdk <a href='https://www.microsoft.com/net/download' target='_blank'>官方网址</a>",
1088-
"EnvLi2": "安装 Visual Studio 2022 以上 <a href='https://visualstudio.microsoft.com/vs/getting-started' target='_blank'>官方网址</a>",
1088+
"EnvLi2": "安装 Visual Studio 最新版 <a href='https://visualstudio.microsoft.com/vs/getting-started' target='_blank'>官方网址</a>",
10891089
"EnvLi3": "拉取项目代码 BootstrapBlazor <a href='{0}' target='_blank'>仓库网址</a>"
10901090
},
10911091
"BootstrapBlazor.Server.Components.Components.Video": {
@@ -1194,7 +1194,7 @@
11941194
"P6": "注:此命令为检查是否有可用于当前安装的模板包的更新并安装这些更新。",
11951195
"P7": "4. 卸载项目模板",
11961196
"SubTitle1": "Bootstrap Blazor App Extension 扩展插件",
1197-
"P8": "为了方便使用 <code>Bootstrap Blazor</code> 组件库,作者制作了 <b>项目模板(<code>Bootstrap Blazor Project Template</code>)</b> 扩展插件,安装此插件可通过 <code>Visual Studio 2022 IDE</code> 新建项目时选择 <code>Bootstrap Blazor 项目模板</code>,解决方案内置 <code>Server-Side</code> 与 <cide>wasm</cide> 两种类型工程",
1197+
"P8": "为了方便使用 <code>Bootstrap Blazor</code> 组件库,作者制作了 <b>项目模板(<code>Bootstrap Blazor Project Template</code>)</b> 扩展插件,安装此插件可通过 <code>Visual Studio</code> 新建项目时选择 <code>Bootstrap Blazor 项目模板</code>,解决方案内置 <code>Server-Side</code> 与 <code>wasm</code> 两种类型工程",
11981198
"P9": "下载项目模板",
11991199
"P10": "可以通过",
12001200
"P11": "内置插件扩展",
@@ -1223,7 +1223,7 @@
12231223
"P8": "下载安装扩展后,通过扩展创建项目",
12241224
"P9": "使用 Visual Studio 创建项目 1",
12251225
"P10": "步骤一、创建项目",
1226-
"P11": "打开 Visual Studio 2022",
1226+
"P11": "打开 Visual Studio",
12271227
"P12": "创建一个新项目",
12281228
"P13": "选择",
12291229
"P14": "并单击",
@@ -1445,7 +1445,7 @@
14451445
"LayoutsDescription2_Footer": "底部布局,自带默认样式,其下可嵌套任何元素",
14461446
"LayoutsTips1": " 以上组件采用了 flex 布局,使用前请确定目标浏览器是否兼容。此外,<code>Layout</code> 的子元素只能是后四者,后四者的父元素也只能是 <code>Layout</code>",
14471447
"LayoutsTips2": "注意事项",
1448-
"LayoutsTips3": "为了方便大家利用这套组件快速搭建项目,作者制作了 <b>项目模板(<code>Project Templates</code>)</b>,使用 <code>dotnet new</code> 命令行,与 <code>Bootstrap Blazor App Extension 扩展插件</code> 通过 <code>Visual Studio 2022</code> 新建项目创建,具体使用方法与步骤请点击 <a href='template' target='_blank'>传送门</a>",
1448+
"LayoutsTips3": "为了方便大家利用这套组件快速搭建项目,作者制作了 <b>项目模板(<code>Project Templates</code>)</b>,使用 <code>dotnet new</code> 命令行,与 <code>Bootstrap Blazor App Extension 扩展插件</code> 通过 <code>Visual Studio</code> 新建项目创建,具体使用方法与步骤请点击 <a href='template' target='_blank'>传送门</a>",
14491449
"LayoutsDemosTitle": "常见页面布局",
14501450
"LayoutsUpAndDownTitle": "上中下布局",
14511451
"LayoutsUpAndDownIntro": "常见于互联网网站布局",

0 commit comments

Comments
 (0)