From 6465202037fe1114f8e6c0ad880a5ff0109abe4a Mon Sep 17 00:00:00 2001 From: luneth <4kn30x69@protonmail.ch> Date: Wed, 5 Nov 2025 21:19:41 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (French) Currently translated at 83.9% (681 of 811 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ --- lib/l10n/intl_fr.arb | 49 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_fr.arb b/lib/l10n/intl_fr.arb index 12437492e..b246073d2 100644 --- a/lib/l10n/intl_fr.arb +++ b/lib/l10n/intl_fr.arb @@ -3116,5 +3116,52 @@ "type": "int" } } - } + }, + "homeserverDescription": "Toutes vos données sont stockées sur le serveur de votre fournisseur matrix, comme chez un fournisseur d'e-mails. Vous pouvez choisir le serveur que vous souhaitez utiliser, tout en pouvant communiquer avec tout le monde. Pour en savoir plus, rendez-vous sur https://matrix.org.", + "@homeserverDescription": {}, + "calculatingFileSize": "Calcul en cours...", + "@calculatingFileSize": {}, + "prepareSendingAttachment": "Préparation à l'envoi...", + "@prepareSendingAttachment": {}, + "sendingAttachment": "Envoi en cours...", + "@sendingAttachment": {}, + "generatingVideoThumbnail": "Génération de la vignette...", + "@generatingVideoThumbnail": {}, + "compressVideo": "Compression de la vidéo...", + "@compressVideo": {}, + "sendingAttachmentCountOfCount": "Envoi {index} sur {length}...", + "@sendingAttachmentCountOfCount": { + "type": "integer", + "placeholders": { + "index": { + "type": "int" + }, + "length": { + "type": "int" + } + } + }, + "serverLimitReached": "Nombre de tentatives dépassé! Patientez {seconds} secondes...", + "@serverLimitReached": { + "type": "integer", + "placeholders": { + "seconds": { + "type": "int" + } + } + }, + "oneOfYourDevicesIsNotVerified": "Un de vos appareils n'est pas vérifié", + "@oneOfYourDevicesIsNotVerified": {}, + "customReaction": "Réaction", + "@customReaction": {}, + "declineInvitation": "Refuser l'invitation", + "@declineInvitation": {}, + "invalidUrl": "Adresse incorrecte", + "@invalidUrl": {}, + "addAnswerOption": "Ajouter une réponse", + "@addAnswerOption": {}, + "addLink": "Ajouter un lien", + "@addLink": {}, + "allowMultipleAnswers": "Autoriser plusieurs réponses", + "@allowMultipleAnswers": {} }