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:
Martin Hoffmann
2016-06-17 11:43:17 +02:00
parent 580519160e
commit 7092e6f140
32 changed files with 386 additions and 2 deletions

View File

@@ -12,9 +12,19 @@ define(function() {
'en-us': {
'importLeanote': 'Import Leanote',
},
'de-de': {
'importLeanote': 'Leanote Datei importieren',
'Choose Leanote files(.leanote)': 'Leanote Dateien (.leanote) auswählen',
'Close': "Schliessen",
'Import to': "Importiere in Notizbuch",
"Done! %s notes imported!": "Abgeschlossen! Es wurden %s Notizen importiert!",
"Import file: %s Success!": "Datei importieren: %s erfolgreich!",
"Import file: %s Failure, is leanote file ?": "Datei importieren: %s fehlgeschlagen! Ist das eine Leanote Datei?",
"Import: %s Success!": "Import: %s erfolgreich!"
},
'zh-cn': {
'importLeanote': '导入Leanote',
'Choose Leanote files(.enex)': '选择Leanote文件(.enex)',
'Choose Leanote files(.leanote)': '选择Leanote文件(.enex)',
'Close': "关闭",
'Import to': "导入至",
"Done! %s notes imported!": "完成, 成功导入 %s 个笔记!",
@@ -24,7 +34,7 @@ define(function() {
},
'zh-hk': {
'importLeanote': '導入Leanote',
'Choose Leanote files(.enex)': '選擇Leanote文件(.enex)',
'Choose Leanote files(.leanote)': '選擇Leanote文件(.enex)',
'Close': "關閉",
"Import to": "導入至",
"Done! %s notes imported!": "完成, 成功導入 %s 個筆記!",