From aef3f85fefa46d5526eb534c6a138b4d64ba1b8e Mon Sep 17 00:00:00 2001 From: Adrian Feld Date: Wed, 9 Aug 2017 14:54:27 +0200 Subject: [PATCH] Update lang.de.js Translation almost complette. Beware some words are not translated because they are "Germanised" (eg. Applikation etc.) --- src/languages/lang.de.js | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/languages/lang.de.js b/src/languages/lang.de.js index a4faf00c..54cb636f 100644 --- a/src/languages/lang.de.js +++ b/src/languages/lang.de.js @@ -6,10 +6,10 @@ export default { dashboard: "Dashboard", sysCleaner: "System Cleaner", startupApps: "Startup Apps", - services: "Services", - process: "Processes", + services: "Dienste", + process: "Prozesse", uninstaller: "Uninstaller", - resources: "Resources", + resources: "Ressourcen", // Dashboard Page cpu: "CPU", memory: "SPEICHER", @@ -39,43 +39,43 @@ export default { noStartup: "Keine Autostart Programme gefunden.", app: "Applikation", appName: "App Name", - appComment: "App Comment", - appCommand: "Command", - add: "Add", - cancel: "Cancel", + appComment: "App Kommentar", + appCommand: "Befehl", + add: "Hinzufügen", + cancel: "Abbruch", // Services Page serviceTitle: "System Services", noService: "Kein Service gefunden", // Process Page endProcess: "End Process", - refresh: "Refresh", + refresh: "aktualisieren", // Uninstaller Page uninstallerTitle: "System Installed Packages", - noPackage: "No package found.", - uninstallSelecteds: "Uninstall Selecteds", + noPackage: "Kein Paket gefunden.", + uninstallSelecteds: "Uninstall Gewählte", // Resources Page - cpuHistory: "CPU History", - memHistory: "Memory History", - networkHistory: "Network History", + cpuHistory: "CPU Verlauf", + memHistory: "Speicher Verlauf", + networkHistory: "Netzwerk Verlauf", swap: "Swap", // Settings - settings: "Settings", - appSettings: "Application Settings", - appLanguage: "App Language", + settings: "Einstellungen", + appSettings: "Programm Einstellungen", + appLanguage: "App Sprache", appTheme: "App Theme", // Global - search: "Search", + search: "Suche", downloadUpdate: "Download Update", - updateMsg: "There are updates currently available.", + updateMsg: "Es sind aktuelle Updates verfügbar.", // Messages opFail: "Operation failed.", sysCleanFail: "System reingung fehlgeschlagen.", sysCleanSuc: "System gereinigt.", appCacheWarning: "Lösche Applikationen \' caches can cause problems. Please be careful.", - uninstallFail: "Uninstall failed.", - packageUninstalled: " packages uninstalled.", - anotherProc: "Another process continues.", + uninstallFail: "Deinstallation fehlgeschlagen.", + packageUninstalled: " Pakete deinstalliert.", + anotherProc: "Ein weiterer Prozess läuft.", changedLang: "Restart the program for the changes to take effect.", - permitted: 'Operation not permitted.', + permitted: 'Operation unzulässig.', update: 'Update' }