workadventure/front/translations/en-US/follow.en-US.json
2022-01-21 17:09:29 +01:00

26 lines
850 B
JSON

{
"follow": {
"interact-status": {
"following": "Following {{leader}}",
"waiting-followers": "Waiting for followers confirmation",
"followed": {
"one": "{{follower}} is following you",
"two": "{{firstFollower}} and {{secondFollower}} are following you",
"many": "{{followers}} and {{lastFollower}} are following you"
}
},
"interact-menu": {
"title": {
"interact": "Interaction",
"follow": "Do you want to follow {{leader}}?"
},
"stop": {
"leader": "Do you want to stop leading the way?",
"follower": "Do you want to stop following {{leader}}?"
},
"yes": "Yes",
"no": "No"
}
}
}