Skip to content

Commit

Permalink
Update drawers zh-CN.json (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
VleaStwo authored Jun 27, 2024
1 parent 60361e6 commit 6f438a6
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions docs/Masa.Blazor.Docs/wwwroot/data/apis/drawers/zh-CN.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"props": {
"actionsClass": "",
"actionsStyle": "",
"autoScrollToTop": "",
"bodyClass": "",
"bodyStyle": "",
"cancelProps": "",
"cancelText": "",
"contentClass": "",
"contentStyle": "",
"debounceInterval": "",
"deleteProps": "",
"deleteText": "",
"formModel": "",
"headerClass": "",
"headerStyle": "",
"hideActionsDivider": "",
"hideCancelAction": "",
"hideTitleDivider": "",
"persistent": "",
"saveProps": "",
"saveText": "",
"title": "",
"transition": "",
"value": ""
"actionsClass": "设置激活器区域的CSS类。",
"actionsStyle": "将内联样式应用于激活器区域",
"contentClass": "设置 `ChildContent` 的CSS类。",
"contentStyle": "将内联样式应用于 `ChildContent` ",
"headerClass": "设置头部区域(包含 `Title` 和 `Close` 的区域)的CSS类。",
"headerStyle": "将内联样式应用于头部区域(包含 `Title` 和 `Close` 的区域)",
"bodyClass": "设置正文区域的CSS类。",
"bodyStyle": "将内联样式应用于正文区域",
"cancelText": "替换 **取消** 按钮文本,需要设置 `OnCancel` ",
"deleteText": "替换 **删除** 按钮文本,需要设置 `OnDelete` ",
"saveText": "替换 **保存** 按钮文本,需要设置 `OnSave` ",
"autoScrollToTop": "自动滚动到顶部,默认开启。",
"cancelProps": "使用配置的方式设置 `CancelContent` ",
"deleteProps": "使用配置的方式设置 `CancelContent` ",
"saveProps": "使用配置的方式设置 `SaveContent` ",
"debounceInterval": "去抖动间隔",
"persistent": "在元素外部单击不会将其停用。",
"hideCancelAction": "隐藏 `CancelContent` ",
"hideActionsDivider": "隐藏 `Body` 和 `Action` 之间的分隔线",
"hideTitleDivider": "隐藏 `Header` 和 `Body` 之间的分隔线",
"title": "设置标题",
"transition": "设置动画效果",
"value": "控制组件可见还是隐藏。",
"formModel": "内置的 [表单](https://docs.masastack.com/blazor/components/forms) 的验证对象"
},
"events": {
"onCancel": "",
"onDelete": "",
"onSave": ""
"onCancel": "**取消** 按钮点击事件",
"onDelete": "**删除** 按钮点击事件",
"onSave": "**保存** 按钮点击事件"
},
"contents": {
"activatorContent": "",
"cancelContent": "",
"closeContent": "",
"deleteContent": "",
"saveContent": "",
"titleContent": ""
"activatorContent": "激活器插槽",
"closeContent": "替换 **关闭** 按钮",
"cancelContent": "替换 **取消** 按钮,需要设置 `OnCancel` 且 `HasActions=>OnDelete.HasDelegate||OnSave.HasDelegate` 为真",
"deleteContent": "替换 **删除** 按钮,需要设置 `OnDelete` ",
"saveContent": "替换 **保存** 按钮,需要设置 `OnSave` ",
"titleContent": "标题区域插槽"
}
}
}

0 comments on commit 6f438a6

Please sign in to comment.