Skip to content

Commit 7dd5038

Browse files
committed
doc: 更新多语言文件
1 parent 3d887f3 commit 7dd5038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7009,7 +7009,7 @@
70097009
"UniverSheetIntro": "Encapsulates the core spreadsheet component of the open source office suite ​Univer​, providing a high-performance, scalable online spreadsheet solution",
70107010
"NormalTitle": "Basic usage",
70117011
"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",
70137013
"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.",
70147014
"PushButtonText": "Push",
70157015
"SaveButtonText": "Save",

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7009,7 +7009,7 @@
70097009
"UniverSheetIntro": "封装开源办公套件 ​Univer​ 的核心电子表格组件,提供高性能、可扩展的在线表格解决方案",
70107010
"NormalTitle": "基础用法",
70117011
"NormalIntro": "通过调用实例方法 <code>PushDataAsync</code> 推送数据到电子表格",
7012-
"NormalDesc1": "点击 <b>推送数据</b> 按钮主动将数据推送给表格",
7012+
"NormalDesc1": "点击 <b>推送数据</b> 按钮主动将数据推送给表格,点击 <b>保存数据</b> 按钮获得表格数据序列化的数据",
70137013
"NormalDesc2": "点击 <b>推送数据</b> 按钮主动将数据推送给表格,点击 <b>工具栏</b> 第一个小按钮主动从服务器端获取数据",
70147014
"PushButtonText": "推送数据",
70157015
"SaveButtonText": "保存数据",

0 commit comments

Comments
 (0)