New translations dialog.mdx (Chinese Simplified)

[ci skip]
This commit is contained in:
Lea Anthony
2022-08-13 22:25:16 +10:00
parent d5d1fbc591
commit 61c9c4d685
@@ -154,7 +154,7 @@ selection, err := runtime.MessageDialog(b.ctx, runtime.MessageDialogOptions{
```
第一个按钮显示为默认值:
<div class="text--center">
<img src="/img/runtime/dialog_no_defaults.png" width="30%" className="screenshot"/>
<img src="/img/runtime/dialog_no_defaults.png" width="30%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@@ -170,7 +170,7 @@ selection, err := runtime.MessageDialog(b.ctx, runtime.MessageDialogOptions{
```
第二个按钮显示为默认值。 当 `return` 被按下时,则返回数值“two”。
<div class="text--center">
<img src="/img/runtime/dialog_default_button.png" width="30%" className="screenshot"/>
<img src="/img/runtime/dialog_default_button.png" width="30%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@@ -187,7 +187,7 @@ selection, err := runtime.MessageDialog(b.ctx, runtime.MessageDialogOptions{
```
带有“three”的按钮显示在对话框的底部。 当`escape`被按下时,则返回值“three”:
<div class="text--center">
<img src="/img/runtime/dialog_default_cancel.png" width="30%" className="screenshot"/>
<img src="/img/runtime/dialog_default_cancel.png" width="30%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@@ -220,7 +220,7 @@ type FileFilter struct {
Windows 允许您在对话框中使用多个文件过滤器。 每个 FileFilter 将在对话框中显示为一个单独的条目:
<div class="text--center">
<img src="/img/runtime/dialog_win_filters.png" width="50%" className="screenshot"/>
<img src="/img/runtime/dialog_win_filters.png" width="50%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@@ -232,7 +232,7 @@ Windows 允许您在对话框中使用多个文件过滤器。 每个 FileFilter
Linux 允许您在对话框中使用多个文件过滤器。 每个 FileFilter 将在对话框中显示为一个单独的条目:
<div class="text--center">
<img src="/img/runtime/dialog_lin_filters.png" width="50%" className="screenshot"/>
<img src="/img/runtime/dialog_lin_filters.png" width="50%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>