diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index c336270..58f63ff 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -8,6 +8,7 @@ "showDialog": "Show dialog", "removedData": "Data deleted", "confirmRemove": "Confirm to delete the data in ${name}?", + "insertEmoji": "Insert Emoji", "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 568cccd..a1ee598 100644 --- a/src/i18n/zh_CN.json +++ b/src/i18n/zh_CN.json @@ -8,6 +8,7 @@ "showDialog": "弹出一个对话框", "removedData": "数据已删除", "confirmRemove": "确认删除 ${name} 中的数据?", + "insertEmoji": "插入表情", "name": "思源", "hello": { "makesure": "使用这个模板之前,请阅读官方教程, 确保自己已经理解了插件的基本开发流程。"