Skip to content

Commit 8494b91

Browse files
committed
chore: 增加资源文件
1 parent 0f88a36 commit 8494b91

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4806,7 +4806,8 @@
48064806
"RDKit": "RDKit",
48074807
"SmilesDrawer": "SmilesDrawer",
48084808
"Affix": "Affix",
4809-
"Watermark": "Watermark"
4809+
"Watermark": "Watermark",
4810+
"OctIcon": "OctIcons"
48104811
},
48114812
"BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": {
48124813
"TablesHeaderTitle": "Header grouping function",
@@ -6719,6 +6720,15 @@
67196720
"P3": "Please copy the following code segement",
67206721
"Icons": "For icon list, please visit <a href=\"https://ant.design/components/icon\" target=\"_blank\">[portal]</a>"
67216722
},
6723+
"BootstrapBlazor.Server.Components.Samples.Icons.OctIcons": {
6724+
"AntDesignIconTitle": "Oct Svg Icon Lib",
6725+
"AntDesignIconDescription": "A scalable set of icons handcrafted with <3 by GitHub",
6726+
"CopiedTooltipText": "Copied",
6727+
"P1": "1. After referencing the extension package, add the package built-in style file to open the icon",
6728+
"P2": "2. Enable css isolation and automatically reference component styles after compilation",
6729+
"P3": "Please copy the following code segement",
6730+
"Icons": "For icon list, please visit <a href=\"https://primer.style/foundations/icons\" target=\"_blank\">[portal]</a>"
6731+
},
67226732
"BootstrapBlazor.Server.Components.Samples.BootstrapBlazorIcons": {
67236733
"IconsTitle": "Icon",
67246734
"IconsDescription": "Supports font icons, vector SVG icons, and Image pictures",

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4806,7 +4806,8 @@
48064806
"RDKit": "分子式组件 RDKit",
48074807
"SmilesDrawer": "分子式组件 SmilesDrawer",
48084808
"Affix": "固钉组件 Affix",
4809-
"Watermark": "水印组件 Watermark"
4809+
"Watermark": "水印组件 Watermark",
4810+
"OctIcon": "OctIcons"
48104811
},
48114812
"BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": {
48124813
"TablesHeaderTitle": "表头分组功能",
@@ -6719,6 +6720,15 @@
67196720
"P3": "请拷贝下方样式即可",
67206721
"Icons": "图标列表请通过 <a href=\"https://ant.design/components/icon\" target=\"_blank\">[传送门]</a> 查看"
67216722
},
6723+
"BootstrapBlazor.Server.Components.Samples.Icons.OctIcons": {
6724+
"IconParkTitle": "Github 图标库",
6725+
"IconParkDescription": "Primer is a set of guidelines, principles, and patterns for designing and building UI at GitHub.",
6726+
"CopiedTooltipText": "拷贝成功",
6727+
"P1": "1. 引用扩展组件包后添加包内置样式文件开启图标",
6728+
"P2": "2. 开启样式隔离,编译后自动引用组件样式",
6729+
"P3": "请拷贝下方样式即可",
6730+
"Icons": "图标列表请通过 <a href=\"https://primer.style/foundations/icons\" target=\"_blank\">[传送门]</a> 查看"
6731+
},
67226732
"BootstrapBlazor.Server.Components.Samples.BootstrapBlazorIcons": {
67236733
"IconsTitle": "Icon 图标",
67246734
"IconsDescription": "同时支持字体图标、矢量 Svg 图标、以及 Image 图片",

0 commit comments

Comments
 (0)