Skip to content

Commit

Permalink
fix: 常规发布改为批量分发
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 2, 2023
1 parent b05894e commit dc06680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions siyuan/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"cancel": "Cancel",
"save": "Save",
"publishTo": "Publish to...",
"batchSync": "Batch sync",
"publishNormal": "Publish normal",
"extendFunction": "Extended functionality"
}
1 change: 1 addition & 0 deletions siyuan/i18n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"cancel": "取消",
"save": "保存",
"publishTo": "一键发布",
"batchSync": "批量分发",
"publishNormal": "常规发布",
"extendFunction": "扩展功能"
}
2 changes: 1 addition & 1 deletion siyuan/topbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class Topbar {
menu.addSeparator()
menu.addItem({
iconHTML: icons.iconPen,
label: this.pluginInstance.i18n.publishNormal,
label: this.pluginInstance.i18n.batchSync,
click: () => {
this.widgetInvoke.showPublisherPublishDialog()
},
Expand Down

0 comments on commit dc06680

Please sign in to comment.