diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json
index 7e9425a..c336270 100644
--- a/src/i18n/en_US.json
+++ b/src/i18n/en_US.json
@@ -5,6 +5,9 @@
"byeMenu": "Bye, Menu!",
"helloPlugin": "Hello, Plugin!",
"byePlugin": "Bye, Plugin!",
+ "showDialog": "Show dialog",
+ "removedData": "Data deleted",
+ "confirmRemove": "Confirm to delete the data in ${name}?",
"name": "SiYuan",
"hello": {
"makesure": "Before using this template, please read the offical sample, make sure that you've known about the pipeline for plugin developing."
diff --git a/src/i18n/zh_CN.json b/src/i18n/zh_CN.json
index 7eaa3eb..568cccd 100644
--- a/src/i18n/zh_CN.json
+++ b/src/i18n/zh_CN.json
@@ -5,6 +5,9 @@
"byeMenu": "再见,菜单!",
"helloPlugin": "你好,插件!",
"byePlugin": "再见,插件!",
+ "showDialog": "弹出一个对话框",
+ "removedData": "数据已删除",
+ "confirmRemove": "确认删除 ${name} 中的数据?",
"name": "思源",
"hello": {
"makesure": "使用这个模板之前,请阅读官方教程, 确保自己已经理解了插件的基本开发流程。"