From f24b4f47b8654a29f6f7fc80f2ed00538554c7d1 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 16 Nov 2024 07:22:16 -0800 Subject: [PATCH] doc(VisualStudio): remove version of IDE (#4681) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc: 更新开发工具名称 * doc: 更正单词拼写错误 --- .../Components/Components/InstallContent.razor | 2 +- .../Components/Pages/Install_Maui.razor | 8 ++++---- .../Components/Pages/Template.razor | 2 +- src/BootstrapBlazor.Server/Locales/en-US.json | 8 ++++---- src/BootstrapBlazor.Server/Locales/zh-CN.json | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor b/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor index c234989ac55..848addd6bb7 100644 --- a/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor +++ b/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor @@ -91,5 +91,5 @@

@Localizer["P37"] BootstrapBlazor @Localizer["P38"]:

1. @Localizer["P39"] Button @Localizer["P40"]

<Button Color="Color.Primary" Icon="fa-solid fa-font-awesome" Text="@Localizer["P41"]" />
-

2. @Localizer["P42"] Visual studio 2022 @Localizer["P43"] F5 @Localizer["P44"]

+

2. @Localizer["P42"] Visual studio @Localizer["P43"] F5 @Localizer["P44"]

install diff --git a/src/BootstrapBlazor.Server/Components/Pages/Install_Maui.razor b/src/BootstrapBlazor.Server/Components/Pages/Install_Maui.razor index edb6e669a4a..143b3709769 100644 --- a/src/BootstrapBlazor.Server/Components/Pages/Install_Maui.razor +++ b/src/BootstrapBlazor.Server/Components/Pages/Install_Maui.razor @@ -8,14 +8,14 @@

@Localizer["P1"]

@Localizer["P3"]

@Localizer["P4"]
-

1.Visual Studio 2022

+

1.Visual Studio

2. @Localizer["P5"]

3. @Localizer["P6"] @Localizer["P7"] @Localizer["P8"] @Localizer["P9"], @Localizer["P10"] @Localizer["P11"], @Localizer["P12"]

@@ -91,7 +91,7 @@ return builder.Build();

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

@Localizer["P34"] Button @Localizer["P35"]

<Button Color="Color.Primary" Icon="fa-solid fa-font-awesome" Text="@Localizer["P36"]" />
-

@Localizer["P37"] Visual studio 2022 @Localizer["P38"] F5 @Localizer["P39"]

+

@Localizer["P37"] Visual studio @Localizer["P38"] F5 @Localizer["P39"]

@Localizer["P40"]

@@ -204,7 +204,7 @@ return builder.Build(); InitializeComponent(); } } -

@Localizer["P48"] Visual studio 2022 @Localizer["P49"] F5 @Localizer["P50"]

+

@Localizer["P48"] Visual studio @Localizer["P49"] F5 @Localizer["P50"]

@code diff --git a/src/BootstrapBlazor.Server/Components/Pages/Template.razor b/src/BootstrapBlazor.Server/Components/Pages/Template.razor index cea2786ed58..35c07da6721 100644 --- a/src/BootstrapBlazor.Server/Components/Pages/Template.razor +++ b/src/BootstrapBlazor.Server/Components/Pages/Template.razor @@ -30,7 +30,7 @@

1. @Localizer["P9"]

-

@Localizer["P10"] Visual Studio 2022 @Localizer["P11"] @Localizer["P12"] @Localizer["P13"] [@Localizer["P14"]] @Localizer["P15"] [@Localizer["P16"]]

+

@Localizer["P10"] Visual Studio @Localizer["P11"] @Localizer["P12"] @Localizer["P13"] [@Localizer["P14"]] @Localizer["P15"] [@Localizer["P16"]]

diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index 9cbafe4bbdb..cf4d57b2da5 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -1085,7 +1085,7 @@ "NugetP1": "Use nuget.org to install BootstrapBlazor components", "EnvBuildTitle": "Project Environment Construction", "EnvLi1": "Install .net core sdk Official Website", - "EnvLi2": "Install Visual Studio 2022 and above Official website", + "EnvLi2": "Install Visual Studio and above Official website", "EnvLi3": "Pull the project code BootstrapBlazor Warehouse URL" }, "BootstrapBlazor.Server.Components.Components.Video": { @@ -1194,7 +1194,7 @@ "P6": "The dotnet new update option checks if there are updates available for the template packages that are currently installed and installs them.", "P7": "3. Uninstall project template", "SubTitle1": "Bootstrap Blazor App Extension", - "P8": "In order to facilitate the use of the Bootstrap Blazor component library, the author has created the Project Template (Bootstrap Blazor Project Template) extension plug-in, which can be installed through Visual Studio 2022 IDE When creating a new project, select the Bootstrap Blazor project template, and the solution is built in two types: Server-Side and wasm project", + "P8": "In order to facilitate the use of the Bootstrap Blazor component library, the author has created the Project Template (Bootstrap Blazor Project Template) extension plug-in, which can be installed through Visual Studio IDE When creating a new project, select the Bootstrap Blazor project template, and the solution is built in two types: Server-Side and wasm project", "P9": "Download Project template", "P10": "able to pass", "P11": "Built-in plugin extensions", @@ -1223,7 +1223,7 @@ "P8": "After downloading and installing the extension, create a project through the extension", "P9": "Create a project with Visual Studio", "P10": "Step 1. Create a project", - "P11": "Open Visual Studio 2022", + "P11": "Open Visual Studio", "P12": "Create a new project", "P13": "Choose", "P14": "and click", @@ -1445,7 +1445,7 @@ "LayoutsDescription2_Footer": "Bottom layout, with default style, any element can be nested under it", "LayoutsTips1": "The above components adopt flex layout, please make sure the target browser is compatible before using. In addition, the child element of Layout can only be the latter four, and the parent element of the latter four can only be Layout", "LayoutsTips2": "Matters needing attention", - "LayoutsTips3": "In order to make it easy for everyone to use this set of components to quickly build projects, the author has created Project Templates, using the dotnet new command line, and Bootstrap Blazor App Extension extension plug-in Create a new project through Visual Studio 2022. For specific usage and steps, please click Portal", + "LayoutsTips3": "In order to make it easy for everyone to use this set of components to quickly build projects, the author has created Project Templates, using the dotnet new command line, and Bootstrap Blazor App Extension extension plug-in Create a new project through Visual Studio. For specific usage and steps, please click Portal", "LayoutsDemosTitle": "Common page layout", "LayoutsUpAndDownTitle": "Top, middle and bottom layout", "LayoutsUpAndDownIntro": "Commonly found in Internet website layout", diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json index aa4d2da3fdf..7e9e89442ea 100644 --- a/src/BootstrapBlazor.Server/Locales/zh-CN.json +++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json @@ -1085,7 +1085,7 @@ "NugetP1": "使用 nuget.org 进行 BootstrapBlazor 组件的安装", "EnvBuildTitle": "项目环境搭建", "EnvLi1": "安装 .net core sdk 官方网址", - "EnvLi2": "安装 Visual Studio 2022 以上 官方网址", + "EnvLi2": "安装 Visual Studio 最新版 官方网址", "EnvLi3": "拉取项目代码 BootstrapBlazor 仓库网址" }, "BootstrapBlazor.Server.Components.Components.Video": { @@ -1194,7 +1194,7 @@ "P6": "注:此命令为检查是否有可用于当前安装的模板包的更新并安装这些更新。", "P7": "4. 卸载项目模板", "SubTitle1": "Bootstrap Blazor App Extension 扩展插件", - "P8": "为了方便使用 Bootstrap Blazor 组件库,作者制作了 项目模板(Bootstrap Blazor Project Template 扩展插件,安装此插件可通过 Visual Studio 2022 IDE 新建项目时选择 Bootstrap Blazor 项目模板,解决方案内置 Server-Sidewasm 两种类型工程", + "P8": "为了方便使用 Bootstrap Blazor 组件库,作者制作了 项目模板(Bootstrap Blazor Project Template 扩展插件,安装此插件可通过 Visual Studio 新建项目时选择 Bootstrap Blazor 项目模板,解决方案内置 Server-Sidewasm 两种类型工程", "P9": "下载项目模板", "P10": "可以通过", "P11": "内置插件扩展", @@ -1223,7 +1223,7 @@ "P8": "下载安装扩展后,通过扩展创建项目", "P9": "使用 Visual Studio 创建项目 1", "P10": "步骤一、创建项目", - "P11": "打开 Visual Studio 2022", + "P11": "打开 Visual Studio", "P12": "创建一个新项目", "P13": "选择", "P14": "并单击", @@ -1445,7 +1445,7 @@ "LayoutsDescription2_Footer": "底部布局,自带默认样式,其下可嵌套任何元素", "LayoutsTips1": " 以上组件采用了 flex 布局,使用前请确定目标浏览器是否兼容。此外,Layout 的子元素只能是后四者,后四者的父元素也只能是 Layout", "LayoutsTips2": "注意事项", - "LayoutsTips3": "为了方便大家利用这套组件快速搭建项目,作者制作了 项目模板(Project Templates,使用 dotnet new 命令行,与 Bootstrap Blazor App Extension 扩展插件 通过 Visual Studio 2022 新建项目创建,具体使用方法与步骤请点击 传送门", + "LayoutsTips3": "为了方便大家利用这套组件快速搭建项目,作者制作了 项目模板(Project Templates,使用 dotnet new 命令行,与 Bootstrap Blazor App Extension 扩展插件 通过 Visual Studio 新建项目创建,具体使用方法与步骤请点击 传送门", "LayoutsDemosTitle": "常见页面布局", "LayoutsUpAndDownTitle": "上中下布局", "LayoutsUpAndDownIntro": "常见于互联网网站布局",