From 71a0f14a059c5f8e02d4e1c51432cbd19f0989b6 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 31 Jan 2026 10:17:36 +0800 Subject: [PATCH 01/20] =?UTF-8?q?doc:=20=E6=92=A4=E5=9B=9E=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=96=87=E4=BB=B6=E4=B8=A2=E5=A4=B1=E5=86=85=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor.Server/Locales/en-US.json | 26 +++++++++++++++---- src/BootstrapBlazor.Server/Locales/zh-CN.json | 26 +++++++++++++++---- 2 files changed, 42 insertions(+), 10 deletions(-) diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index 09b52cbd1a2..ea25b317d34 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -24,6 +24,22 @@ "Obsolete": "Obsolete", "Total": "Total" }, + "BootstrapBlazor.Server.Components.Components.BlazorReconnector": { + "ReconnectButton": "Reconnect", + "ReconnectFailedDescription": "Please confirm that your network is working properly, or press F12 to open Developer tools and check the console for any error output. Please scan the QR code on the left to join the group and contact the administrator", + "ReconnectFailedTitle": "Failed to connect to server", + "ReconnectingDescription": "The server is updating to a new version, please wait a moment for service to be available, or press F12 to open Developer tools and check the console for any error output. Please scan the QR code on the left to join the group and contact the administrator", + "ReconnectingTitle": "Attempting to reconnect to the server", + "ReconnectRejectedDescription": "All connection attempts have been rejected, which is most likely caused by network or server issues. Please scan the QR code on the left to join the group and contact the administrator", + "ReconnectRejectedTitle": "Server rejected connection", + "ReloadButton": "Reload", + "TemplateLink": "Project Templates", + "TemplateText": "Project templates are provided for quick start", + "Title": "Reconnector Component", + "UILibraryDescription1": "An enterprise-level Blazor UI component library based on Bootstrap styles, supporting both Server and WebAssembly", + "UILibraryDescription2": "Mobile-responsive, supports all major browsers and mobile devices, compatible with ABP, and supports {0}", + "UILibraryTitle": "Bootstrap Blazor UI Component Library" + }, "BootstrapBlazor.Server.Components.Components.CultureChooser": { "Label": "Language:" }, @@ -2133,6 +2149,10 @@ "EditorFormTips3": "Complex edit columns, set up EditTemplate templates, and edit custom components", "EditorFormTips4": "The buttons in the form can be set up multiplely, just set the buttons Buttons template", "GroupBoxTitle": "An example of a form", + "IgnoreItemsDescription": "This attribute has the same priority as ``, and if it is set to ignore anywhere else, it will not be rendered.", + "IgnoreItemsIntro": "By setting the IgnoreItems value, you can notify the component not to render the specified column in the collection.", + "IgnoreItemsSwitchButtonText": "Switch", + "IgnoreItemsTitle": "IgnoreItems", "IsDisplayIntro": "Make the entire form non-editable by setting IsDisplay=\"true\"", "IsDisplayTitle": "Readonly Form", "ItemsPerRowDescription": "This example sets ItemsPerRow=3 show 3 components per row", @@ -2152,11 +2172,7 @@ "ValidateFormIntro": "Data compliance checks are implemented through nested ValidateForm components", "ValidateFormTips1": "The component is built into the ValidateForm to turn on data compliance checks, and hobbyfields use the EditTemplate template to customize the component to render the data", "ValidateFormTips2": "Make the birthday field read-only by setting the Readonly property", - "ValidateFormTitle": "Turn on data validation", - "IgnoreItemsTitle": "IgnoreItems", - "IgnoreItemsIntro": "By setting the IgnoreItems value, you can notify the component not to render the specified column in the collection.", - "IgnoreItemsDescription": "This attribute has the same priority as ``, and if it is set to ignore anywhere else, it will not be rendered.", - "IgnoreItemsSwitchButtonText": "Switch" + "ValidateFormTitle": "Turn on data validation" }, "BootstrapBlazor.Server.Components.Samples.Editors": { "DoMethodAsyncButton1": "Insert Html", diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json index 21edafe8d84..63fcec0a2c7 100644 --- a/src/BootstrapBlazor.Server/Locales/zh-CN.json +++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json @@ -24,6 +24,22 @@ "Obsolete": "已弃用", "Total": "合计" }, + "BootstrapBlazor.Server.Components.Components.BlazorReconnector": { + "ReconnectButton": "重新连接", + "ReconnectFailedDescription": "请确认网络是否正常,或者 F12 打开 Developer tools 查看 控制台 是否有错误输出,请扫描左侧二维码加群与管理员联系", + "ReconnectFailedTitle": "与服务器连接失败", + "ReconnectingDescription": "服务器正在更新新版本,稍等一会儿即可提供服务,或者 F12 打开 Developer tools 查看 控制台 是否有错误输出,请扫描左侧二维码加群与管理员联系", + "ReconnectingTitle": "正在尝试重新连接服务器", + "ReconnectRejectedDescription": "所有的连接尝试都被拒绝了,这很有可能是由于网络问题或者服务器问题引起的,请扫描左侧二维码加群与管理员联系", + "ReconnectRejectedTitle": "服务器拒绝连接", + "ReloadButton": "重新加载", + "TemplateLink": "项目模板", + "TemplateText": "已提供项目模板方便快速上手", + "Title": "Reconnector 组件", + "UILibraryDescription1": "一套基于 Bootstrap 样式的企业级 Blazor UI 组件库,支持 Server 与 WebAssembly", + "UILibraryDescription2": "适配移动端支持各种主流浏览器以及移动端,适配 ABP,同时支持 {0}", + "UILibraryTitle": "Bootstrap Blazor UI 组件库" + }, "BootstrapBlazor.Server.Components.Components.CultureChooser": { "Label": "语言:" }, @@ -2133,6 +2149,10 @@ "EditorFormTips3": "复杂编辑列,设置 EditTemplate 模板,进行自定义组件进行编辑", "EditorFormTips4": "表单内按钮可以设置多个,设置 Buttons 模板即可", "GroupBoxTitle": "表单示例", + "IgnoreItemsDescription": "此属性的优先级与在 IEditorItem 相同,任何一个地方设置了忽略,最终都不会渲染", + "IgnoreItemsIntro": "通过设置 IgnoreItems 值通知组件不渲染集合中的指定列", + "IgnoreItemsSwitchButtonText": "切换", + "IgnoreItemsTitle": "IgnoreItems 忽略集合", "IsDisplayIntro": "通过设置 IsDisplay=\"true\" 使整个表单不可编辑", "IsDisplayTitle": "只读表单", "ItemsPerRowDescription": "本示例设置 ItemsPerRow=3 每行显示 3 个组件", @@ -2152,11 +2172,7 @@ "ValidateFormIntro": "通过嵌套 ValidateForm 组件实现数据合规检查功能", "ValidateFormTips1": "组件内置到 ValidateForm 内开启数据合规检查功能,爱好 字段使用 EditTemplate 模板自定义组件呈现数据", "ValidateFormTips2": "通过设置 Readonly 属性,使 生日 字段为只读", - "ValidateFormTitle": "开启数据验证", - "IgnoreItemsTitle": "IgnoreItems 忽略集合", - "IgnoreItemsIntro": "通过设置 IgnoreItems 值通知组件不渲染集合中的指定列", - "IgnoreItemsDescription": "此属性的优先级与在 IEditorItem 相同,任何一个地方设置了忽略,最终都不会渲染", - "IgnoreItemsSwitchButtonText": "切换" + "ValidateFormTitle": "开启数据验证" }, "BootstrapBlazor.Server.Components.Samples.Editors": { "DoMethodAsyncButton1": "插入一段 Html", From a871fbfbf11540880388793364d4fcb304662368 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 31 Jan 2026 11:57:05 +0800 Subject: [PATCH 02/20] =?UTF-8?q?doc:=20=E5=A2=9E=E5=8A=A0=E6=9D=A1?= =?UTF-8?q?=E7=A0=81=E8=AE=BE=E7=BD=AE=E8=B5=84=E6=BA=90=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor.Server/Locales/en-US.json | 3 +++ src/BootstrapBlazor.Server/Locales/zh-CN.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index ea25b317d34..00c4dba6c1f 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -919,6 +919,9 @@ "BarcodeGeneratorNormalText": "Barcode Generator", "Title": "Barcode generator" }, + "BootstrapBlazor.Server.Components.Components.BarcodeGenerateSettings": { + "BarcodeGeneratorGroupBoxText": "Settings" + }, "BootstrapBlazor.Server.Components.Samples.BarcodeReaders": { "Attention": "Pay special attention to:", "BasicUsageIntro": "The code is identified by the camera", diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json index 63fcec0a2c7..e729d024bf1 100644 --- a/src/BootstrapBlazor.Server/Locales/zh-CN.json +++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json @@ -919,6 +919,9 @@ "BarcodeGeneratorNormalText": "条码生成器", "Title": "BarcodeGenerator 条码生成器" }, + "BootstrapBlazor.Server.Components.Components.BarcodeGenerateSettings": { + "BarcodeGeneratorGroupBoxText": "条码设置" + }, "BootstrapBlazor.Server.Components.Samples.BarcodeReaders": { "Attention": "特别注意:", "BasicUsageIntro": "通过摄像头进行扫码识别", From 379d489e38cb8d15c15b7caf0ffb2fbadce7c612 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 31 Jan 2026 12:01:51 +0800 Subject: [PATCH 03/20] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Components/BarcodeGenerateSettings.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor b/src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor index 1d06c18b3bb..5c3ad9a7737 100644 --- a/src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor +++ b/src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor @@ -1,9 +1,9 @@ -@inject IStringLocalizer Localizer +@inject IStringLocalizer Localizer
- +