Translated using Weblate (French)

Currently translated at 100.0% (641 of 641 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
This commit is contained in:
Anne Onyme 017 2022-12-14 20:33:36 +00:00 committed by Hosted Weblate
parent 4a257f5b23
commit 07b5dadcec
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 35 additions and 1 deletions

View File

@ -2991,5 +2991,39 @@
"hideUnimportantStateEvents": "Masquer les événements d'état sans importance",
"@hideUnimportantStateEvents": {},
"doNotShowAgain": "Ne plus afficher",
"@doNotShowAgain": {}
"@doNotShowAgain": {},
"commandHint_googly": "Envoyer des yeux écarquillés",
"@commandHint_googly": {},
"commandHint_cuddle": "Envoyer un câlin",
"@commandHint_cuddle": {},
"commandHint_hug": "Envoyer une accolade",
"@commandHint_hug": {},
"googlyEyesContent": "{senderName} vous envoie des yeux écarquillés",
"@googlyEyesContent": {
"type": "text",
"placeholders": {
"senderName": {}
}
},
"cuddleContent": "{senderName} vous fait un câlin",
"@cuddleContent": {
"type": "text",
"placeholders": {
"senderName": {}
}
},
"hugContent": "{senderName} vous fait une accolade",
"@hugContent": {
"type": "text",
"placeholders": {
"senderName": {}
}
},
"wasDirectChatDisplayName": "Discussion vide (était {oldDisplayName})",
"@wasDirectChatDisplayName": {
"type": "text",
"placeholders": {
"oldDisplayName": {}
}
}
}