From 78d9d655f6adae136240f1f41b53f73d006d2bf5 Mon Sep 17 00:00:00 2001 From: Anne Onyme 017 Date: Fri, 15 Apr 2022 17:57:45 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (582 of 582 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ --- assets/l10n/intl_fr.arb | 60 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_fr.arb b/assets/l10n/intl_fr.arb index f0dcfd8b..f9b8fbb7 100644 --- a/assets/l10n/intl_fr.arb +++ b/assets/l10n/intl_fr.arb @@ -2798,5 +2798,63 @@ "widgetName": "Nom", "@widgetName": {}, "widgetVideo": "Vidéo", - "@widgetVideo": {} + "@widgetVideo": {}, + "youRejectedTheInvitation": "Vous avez rejeté l'invitation", + "@youRejectedTheInvitation": {}, + "youJoinedTheChat": "Vous avez rejoint la discussion", + "@youJoinedTheChat": {}, + "youHaveWithdrawnTheInvitationFor": "Vous avez retiré l'invitation pour {user}", + "@youHaveWithdrawnTheInvitationFor": { + "placeholders": { + "user": {} + } + }, + "showDirectChatsInSpaces": "Afficher les discussions directes associées dans les espaces", + "@showDirectChatsInSpaces": { + "type": "text", + "placeholders": {} + }, + "youAcceptedTheInvitation": "Vous avez accepté l'invitation", + "@youAcceptedTheInvitation": {}, + "youBannedUser": "Vous avez banni {user}", + "@youBannedUser": { + "placeholders": { + "user": {} + } + }, + "youInvitedBy": "Vous avez été invité par {user}", + "@youInvitedBy": { + "placeholders": { + "user": {} + } + }, + "youInvitedUser": "Vous avez invité {user}", + "@youInvitedUser": { + "placeholders": { + "user": {} + } + }, + "youKicked": "Vous avez dégagé {user}", + "@youKicked": { + "placeholders": { + "user": {} + } + }, + "youKickedAndBanned": "Vous avez dégagé et banni {user}", + "@youKickedAndBanned": { + "placeholders": { + "user": {} + } + }, + "youUnbannedUser": "Vous avez débanni {user}", + "@youUnbannedUser": { + "placeholders": { + "user": {} + } + }, + "separateChatTypes": "Séparer les discussions directes, les groupes et les espaces", + "@separateChatTypes": { + "type": "text", + "placeholders": {} + } }