diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-17 00:17:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-17 00:17:37 +0000 |
commit | 85df0f67b797421fc91e2645b2a223d05ea2f425 (patch) | |
tree | 4fffd779b5e5d4c11f30e5235e2bc69b678c34ce /apps/admin_audit | |
parent | 8bcb01d72f48db87ce1f8bac6b59d7ce70e98bca (diff) | |
download | nextcloud-server-85df0f67b797421fc91e2645b2a223d05ea2f425.tar.gz nextcloud-server-85df0f67b797421fc91e2645b2a223d05ea2f425.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/admin_audit/l10n/fr.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/admin_audit/l10n/fr.js b/apps/admin_audit/l10n/fr.js index 3599a488350..142ba8eb8e0 100644 --- a/apps/admin_audit/l10n/fr.js +++ b/apps/admin_audit/l10n/fr.js @@ -2,6 +2,6 @@ OC.L10N.register( "admin_audit", { "Auditing / Logging" : "Audit / Journalisation", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fournit des capacités de traçage à NextCloud telles que les accès aux fichiers ou d'autres actions sensibles." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fournit des capacités de traçage à NextCloud telles que l'accès aux fichiers d'identifications ou autres actions sensibles." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/admin_audit/l10n/fr.json b/apps/admin_audit/l10n/fr.json index b0f0d976c60..2ea232bca3d 100644 --- a/apps/admin_audit/l10n/fr.json +++ b/apps/admin_audit/l10n/fr.json @@ -1,5 +1,5 @@ { "translations": { "Auditing / Logging" : "Audit / Journalisation", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fournit des capacités de traçage à NextCloud telles que les accès aux fichiers ou d'autres actions sensibles." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fournit des capacités de traçage à NextCloud telles que l'accès aux fichiers d'identifications ou autres actions sensibles." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |