mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-18 09:24:55 +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:
@@ -13,6 +13,37 @@ define(function() {
|
||||
'en-us': {
|
||||
'Accounts': 'Accounts',
|
||||
},
|
||||
'de-de': {
|
||||
'Accounts': 'Benutzerkonten',
|
||||
"Username": "Benutzername",
|
||||
"Is Local": "lokal",
|
||||
'Host': 'Server',
|
||||
"Yes": "Ja",
|
||||
"No": "Nein",
|
||||
"DB Optimization": "DB Optimierung",
|
||||
"Open Dir": "Ordner",
|
||||
"Data": "Daten",
|
||||
"Options": "Optionen",
|
||||
"Current": "Aktuell",
|
||||
"Delete": "Löschen",
|
||||
"Close": "Schliessen",
|
||||
|
||||
"Optimizing": "Optimiere",
|
||||
"Completed": "Abgeschlossen",
|
||||
"Deleted": "Gelöscht",
|
||||
|
||||
"Error": "Fehler",
|
||||
"No such account": "Konto existiert nicht",
|
||||
"Are you sure, it can't be recovered after it has been deleted": "Sind Sie sicher, nachdem es gelöscht wurde kann es nicht wiederhergestellt werden",
|
||||
|
||||
"Notebook": "Notizbücher",
|
||||
"Note": "Notizen",
|
||||
"Tag": "Tags",
|
||||
|
||||
"Database": "Datenbank",
|
||||
"Image": "Bilder",
|
||||
"Attachment": "Anhänge",
|
||||
},
|
||||
'zh-cn': {
|
||||
'Accounts': '帐户管理',
|
||||
"Username": "用户名",
|
||||
|
Reference in New Issue
Block a user