26 lines
850 B
JSON
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"
|
|
}
|
|
}
|
|
}
|