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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -485,12 +485,14 @@
485
485
"LightsNormalTitle": "common usage",
486
486
"LightsNormalIntro": "for status indication",
487
487
"LightsFlashingTitle": "flicker",
488
-
"LightsFlashingIntro": "Flash the light by setting the property <code>IsFlash</code>",
488
+
"LightsFlashingIntro": "Flash the light by setting the parameter <code>IsFlash</code>",
489
489
"LightsColorTitle": "discoloration",
490
-
"LightsColorIntro": "Color the light by setting the value of the property <code>Color</code>",
490
+
"LightsColorIntro": "Color the light by setting the value of the parameter <code>Color</code>",
491
491
"LightsTooltipTextTitle": "prompt text",
492
492
"LightsTooltipTextIntro": "By setting the value of the attribute <code>TooltipText</code> to make the <code>tooltip</code> text prompt when the mouse hovers over the indicator light",
493
-
"TooltipText": "I am prompt text message"
493
+
"TooltipText": "I am prompt text message",
494
+
"LightsFlatTitle": "Flat",
495
+
"LightsFlatIntro": "Make the indicator light flat by setting the parameter <code>IsFlat</code>"
"Block2Intro": "Cascading selection is not available",
2283
2285
"Block3Title": "Two-way binding",
2284
2286
"Block3Intro": "The values in the text box change when you change the cascading selection option by binding the <code>Value</code> property with the <code>Select</code> component.",
2287
+
"Block3Desc": "You can use <code>IsClearable</code> to control whether to display the clear button. The default value is <code>false</code>",
2285
2288
"Block4Title": "Client validation",
2286
2289
"Block4Intro": "When cascading selection is not selected, click the submit button to block.",
2287
2290
"Block5Title": "The binding generic is the Guid structure",
0 commit comments