i18n
This commit is contained in:
parent
2759bb4c13
commit
4dbc215a0e
2 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
"byeMenu": "Bye, Menu!",
|
"byeMenu": "Bye, Menu!",
|
||||||
"helloPlugin": "Hello, Plugin!",
|
"helloPlugin": "Hello, Plugin!",
|
||||||
"byePlugin": "Bye, Plugin!",
|
"byePlugin": "Bye, Plugin!",
|
||||||
|
"showDialog": "Show dialog",
|
||||||
|
"removedData": "Data deleted",
|
||||||
|
"confirmRemove": "Confirm to delete the data in ${name}?",
|
||||||
"name": "SiYuan",
|
"name": "SiYuan",
|
||||||
"hello": {
|
"hello": {
|
||||||
"makesure": "Before using this template, please read the <a href=\"https://github.com/siyuan-note/plugin-sample\">offical sample</a>, make sure that you've known about the pipeline for plugin developing."
|
"makesure": "Before using this template, please read the <a href=\"https://github.com/siyuan-note/plugin-sample\">offical sample</a>, make sure that you've known about the pipeline for plugin developing."
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
"byeMenu": "再见,菜单!",
|
"byeMenu": "再见,菜单!",
|
||||||
"helloPlugin": "你好,插件!",
|
"helloPlugin": "你好,插件!",
|
||||||
"byePlugin": "再见,插件!",
|
"byePlugin": "再见,插件!",
|
||||||
|
"showDialog": "弹出一个对话框",
|
||||||
|
"removedData": "数据已删除",
|
||||||
|
"confirmRemove": "确认删除 ${name} 中的数据?",
|
||||||
"name": "思源",
|
"name": "思源",
|
||||||
"hello": {
|
"hello": {
|
||||||
"makesure": "使用这个模板之前,请阅读<a href=\"https://github.com/siyuan-note/plugin-sample\">官方教程</a>, 确保自己已经理解了插件的基本开发流程。"
|
"makesure": "使用这个模板之前,请阅读<a href=\"https://github.com/siyuan-note/plugin-sample\">官方教程</a>, 确保自己已经理解了插件的基本开发流程。"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue