summaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-09-23 14:52:47 +0000
committerNextcloud bot <bot@nextcloud.com>2024-09-23 14:52:47 +0000
commitd1a87cda9712bb4dcd9a4005b9c72db1a9ef3afe (patch)
treea83731c66b6b7e01b5937804740e356d6ac17a40 /apps/settings
parent5a764978f82de0ddb367e01b9428648d9fe4e548 (diff)
downloadnextcloud-server-d1a87cda9712bb4dcd9a4005b9c72db1a9ef3afe.tar.gz
nextcloud-server-d1a87cda9712bb4dcd9a4005b9c72db1a9ef3afe.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/l10n/de.js2
-rw-r--r--apps/settings/l10n/de.json2
-rw-r--r--apps/settings/l10n/fr.js2
-rw-r--r--apps/settings/l10n/fr.json2
4 files changed, 6 insertions, 2 deletions
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js
index 4d866e56a8b..31911ebe98c 100644
--- a/apps/settings/l10n/de.js
+++ b/apps/settings/l10n/de.js
@@ -173,6 +173,8 @@ 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." : "Du hast deine E-Mail-Serverkonfiguration noch nicht festgelegt oder überprüft. Bitte gehe zu den Grundeinstellungen, um sie einzustellen. Verwende anschließend die Schaltfläche \"E-Mail senden\" unterhalb des Formulars, um deine 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 entferne den Konfigurationseintrag `'filelocking.enabled' => false` aus deiner `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, konfiguriere 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." : "Deine \"trusted_proxies“-Einstellungen sind nicht korrekt, es sollte ein Array sein.",
diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json
index ef7d2aa35c6..8d122904c48 100644
--- a/apps/settings/l10n/de.json
+++ b/apps/settings/l10n/de.json
@@ -171,6 +171,8 @@
"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." : "Du hast deine E-Mail-Serverkonfiguration noch nicht festgelegt oder überprüft. Bitte gehe zu den Grundeinstellungen, um sie einzustellen. Verwende anschließend die Schaltfläche \"E-Mail senden\" unterhalb des Formulars, um deine 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 entferne den Konfigurationseintrag `'filelocking.enabled' => false` aus deiner `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, konfiguriere 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." : "Deine \"trusted_proxies“-Einstellungen sind nicht korrekt, es sollte ein Array sein.",
diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js
index f103051c93d..c4ca28822be 100644
--- a/apps/settings/l10n/fr.js
+++ b/apps/settings/l10n/fr.js
@@ -105,7 +105,7 @@ OC.L10N.register(
"Go to %s" : "Aller à %s",
"Install Client" : "Installer le Client",
"Logged in account must be a subadmin" : "Le compte connecté doit être un sous-administrateur",
- "Apps" : "Apps",
+ "Apps" : "Applications",
"Personal" : "Personnel",
"Administration" : "Administration",
"Users" : "Utilisateurs",
diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json
index 6799ead9bcb..c7e73fa06e2 100644
--- a/apps/settings/l10n/fr.json
+++ b/apps/settings/l10n/fr.json
@@ -103,7 +103,7 @@
"Go to %s" : "Aller à %s",
"Install Client" : "Installer le Client",
"Logged in account must be a subadmin" : "Le compte connecté doit être un sous-administrateur",
- "Apps" : "Apps",
+ "Apps" : "Applications",
"Personal" : "Personnel",
"Administration" : "Administration",
"Users" : "Utilisateurs",