Skip to content

Commit be4b523

Browse files
committed
doc: 更新资源文件
1 parent 347de00 commit be4b523

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6990,5 +6990,12 @@
69906990
"NormalIntro": "Set the text to be displayed by setting the <code>Text</code> parameter",
69916991
"TypedOptionsTitle": "TypedOptions",
69926992
"TypedOptionsIntro": "Customize typing speed, delay, and other settings by setting the properties of the <code>TypedOptions</code> parameter"
6993+
},
6994+
"BootstrapBlazor.Server.Components.Samples.Html2Images": {
6995+
"Html2ImageTitle": "Html to Image",
6996+
"Html2ImageIntro": "Convert any area of ​​the web page into an image service",
6997+
"Html2ImageElementTitle": "ToPng",
6998+
"Html2ImageElementIntro": "Get the <b>base64-encoded</b> image by calling the <code>GetDataAsync</code> method",
6999+
"Html2ImageButtonText": "Image"
69937000
}
69947001
}

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6990,5 +6990,12 @@
69906990
"NormalIntro": "通过设置 <code>Text</code> 参数设置要显示的文本",
69916991
"TypedOptionsTitle": "TypedOptions",
69926992
"TypedOptionsIntro": "通过设置 <code>TypedOptions</code> 参数的属性自定义打字速度、延时等设定"
6993+
},
6994+
"BootstrapBlazor.Server.Components.Samples.Html2Images": {
6995+
"Html2ImageTitle": "Html2Image 网页元素转成图片服务",
6996+
"Html2ImageIntro": "将网页中任意区域内容转化成图片服务",
6997+
"Html2ImageElementTitle": "ToPng",
6998+
"Html2ImageElementIntro": "通过调用 <code>GetDataAsync</code> 方法获得 <b>base64-encoded</b> 图片",
6999+
"Html2ImageButtonText": "Image"
69937000
}
69947001
}

0 commit comments

Comments
 (0)