mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-15 05:00:12 +08:00
- 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
28 lines
662 B
JSON
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": ""
|
|
}
|
|
}
|
|
} |