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
@@ -1335,8 +1335,9 @@
1335
1335
"ScrollTitle": "Scroll",
1336
1336
"ScrollDescription": "Add scroll bars to components whose height or width exceeds the standard",
1337
1337
"ScrollTips": "The scroll bar can be rendered only when its element has a fixed height. Its <code>height</code> attribute can be set through the coat element",
1338
+
"ScrollToBottom": "Scroll to bottom",
1338
1339
"ScrollNormalTitle": "Common usage",
1339
-
"ScrollNormalIntro": "Add a scroll bar to the component. By setting the height of <code>Height</code> to 200px, the scroll bar appears when the height of the inner child element is 400px",
1340
+
"ScrollNormalIntro": "Add a scroll bar to the component. By setting the height of <code>Height</code> to 200px, the scroll bar appears when the height of the inner child element is 500px",
1340
1341
"Desc1": "Subassembly",
1341
1342
"Desc2": "Component height",
1342
1343
"ScrollNormalDescription": "Please scroll the scroll bar on the right",
0 commit comments