Update lang.de.js

Translation almost complette. Beware some words are not translated because they are "Germanised" (eg. Applikation etc.)
This commit is contained in:
Adrian Feld
2017-08-09 14:54:27 +02:00
committed by GitHub
parent 81c91b6b60
commit aef3f85fef

View File

@@ -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'
}