Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions src/BootstrapBlazor.Server/Components/Pages/Template.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,4 @@
<p class="code-label">@Localizer["P7"]</p>
<Pre>dotnet new uninstall Bootstrap.Blazor.Templates</Pre>

<h4>@Localizer["SubTitle1"]</h4>

<p>@((MarkupString)Localizer["P8"].Value)</p>

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

<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>

<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/search-extensions.png")" style="width: 800px; border-radius: 6px;" class="d-none d-sm-block mb-3" />

<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/download-extensions.png")" style="width: 800px; border-radius: 6px;" class="d-none d-sm-block mb-3" />

<p class="code-label">2. @Localizer["P17"]</p>

<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/install-extensions.png")" style="width: auto; border-radius: 6px;" class="d-none d-sm-block mb-3" />

<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/install-finish.png")" style="width: auto; border-radius: 6px;" class="d-none d-sm-block mb-3" />

<p class="code-label">3. @Localizer["P18"]</p>

<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/create-project.png")" style="width: 800px; border-radius: 6px;" class="d-none d-sm-block mb-3" />

<img src="@WebsiteOption.CurrentValue.GetAssetUrl("images/project.png")" style="width: 400px; border-radius: 6px;" class="d-none d-sm-block mb-3" />

<Video Name="template" />
14 changes: 1 addition & 13 deletions src/BootstrapBlazor.Server/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1154,19 +1154,7 @@
"P4": "After the project is created, the <code>BootstrapBlazorApp</code> solution will be generated in the current folder, and the <code>src</code> directory contains <code>Server-Side</code> <code>Wasm</code> Both types of projects can be run directly with <kbd>F5</kbd>",
"P5": "3. Update project template",
"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 <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",
"P9": "Download Project template",
"P10": "able to pass",
"P11": "Built-in plugin extensions",
"P12": "or",
"P13": "Microsoft Plug-in Marketplace",
"P14": "portal",
"P15": "Direct download; domestic access to the Microsoft plug-in market is relatively slow, you can access the code cloud connection",
"P16": "portal",
"P17": "Install Project template",
"P18": "Create Project"
"P7": "3. Uninstall project template"
},
"BootstrapBlazor.Server.Components.Pages.Globalization": {
"Title": "Globalization",
Expand Down
14 changes: 1 addition & 13 deletions src/BootstrapBlazor.Server/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1154,19 +1154,7 @@
"P4": "创建工程后在当前文件夹内会生成 <code>BootstrapBlazorApp</code> 解决方案,<code>src</code> 目录内包含 <code>Server-Side</code> <code>Wasm</code> 两种类型的工程,均可以直接 <kbd>F5</kbd> 运行",
"P5": "3. 更新项目模板",
"P6": "注:此命令为检查是否有可用于当前安装的模板包的更新并安装这些更新。",
"P7": "4. 卸载项目模板",
"SubTitle1": "Bootstrap Blazor App Extension 扩展插件",
"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> 两种类型工程",
"P9": "下载项目模板",
"P10": "可以通过",
"P11": "内置插件扩展",
"P12": "或者",
"P13": "微软插件扩展市场",
"P14": "传送门",
"P15": "直接下载; 国内访问微软插件市场速度比较慢,可以访问码云连接",
"P16": "传送门",
"P17": "安装项目模板",
"P18": "创建项目"
"P7": "4. 卸载项目模板"
},
"BootstrapBlazor.Server.Components.Pages.Globalization": {
"Title": "全球化",
Expand Down