diff --git a/etc/ncp-config.d/l10n/DDNS_duckDNS/de.json b/etc/ncp-config.d/l10n/DDNS_duckDNS/de.json new file mode 100644 index 000000000..5d9175485 --- /dev/null +++ b/etc/ncp-config.d/l10n/DDNS_duckDNS/de.json @@ -0,0 +1,10 @@ +{ + "translations": { + "ACTIVE": "Aktiviert", + "DOMAIN": "Domain", + "Free Dynamic DNS provider (need account from https://duckdns.org)": "Kostenloser Dynamic-DNS Anbieter DuckDNS (Account benötigt)", + "TOKEN": "Token", + "duckDNS": "duckDNS" + } +} + diff --git a/etc/ncp-config.d/l10n/DDNS_freeDNS/de.json b/etc/ncp-config.d/l10n/DDNS_freeDNS/de.json new file mode 100644 index 000000000..6641ce850 --- /dev/null +++ b/etc/ncp-config.d/l10n/DDNS_freeDNS/de.json @@ -0,0 +1,10 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "UPDATEHASH": "Hash aktualisieren", + "DOMAIN": "Domain", + "UPDATEINTERVAL": "Update-Intervall", + "DDNS FreeDNS client (need account)": "Kostenloser Dynamic-DNS Anbieter FreeDNS (Account benötigt)", + "DDNS_freeDNS": "freeDNS" + } +} diff --git a/etc/ncp-config.d/l10n/DDNS_no-ip/de.json b/etc/ncp-config.d/l10n/DDNS_no-ip/de.json new file mode 100644 index 000000000..cb19e2c0a --- /dev/null +++ b/etc/ncp-config.d/l10n/DDNS_no-ip/de.json @@ -0,0 +1,12 @@ +{ + "translations": { + "ACTIVE": "Aktiviert", + "DDNS no-ip free provider (need account)": "Kostenloser Dynamic-DNS Anbieter no-ip (Account benötigt)", + "DOMAIN": "Domain", + "For this step to succeed, you need to register a noip account first.\nInternet access is required for this configuration to complete.": "Damit dieser Schritt ausgeführt werden kann, müssen Sie zuerst ein Konto bei no-ip.org eröffnen.\nZum Abschließen der Konfiguration ist eine Internetverbindung erforderlich.", + "PASS": "Passwort", + "TIME": "Update-Intervall", + "USER": "Nutzername", + "no-ip": "no-ip" + } +} diff --git a/etc/ncp-config.d/l10n/DDNS_spDYN/de.json b/etc/ncp-config.d/l10n/DDNS_spDYN/de.json new file mode 100644 index 000000000..d99dd1bc8 --- /dev/null +++ b/etc/ncp-config.d/l10n/DDNS_spDYN/de.json @@ -0,0 +1,9 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "DOMAIN": "Domain", + "TOKEN": "Token", + "Free Dynamic DNS provider (need account from spdyn.de)": "Kostenloser Dynamic-DNS Anbieter spDYN (Account benötigt)", + "DDNS_spDYN": "spDYN" + } +} diff --git a/etc/ncp-config.d/l10n/NFS/de.json b/etc/ncp-config.d/l10n/NFS/de.json new file mode 100644 index 000000000..0ccbdde2e --- /dev/null +++ b/etc/ncp-config.d/l10n/NFS/de.json @@ -0,0 +1,11 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "DIR": "Verzeichnis", + "SUBNET": "Subnetz", + "USER": "Benutzer", + "GROUP": "Gruppe", + "NFS network file system server (for Linux LAN)": "NFS-Netzwerkdateisystem-Server (für Linux-LAN)", + "If we intend to modify the data folder through NFS,\nthen we have to synchronize NextCloud to make it aware of the changes.\n\nThis can be done manually or automatically using 'nc-scan' and 'nc-scan-auto'": "Wenn wir den Datenordner über NFS bearbeiten möchten,\nmüssen wir Nextcloud synchronisieren, damit die Änderungen übernommen werden.\n\nDer Sync kann manuell oder automatisch mithilfe von „nc-scan“ bzw. „nc-scan-auto“ erfolgen." + } + } diff --git a/etc/ncp-config.d/l10n/SSH/de.json b/etc/ncp-config.d/l10n/SSH/de.json new file mode 100644 index 000000000..7f920dcf9 --- /dev/null +++ b/etc/ncp-config.d/l10n/SSH/de.json @@ -0,0 +1,10 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "USER": "Benutzer", + "PASS": "Passwort", + "CONFIRM": "Bestätigen", + "Activate or deactivate SSH": "SSH aktivieren oder deaktivieren", + "In order to enable SSH, the password for user 'pi' can NOT remain set to the default raspberry. \nYou HAVE to create a NEW password for 'pi' if you want this program to enable SSH, it will fail if you dont!\nThe same will happen with user 'root' and password '1234'\nNote: Use normal AlphaNumeric, the only special characters allowed are .,@-_/": "Um SSH zu aktivieren, darf das Passwort für den Benutzer „pi“ NICHT auf dem Standardwert „raspberry“ belassen werden. \nEs MUSS ein NEUES Passwort für „pi“ vergeben werden, wenn SSH aktiviert werden soll; andernfalls schlägt der Vorgang fehl!\nDas Gleiche gilt für den Benutzer „root“ und das Passwort „1234“.\nHinweis: Normale alphanumerische Zeichen verwenden; die einzigen zulässigen Sonderzeichen sind .,@-_/" + } +} diff --git a/etc/ncp-config.d/l10n/UFW/de.json b/etc/ncp-config.d/l10n/UFW/de.json new file mode 100644 index 000000000..dc61d6319 --- /dev/null +++ b/etc/ncp-config.d/l10n/UFW/de.json @@ -0,0 +1,10 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "HTTP": "HTTP", + "HTTPS": "HTTPS", + "SSH": "SSH", + "Uncomplicated Firewall": "Uncomplicated Firewall (UFW)", + "Beware of blocking the SSH port you are using!": "Achtung! Nicht den SSH-Port blockieren, der gerade für den Zugriff genutzt wird!" + } +} diff --git a/etc/ncp-config.d/l10n/dnsmasq/de.json b/etc/ncp-config.d/l10n/dnsmasq/de.json new file mode 100644 index 000000000..d749f937e --- /dev/null +++ b/etc/ncp-config.d/l10n/dnsmasq/de.json @@ -0,0 +1,11 @@ +{ + "translations": { + "ACTIVE": "Aktiviert", + "CACHESIZE": "Cache-Größe", + "DNS server with cache": "DNS-Server mit Cache", + "DNSSERVER": "DNS-Server", + "DOMAIN": "Domain", + "Remember to point your PC and devices DNS or\nyou router DNS to your Raspberry Pi IP": "Bitte daran denken, den DNS-Server der PCs und Geräte bzw. den des Routers auf die IP-Adresse des Raspberry Pi umzustellen.", + "dnsmasq": "dnsmasq" + } +} diff --git a/etc/ncp-config.d/l10n/fail2ban/de.json b/etc/ncp-config.d/l10n/fail2ban/de.json new file mode 100644 index 000000000..7a47469e1 --- /dev/null +++ b/etc/ncp-config.d/l10n/fail2ban/de.json @@ -0,0 +1,12 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "BANTIME": "Bann-Zeit", + "FINDTIME": "Scan-Zeit", + "MAXRETRY": "Maximale Anzahl der Zugriffsversuche", + "EMAIL": "E-Mail Adresse", + "MAILALERTS": "Per E-Mail über Alarme informieren", + "Brute force protection for SSH and NextCloud": "Brute-Force-Schutz für SSH und NextCloud", + "fail2ban": "fail2ban" + } +} diff --git a/etc/ncp-config.d/l10n/letsencrypt/de.json b/etc/ncp-config.d/l10n/letsencrypt/de.json new file mode 100644 index 000000000..63b54ee09 --- /dev/null +++ b/etc/ncp-config.d/l10n/letsencrypt/de.json @@ -0,0 +1,10 @@ +{ + "translations": { + "Automatic signed SSL certificates": "Automatisch kostenlose, signierte SSL-Zertifikate nutzen", + "DOMAIN": "Domain", + "EMAIL": "E-Mail", + "Internet access is required for this configuration to complete\nBoth ports 80 and 443 need to be accessible from the internet\n \nYour certificate will be automatically renewed every month": "Zum Abschließen der Konfiguration ist eine Internetverbindung erforderlich.\nDie Ports 80 und 443 müssen beide vom Internet aus erreichbar sein.\n \nDas Zertifikat wird jeden Monat automatisch verlängert.", + "Warning": "Warnung", + "letsencrypt": "letsencrypt" + } +} diff --git a/etc/ncp-config.d/l10n/modsecurity/de.json b/etc/ncp-config.d/l10n/modsecurity/de.json new file mode 100644 index 000000000..cf92753ce --- /dev/null +++ b/etc/ncp-config.d/l10n/modsecurity/de.json @@ -0,0 +1,9 @@ +{ + "translations": { + "ACTIVE": "Aktiviert", + "Experimental feature warning": "Achtung: Experimentelle Funktion!", + "This feature is highly experimental and has only been tested with\na basic NextCloud installation. If a new App does not work disable it": "Diese Funktion befindet sich noch in der Entwicklung und wurde bislang nur mit\neiner Standard-NextCloud-Installation getestet. Sollte eine neue App nicht funktionieren, die Funktion bitte deaktivieren.", + "Web Application Firewall for extra security (experimental)": "Web Application Firewall für zusätzliche Sicherheit (experimentell)", + "modsecurity": "modsecurity" + } +} diff --git a/etc/ncp-config.d/l10n/nc-admin/de.json b/etc/ncp-config.d/l10n/nc-admin/de.json new file mode 100644 index 000000000..4c87f8131 --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-admin/de.json @@ -0,0 +1,9 @@ +{ + "translations":{ + "Change password for the Nextcloud admin user": "Das Nextcloud Administratorpasswort einsehen oder ändern", + "USER": "Benutzer", + "PASSWORD": "Passwort", + "CONFIRM": "Passwort bestätigen", + "nc-admin": "Nextcloud Adminpasswort" + } +} diff --git a/etc/ncp-config.d/l10n/nc-audit/de.json b/etc/ncp-config.d/l10n/nc-audit/de.json index 8638ebbc4..c14e6108f 100644 --- a/etc/ncp-config.d/l10n/nc-audit/de.json +++ b/etc/ncp-config.d/l10n/nc-audit/de.json @@ -1,3 +1,6 @@ -{"translations": { - "nc-audit": "Sicherheitsüberprüfung" -}} \ No newline at end of file +{ + "translations": { + "nc-audit": "Sicherheitsüberprüfung", + "Perform a security audit with lynis and debsecan": "Eine Sicherheitsüberprüfung mit lynis und debsecan durchführen" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-automount/de.json b/etc/ncp-config.d/l10n/nc-automount/de.json index 19742da26..b97062d75 100644 --- a/etc/ncp-config.d/l10n/nc-automount/de.json +++ b/etc/ncp-config.d/l10n/nc-automount/de.json @@ -1,4 +1,9 @@ -{"translations": { - "nc-automount": "Automatische Datenträgereinbindung", - "ACTIVE":"Aktiviert" -}} \ No newline at end of file +{ + "translations": { + "ACTIVE": "Aktiviert", + "Automount USB drives by plugging them in": "Eingesteckte USB-Laufwerke automatisch einbinden", + "Plugged in USB drives will be automounted under /media\non boot or at the moment of insertion.\n\nFormat your drive as ext4 in order to move NC datafolder or database\nVFAT or NTFS is not recommended for this task, as it does not suport permissions\n\nIMPORTANT: halt or umount the drive before extracting": + "Angeschlossene USB-Laufwerke werden beim Booten oder nach dem Einstecken\nautomatisch unter /media eingebunden (mounting).\n\nDas Laufwerk bitte als ext4 formatieren, um den Nextcloud Data-Ordner oder die Datenbank darauf zu verschieben.\nVFAT oder NTFS werden nicht empfohlen, da diese Dateisysteme keine Verwaltung von Zugriffsrechten unterstützen.\n\nWICHTIG: Das Laufwerk ausschalten oder per umount aushängen, bevor es vom Raspberry Pi abgezogen wird!", + "nc-automount": "Autom. Laufwerkseinbindung" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-autoupdate-nc/de.json b/etc/ncp-config.d/l10n/nc-autoupdate-nc/de.json new file mode 100644 index 000000000..1b0fe35c8 --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-autoupdate-nc/de.json @@ -0,0 +1,8 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "Automatically apply Nextcloud updates": "Nextcloud-Updates automatisch installieren", + "CHECK_INCOMPATIBLE_APPS": "Auf inkompatible Apps prüfen", + "nc-autoupdate-nc": "Autom. Nextcloud-Updates" + } +} diff --git a/etc/ncp-config.d/l10n/nc-autoupdate-ncp/de.json b/etc/ncp-config.d/l10n/nc-autoupdate-ncp/de.json index b94c0be60..be9a4bdc6 100644 --- a/etc/ncp-config.d/l10n/nc-autoupdate-ncp/de.json +++ b/etc/ncp-config.d/l10n/nc-autoupdate-ncp/de.json @@ -1,3 +1,7 @@ -{"translations": { - "nc-autoupdate-ncp": "Automatische NCP-Updates" -}} +{ + "translations": { + "ACTIVE": "Aktiviert", + "Automatically apply NextCloudPi updates": "NextcloudPi-Updates automatisch installieren", + "nc-autoupdate-ncp": "Autom. NCP-Updates" + } +} diff --git a/etc/ncp-config.d/l10n/nc-backup-auto/de.json b/etc/ncp-config.d/l10n/nc-backup-auto/de.json index c0a9f2ff9..02bf7a11a 100644 --- a/etc/ncp-config.d/l10n/nc-backup-auto/de.json +++ b/etc/ncp-config.d/l10n/nc-backup-auto/de.json @@ -1,12 +1,12 @@ { "translations":{ - "ACTIVE":"Aktiviert", - "DESTDIR":"Ziel-Verzeichnis", - "INCLUDEDATA":"Daten mit sichern", - "COMPRESS":"Komprimieren", - "BACKUPDAYS":"Sicherungs-Periode (in Tage)", - "BACKUPLIMIT":"Sicherungs-Limit", - "nc-backup-auto":"Automatische Sicherung" - + "ACTIVE": "Aktiviert", + "DESTDIR": "Ziel-Verzeichnis", + "INCLUDEDATA": "Daten auch sichern", + "COMPRESS": "Sicherung komprimieren", + "BACKUPDAYS": "Sicherungsintervall (Tage)", + "BACKUPLIMIT": "Maximale Anzahl an Sicherungen", + "Set periodic backups": "Automatische Backups einrichten", + "nc-backup-auto": "Automatische Sicherung" } } \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-backup/de.json b/etc/ncp-config.d/l10n/nc-backup/de.json index ed6f8721f..c4e33cd67 100644 --- a/etc/ncp-config.d/l10n/nc-backup/de.json +++ b/etc/ncp-config.d/l10n/nc-backup/de.json @@ -1,8 +1,10 @@ -{"translations": { - "nc-backup": "Sicherung erstellen", - "DESTDIR": "Zielverzeichnis", - "INCLUDEDATA": "Inkl. Dateien", - "COMPRESS": "Komprimieren", - "BACKUPLIMIT": "Maximale Anzahl an Sicherungen", - "Backup this NC instance to a file": "Sichere die NCP-Instanz in eine Datei" -}} \ No newline at end of file +{ + "translations": { + "DESTDIR": "Zielverzeichnis", + "INCLUDEDATA": "Daten auch sichern", + "COMPRESS": "Sicherung komprimieren", + "BACKUPLIMIT": "Maximale Anzahl an Sicherungen", + "Backup this NC instance to a file": "Sichere die aktuelle Nextcloud-Instanz als Datei", + "nc-backup": "Sicherung erstellen" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-database/de.json b/etc/ncp-config.d/l10n/nc-database/de.json index 057e758a3..a00711d09 100644 --- a/etc/ncp-config.d/l10n/nc-database/de.json +++ b/etc/ncp-config.d/l10n/nc-database/de.json @@ -1,3 +1,8 @@ -{"translations": { - "nc-database": "Datenbank" -}} \ No newline at end of file +{ + "translations": { + "DBDIR": "Datenbankverzeichnis", + "This utility allows you to move your database to a new location, like an external USB drive.": "Mit diesem Tool kann die Datenbank verschoben werden, z.B. auf ein externes USB-Laufwerk.", + "Note that non Unix filesystems such as NTFS are not supported\nbecause they do not provide a compatible user/permissions system.\n\nYou need to use a USB drive that is permanently on and is responsive \nor the database will fail.\n\nPlease note that the default location, when first installed is /var/lib/mysql/. \nMove it to the desired location by editing the DBDIR= field, the one shown is an example.\n\n** If it ever fails with a white page, move the database back to the SD **": "Nicht-Unix-Dateisysteme wie NTFS werden nicht unterstützt werden,\nda sie keine kompatible Rechteverwaltung haben.\n\nDas USB-Laufwerk muss dauerhaft eingeschaltet sein und zügig reagieren,\nsonst funktioniert die Datenbank nicht korrekt.\n\nDer Standard-Speicherort nach der Ersteinrichtung ist /var/lib/mysql/. \nDie Datenbank kann an den gewünschten Speicherort verschoben werden, indem das Feld „Datenbankverzeichnis“ angepasst wird; der zuerst angezeigte Pfad dient nur als Beispiel.\n\n** Sollte es jemals zu einem Fehler kommen (leere Seite), bitte die Datenbank zurück auf die SD-Karte verschieben! **", + "nc-database": "Datenbank verschieben" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-datadir/de.json b/etc/ncp-config.d/l10n/nc-datadir/de.json index e8e8605fa..c3f196515 100644 --- a/etc/ncp-config.d/l10n/nc-datadir/de.json +++ b/etc/ncp-config.d/l10n/nc-datadir/de.json @@ -1,3 +1,8 @@ -{"translations": { - "nc-datadir": "Datenverzeichnis" -}} \ No newline at end of file +{ + "translations": { + "DATADIR": "Datenverzeichnis", + "Change your data dir to a new location, like an external USB drive": "Mit diesem Tool kann das Datenverzeichnis verschoben werden, z.B. auf ein externes USB-Laufwerk.", + "Note that non Unix filesystems such as NTFS are not supported\nbecause they do not provide a compatible user/permissions system.\nAlso please note that the default location, when first installed is /var/www/nextcloud/data. \nMove it to the desired location by editing the DATADIR= field, the PATH shown is an example.": "Nicht-Unix-Dateisysteme wie NTFS werden nicht unterstützt werden,\nda sie keine kompatible Rechteverwaltung haben.\n\nDer Standard-Speicherort nach der Ersteinrichtung ist /var/www/nextcloud/data. \nDas Datenverzeichnis kann an den gewünschten Speicherort verschoben werden, indem das Feld „Datenverzeichnis“ angepasst wird; der zuerst angezeigte Pfad dient nur als Beispiel.", + "nc-datadir": "Datenverzeichnis" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-export-ncp/de.json b/etc/ncp-config.d/l10n/nc-export-ncp/de.json index 58e3d9ccd..3b8a469b9 100644 --- a/etc/ncp-config.d/l10n/nc-export-ncp/de.json +++ b/etc/ncp-config.d/l10n/nc-export-ncp/de.json @@ -1,3 +1,7 @@ -{"translations": { - "nc-export-ncp": "NCP-Export" -}} \ No newline at end of file +{ + "translations": { + "DIR": "Verzeichnis", + "Export NextCloudPi configuration": "NextcloudPi-Konfiguration exportieren", + "nc-export-ncp": "NCP-Konfig. exportieren" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-fix-permissions/de.json b/etc/ncp-config.d/l10n/nc-fix-permissions/de.json index ff44194f4..641705100 100644 --- a/etc/ncp-config.d/l10n/nc-fix-permissions/de.json +++ b/etc/ncp-config.d/l10n/nc-fix-permissions/de.json @@ -1,3 +1,6 @@ -{"translations": { - "nc-fix-permissions": "Berechtigungen wiederherstellen" -}} \ No newline at end of file +{ + "translations": { + "Fix permissions for NC data files, in case they were copied externally": "Berechtigungen der Nextcloud-Dateien wiederherstellen, falls diese von einem anderen Speicherort herüberkopiert wurden.", + "nc-fix-permissions": "Berechtigungen wiederherstellen" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-format-USB/de.json b/etc/ncp-config.d/l10n/nc-format-USB/de.json index db63809a9..1a556cf68 100644 --- a/etc/ncp-config.d/l10n/nc-format-USB/de.json +++ b/etc/ncp-config.d/l10n/nc-format-USB/de.json @@ -1,3 +1,8 @@ -{"translations": { - "nc-format-USB": "USB-Laufwerke formatieren" -}} \ No newline at end of file +{ + "translations": { + "LABEL": "Laufwerksbezeichnung", + "Format an external USB drive as a BTRFS partition (dangerous)": "Ein externes USB-Laufwerk als BTRFS-Partition formatieren (Achtung: gefährlich!)", + "Make sure that ONLY the USB drive that you want to format is plugged in.\ncareful, this will destroy any data in the USB drive\n\n** YOU WILL LOSE ALL YOUR USB DATA **": "Bitte sicherstellen, dass NUR der USB-Stick der formatiert werden soll angeschlossen ist.\nAchtung: Dadurch werden alle Daten auf dem USB-Stick gelöscht.\n\n** ALLE DATEN AUF DEM USB-LAUFWERK GEHEN VERLOREN! **", + "nc-format-USB": "USB-Laufwerk formatieren" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-forward-ports/de.json b/etc/ncp-config.d/l10n/nc-forward-ports/de.json index a62d07bdc..bf6d47511 100644 --- a/etc/ncp-config.d/l10n/nc-forward-ports/de.json +++ b/etc/ncp-config.d/l10n/nc-forward-ports/de.json @@ -1,3 +1,10 @@ -{"translations": { - "nc-forward-ports": "Portweiterleitungen" -}} \ No newline at end of file +{ + "translations": { + "For NextCloudPi to be able to setup your ports, UPnP must be activated\nin your router. Activate it now on your router admin webpage.\n\n** UPnP is considered a security risk **\n\nDon't forget to disable it afterwards": "Damit NextCloudPi die Ports einrichten kann, muss UPnP\nim Router aktiviert sein. Bitte UPnP jetzt in der Konfiguration des Routers einschalten.\n\n** UPnP gilt als Sicherheitsrisiko **\n\nBitte nicht vergessen, es anschließend wieder zu auszuschalten!", + "HTTPPORT": "HTTP-Port", + "HTTPSPORT": "HTTPS-Port", + "Instructions for UPnP Port Forwarding": "Einstellungen für UPnP Portweiterleitungen", + "Set port forwarding to access from outside (UPnP)": "Portweiterleitung für den Zugriff von außen einrichten (UPnP)", + "nc-forward-ports": "Portweiterleitungen" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-hdd-monitor/de.json b/etc/ncp-config.d/l10n/nc-hdd-monitor/de.json new file mode 100644 index 000000000..801ed5d8a --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-hdd-monitor/de.json @@ -0,0 +1,8 @@ +{ + "translations": { + "ACTIVE": "Aktiviert", + "Monitor HDD health automatically": "Den Zustand der HDD automatisch überwachen", + "EMAIL": "E-mail", + "nc-hdd-monitor": "HDD-Überwachung" + } +} diff --git a/etc/ncp-config.d/l10n/nc-hdd-test/de.json b/etc/ncp-config.d/l10n/nc-hdd-test/de.json new file mode 100644 index 000000000..58dc93096 --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-hdd-test/de.json @@ -0,0 +1,7 @@ +{ + "translations": { + "SHORTTEST": "Kurzer Test", + "LONGTEST": "Ausführlicher Test", + "nc-hdd-test": "HDD-Test" + } +} diff --git a/etc/ncp-config.d/l10n/nc-httpsonly/de.json b/etc/ncp-config.d/l10n/nc-httpsonly/de.json index 75a6c1820..34baad93d 100644 --- a/etc/ncp-config.d/l10n/nc-httpsonly/de.json +++ b/etc/ncp-config.d/l10n/nc-httpsonly/de.json @@ -1,3 +1,7 @@ -{"translations": { - "nc-httpsonly": "HTTPS-Zwang" -}} \ No newline at end of file +{ + "translations": { + "ACTIVE": "Aktiviert", + "Force HTTPS": "HTTPS erzwingen", + "nc-httpsonly": "HTTPS-Zwang" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-import-ncp/de.json b/etc/ncp-config.d/l10n/nc-import-ncp/de.json index a46813053..408ab526d 100644 --- a/etc/ncp-config.d/l10n/nc-import-ncp/de.json +++ b/etc/ncp-config.d/l10n/nc-import-ncp/de.json @@ -1,3 +1,7 @@ -{"translations": { - "nc-import-ncp": "NCP-Import" -}} \ No newline at end of file +{ + "translations": { + "FILE": "Datei", + "Import NextCloudPi configuration from file": "NextcloudPi-Konfiguration aus Datei importieren", + "nc-import-ncp": "NCP-Konfig. importieren" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-info/de.json b/etc/ncp-config.d/l10n/nc-info/de.json index 9993d09bd..94703c00a 100644 --- a/etc/ncp-config.d/l10n/nc-info/de.json +++ b/etc/ncp-config.d/l10n/nc-info/de.json @@ -1,3 +1,6 @@ -{"translations": { - "nc-info": "System Informationen" -}} \ No newline at end of file +{ + "translations": { + "Print NextCloudPi system info": "NextcloudPi Systeminformationen anzeigen", + "nc-info": "System Informationen" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-init/de.json b/etc/ncp-config.d/l10n/nc-init/de.json index 9bed233c8..e6f6c8c29 100644 --- a/etc/ncp-config.d/l10n/nc-init/de.json +++ b/etc/ncp-config.d/l10n/nc-init/de.json @@ -1,3 +1,9 @@ -{"translations": { - "nc-init": "Initialisierung" -}} \ No newline at end of file +{ + "translations": { + "(Re)initiate Nextcloud to a clean configuration": "Nextcloud mit einer sauberen Konfiguration (neu) einrichten", + "This action will configure NextCloud to NextCloudPi defaults.\n\n** YOUR CONFIGURATION WILL BE LOST **\n\n": "Durch diesen Vorgang wird NextCloud auf die Standardwerte von NextCloudPi zurückgesetzt.\n\n** DIE AKTUELLE KONFIGURATION WIRD VOLLSTÄNDIG ÜBERSCHRIEBEN! **\n\n", + "ADMINUSER": "Admin-Nutzer", + "ADMINPASS": "Admin-Passwort", + "nc-init": "Nextcloud initialisieren" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-limits/de.json b/etc/ncp-config.d/l10n/nc-limits/de.json index 705aefe4b..de7830eb7 100644 --- a/etc/ncp-config.d/l10n/nc-limits/de.json +++ b/etc/ncp-config.d/l10n/nc-limits/de.json @@ -1,3 +1,11 @@ -{"translations": { - "nc-limits": "Systembegrenzungen" -}} \ No newline at end of file +{ + "translations": { + "Configure system limits for NextCloudPi": "Systemgrenzwerte für NextcloudPi festelegen", + "MAXFILESIZE": "Maximale Dateigröße für Uploads", + "MEMORYLIMIT": "Speicherlimit", + "PHPTHREADS": "Maximale Anzahl an PHP-Threads", + "REDISMEM": "Speicherlimit für Redis", + "Set PHP threads to 0 in order to use all cores": "Die Anzahl der PHP-Threads auf 0 setzen, um alle Kerne zu nutzen", + "nc-limits": "Systemgrenzwerte" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-nextcloud/de.json b/etc/ncp-config.d/l10n/nc-nextcloud/de.json index 1ececb2b9..dec77c56f 100644 --- a/etc/ncp-config.d/l10n/nc-nextcloud/de.json +++ b/etc/ncp-config.d/l10n/nc-nextcloud/de.json @@ -1,3 +1,13 @@ -{"translations": { - "nc-nextcloud": "Nextcloud Einstellungen" -}} \ No newline at end of file +{ + "translations": { + "VER": "Version", + "BETA": "Betaversion", + "MAXFILESIZE": "Maximale Dateigröße", + "MEMORYLIMIT": "Speicherlimit", + "MAXTRANSFERTIME": "Maximale Übertragungszeit", + "NextCloud installation": "Nextcloud installieren", + "This new installation will cleanup current\nNextCloud instance, including files and database.\n\nYou can later use nc-init to configure to NextCloudPi defaults\n\n** perform backup before proceding **\n\nYou can use nc-backup ":"Diese neue Installation wird die aktuelle\nNextcloud-Instanz einschließlich aller Dateien und der Datenbank löschen.\n\nDanach kann mit „Nextcloud initialisieren“ die NextcloudPi-Standardkonfiguration eingerichtet werden.\n\n** Vor dem Fortfahren eine Sicherung ausführen! **\n\nDas geht z.B. mittels „Sicherung erstellen“.", + "nc-nextcloud": "Nextcloud Setup", + "Install any NextCloud version": "Eine beliebige Nextcloud-Version installieren" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-notify-updates/de.json b/etc/ncp-config.d/l10n/nc-notify-updates/de.json index 21660a304..ca487b9bb 100644 --- a/etc/ncp-config.d/l10n/nc-notify-updates/de.json +++ b/etc/ncp-config.d/l10n/nc-notify-updates/de.json @@ -1,3 +1,8 @@ -{"translations": { - "nc-notify-updates": "Update-Benachrichtigungen" -}} \ No newline at end of file +{ + "translations": { + "ACTIVE": "Aktiviert", + "USER": "Benutzer", + "Notify in NC when a NextCloudPi update is available": "In Nextcoud benachrichtigen, wenn ein Update für NextcloudPi zur Verfügung steht", + "nc-notify-updates": "Update-Benachrichtigungen" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-passwd/de.json b/etc/ncp-config.d/l10n/nc-passwd/de.json index c0e9f724a..6201051c5 100644 --- a/etc/ncp-config.d/l10n/nc-passwd/de.json +++ b/etc/ncp-config.d/l10n/nc-passwd/de.json @@ -1,3 +1,8 @@ -{"translations": { - "nc-passwd": "NCP-Passwort" -}} \ No newline at end of file +{ + "translations": { + "CONFIRM": "Bestätigen", + "Change password for the NextcloudPi Panel": "Das Passwort für das NextcloudPi Panel ändern", + "PASSWORD": "Passwort", + "nc-passwd": "NCP-Passwort ändern" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-prettyURL/de.json b/etc/ncp-config.d/l10n/nc-prettyURL/de.json new file mode 100644 index 000000000..d376edb60 --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-prettyURL/de.json @@ -0,0 +1,7 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "Set pretty URLs (no index.php in URL)": "Hübsche URLs aktivieren (keine index.php in der URL)", + "nc-prettyURL":"Hübsche URLs" + } +} diff --git a/etc/ncp-config.d/l10n/nc-previews/de.json b/etc/ncp-config.d/l10n/nc-previews/de.json new file mode 100644 index 000000000..451d4691b --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-previews/de.json @@ -0,0 +1,7 @@ +{ + "translations":{ + "Generate previews for the gallery": "Vorschaubilder für die Galerie erstellen", + "This will make browsing the gallery much more smooth.\nFor big collections, this can take a LONG time, depending on your hardware": "Hierdurch wird das Scrollen in der Galerie wesentlich flüssiger.\nBei großen Bildersammlungen kann diese Funktion je nach vorhandener Hardware sehr lange dauern.", + "nc-previews": "Vorschaubilder" + } +} diff --git a/etc/ncp-config.d/l10n/nc-ramlogs/de.json b/etc/ncp-config.d/l10n/nc-ramlogs/de.json index 9ea2c3dd7..7a808f390 100644 --- a/etc/ncp-config.d/l10n/nc-ramlogs/de.json +++ b/etc/ncp-config.d/l10n/nc-ramlogs/de.json @@ -1,3 +1,8 @@ -{"translations": { - "nc-ramlogs": "RAM-Logs" -}} \ No newline at end of file +{ + "translations": { + "ACTIVE": "Aktiviert", + "mount logs in RAM to prevent SD degradation (faster, consumes more RAM)": "Die Logs im RAM speichern, um die Degradation der SD-Karte zu verlangsamen (schneller, benötigt mehr RAM)", + "You need to reboot for this change to take effect": "Ein Neustart ist nötig, damit diese Einstellung übernommen wird.", + "nc-ramlogs": "Logs im RAM" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-restore/de.json b/etc/ncp-config.d/l10n/nc-restore/de.json index 69d4b619b..f8f2315a0 100644 --- a/etc/ncp-config.d/l10n/nc-restore/de.json +++ b/etc/ncp-config.d/l10n/nc-restore/de.json @@ -1,3 +1,9 @@ -{"translations": { - "nc-restore": "Wiederherstellung" -}} \ No newline at end of file +{ + "translations": { + "BACKUPFILE": "Backup-Datei", + "Restore NextCloud backup": "Nextcloud-Backup wiederherstellen", + "Restore a previously backuped NC instance": "Ein vorher erstelltes Nextcloud-Backup einspielen", + "This new installation will cleanup current\nNextCloud instance, including files and database.\n\n** perform backup before proceding **\n\nYou can use nc-backup": "Diese neue Installation wird die aktuelle\nNextcloud-Instanz einschließlich der Dateien und der Datenbank überschreiben.\n\n** Vor dem Fortfahren eine Sicherung ausführen! **\n\nDas geht z.B. mittels „Sicherung erstellen“.", + "nc-restore": "Wiederherstellung" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-rsync-auto/de.json b/etc/ncp-config.d/l10n/nc-rsync-auto/de.json new file mode 100644 index 000000000..db9d15819 --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-rsync-auto/de.json @@ -0,0 +1,10 @@ +{ + "translations":{ + "ACTIVE": "aktiviert", + "DESTINATION": "Ziel", + "SYNCDAYS": "Synchronisationsintervall (Tage)", + "Periodically sync Nextcloud data through rsync": "Nextcloud-Daten periodisch über rsync synchronisieren", + "DESTINATION can be a regular path for local sync\n'user' needs SSH autologin from the NCP 'root' user at 'ip'": "DESTINATION kann ein normaler Pfad für die lokale Synchronisierung sein.\nDer Benutzer „user“ benötigt eine automatische SSH-Anmeldung durch den NCP-Benutzer „root“ unter der IP-Adresse „ip“.", + "nc-rsync-auto": "Automatisches rsync" + } +} diff --git a/etc/ncp-config.d/l10n/nc-rsync/de.json b/etc/ncp-config.d/l10n/nc-rsync/de.json new file mode 100644 index 000000000..8c9a8a59b --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-rsync/de.json @@ -0,0 +1,8 @@ +{ + "translations":{ + "DESTINATION": "Ziel", + "Sync Nextcloud data through rsync": "Nextcloud-Daten über rsync synchronisieren", + "'user' needs SSH autologin from the NCP 'root' user at 'ip'\nif we are launching from ncp-web": "„user“ benötigt eine automatische SSH-Anmeldung durch den NCP-Benutzer „root“ unter der IP-Adresse „ip“\nwenn der Start über ncp-web erfolgt.", + "nc-rsync":"rsync einrichten" + } +} diff --git a/etc/ncp-config.d/l10n/nc-scan-auto/de.json b/etc/ncp-config.d/l10n/nc-scan-auto/de.json index cf1681505..5dd4fd52c 100644 --- a/etc/ncp-config.d/l10n/nc-scan-auto/de.json +++ b/etc/ncp-config.d/l10n/nc-scan-auto/de.json @@ -1,3 +1,9 @@ -{"translations": { - "nc-scan-auto": "Automatischer Datei-Scan" -}} \ No newline at end of file +{ + "translations": { + "ACTIVE": "Aktiviert", + "SCANINTERVAL": "Scan-Intervall", + "Periodically scan NC for externally modified files": "Nextcloud perdiodisch nach Dateien durchsuchen, die durch externe Zugriffe verändert wurden", + "Set the time in minutes in SCANINTERVAL.\n\n>>> If there are too many files this can greatly affect performance. <<<": "Das SCANINTERVAL in Minuten einstellen.\n\n>>> Bei einer großen Anzahl von Dateien kann dies die Leistung erheblich beeinträchtigen. <<<", + "nc-scan-auto": "Automatischer Datei-Scan" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-scan/de.json b/etc/ncp-config.d/l10n/nc-scan/de.json index 3469297e0..d3cd04c5c 100644 --- a/etc/ncp-config.d/l10n/nc-scan/de.json +++ b/etc/ncp-config.d/l10n/nc-scan/de.json @@ -1,3 +1,6 @@ -{"translations": { - "nc-scan": "Datei-Scan" -}} \ No newline at end of file +{ + "translations": { + "Scan NC for externally modified files": "Nextcloud nach Dateien durchsuchen, die durch externe Zugriffe verändert wurden", + "nc-scan": "Datei-Scan" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-snapshot-auto/de.json b/etc/ncp-config.d/l10n/nc-snapshot-auto/de.json index 75f71db5c..a3deefa3e 100644 --- a/etc/ncp-config.d/l10n/nc-snapshot-auto/de.json +++ b/etc/ncp-config.d/l10n/nc-snapshot-auto/de.json @@ -1,3 +1,6 @@ -{"translations": { - "nc-snapshot-auto": "Automatische Snapshots" -}} \ No newline at end of file +{ + "translations": { + "ACTIVE": "Aktiviert", + "nc-snapshot-auto": "Automatische Snapshots" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-snapshot-sync/de.json b/etc/ncp-config.d/l10n/nc-snapshot-sync/de.json new file mode 100644 index 000000000..e213bf0da --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-snapshot-sync/de.json @@ -0,0 +1,9 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "SNAPDIR": "Snapshot-Verzeichnis", + "DESTINATION": "Zielverzeichnis", + "COMPRESSION": "Snapshot komprimieren", + "SYNCDAYS": "Synchronisationsintervall (Tage)" + } +} diff --git a/etc/ncp-config.d/l10n/nc-snapshot/de.json b/etc/ncp-config.d/l10n/nc-snapshot/de.json index b236539b0..6ab9cc87b 100644 --- a/etc/ncp-config.d/l10n/nc-snapshot/de.json +++ b/etc/ncp-config.d/l10n/nc-snapshot/de.json @@ -1,3 +1,6 @@ -{"translations": { - "nc-snapshot": "Snapshot erstellen" -}} \ No newline at end of file +{ + "translations": { + "LIMIT": "Maximale Anzahl Snapshots", + "nc-snapshot": "Snapshot erstellen" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-static-IP/de.json b/etc/ncp-config.d/l10n/nc-static-IP/de.json index 45f0038b0..56b691445 100644 --- a/etc/ncp-config.d/l10n/nc-static-IP/de.json +++ b/etc/ncp-config.d/l10n/nc-static-IP/de.json @@ -1,3 +1,8 @@ -{"translations": { - "nc-static-IP": "Statische IP Adresse" -}} \ No newline at end of file +{ + "translations": { + "ACTIVE": "Aktiviert", + "IP": "IP-Adresse", + "Set up a static IP address (ACTIVE=yes), or DHCP (ACTIVE=no)": "Eine statische IP-Adresse einrichten (ACTIVE=yes) oder DHCP nutzen (ACTIVE=no)", + "nc-static-IP": "Statische IP-Adresse" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-swapfile/de.json b/etc/ncp-config.d/l10n/nc-swapfile/de.json index 76fd573d1..1bf3cbcf7 100644 --- a/etc/ncp-config.d/l10n/nc-swapfile/de.json +++ b/etc/ncp-config.d/l10n/nc-swapfile/de.json @@ -1,3 +1,7 @@ -{"translations": { - "nc-swapfile": "Swap Datei" -}} \ No newline at end of file +{ + "translations": { + "SWAPFILE": "Dateiname", + "SWAPSIZE": "Dateigröße", + "nc-swapfile": "Swap-Datei" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-update-nextcloud/de.json b/etc/ncp-config.d/l10n/nc-update-nextcloud/de.json new file mode 100644 index 000000000..2640ec89a --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-update-nextcloud/de.json @@ -0,0 +1,8 @@ +{ + "translations":{ + "Update current instance to a new Nextcloud version": "Aktive Instanz auf eine neue Nextcloud-Version aktualisieren", + "VERSION": "Version", + "Set to 0 to update to the latest avaliable version": "0 eingeben, um auf die neueste Version zu aktualisieren", + "nc-update-nextcloud": "Nextcloud-Update" + } +} diff --git a/etc/ncp-config.d/l10n/nc-update/de.json b/etc/ncp-config.d/l10n/nc-update/de.json index 054011ffe..9a94d6290 100644 --- a/etc/ncp-config.d/l10n/nc-update/de.json +++ b/etc/ncp-config.d/l10n/nc-update/de.json @@ -1,3 +1,6 @@ -{"translations": { - "nc-update": "Update" -}} \ No newline at end of file +{ + "translations": { + "Update NextCloudPi": "NextcloudPi aktualisieren", + "nc-update": "NCP-Update" + } +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-webui/de.json b/etc/ncp-config.d/l10n/nc-webui/de.json index b719bd6cd..affd58afb 100644 --- a/etc/ncp-config.d/l10n/nc-webui/de.json +++ b/etc/ncp-config.d/l10n/nc-webui/de.json @@ -1,7 +1,7 @@ { "translations":{ - "ACTIVE":"Aktiviert", - "Enable or disable the NCP web interface":"Aktivieren oder deaktivieren von der NCP-Weboberfläche", - "nc-webui":"NCP-Weboberfläche" + "ACTIVE": "Aktiviert", + "Enable or disable the NCP web interface": "NCP-Weboberfläche aktivieren oder deaktivieren", + "nc-webui": "NCP-Weboberfläche" } - } \ No newline at end of file +} \ No newline at end of file diff --git a/etc/ncp-config.d/l10n/nc-zram/de.json b/etc/ncp-config.d/l10n/nc-zram/de.json new file mode 100644 index 000000000..1410c8a4e --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-zram/de.json @@ -0,0 +1,7 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "Enable compressed RAM to improve swap performance": "RAM-Kompression (zram) aktivieren, um die Swap-Leistung zu verbessern", + "nc-zram": "RAM-Kompression" + } +} diff --git a/etc/ncp-config.d/l10n/samba/de.json b/etc/ncp-config.d/l10n/samba/de.json new file mode 100644 index 000000000..f03632228 --- /dev/null +++ b/etc/ncp-config.d/l10n/samba/de.json @@ -0,0 +1,6 @@ +{ + "translations":{ + "ACTIVE": "Aktiviert", + "PWD": "Passwort" + } +} diff --git a/etc/ncp-config.d/l10n/unattended-upgrades/de.json b/etc/ncp-config.d/l10n/unattended-upgrades/de.json index dcac6ec83..1350c1230 100644 --- a/etc/ncp-config.d/l10n/unattended-upgrades/de.json +++ b/etc/ncp-config.d/l10n/unattended-upgrades/de.json @@ -2,7 +2,7 @@ "translations": { "ACTIVE": "Aktiviert", "AUTOREBOOT": "Automatischer Neustart", - "Automatic installation of security updates. Keep your cloud safe": "Automatische Installation von Sicherheits-Updates. Halte deine Cloud sicher", - "unattended-upgrades": "Unüberwachte System-Upgrades" + "Automatic installation of security updates. Keep your cloud safe": "Automatische Installation von Sicherheits-Updates - Schütze deine Cloud", + "unattended-upgrades": "Autom. System-Updates" } } \ No newline at end of file diff --git a/ncp-web/l10n/de.json b/ncp-web/l10n/de.json index bea1d4fb3..9132a154c 100644 --- a/ncp-web/l10n/de.json +++ b/ncp-web/l10n/de.json @@ -1,9 +1,9 @@ {"translations": { "This application requires JavaScript for correct operation. Please %s enable JavaScript %s and reload the page.": - "Diese Anwendung benötigt Javascript um richtig zu funktionieren. Bitte %s aktivieren Sie JavaScript %s und laden die Seite dann neu.", - "version %s is available": "Eine neue Version ist verfügbar: %s.", + "Diese Anwendung benötigt Javascript um richtig zu funktionieren. Bitte %s JavaScript aktivieren %s und die Seite dann neu laden.", + "version %s is available": "Eine neue Version ist verfügbar: %s.", "run": "Ausführen", - "skip": "Überspringen", - "close": "Schließen", + "skip": "Überspringen", + "close": "Schließen", "Configure NextcloudPi features": "NextcloudPi Funktionen konfigurieren" }}