From c4aea02755cc1110000d4ad62c4aacc55ccb4bd1 Mon Sep 17 00:00:00 2001 From: Anne Onyme 017 Date: Mon, 27 Dec 2021 19:03:58 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (532 of 532 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ --- assets/l10n/intl_fr.arb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_fr.arb b/assets/l10n/intl_fr.arb index 81849caf..a7e8e0c0 100644 --- a/assets/l10n/intl_fr.arb +++ b/assets/l10n/intl_fr.arb @@ -2693,5 +2693,20 @@ "yourStory": "Votre story", "@yourStory": {}, "replyHasBeenSent": "La réponse a été envoyée", - "@replyHasBeenSent": {} + "@replyHasBeenSent": {}, + "storyFrom": "Story du {date} : \n{body}", + "@storyFrom": { + "type": "text", + "placeholders": { + "date": {}, + "body": {} + } + }, + "videoWithSize": "Vidéo ({size})", + "@videoWithSize": { + "type": "text", + "placeholders": { + "size": {} + } + } }