Translated using Weblate (French)

Currently translated at 100.0% (485 of 485 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
This commit is contained in:
Brendan Abolivier 2021-08-23 10:11:15 +00:00 committed by Hosted Weblate
parent 770e89fc94
commit 587588982b
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 12 additions and 4 deletions

View File

@ -2291,14 +2291,14 @@
"type": "text",
"placeholders": {}
},
"unreadChats": "{unreadCount, plural, other{{unreadCount} discussions non lues}}",
"unreadChats": "{unreadCount, plural, =1{1 discussion non lue} other{{unreadCount} discussions non lues}}",
"@unreadChats": {
"type": "text",
"placeholders": {
"unreadCount": {}
}
},
"unreadMessages": "{unreadEvents, plural, other{{unreadEvents} messages non lus}}",
"unreadMessages": "{unreadEvents, plural, =1{1 message non lu} other{{unreadEvents} messages non lus}}",
"@unreadMessages": {
"type": "text",
"placeholders": {
@ -2569,5 +2569,13 @@
"@zoomOut": {
"type": "text",
"placeholders": {}
}
}
},
"scanQrCode": "Scanner un code QR",
"@scanQrCode": {},
"typeInInviteLinkManually": "Entrer le lien d'invitation manuellement...",
"@typeInInviteLinkManually": {},
"shareYourInviteLink": "Partager votre lien d'invitation",
"@shareYourInviteLink": {},
"createNewChatExplaination": "Scannez le code QR ou partagez votre lien d'invitation si vous n'êtes pas au même endroit.",
"@createNewChatExplaination": {}
}