Skip to content

Commit

Permalink
删除事件翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
ACodeHX committed Feb 3, 2024
1 parent 9c6b1d3 commit 00a36e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63856,7 +63856,7 @@ var CalendarView = class extends import_obsidian7.ItemView {
return;
}
yield this.plugin.cache.deleteEvent(e3.id);
new import_obsidian7.Notice(`Deleted event "${e3.title}".`);
new import_obsidian7.Notice(`删除事件 "${e3.title}".`);
})));
} else {
menu.addItem((item) => {
Expand Down

0 comments on commit 00a36e8

Please sign in to comment.