Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add german translations, fix DynDNS translation links #1843

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/ncp-config.d/duckDNS.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "duckDNS",
"name": "DynamicDNS from duckDNS",
"name": "Dynamic DNS from duckDNS",
"title": "duckDNS",
"description": "Free Dynamic DNS provider",
"info": "Need account from https://duckdns.org",
Expand Down
6 changes: 3 additions & 3 deletions etc/ncp-config.d/freeDNS.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "freeDNS",
"name": "Dynamic DNS from freeDNS",
"title": "freeDNS",
"description": "FreeDNS DynamicDNS service",
"name": "Dynamic DNS from FreeDNS",
"title": "FreeDNS",
"description": "Free Dynamic DNS provider",
"info": "Need account from https://freedns.afraid.org/",
"infotitle": "",
"params": [
Expand Down
10 changes: 10 additions & 0 deletions etc/ncp-config.d/l10n/NFS/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"translations": {
"NFS": "NFS Linux Network File System",
"ACTIVE": "Aktiv",
"DIR": "Verzeichnis",
"SUBNET": "Subnet",
"USER": "Benutzer",
"GROUP": "Gruppe"
}
}
9 changes: 9 additions & 0 deletions etc/ncp-config.d/l10n/SSH/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"translations": {
"ACTIVE": "Aktiv",
"USER": "Benutzer",
"PASS": "Passwort",
"CONFIRM": "Passwort bestätigen",
"SUDO": "Sudo aktivieren"
}
}
8 changes: 8 additions & 0 deletions etc/ncp-config.d/l10n/UFW/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"translations": {
"ACTIVE": "Aktiv",
"HTTP": "HTTP",
"HTTPS": "HTTPS",
"SSH": "SSH"
}
}
5 changes: 5 additions & 0 deletions etc/ncp-config.d/l10n/clear-php-opcache/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"translations": {
"clear-php-opcache": "PHP opcache bereinigen"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"clear-php-opcache": "PHP opcache bereinigen"
"clear-php-opcache": "PHP opcache leeren"

}
}
8 changes: 8 additions & 0 deletions etc/ncp-config.d/l10n/dnsmasq/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"translations": {
"ACTIVE": "Aktiv",
"DOMAIN": "Domain",
"DNSSERVER": "DNS Server",
"CACHESIZE": "Cachegröße"
}
}
7 changes: 7 additions & 0 deletions etc/ncp-config.d/l10n/duckDNS/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"translations": {
"ACTIVE": "Aktiv",
"DOMAIN": "Domain",
"TOKEN": "Token"
}
}
10 changes: 10 additions & 0 deletions etc/ncp-config.d/l10n/fail2ban/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"translations": {
"ACTIVE": "Aktiv",
"BANTIME": "Blockierdauer",
"FINDTIME": "Suchzeit",
"MAXRETRY": "Max. Anzahl an Fehlversuchen",
"EMAIL": "E-Mail",
"MAILALERTS": "Benachrichtigungen per E-Mail"
}
}
8 changes: 8 additions & 0 deletions etc/ncp-config.d/l10n/freeDNS/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"translations": {
"ACTIVE": "Aktiv",
"UPDATEHASH": "Update Hash",
"DOMAIN": "Domain",
"UPDATEINTERVAL": "Update Intervall (in Minuten)"
}
}
9 changes: 9 additions & 0 deletions etc/ncp-config.d/l10n/letsencrypt/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"translations": {
"letsencrypt": "Let's Encrypt",
"ACTIVE": "Aktiv",
"DOMAIN": "Domain",
"OTHER_DOMAIN": "Weitere Domain",
"EMAIL": "E-Mail"
}
}
8 changes: 8 additions & 0 deletions etc/ncp-config.d/l10n/metrics/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"translations": {
"metrics": "Prometheus Metrics",
"ACTIVE": "Aktiv",
"USER": "Benutzer",
"PASSWORD": "Passwort"
}
}
6 changes: 6 additions & 0 deletions etc/ncp-config.d/l10n/modsecurity/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"translations": {
"modsecurity": "Web Application Firewall",
"ACTIVE": "Aktiv"
}
}
11 changes: 11 additions & 0 deletions etc/ncp-config.d/l10n/namecheapDNS/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"translations": {
"namecheapDNS": "namecheapDNS",
"ACTIVE": "Aktiv",
"PASSWORD": "Passwort",
"FULLDOMAIN": "Vollständige Domain",
"HOST": "Host",
"DOMAIN": "Domain",
"UPDATEINTERVAL": "Updateintervall (in Minuten)"
}
}
8 changes: 8 additions & 0 deletions etc/ncp-config.d/l10n/nc-admin/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"translations": {
"nc-admin": "Nextcloud Administrator",
"USER": "Benutzer",
"PASSWORD": "Passwort",
"CONFIRM": "Passwort bestätigen"
}
}
8 changes: 5 additions & 3 deletions etc/ncp-config.d/l10n/nc-audit/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{"translations": {
"nc-audit": "Sicherheitsüberprüfung"
}}
{
"translations": {
"nc-audit": "Sicherheitsüberprüfung"
}
}
10 changes: 6 additions & 4 deletions etc/ncp-config.d/l10n/nc-automount/de.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{"translations": {
"nc-automount": "Automatische Datenträgereinbindung",
"ACTIVE":"Aktiviert"
}}
{
"translations": {
"nc-automount": "Automatische Datenträgereinbindung",
"ACTIVE": "Aktiv"
}
}
6 changes: 6 additions & 0 deletions etc/ncp-config.d/l10n/nc-autoupdate-nc/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"translations": {
"nc-autoupdate-nc": "Automatische NC-Updates",
"ACTIVE": "Aktiv"
}
}
9 changes: 6 additions & 3 deletions etc/ncp-config.d/l10n/nc-autoupdate-ncp/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{"translations": {
"nc-autoupdate-ncp": "Automatische NCP-Updates"
}}
{
"translations": {
"nc-autoupdate-ncp": "Automatische NCP-Updates",
"ACTIVE": "Aktiv"
}
}
18 changes: 9 additions & 9 deletions etc/ncp-config.d/l10n/nc-backup-auto/de.json
Original file line number Diff line number Diff line change
@@ -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"

