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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3266,7 +3266,7 @@
3266
3266
"SelectsVirtualizeDescription": "Component virtual scrolling supports two ways of providing data through <code>Items</code> or <code>OnQueryAsync</code> callback methods",
3267
3267
"SelectsGenericTitle": "Generic",
3268
3268
"SelectsGenericIntro": "Data source <code>Items</code> supports generics when using <code>SelectedItem<TValue></code>",
3269
-
"SelectsGenericDesc": "<p>Please refer to <a href=\"https://github.com/dotnetcore/BootstrapBlazor/issues/4497?wt.mc_id=DT-MVP-5004174\" target=\"_blank\">Design Ideas</a> to understand this feature. In this example, by selecting the drop-down box option, the value obtained is the <code>Foo</code> instance, and the value displayed in the text box on the right is the <code>Address</code> value of the <code>Foo</code> attribute</p><p>In this example, the <code>ValueEqualityComparer</code> and <code>CustomKeyAttribute</code> parameters are not set, and the <code>[Key]</code> tag of the <code>Id</code> attribute of <code>Foo</code> is used for equality judgment</p>",
3269
+
"SelectsGenericDesc": "<p>Please refer to <a href=\"https://github.com/dotnetcore/BootstrapBlazor/issues/4497?wt.mc_id=DT-MVP-5004174\" target=\"_blank\">Design Ideas</a> to understand this feature. In this example, by selecting the drop-down box option, the value obtained is the <code>Foo</code> instance, and the value displayed in the text box on the right is the <code>Address</code> value of the <code>Foo</code> attribute</p><p>In this example, <code>IsEditable=\"true\"</code> and <code>TextConvertToValueCallback</code> parameters are set. When a <code>Foo</code> that does not exist in the original data source is entered, a new <code>Foo</code> instance is added to the data source in the <code></code> callback method</p>",
3270
3270
"SelectsOnInputChangedCallback": "Callback method for converting input text into corresponding Value in edit mode",
3271
3271
"TextConvertToValueCallback": "Callback method when input text changes in edit mode",
3272
3272
"SelectsIsEditable": "Whether editable",
@@ -5914,7 +5914,7 @@
5914
5914
"ImageViewerErrorTemplateTitle": "Load failed",
5915
5915
"ImageViewerErrorTemplateIntro": "Can be set up by the <code>Error Template</code> open Error Template function, Url parameter <code>Url</code> unable to load images displayed when the content of the Template",
5916
5916
"ImageViewerPreviewListTitle": "A larger preview",
5917
-
"ImageViewerPreviewListIntro": "Can be set up by the <code>Preview List</code> opens a larger Preview of the function",
5917
+
"ImageViewerPreviewListIntro": "Can be set up by the <code>Preview List</code> opens a larger Preview of the function, set <code>ZoomSpeed</code> to control the speed of scrolling and scaling",
5918
5918
"ImageViewersAttrUrl": "Picture Url",
5919
5919
"ImageViewersAttrAlt": "Native Alt attribute",
5920
5920
"ImageViewersAttrShowPlaceHolder": "Whether display placeholder for large images added",
Logger.LogError(exception,"{BootstrapBlazorErrorBoundary} {OnErrorAsync} log this error occurred at {Page}",nameof(BootstrapBlazorErrorBoundary),nameof(OnErrorAsync),NavigationManager.Uri);
0 commit comments