From e18037274490a67a8e965d509a8dbc343e18356c Mon Sep 17 00:00:00 2001 From: Anne Onyme 017 Date: Sun, 16 Aug 2020 13:17:03 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (295 of 295 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ --- lib/l10n/intl_fr.arb | 47 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/lib/l10n/intl_fr.arb b/lib/l10n/intl_fr.arb index 100300d..0a87542 100644 --- a/lib/l10n/intl_fr.arb +++ b/lib/l10n/intl_fr.arb @@ -1492,12 +1492,12 @@ "type": "text", "placeholders": {} }, - "noMegolmBootstrap": "Fluffychat ne prend pas actuellement en charge l'activation de la sauvegarde des clés en ligne. Veuillez l'activer à partir de Element.", + "noMegolmBootstrap": "Fluffychat ne prend pas actuellement en charge l'activation de la sauvegarde des clés en ligne. Veuillez l'activer à partir de Riot.", "@noMegolmBootstrap": { "type": "text", "placeholders": {} }, - "noCrossSignBootstrap": "Fluffychat ne permet pas actuellement d'activer la signature croisée. Veuillez l'activer à partir de Element.", + "noCrossSignBootstrap": "Fluffychat ne permet pas actuellement d'activer la signature croisée. Veuillez l'activer à partir de Riot.", "@noCrossSignBootstrap": { "type": "text", "placeholders": {} @@ -1588,5 +1588,48 @@ "@Accept": { "type": "text", "placeholders": {} + }, + "Unpin": "Détacher", + "@Unpin": { + "type": "text", + "placeholders": {} + }, + "startedACall": "{senderName} a démarré un appel", + "@startedACall": { + "type": "text", + "placeholders": { + "senderName": {} + } + }, + "sentCallInformations": "{senderName} a envoyé des informations sur l'appel", + "@sentCallInformations": { + "type": "text", + "placeholders": { + "senderName": {} + } + }, + "Pin": "Épingler", + "@Pin": { + "type": "text", + "placeholders": {} + }, + "Join room": "Rejoindre la réunion", + "@Join room": { + "type": "text", + "placeholders": {} + }, + "endedTheCall": "{senderName} a mis fin à l'appel", + "@endedTheCall": { + "type": "text", + "placeholders": { + "senderName": {} + } + }, + "answeredTheCall": "{senderName} a répondu à l'appel", + "@answeredTheCall": { + "type": "text", + "placeholders": { + "senderName": {} + } } }