mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 16:04:56 +00:00
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
This commit is contained in:
@@ -16,6 +16,13 @@ define(function() {
|
||||
'exportSuccess': 'PDF saved successful!',
|
||||
'exportFailure': 'PDF saved failure!',
|
||||
},
|
||||
'de-de': {
|
||||
'export': 'Als PDF exportieren',
|
||||
'Exporting': 'Exportiere',
|
||||
'Exporting: ': 'Exportiere: ',
|
||||
'exportSuccess': 'PDF erfolgreich gespeichert!',
|
||||
'exportFailure': 'PDF speichern fehlgeschlagen!',
|
||||
},
|
||||
'zh-cn': {
|
||||
'export': '导出PDF',
|
||||
'Exporting': '正在导出',
|
||||
|
Reference in New Issue
Block a user