Add fr-FR translations
This commit is contained in:
parent
bd01a35cc6
commit
6ff4d6d634
12 changed files with 267 additions and 5 deletions
25
front/translations/fr-FR/follow.fr-FR.json
Normal file
25
front/translations/fr-FR/follow.fr-FR.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue