diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-09 02:22:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-09 02:22:58 +0000 |
commit | 409098c45f8b111637b601b391dc00876350c96b (patch) | |
tree | ece99993abfb4d56978416823d2311f4d2695a07 /apps/admin_audit/l10n | |
parent | 82a192e1ccc852c3ac0daef64c42cd455c70b78e (diff) | |
download | nextcloud-server-409098c45f8b111637b601b391dc00876350c96b.tar.gz nextcloud-server-409098c45f8b111637b601b391dc00876350c96b.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/fr.js | 4 | ||||
-rw-r--r-- | apps/admin_audit/l10n/fr.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/admin_audit/l10n/fr.js b/apps/admin_audit/l10n/fr.js index 5c4fe63048f..e5e18cbeab3 100644 --- a/apps/admin_audit/l10n/fr.js +++ b/apps/admin_audit/l10n/fr.js @@ -1,7 +1,7 @@ OC.L10N.register( "admin_audit", { - "Auditing / Logging" : "Vérification / Connexion", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fournit des capacités de traçage pour NextCloud tels que l'accès au fichier de connexions ou d'autres actions sensibles." + "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 pour NextCloud tels que les accès aux fichiers ou d'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 38de798dce5..6790b813d6e 100644 --- a/apps/admin_audit/l10n/fr.json +++ b/apps/admin_audit/l10n/fr.json @@ -1,5 +1,5 @@ { "translations": { - "Auditing / Logging" : "Vérification / Connexion", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fournit des capacités de traçage pour NextCloud tels que l'accès au fichier de connexions ou d'autres actions sensibles." + "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 pour NextCloud tels que les accès aux fichiers ou d'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 |