Improve german translation in setup instructions (#315)
* Improve german translation in setup instructions * Update src/nginxconfig/i18n/de/templates/setup_sections/certbot.js Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>pull/317/head
parent
338acfe76f
commit
a2ddcc1da8
|
@ -29,11 +29,11 @@ import common from '../../common';
|
|||
const certbot = 'Certbot';
|
||||
|
||||
export default {
|
||||
commentOutSslDirectivesInConfiguration: `Auskommentieren ${common.ssl}-relevanter Direktiven in deiner Konfiguration:`,
|
||||
reloadYourNginxServer: `Reload deines ${common.nginx} Servers:`,
|
||||
obtainSslCertificatesFromLetsEncrypt: `${common.ssl} Zertifikate von ${common.letsEncrypt} mittels ${certbot} erhalten:`,
|
||||
uncommentSslDirectivesInConfiguration: `Einkommentieren ${common.ssl}-relevanter Direktiven in deiner Konfiguration:`,
|
||||
configureCertbotToReloadNginxOnCertificateRenewal: `Konfiguriere ${certbot} um ${common.nginx} neu zu laden, wenn Zertifikate erfolgreich erneuert wurden:`,
|
||||
commentOutSslDirectivesInConfiguration: `Kommentiere ${common.ssl}-relevante Direktiven in deiner Konfiguration aus:`,
|
||||
reloadYourNginxServer: `Führe einen reload deines ${common.nginx} Server aus:`,
|
||||
obtainSslCertificatesFromLetsEncrypt: `Erhalte ${common.ssl} Zertifikate von ${common.letsEncrypt} mittels ${certbot}:`,
|
||||
uncommentSslDirectivesInConfiguration: `Kommentiere ${common.ssl}-relevante Direktiven in deiner Konfiguration ein:`,
|
||||
configureCertbotToReloadNginxOnCertificateRenewal: `Konfiguriere ${certbot} um ${common.nginx} neu zu laden, wenn die Zertifikate erfolgreich erneuert wurden:`,
|
||||
certbotDoesNotNeedToBeSetupForYourConfiguration: `${certbot} muss für deine ${common.nginx} Konfiguration nicht eingerichtet werden.`,
|
||||
certbot,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue