Add en-US translations
This commit is contained in:
parent
31b92da6ce
commit
bd01a35cc6
45 changed files with 539 additions and 158 deletions
25
front/translations/en-US/follow.en-US.json
Normal file
25
front/translations/en-US/follow.en-US.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue