Add fr-FR translations

This commit is contained in:
Nolway 2022-01-06 23:08:15 +01:00 committed by Alexis Faizeau
parent bd01a35cc6
commit 6ff4d6d634
12 changed files with 267 additions and 5 deletions

View file

@ -0,0 +1,25 @@
{
"follow": {
"interact-status": {
"following": "Vous suivez {{leader}}",
"waiting-followers": "En attente de la confirmation des suiveurs",
"followed": {
"one": "{{follower}} vous suit",
"two": "{{firstFollower}} et {{secondFollower}} vous suivent",
"many": "{{followers}} et {{lastFollower}} vous suivent"
}
},
"interact-menu": {
"title": {
"interact": "Interaction",
"follow": "Voulez-vous suivre {{leader}}?"
},
"stop": {
"leader": "Voulez-vous qu'on arrête de vous suivre?",
"follower": "Voulez-vous arrêter de suivre {{leader}}?"
},
"yes": "Oui",
"no": "Non"
}
}
}