Skip to content

Commit 644a2c0

Browse files
committed
doc: 更新菜单本地化
1 parent 63d46a4 commit 644a2c0

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4786,7 +4786,8 @@
47864786
"WinBox": "WinBox",
47874787
"Player": "Player",
47884788
"RDKit": "RDKit",
4789-
"SmilesDrawer": "SmilesDrawer"
4789+
"SmilesDrawer": "SmilesDrawer",
4790+
"Affix": "Affix"
47904791
},
47914792
"BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": {
47924793
"TablesHeaderTitle": "Header grouping function",
@@ -6868,5 +6869,14 @@
68686869
"SmilesDrawerNormalIntro": "Set the molecular formula through <code>Smiles</code> and draw the component",
68696870
"SmilesDrawerSizeTitle": "Size",
68706871
"SmilesDrawerSizeIntro": "Set the width and height of the molecular formula by setting the <code>Width</code> and <code>Height</code> values"
6872+
},
6873+
"BootstrapBlazor.Server.Components.Samples.Affixs": {
6874+
"AffixTitle": "Affix",
6875+
"AffixIntro": "Fix the element to a specific visible area",
6876+
"AffixNormalTitle": "Basic usage",
6877+
"AffixNormalIntro": "Affix is fixed at the top of the page by default",
6878+
"AffixPositionTitle": "Position",
6879+
"AffixPositionIntro": "Use the parameter <code>Position</code> to control whether the top or bottom is fixed",
6880+
"AffixOffsetDesc": "The parameter <code>Position</code> controls whether the top or bottom is fixed, and the <code>Offset</code> value sets the offset to the top or bottom"
68716881
}
68726882
}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4786,7 +4786,8 @@
47864786
"WinBox": "窗口 WinBox",
47874787
"Player": "播放器 Player",
47884788
"RDKit": "分子式组件 RDKit",
4789-
"SmilesDrawer": "分子式组件 SmilesDrawer"
4789+
"SmilesDrawer": "分子式组件 SmilesDrawer",
4790+
"Affix": "固钉组件 Affix"
47904791
},
47914792
"BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": {
47924793
"TablesHeaderTitle": "表头分组功能",
@@ -6868,5 +6869,13 @@
68686869
"SmilesDrawerNormalIntro": "通过 <code>Smiles</code> 设置分子式,组件画图",
68696870
"SmilesDrawerSizeTitle": "尺寸",
68706871
"SmilesDrawerSizeIntro": "通过设置 <code>Width</code> <code>Height</code> 值设置分子式宽高"
6872+
},
6873+
"BootstrapBlazor.Server.Components.Samples.Affixs": {
6874+
"AffixTitle": "Affix 固钉组件",
6875+
"AffixIntro": "将页面元素钉在可视范围",
6876+
"AffixNormalTitle": "基础用法",
6877+
"AffixNormalIntro": "固钉默认固定在页面顶部",
6878+
"AffixPositionTitle": "位置与距离",
6879+
"AffixPositionIntro": "通过参数 <code>Position</code> 控制固定顶端还是底端,通过 <code>Offset</code> 值设置到顶端或者底端距离偏移量"
68716880
}
68726881
}

src/BootstrapBlazor.Server/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@
222222
"win-box": "WinBoxes",
223223
"player": "Players",
224224
"rdkit": "Rdkits",
225-
"smiles-drawer": "SmilesDrawers"
225+
"smiles-drawer": "SmilesDrawers",
226+
"affix": "Affixs"
226227
},
227228
"video": {
228229
"table": "BV1ap4y1x7Qn?p=1",

0 commit comments

Comments
 (0)