[Mkdocs.yml] Finished Nav Translation (de)
Dieser Commit ist enthalten in:
Ursprung
3e79f0ff2b
Commit
f252042878
1 geänderte Dateien mit 34 neuen und 0 gelöschten Zeilen
34
mkdocs.yml
34
mkdocs.yml
|
@ -19,6 +19,7 @@ plugins:
|
|||
en: English
|
||||
de: Deutsch
|
||||
nav_translations:
|
||||
#### Begin of german translation
|
||||
de:
|
||||
'Information & Support': 'Informationen & Support'
|
||||
### Prerequisites Section
|
||||
|
@ -61,11 +62,13 @@ plugins:
|
|||
'Recover accidentally deleted data' : 'Versehentlich gelöschte Daten wiederherstellen'
|
||||
### Manual/Guides/Examples Section
|
||||
'Manual/Guides/Examples': 'Anleitungen/Beispiele'
|
||||
### Mailcow UI Subsection
|
||||
'Configuration' : 'Konfiguration'
|
||||
'CSS overrides' : 'CSS-Ăśberschreibungen'
|
||||
'Tagging' : 'Tagging (Markierungen)'
|
||||
'Temporary email aliases' : 'Temporäre E-Mail-Aliase'
|
||||
'Two-Factor Authentication' : 'Zwei-Faktoren-Authentifizierung'
|
||||
### Postfix Subsection
|
||||
'Add trusted networks': 'VertrauenswĂĽrdige Netzwerke hinzufĂĽgen'
|
||||
'Custom transport maps': 'Benutzerdefinierte Transportmaps'
|
||||
'Customize/Expand main.cf': 'main.cf anpassen/erweitern'
|
||||
|
@ -73,6 +76,37 @@ plugins:
|
|||
'Max. message size (attachment size)': 'Maximale Nachrichtengröße (Größe des Anhangs)'
|
||||
'Statistics with pflogsumm': 'Statistik mit pflogsumm'
|
||||
'Whitelist IP in Postscreen': 'IP in Postscreen auf die Whitelist setzen'
|
||||
### Unbound Subsection
|
||||
'Using an external DNS service': 'Verwendung eines externen DNS-Dienstes'
|
||||
### Dovecot Subsection
|
||||
'Customize/Expand dovecot.conf': 'Anpassen/Erweitern von dovecot.conf'
|
||||
'Enable "any" ACL settings': 'Aktivierung von "any" ACL-Einstellungen'
|
||||
'Expunge a Users mails': 'Löschen der Mails eines Benutzers'
|
||||
'IMAP IDLE interval': 'IMAP IDLE-Intervall'
|
||||
'More Examples with DOVEADM': 'Weitere Beispiele mit DOVEADM'
|
||||
'Move Maildir (vmail)': 'Maildir verschieben (vmail)'
|
||||
'Public folders': 'Ă–ffentliche Ordner'
|
||||
'Static master user': 'Statischer Hauptbenutzer'
|
||||
'Vacation replies for catchall addresses': 'Urlaubsantworten fĂĽr Catchall-Adressen'
|
||||
### Nginx Subsection
|
||||
'Create subdomain webmail.example.org': 'Subdomäne webmail.example.org erstellen'
|
||||
'Custom sites': 'Benutzerdefinierte Seiten'
|
||||
### Watchdog Subsection
|
||||
'Thresholds': 'Schwellenwert'
|
||||
### Docker Subsection
|
||||
'Customize Dockerfiles': 'Dockerfiles anpassen'
|
||||
'Why unbound?': 'Warum unbound?'
|
||||
'Redirect HTTP to HTTPS': 'HTTP auf HTTPS umleiten'
|
||||
'Re-enable TLS 1.0 and TLS 1.1': 'TLS 1.0 und TLS 1.1 wieder aktivieren'
|
||||
'Run scripts before and after updates': 'Skripte vor und nach Aktualisierungen ausfĂĽhren'
|
||||
### Client Configuration Section
|
||||
'Client Configuration': 'Client-Konfiguration'
|
||||
'Overview': 'Ăśbersicht'
|
||||
'Manual configuration': 'Manuelle Konfiguration'
|
||||
### Third party apps Section
|
||||
'Third party apps': 'Anwendungen von Drittanbietern'
|
||||
'Borgmatic Backup': 'Borgmatic-Sicherung'
|
||||
#### End of german translation
|
||||
|
||||
- redirects:
|
||||
redirect_maps:
|
||||
|
|
Laden …
In neuem Issue referenzieren