mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-06-08 02:46:02 +00:00
15 lines
No EOL
586 B
JSON
15 lines
No EOL
586 B
JSON
{
|
|
"addTopBarIcon": "Add a top bar icon by plugin",
|
|
"cancel": "Cancel",
|
|
"save": "Save",
|
|
"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 <a href=\"https://github.com/siyuan-note/plugin-sample\">offical sample</a>, make sure that you've known about the pipeline for plugin developing."
|
|
}
|
|
} |