Files
desktop-app/public/plugins/template/plugin.json
Martin Hoffmann 7092e6f140 complete german translation
- add german translation to all plugin dialogs
- add german translation of all template files
- add german translation to all themes
- add german language file to tinymce editor
- fix leanote import dialog on all languages in
plugins/import_leanote/plugin.js
2016-06-17 11:43:17 +02:00

28 lines
662 B
JSON

{
"name": "Template",
"desc": "You can create a new note by template.",
"author": "Thaddeus Jiang",
"authorUrl": "http://thaddeusjiang.github.io",
"langs": {
"en-us": {
"pluginName": "Template",
"pluginDesc": ""
},
"de-de": {
"pluginName": "Vorlage",
"pluginDesc": ""
},
"zh-cn": {
"pluginName": "模版",
"pluginDesc": ""
},
"zh-hk": {
"pluginName": "模板",
"pluginDesc": ""
},
"ja-jp": {
"pluginName": "雛形",
"pluginDesc": ""
}
}
}