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-1
Original file line number
Diff line number
Diff line change
@@ -7009,9 +7009,10 @@
7009
7009
"UniverSheetIntro": "Encapsulates the core spreadsheet component of the open source office suite Univer, providing a high-performance, scalable online spreadsheet solution",
7010
7010
"NormalTitle": "Basic usage",
7011
7011
"NormalIntro": "Set your own plugins by setting the <code>Plugins</code> parameter",
7012
-
"NormalDesc1": "Push data to the spreadsheet by calling the instance method <code>PushDataAsync</code>",
7012
+
"NormalDesc1": "Push data to the spreadsheet by calling the instance method <code>PushDataAsync</code>. Click the <b>Save Data</b> button to get the serialized data of the table data",
7013
7013
"NormalDesc2": "Click the <b>Push Data</b> button to push data to the table, and click the first icon on the <b>Toolbar</b> to get data from the server.",
7014
7014
"PushButtonText": "Push",
7015
+
"SaveButtonText": "Save",
7015
7016
"ToastOnReadyTitle": "Notification",
7016
7017
"ToastOnReadyContent": "The sheet is ready for push data.",
0 commit comments