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
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2120,7 +2120,17 @@
2120
2120
"TabsChromeStyleIntro": "Set the Chrome browser tab style by setting <code>TabStyle=\"TabStyle.Chrome\"</code>. Currently only supports <code>Placement=\"Placement.Top\"</code> mode",
2121
2121
"TabAtt2TabStyle": "Set the tab style",
2122
2122
"TabsCapsuleStyleTitle": "Capsule Style",
2123
-
"TabsCapsuleStyleIntro": "Set the capsule tab style by setting <code>TabStyle=\"TabStyle.Capsule\"</code>. Currently only supports <code>Placement=\"Placement.Top\"</code> <code>Placement=\"Placement.Bottom\"</code> mode"
2123
+
"TabsCapsuleStyleIntro": "Set the capsule tab style by setting <code>TabStyle=\"TabStyle.Capsule\"</code>. Currently only supports <code>Placement=\"Placement.Top\"</code> <code>Placement=\"Placement.Bottom\"</code> mode",
2124
+
"AttributeToolbarTemplate": "The template for Toolbar",
2125
+
"TabsToolbarTitle": "Toolbar",
2126
+
"TabsToolbarIntro": "By setting <code>ShowToolbar</code>, you can display the tab toolbar. By default, the <b>Refresh</b> and <b>Fullscreen</b> buttons are displayed. You can control whether to display them by <code>ShowRefreshToolbarButton</code> and <code>ShowFullscreenToolbarButton</code>",
2127
+
"AttributeShowToolbar": "Whether to display the toolbar",
2128
+
"AttributeShowRefreshToolbarButton": "Whether to display the toolbar refresh button",
2129
+
"AttributeShowFullscreenToolbarButton": "Whether to display the toolbar full screen button",
0 commit comments