From 3fb7ffa9e6bc6f027b6d4c7a1a029d08862d3a83 Mon Sep 17 00:00:00 2001 From: Anne Onyme 017 Date: Tue, 22 Jun 2021 20:48:15 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (459 of 459 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ --- assets/l10n/intl_fr.arb | 91 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/assets/l10n/intl_fr.arb b/assets/l10n/intl_fr.arb index e8717e90..3514dd9f 100644 --- a/assets/l10n/intl_fr.arb +++ b/assets/l10n/intl_fr.arb @@ -2398,5 +2398,96 @@ "@yourChatsAreBeingSynced": { "type": "text", "placeholders": {} + }, + "sendAsText": "Envoyer un texte", + "@sendAsText": { + "type": "text" + }, + "synchronizingPleaseWait": "Synchronisation... Veuillez patienter.", + "@synchronizingPleaseWait": { + "type": "text", + "placeholders": {} + }, + "commandMissing": "{command} n'est pas une commande.", + "@commandMissing": { + "type": "text", + "placeholders": { + "command": {} + }, + "description": "State that {command} is not a valid /command." + }, + "commandInvalid": "Commande invalide", + "@commandInvalid": { + "type": "text" + }, + "commandHintMyRoomAvatar": "Définir votre image pour ce salon (par mxc-uri)", + "@commandHintMyRoomAvatar": { + "type": "text", + "description": "Usage hint for the command /myroomavatar" + }, + "commandHintMyRoomNick": "Définir votre nom d'affichage pour ce salon", + "@commandHintMyRoomNick": { + "type": "text", + "description": "Usage hint for the command /myroomnick" + }, + "commandHintInvite": "Inviter l'utilisateur/trice donné(e) dans ce salon", + "@commandHintInvite": { + "type": "text", + "description": "Usage hint for the command /invite" + }, + "commandHintUnBan": "Débannir l'utilisateur/trice donné(e) de ce salon", + "@commandHintUnBan": { + "type": "text", + "description": "Usage hint for the command /unban" + }, + "commandHintBan": "Bannir l'utilisateur/trice donné(e) de ce salon", + "@commandHintBan": { + "type": "text", + "description": "Usage hint for the command /ban" + }, + "commandHintKick": "Supprime l'utilisateur/trice donné(e) de ce salon", + "@commandHintKick": { + "type": "text", + "description": "Usage hint for the command /kick" + }, + "commandHintOp": "Définit le niveau de puissance de l'utilisateur/trice donné(e) (par défaut : 50)", + "@commandHintOp": { + "type": "text", + "description": "Usage hint for the command /op" + }, + "commandHintLeave": "Quitter le salon", + "@commandHintLeave": { + "type": "text", + "description": "Usage hint for the command /leave" + }, + "commandHintJoin": "Rejoindre le salon donné", + "@commandHintJoin": { + "type": "text", + "description": "Usage hint for the command /join" + }, + "commandHintReact": "Envoyer une réponse en tant que réaction", + "@commandHintReact": { + "type": "text", + "description": "Usage hint for the command /react" + }, + "commandHintHtml": "Envoyer du texte au format HTML", + "@commandHintHtml": { + "type": "text", + "description": "Usage hint for the command /html" + }, + "commandHintPlain": "Envoyer du texte non formaté", + "@commandHintPlain": { + "type": "text", + "description": "Usage hint for the command /plain" + }, + "commandHintMe": "Décrivez-vous", + "@commandHintMe": { + "type": "text", + "description": "Usage hint for the command /me" + }, + "commandHintSend": "Envoyer du texte", + "@commandHintSend": { + "type": "text", + "description": "Usage hint for the command /send" } }