diff --git a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj index 875d4257869..b6cc61809cf 100644 --- a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj +++ b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj @@ -53,7 +53,7 @@ - + diff --git a/src/BootstrapBlazor.Server/Components/Samples/RDKits.razor b/src/BootstrapBlazor.Server/Components/Samples/RDKits.razor index 01b1fdacdc9..263706283f1 100644 --- a/src/BootstrapBlazor.Server/Components/Samples/RDKits.razor +++ b/src/BootstrapBlazor.Server/Components/Samples/RDKits.razor @@ -13,6 +13,12 @@ + + + + diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index cb4ecf77914..ea3d4ac85da 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -6846,6 +6846,8 @@ "RDKitNormalIntro": "Set the molecular formula through Value and draw the component", "RDKitSmartsTitle": "Smarts", "RDKitSmartsIntro": "By setting the Smarts value, parts of the molecular formula can be highlighted", - "RDKitSmartsLabel": "Show Smarts" + "RDKitSmartsLabel": "Show Smarts", + "RDKitSizeTitle": "Size", + "RDKitSizeIntro": "Set the width and height of the molecular formula by setting the Width and Height values" } } diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json index c40ff36c26e..d578b8cc7db 100644 --- a/src/BootstrapBlazor.Server/Locales/zh-CN.json +++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json @@ -6846,6 +6846,8 @@ "RDKitNormalIntro": "通过 Value 设置分子式,组件画图", "RDKitSmartsTitle": "Smarts", "RDKitSmartsIntro": "通过设置 Smarts 值,高亮显示部分分子式", - "RDKitSmartsLabel": "显示 Smarts" + "RDKitSmartsLabel": "显示 Smarts", + "RDKitSizeTitle": "尺寸", + "RDKitSizeIntro": "通过设置 Width Height 值设置分子式宽高" } }