"translations": {
"nc-backup-auto": "Automatische Sicherung",
"ACTIVE": "Aktiv",
"DESTDIR": "Zielverzeichnis",
"INCLUDEDATA": "Daten inkludieren",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inkludieren is not commonly used in German language.

Suggested change
"INCLUDEDATA": "Daten inkludieren",
"INCLUDEDATA": "Daten ebenfalls sichern",

"COMPRESS": "Komprimieren",
"BACKUPDAYS": "Sicherungsintervall (in Tagen)",
"BACKUPHOUR": "Sicherungszeit (in Stunden, 0-24h)",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"BACKUPHOUR": "Sicherungszeit (in Stunden, 0-24h)",
"BACKUPHOUR": "Sicherungszeitpunkt (in Stunden, 0-24h)",

"BACKUPLIMIT": "Maximale Anzahl an Sicherungen"
}
}
18 changes: 10 additions & 8 deletions etc/ncp-config.d/l10n/nc-backup/de.json
Original file line number Diff line number Diff line change
@@ -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"
}}
{
"translations": {
"nc-backup": "Sicherung erstellen",
"DESTDIR": "Zielverzeichnis",
"INCLUDEDATA": "Daten inludieren",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see above.

"COMPRESS": "Komprimieren",
"BACKUPLIMIT": "Maximale Anzahl an Sicherungen",
"Backup this NC instance to a file": "Sichere die NCP-Instanz in eine Datei"
}
}
9 changes: 6 additions & 3 deletions etc/ncp-config.d/l10n/nc-database/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{"translations": {
"nc-database": "Datenbank"
}}
{
"translations": {
"nc-database": "Datenbank",
"DBDIR": "Datenbankverzeichnis"
}
}
9 changes: 6 additions & 3 deletions etc/ncp-config.d/l10n/nc-datadir/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{"translations": {
"nc-datadir": "Datenverzeichnis"
}}
{
"translations": {
"nc-datadir": "Datenverzeichnis",
"DATADIR": "Datenverzeichnis"
}
}
7 changes: 7 additions & 0 deletions etc/ncp-config.d/l10n/nc-encrypt/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"translations": {
"nc-encrypt": "Datenverschlüsselung",
"ACTIVE": "Aktiv",
"PASSWORD": "Passwort"
}
}
9 changes: 6 additions & 3 deletions etc/ncp-config.d/l10n/nc-export-ncp/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{"translations": {
"nc-export-ncp": "NCP-Export"
}}
{
"translations": {
"nc-export-ncp": "NCP-Konfiguration exportieren",
"DIR": "Zielverzeichnis"
}
}
8 changes: 5 additions & 3 deletions etc/ncp-config.d/l10n/nc-fix-permissions/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{"translations": {
"nc-fix-permissions": "Berechtigungen wiederherstellen"
}}
{
"translations": {
"nc-fix-permissions": "Berechtigungen wiederherstellen"
}
}
10 changes: 7 additions & 3 deletions etc/ncp-config.d/l10n/nc-format-USB/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{"translations": {
"nc-format-USB": "USB-Laufwerke formatieren"
}}
{
"translations": {
"nc-format-USB": "USB-Laufwerke formatieren",
"LABEL": "Bezeichnung",
"ALLOW_DATADIR_REMOVAL": "Daten löschen"
}
}
10 changes: 7 additions & 3 deletions etc/ncp-config.d/l10n/nc-forward-ports/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{"translations": {
"nc-forward-ports": "Portweiterleitungen"
}}
{
"translations": {
"nc-forward-ports": "Portweiterleitungen",
"HTTPSPORT": "HTTPS Port",
"HTTPPORT": "HTTP Port"
}
}
7 changes: 7 additions & 0 deletions etc/ncp-config.d/l10n/nc-hdd-monitor/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"translations": {
"nc-hdd-monitor": "HDD-Überwachung",
"ACTIVE": "Aktiv",
"EMAIL": "E-Mail"
}
}
7 changes: 7 additions & 0 deletions etc/ncp-config.d/l10n/nc-hdd-test/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"translations": {
"nc-hdd-test": "HDD-Test",
"SHORTTEST": "Schneller Test",
"LONGTEST": "Ausführlicher Test"
}
}
9 changes: 6 additions & 3 deletions etc/ncp-config.d/l10n/nc-httpsonly/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{"translations": {
"nc-httpsonly": "HTTPS-Zwang"
}}
{
"translations": {
"nc-httpsonly": "HTTPS-Zwang",
"ACTIVE": "Aktiv"
}
}
9 changes: 6 additions & 3 deletions etc/ncp-config.d/l10n/nc-import-ncp/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{"translations": {
"nc-import-ncp": "NCP-Import"
}}
{
"translations": {
"nc-import-ncp": "NCP-Konfiguration importieren",
"FILE": "Datei"
}
}
8 changes: 5 additions & 3 deletions etc/ncp-config.d/l10n/nc-info/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{"translations": {
"nc-info": "System Informationen"
}}
{
"translations": {
"nc-info": "Systeminformationen"
}
}
10 changes: 7 additions & 3 deletions etc/ncp-config.d/l10n/nc-init/de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{"translations": {
"nc-init": "Initialisierung"
}}
{
"translations": {
"nc-init": "Initialisierung",
"ADMINUSER": "Administrator",
"ADMINPASS": "Passwort"
}
}
Loading