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
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Shared/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -4096,7 +4096,7 @@
"PrintDialogIntro": "Turn on printing by setting up the <code>ShowPrint</code>",
"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",
"PrintServiceTitle": "Print service",
"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>",
"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>",
"PrintsDialogTitle": "The data query window"
},
"BootstrapBlazor.Shared.Components.Samples.Tags": {
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Shared/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -4096,7 +4096,7 @@
"PrintDialogIntro": "通过设置弹窗组件 <code>ShowPrint</code> 开启打印功能",
"PrintDialogP": "本例中弹窗内容为自定义组件 <code>{0}</code> 弹窗自身按钮所在 <code>Footer</code> 被隐藏,所以弹窗内置的 <code>Print</code> 按钮无法显示,设置 <code>@nameof(DialogOption.ShowPrintButtonInHeader)</code> 使 <b>打印</b> 按钮显示在标题栏中",
"PrintServiceTitle": "打印服务",
"PrintServiceIntro": "通过设置要打印的内容组件,直接调用 <b>打印服务</b> 进行打印作业,打印服务 <code>DialogService</code> 服务文档 <a href=\"print-service\" target=\"_blank\">[传送门]</a>",
"PrintServiceIntro": "通过设置要打印的内容组件,直接调用 <b>打印服务</b> 进行打印作业,打印服务 <code>PrintService</code> 服务文档 <a href=\"print-service\" target=\"_blank\">[传送门]</a>",
"PrintsDialogTitle": "数据查询窗口"
},
"BootstrapBlazor.Shared.Components.Samples.Tags": {
Expand Down
Loading