Skip to content

Commit bbf8718

Browse files
authored
Update zh-CN.json
Correct DialogService to PrintService Signed-off-by: Silver <[email protected]>
1 parent f0302ee commit bbf8718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)