Skip to content

Commit 997e39f

Browse files
committed
doc: 更新本地化
1 parent 584e942 commit 997e39f

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
@@ -125,7 +125,7 @@
125125
"ToastsPreventIntro": "By setting <code>PreventDuplicates=\"true\"</code> to repeatedly click the button below, only one pop-up window will appear",
126126
"ToastsPreventText": "Prevent Duplicates",
127127
"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",
128+
"ToastsAsyncIntro": "By setting the button's <code>IsAsync</code> parameter, use the same <code>ToastOption</code> to update the pop-up window information for different steps",
129129
"ToastsAsyncDemoTitle": "Async notification",
130130
"ToastsAsyncDemoStep1Text": "Packing documents, please wait...",
131131
"ToastsAsyncDemoStep2Text": "Packaging completed, downloading...",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"ToastsPreventIntro": "通过设置 <code>PreventDuplicates=\"true\"</code> 重复点击下方按钮时,仅弹窗一次",
126126
"ToastsPreventText": "阻止重复",
127127
"ToastsAsyncTitle": "线程阻塞通知",
128-
"ToastsAsyncIntro": "通过设置 <code>IsAsync</code> 弹窗显示后,线程阻塞,点击关闭按钮后,继续执行后续代码",
128+
"ToastsAsyncIntro": "通过设置按钮 <code>IsAsync</code> 参数,使用同一个 <code>ToastOption</code> 更新弹窗信息提示不同步骤时的信息",
129129
"ToastsAsyncDemoTitle": "异步通知",
130130
"ToastsAsyncDemoStep1Text": "正在打包文档,请稍等...",
131131
"ToastsAsyncDemoStep2Text": "打包完成,正在下载...",

0 commit comments

Comments
 (0)