From bbf87182b22cdeaa26fd1be3653e0763d9589932 Mon Sep 17 00:00:00 2001 From: Silver <63774265+StevenBase@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:07:50 +0800 Subject: [PATCH 1/2] Update zh-CN.json Correct DialogService to PrintService Signed-off-by: Silver <63774265+StevenBase@users.noreply.github.com> --- src/BootstrapBlazor.Shared/Locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor.Shared/Locales/zh-CN.json b/src/BootstrapBlazor.Shared/Locales/zh-CN.json index 90630a48b02..5a1a8646eb7 100644 --- a/src/BootstrapBlazor.Shared/Locales/zh-CN.json +++ b/src/BootstrapBlazor.Shared/Locales/zh-CN.json @@ -4096,7 +4096,7 @@ "PrintDialogIntro": "通过设置弹窗组件 ShowPrint 开启打印功能", "PrintDialogP": "本例中弹窗内容为自定义组件 {0} 弹窗自身按钮所在 Footer 被隐藏,所以弹窗内置的 Print 按钮无法显示,设置 @nameof(DialogOption.ShowPrintButtonInHeader) 使 打印 按钮显示在标题栏中", "PrintServiceTitle": "打印服务", - "PrintServiceIntro": "通过设置要打印的内容组件,直接调用 打印服务 进行打印作业,打印服务 DialogService 服务文档 [传送门]", + "PrintServiceIntro": "通过设置要打印的内容组件,直接调用 打印服务 进行打印作业,打印服务 PrintService 服务文档 [传送门]", "PrintsDialogTitle": "数据查询窗口" }, "BootstrapBlazor.Shared.Components.Samples.Tags": { From 59e3e12b0ad1134e4b401043512f47c67053e754 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Sun, 8 Dec 2024 18:51:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E8=8B=B1=E6=96=87?= =?UTF-8?q?=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.Shared/Locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor.Shared/Locales/en-US.json b/src/BootstrapBlazor.Shared/Locales/en-US.json index f7b5a9c5809..de8d836cd80 100644 --- a/src/BootstrapBlazor.Shared/Locales/en-US.json +++ b/src/BootstrapBlazor.Shared/Locales/en-US.json @@ -4096,7 +4096,7 @@ "PrintDialogIntro": "Turn on printing by setting up the ShowPrint", "PrintDialogP": "In this example, the pop-up window content is a custom component {0} the Footer where the button itself is located is hidden, so the Print button built into the pop-up window cannot be displayed, and setting the {1} makes the printThe button appears in the title bar", "PrintServiceTitle": "Print service", - "PrintServiceIntro": "By setting up the content components to print, call the print service directly print jobs. Printing Service DialogService Service Document [Portal]", + "PrintServiceIntro": "By setting up the content components to print, call the print service directly print jobs. Printing Service PrintService Service Document [Portal]", "PrintsDialogTitle": "The data query window" }, "BootstrapBlazor.Shared.Components.Samples.Tags": {