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
Options1=newToastOption{Title="Save data",IsAutoHide=false,Content=$"Save data successfully, automatically close after {_delayTs} seconds"};
50
-
Options2=newToastOption{Category=ToastCategory.Error,Title="Save data",IsAutoHide=false,Content=$"Save data successfully, automatically close after {_delayTs} seconds"};
51
-
Options3=newToastOption{Category=ToastCategory.Information,Title="Prompt information",IsAutoHide=false,Content=$"Information prompt pop-up window, automatically closes after {_delayTs} seconds"};
52
-
Options4=newToastOption{Category=ToastCategory.Warning,Title="Warning message",IsAutoHide=false,Content=$"Information prompt pop-up window, automatically closes after {_delayTs} seconds"};
51
+
Options1=newToastOption{Title="Save data",IsAutoHide=false,Content=$"Save data successfully, automatically close after {DelayTs} seconds"};
52
+
Options2=newToastOption{Category=ToastCategory.Error,Title="Save data",IsAutoHide=false,Content=$"Save data successfully, automatically close after {DelayTs} seconds"};
53
+
Options3=newToastOption{Category=ToastCategory.Information,Title="Prompt information",IsAutoHide=false,Content=$"Information prompt pop-up window, automatically closes after {DelayTs} seconds"};
54
+
Options4=newToastOption{Category=ToastCategory.Warning,Title="Warning message",IsAutoHide=false,Content=$"Information prompt pop-up window, automatically closes after {DelayTs} seconds"};
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Server/Locales/en-US.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,14 @@
124
124
"ToastsPreventTitle": "Prevent Duplicates",
125
125
"ToastsPreventIntro": "By setting <code>PreventDuplicates=\"true\"</code> to repeatedly click the button below, only one pop-up window will appear",
126
126
"ToastsPreventText": "Prevent Duplicates",
127
+
"ToastsAsyncTitle": "Async notification",
128
+
"ToastsAsyncIntro": "By setting <code>IsAsync</code>, the pop-up window is displayed, the thread is blocked, and after clicking the close button, the subsequent code continues to execute",
"ToastsAsyncDemoStep3Text": "Download completed, close the window automatically",
127
133
"ToastsWarning": "Warning notice",
134
+
"ToastsAsyncText": "AsyncNotify",
128
135
"ToastsCloseTitle": "Toast is closed manually",
129
136
"ToastsCloseIntro": "It will not close automatically, you need to manually click the close button. You can customize the event after closing the pop-up window by setting<code>OnCloseAsync</code>callback delegate</code>",
0 commit comments