Skip to content

Commit 7fd4a8e

Browse files
doc(PrintButton): update document of PrintButton (#4799)
* Update zh-CN.json Correct DialogService to PrintService Signed-off-by: Silver <63774265+StevenBase@users.noreply.github.com> * doc: 更新英文资源文件 --------- Signed-off-by: Silver <63774265+StevenBase@users.noreply.github.com> Co-authored-by: Argo Zhang <argo@live.ca>
1 parent 1972c70 commit 7fd4a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Shared/Locales/en-US.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4096,7 +4096,7 @@
40964096
"PrintDialogIntro": "Turn on printing by setting up the <code>ShowPrint</code>",
40974097
"PrintDialogP": "In this example, the pop-up window content is a custom component <code>{0}</code> the <code>Footer</code> where the button itself is located is hidden, so the <code>Print</code> button built into the pop-up window cannot be displayed, and setting the <code>{1}</code> makes the <b>print</b>The button appears in the title bar",
40984098
"PrintServiceTitle": "Print service",
4099-
"PrintServiceIntro": "By setting up the content components to print, call the <b>print service</b> directly print jobs. Printing Service <code>DialogService</code> Service Document <a href=\"/print-service\" target=\"_blank\">[Portal]</a>",
4099+
"PrintServiceIntro": "By setting up the content components to print, call the <b>print service</b> directly print jobs. Printing Service <code>PrintService</code> Service Document <a href=\"/print-service\" target=\"_blank\">[Portal]</a>",
41004100
"PrintsDialogTitle": "The data query window"
41014101
},
41024102
"BootstrapBlazor.Shared.Components.Samples.Tags": {

src/BootstrapBlazor.Shared/Locales/zh-CN.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4096,7 +4096,7 @@
40964096
"PrintDialogIntro": "通过设置弹窗组件 <code>ShowPrint</code> 开启打印功能",
40974097
"PrintDialogP": "本例中弹窗内容为自定义组件 <code>{0}</code> 弹窗自身按钮所在 <code>Footer</code> 被隐藏,所以弹窗内置的 <code>Print</code> 按钮无法显示,设置 <code>@nameof(DialogOption.ShowPrintButtonInHeader)</code> 使 <b>打印</b> 按钮显示在标题栏中",
40984098
"PrintServiceTitle": "打印服务",
4099-
"PrintServiceIntro": "通过设置要打印的内容组件,直接调用 <b>打印服务</b> 进行打印作业,打印服务 <code>DialogService</code> 服务文档 <a href=\"print-service\" target=\"_blank\">[传送门]</a>",
4099+
"PrintServiceIntro": "通过设置要打印的内容组件,直接调用 <b>打印服务</b> 进行打印作业,打印服务 <code>PrintService</code> 服务文档 <a href=\"print-service\" target=\"_blank\">[传送门]</a>",
41004100
"PrintsDialogTitle": "数据查询窗口"
41014101
},
41024102
"BootstrapBlazor.Shared.Components.Samples.Tags": {

0 commit comments

Comments
 (0)