Merge pull request #103 from ulgrimar/patch-1

Patch 1 - Add German Language
This commit is contained in:
Oguzhan Inan
2017-08-10 06:10:40 +00:00
committed by GitHub

81
src/languages/lang.de.js Normal file
View File

@@ -0,0 +1,81 @@
/**
Adrian Feld <adrian@feldorado.de>
*/
export default {
// Top Menu
dashboard: "Dashboard",
sysCleaner: "System Cleaner",
startupApps: "Startup Apps",
services: "Dienste",
process: "Prozesse",
uninstaller: "Uninstaller",
resources: "Ressourcen",
// Dashboard Page
cpu: "CPU",
memory: "SPEICHER",
disk: "DISK",
download: "DOWNLOAD",
upload: "UPLOAD",
systemInfo: "SYSTEM INFO",
hostname: "Hostname",
platform: "Platform",
distribution: "Distribution",
kernelRel: "Kernel Release",
cpuModel: "CPU Model",
cpuSpeed: "CPU Speed",
cpuCores: "CPU Cores",
// System Cleaner Page
packageCache: "Package Cache",
crashReports: "Crash Reports",
systemLogs: "System Logs",
appCache: "App Cache",
trash: "Trash",
systemScan: "System Scan",
clean: "Säubern",
selectAll: "Alles auswählen",
// Startup Apps Page
startupTitle: "System Startup Applikationen",
addStartup: "Hinzufügen Autostart",
noStartup: "Keine Autostart Programme gefunden.",
app: "Applikation",
appName: "App Name",
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: "aktualisieren",
// Uninstaller Page
uninstallerTitle: "System Installed Packages",
noPackage: "Kein Paket gefunden.",
uninstallSelecteds: "Uninstall Gewählte",
// Resources Page
cpuHistory: "CPU Verlauf",
memHistory: "Speicher Verlauf",
networkHistory: "Netzwerk Verlauf",
swap: "Swap",
// Settings
settings: "Einstellungen",
appSettings: "Programm Einstellungen",
appLanguage: "App Sprache",
appTheme: "App Theme",
// Global
search: "Suche",
downloadUpdate: "Download Update",
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: "Deinstallation fehlgeschlagen.",
packageUninstalled: " Pakete deinstalliert.",
anotherProc: "Ein weiterer Prozess läuft.",
changedLang: "Restart the program for the changes to take effect.",
permitted: 'Operation unzulässig.',
update: 'Update'
}