diff --git a/src/BootstrapBlazor.Shared/Locales/en.json b/src/BootstrapBlazor.Shared/Locales/en.json index 59bbdab49d444ebc4a0cb2276d93c8b3c248d25b..b39ec06a423f1352de9c1397a9adfbcd0aa57bda 100644 --- a/src/BootstrapBlazor.Shared/Locales/en.json +++ b/src/BootstrapBlazor.Shared/Locales/en.json @@ -1557,6 +1557,8 @@ "BlockShowSearchIntro": "Controls whether the search box is displayed by setting the ShowSearch property, which is not displayed by default false", "Block15Title": "Drop-down box with confirmation", "Block15Intro": "Block changes to the current value by setting the OnBeforeSelectedItemChange delegate.", + "TimezoneTitle": "Timezone", + "TimezoneIntro": "Display data of Timezone", "SwalTitle": "The drop-down box value changes", "SwalContent": "Are you sure you want to change the option value?", "SwalFooter": "Click Confirm to change the option value and select Cancel to leave the value unchanged", diff --git a/src/BootstrapBlazor.Shared/Locales/zh.json b/src/BootstrapBlazor.Shared/Locales/zh.json index ec73bb714a1a0cb1135e341c6391458ce06c3240..d3ff572794f87a3e34aa8e25527b21833dba95d2 100644 --- a/src/BootstrapBlazor.Shared/Locales/zh.json +++ b/src/BootstrapBlazor.Shared/Locales/zh.json @@ -1559,6 +1559,8 @@ "BlockShowSearchIntro": "通过设置 ShowSearch 属性控制是否显示搜索框,默认为 false 不显示搜索框", "Block15Title": "带确认的下拉框", "Block15Intro": "通过设置 OnBeforeSelectedItemChange 委托,阻止当前值的改变", + "TimezoneTitle": "时区下拉框", + "TimezoneIntro": "下拉框展现时区数据", "SwalTitle": "下拉框值变更", "SwalContent": "您确认要改变选项值吗?", "SwalFooter": "点击确认改变选项值,选择取消后值不变", diff --git a/src/BootstrapBlazor.Shared/Samples/Selects.razor b/src/BootstrapBlazor.Shared/Samples/Selects.razor index 2cb17e3e05bafef1ecb96eb96e80fc168b1a14af..425eea35386c6ad0a33f44eb6218657cbf4cd354 100644 --- a/src/BootstrapBlazor.Shared/Samples/Selects.razor +++ b/src/BootstrapBlazor.Shared/Samples/Selects.razor @@ -257,6 +257,17 @@ + +
+
+