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": { 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": {