diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-29 02:26:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-29 02:26:57 +0000 |
commit | 41b2e17cd1c3d042b1a09cca93ef6d1c740e2cbf (patch) | |
tree | db0a24df1a6f02cd31460d4d126057b0218a091a /apps/admin_audit | |
parent | 4ae17a04ebe0dc09a5a1c09ff2d368ba3cfd1554 (diff) | |
download | nextcloud-server-41b2e17cd1c3d042b1a09cca93ef6d1c740e2cbf.tar.gz nextcloud-server-41b2e17cd1c3d042b1a09cca93ef6d1c740e2cbf.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 e5e18cbeab3..3599a488350 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 pour NextCloud tels 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 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 6790b813d6e..b0f0d976c60 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 pour NextCloud tels 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 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 |