diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-21 00:20:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-21 00:20:41 +0000 |
commit | a33a2e2f9ca8b8ebbd9352994ccba676ce302f83 (patch) | |
tree | 444c3efe4678e130640efb07b1ccfe94ec508620 /apps/settings/l10n/de_DE.js | |
parent | 3009da3722072fd7a37fd714197d175a02a74781 (diff) | |
download | nextcloud-server-a33a2e2f9ca8b8ebbd9352994ccba676ce302f83.tar.gz nextcloud-server-a33a2e2f9ca8b8ebbd9352994ccba676ce302f83.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/de_DE.js')
-rw-r--r-- | apps/settings/l10n/de_DE.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 223ce6dfdd1..887098984a7 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -173,11 +173,13 @@ OC.L10N.register( "Email test" : "E-Mail-Test", "Email test was successfully sent" : "Die Test-E-Mail wurde erfolgreich versandt", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Sie haben Ihre E-Mail-Serverkonfiguration noch nicht festgelegt oder überprüft. Gehen Sie bitte zu den „Grundeinstellungen“, um diese festzulegen. Benutzen Sie anschließend den Button „E-Mail senden“ unterhalb des Formulars, um Ihre Einstellungen zu überprüfen.", + "Transactional File Locking" : "Transaktionale Dateisperre", + "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert. Dies ist keine unterstützte Konfiguration und kann zu schwer zu einzugrenzenden Problemen führen, einschließlich der Beschädigung von Dateien. Bitte entfernen Sie den Konfigurationseintrag `'filelocking.enabled' => false` aus Ihrer `config.php`, um solche Probleme zu vermeiden.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Die Datenbank wird für transaktionale Dateisperren verwendet. Um die Leistung zu verbessern, konfigurieren Sie bitte Memcache, falls verfügbar.", "Forwarded for headers" : "Für Header weitergeleitet", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ihre \"trusted_proxies“-Einstellungen sind nicht korrekt, es sollte ein Array sein.", "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Ihre „trusted_proxies“-Einstellung ist nicht richtig eingestellt, es sollte ein Array von IP-Adressen sein – optional mit einem Bereich in CIDR-Notation.", - "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Die Konfiguration des Reverse-Proxy-Headers ist falsch. Dies stellt ein Sicherheitsproblem dar und kann es einem Angreifer ermöglichen, seine IP-Adresse so zu fälschen, dass sie für Nextcloud sichtbar ist.", + "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Die Konfiguration des Reverse-Proxy-Headers ist falsch. Dies stellt ein Sicherheitsproblem dar und kann es einem Angreifer ermöglichen, seine IP-Adresse so zu fälschen, wie sie für Nextcloud sichtbar ist.", "Your IP address was resolved as %s" : "Ihre IP-Adresse wurde aufgelöst als %s", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Die Konfiguration des Reverse-Proxy-Headers ist falsch oder Sie greifen über einen vertrauenswürdigen Proxy auf Nextcloud zu. Andernfalls stellt dies ein Sicherheitsproblem dar und kann es einem Angreifer ermöglichen, seine IP-Adresse so zu fälschen, dass sie für Nextcloud sichtbar ist.", "HTTPS access and URLs" : "HTTPS-Zugriff und URLs", |