IsFade property, the picture switches with a fade-in and fade-out effect",
"CaptionTitle": "Caption",
"CaptionIntro": "Set CarouselItem parameter Caption for the content of caption",
+ "IntervalTitle": "Individual interval",
+ "IntervalIntro": "Set Interval to a CarouselItem to change the amount of time to delay between automatically cycling to the next item. the default value is 5000 ms",
"CaptionTemplateTitle": "Caption Template",
"CaptionTemplateIntro": "Set CarouselItem 的 CaptionTemplate custom the caption of item",
"CaptionClassTitle": "Caption Class",
diff --git a/src/BootstrapBlazor.Shared/Locales/zh.json b/src/BootstrapBlazor.Shared/Locales/zh.json
index 73eb67b7cdad54a17d496211f1eca37854ba290f..03c5aebd42f5b66751161b7ba9683f0cfaf7a40a 100644
--- a/src/BootstrapBlazor.Shared/Locales/zh.json
+++ b/src/BootstrapBlazor.Shared/Locales/zh.json
@@ -2210,6 +2210,8 @@
"FadeIntro": "通过设置 IsFade 属性,图片切换时采用淡入淡出效果",
"CaptionTitle": "标题",
"CaptionIntro": "通过设置 CarouselItem 的 Caption 属性,开启标题功能",
+ "IntervalTitle": "切换间隔",
+ "IntervalIntro": "通过设置 CarouselItem 的 Interval 属性,可以单独设置幻灯片单独切换时间间隔,间隔默认值 5000 毫秒",
"CaptionTemplateTitle": "标题模板",
"CaptionTemplateIntro": "通过设置 CarouselItem 的 CaptionTemplate 属性,自定义标题内容",
"CaptionClassTitle": "标题样式",
diff --git a/src/BootstrapBlazor.Shared/Samples/Carousels.razor b/src/BootstrapBlazor.Shared/Samples/Carousels.razor
index e2f8f160550a042f4b69cbf3a9c70ef7aadfa90a..fe683fa66ba64dcf4c66e156766de3ad34ce3662 100644
--- a/src/BootstrapBlazor.Shared/Samples/Carousels.razor
+++ b/src/BootstrapBlazor.Shared/Samples/Carousels.razor
@@ -35,6 +35,20 @@
+
+
+
+