From 5f5055f14c3edfc5496e247c547c7d86d116926a Mon Sep 17 00:00:00 2001 From: Arno Pigeon <weblate_insrt_oa@sysody.eu> Date: Mon, 28 Jun 2021 08:02:41 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 98.0% (343 of 350 strings) Translation: Revolt/Web App Translate-URL: http://weblate.insrt.uk/projects/revolt/web-app/fr/ --- fr.json | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/fr.json b/fr.json index 72ddccf..be6bc46 100644 --- a/fr.json +++ b/fr.json @@ -4,7 +4,9 @@ "tos": "Conditions d'utilisation", "privacy": "Politique de confidentialité", "image_by": "Image par", - "loading": "Chargement…" + "loading": "Chargement…", + "on": "Activé", + "off": "Désactivé" }, "login": { "title": "Connexion", @@ -84,7 +86,16 @@ "misc": { "viewing_old": "Vous regardez d'anciens messages", "jump_present": "Revenir aux messages récents", - "spoiler_attachment": "Spoiler" + "spoiler_attachment": "Spoiler", + "no_sending": "Vous n'avez pas la permission d'envoyer des messages dans ce salon.", + "failed_load": "Les messages n'ont pas pu être chargés." + }, + "notifications": { + "all": "Tous les messages", + "default": "Utiliser les options par défaut", + "mention": "Mentions uniquement", + "none": "Aucun", + "muted": "Muet" } }, "categories": { @@ -106,7 +117,10 @@ "owner": "Propriétaire du serveur", "description": "Description du serveur", "channel_description": "Description du salon", - "custom_banner": "Bannière personnalisée" + "custom_banner": "Bannière personnalisée", + "channel_type": "Type de salon", + "text_channel": "Salon textuel", + "voice_channel": "Salon vocal" } }, "navigation": { @@ -214,7 +228,11 @@ "enable_desktop": "Activer les notifications de bureau.", "enable_outgoing_sound": "Jouer un sond a l'envoi.", "push_notifications": "Notifications push", - "sounds": "Sons" + "sounds": "Sons", + "sound": { + "message": "Message reçu", + "outbound": "Message envoyé" + } }, "profile": { "title": "Profil", -- GitLab