Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Aug 24, 2024
1 parent 1d77c62 commit 2c16990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OC.L10N.register(
"Saved" : "Enregistré",
"Antivirus for files" : "Antivirus pour Fichiers",
"An antivirus app for Nextcloud" : "Une application antivirus pour Nextcloud",
"Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source), Kaspersky Scan Engine or an ICAP compatible scanner\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "Antivirus pour Fichiers est une application antivirus pour Nextcloud.\n\n* 🕵️‍♂️ Lorsque l'utilisateur télécharge un fichier, il est vérifié\n* ☢️ Les fichiers téléversés et infectés seront supprimés et une notification sera affichée et/ou envoyée via e-mail\n* 🔎 Travail en arrière-plan pour analyser tous les fichiers\n* ❓ Utilisez ClamAV (open source), Kaspersky Scan Engine ou un scanner compatible ICAP\n\nCette application inspecte les fichiers téléchargés sur Nextcloud à la recherche de virus avant qu'ils ne soient écrits sur le stockage Nextcloud. Si un fichier est identifié comme un virus, il est enregistré ou non téléchargé sur le serveur. L'application repose sur le moteur d'analyse antivirus ClamAV, configuré par l'administrateur. Il est également possible de configurer Kaspersky Scan Engine, qui doit s'exécuter sur un serveur séparé.\nPour que cette application soit efficace, les définitions de virus ClamAV doivent être tenues à jour. Notez également que l'activation de cette application aura un impact sur les performances du système car un traitement supplémentaire est nécessaire pour chaque téléchargement. Plus d'informations sont disponibles dans la documentation Antivirus.",
"Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source), Kaspersky Scan Engine or an ICAP compatible scanner\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "Antivirus pour Fichiers est une application antivirus pour Nextcloud.\n\n* 🕵️‍♂️ Lorsque l'utilisateur téléverse un fichier, il est vérifié\n* ☢️ Les fichiers téléversés et infectés seront supprimés et une notification sera affichée et/ou envoyée via e-mail\n* 🔎 Travail en arrière-plan pour analyser tous les fichiers\n* ❓ Utilisez ClamAV (open source), Kaspersky Scan Engine ou un scanner compatible ICAP\n\nCette application inspecte les fichiers téléversés sur Nextcloud à la recherche de virus avant qu'ils ne soient écrits sur le stockage Nextcloud. Si un fichier est identifié comme un virus, il est enregistré ou non téléversé sur le serveur. L'application repose sur le moteur d'analyse antivirus ClamAV, configuré par l'administrateur. Il est également possible de configurer Kaspersky Scan Engine, qui doit s'exécuter sur un serveur séparé.\nPour que cette application soit efficace, les définitions de virus ClamAV doivent être tenues à jour. Notez également que l'activation de cette application aura un impact sur les performances du système, car un traitement supplémentaire est nécessaire pour chaque téléversement. Plus d'informations sont disponibles dans la documentation Antivirus.",
"Greetings {user}," : "Bonjour {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Désolé, mais un logiciel malveillant a été détecté dans un fichier que vous avez essayé de téléverser et a été supprimé.",
"This email is a notification from {host}. Please, do not reply." : "Cet e-mail est une notification de {host}. Veuillez ne pas y répondre.",
Expand Down Expand Up @@ -49,7 +49,7 @@ OC.L10N.register(
"Path to clamscan executable." : "Chemin de l'exécutable clamscan",
"Not required in Daemon Mode." : "Non requis dans le mode processus.",
"Extra command line options (comma-separated)" : "Options de ligne de commande supplémentaires (séparées par des virgules)",
"File size limit for periodic background scans and chunked uploads, -1 means no limit" : "Limite de taille de fichier pour les analyses périodiques en arrière-plan et les téléchargements en bloc, -1 signifie aucune limite.",
"File size limit for periodic background scans and chunked uploads, -1 means no limit" : "Limite de taille de fichier pour les analyses périodiques en arrière-plan et les téléversements en bloc, -1 signifie aucune limite.",
"Background scan and chunked upload file size limit in bytes, -1 means no limit" : "Limite de la taille du fichier en octets pour l'analyse en arrière-plan et le téléversement en bloc, -1 signifie aucune limite.",
"Check only first bytes of the file, -1 means no limit" : "Vérifier seulement les premiers octets du fichier, -1 signifie aucune limite.",
"When infected files are found during a background scan" : "Lorsque des fichiers infectés sont détectés durant un scan en arrière-plan",
Expand Down
4 changes: 2 additions & 2 deletions l10n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Saved" : "Enregistré",
"Antivirus for files" : "Antivirus pour Fichiers",
"An antivirus app for Nextcloud" : "Une application antivirus pour Nextcloud",
"Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source), Kaspersky Scan Engine or an ICAP compatible scanner\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "Antivirus pour Fichiers est une application antivirus pour Nextcloud.\n\n* 🕵️‍♂️ Lorsque l'utilisateur télécharge un fichier, il est vérifié\n* ☢️ Les fichiers téléversés et infectés seront supprimés et une notification sera affichée et/ou envoyée via e-mail\n* 🔎 Travail en arrière-plan pour analyser tous les fichiers\n* ❓ Utilisez ClamAV (open source), Kaspersky Scan Engine ou un scanner compatible ICAP\n\nCette application inspecte les fichiers téléchargés sur Nextcloud à la recherche de virus avant qu'ils ne soient écrits sur le stockage Nextcloud. Si un fichier est identifié comme un virus, il est enregistré ou non téléchargé sur le serveur. L'application repose sur le moteur d'analyse antivirus ClamAV, configuré par l'administrateur. Il est également possible de configurer Kaspersky Scan Engine, qui doit s'exécuter sur un serveur séparé.\nPour que cette application soit efficace, les définitions de virus ClamAV doivent être tenues à jour. Notez également que l'activation de cette application aura un impact sur les performances du système car un traitement supplémentaire est nécessaire pour chaque téléchargement. Plus d'informations sont disponibles dans la documentation Antivirus.",
"Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source), Kaspersky Scan Engine or an ICAP compatible scanner\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "Antivirus pour Fichiers est une application antivirus pour Nextcloud.\n\n* 🕵️‍♂️ Lorsque l'utilisateur téléverse un fichier, il est vérifié\n* ☢️ Les fichiers téléversés et infectés seront supprimés et une notification sera affichée et/ou envoyée via e-mail\n* 🔎 Travail en arrière-plan pour analyser tous les fichiers\n* ❓ Utilisez ClamAV (open source), Kaspersky Scan Engine ou un scanner compatible ICAP\n\nCette application inspecte les fichiers téléversés sur Nextcloud à la recherche de virus avant qu'ils ne soient écrits sur le stockage Nextcloud. Si un fichier est identifié comme un virus, il est enregistré ou non téléversé sur le serveur. L'application repose sur le moteur d'analyse antivirus ClamAV, configuré par l'administrateur. Il est également possible de configurer Kaspersky Scan Engine, qui doit s'exécuter sur un serveur séparé.\nPour que cette application soit efficace, les définitions de virus ClamAV doivent être tenues à jour. Notez également que l'activation de cette application aura un impact sur les performances du système, car un traitement supplémentaire est nécessaire pour chaque téléversement. Plus d'informations sont disponibles dans la documentation Antivirus.",
"Greetings {user}," : "Bonjour {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Désolé, mais un logiciel malveillant a été détecté dans un fichier que vous avez essayé de téléverser et a été supprimé.",
"This email is a notification from {host}. Please, do not reply." : "Cet e-mail est une notification de {host}. Veuillez ne pas y répondre.",
Expand Down Expand Up @@ -47,7 +47,7 @@
"Path to clamscan executable." : "Chemin de l'exécutable clamscan",
"Not required in Daemon Mode." : "Non requis dans le mode processus.",
"Extra command line options (comma-separated)" : "Options de ligne de commande supplémentaires (séparées par des virgules)",
"File size limit for periodic background scans and chunked uploads, -1 means no limit" : "Limite de taille de fichier pour les analyses périodiques en arrière-plan et les téléchargements en bloc, -1 signifie aucune limite.",
"File size limit for periodic background scans and chunked uploads, -1 means no limit" : "Limite de taille de fichier pour les analyses périodiques en arrière-plan et les téléversements en bloc, -1 signifie aucune limite.",
"Background scan and chunked upload file size limit in bytes, -1 means no limit" : "Limite de la taille du fichier en octets pour l'analyse en arrière-plan et le téléversement en bloc, -1 signifie aucune limite.",
"Check only first bytes of the file, -1 means no limit" : "Vérifier seulement les premiers octets du fichier, -1 signifie aucune limite.",
"When infected files are found during a background scan" : "Lorsque des fichiers infectés sont détectés durant un scan en arrière-plan",
Expand Down

0 comments on commit 2c16990

Please sign in to comment.