You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Server/Locales/en-US.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2063,7 +2063,7 @@
2063
2063
"Block9Div": "Header",
2064
2064
"TabsAppTitle": "Live Tab components",
2065
2065
"TabsAppIntro": "By setting the <code>ShowExtendButtons</code> property to <code>true</code>, turning on the left and right buttons of the component and closing the drop-down menu, it is very useful in practice",
2066
-
"TabsAppDescription": "Dynamically adjust the number of <code>TabItem</code> by <b>adding</b>, <b>delete</b>buttons to view the left and right effects beyond the number of containers, <b>user management</b> is set to not close, and the feature button cannot close this tab",
2066
+
"TabsAppDescription": "Dynamically adjust the number of <code>TabItem</code> by <b>adding</b>, <b>delete</b>buttons to view the left and right effects beyond the number of containers, <b>user management</b> is set to not close, and the feature button cannot close this tab. The component switches tabs in a loop by default. You can disable this feature by <code>IsLoopSwitchTabItem=\"false\"</code>",
2067
2067
"TabsIsOnlyRenderActiveTitle": "Only the current label is rendered",
2068
2068
"TabsIsOnlyRenderActiveIntro": "By setting the <code>isOnlyRenderActiveTab</code> parameter, the component renders only the current active label",
2069
2069
"BlockSetTextTitle": "TabItem Text",
@@ -2090,6 +2090,7 @@
2090
2090
"TabAttShowNavigatorButtons": "Whether to display the previous and next navigation buttons",
2091
2091
"TabAttShowActiveBar": "Whether to display active bar",
0 commit comments