File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
src/BootstrapBlazor.Server/Locales Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments