Add en-US translations
This commit is contained in:
parent
31b92da6ce
commit
bd01a35cc6
45 changed files with 539 additions and 158 deletions
12
front/translations/en-US/login.en-US.json
Normal file
12
front/translations/en-US/login.en-US.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"login": {
|
||||
"input": {
|
||||
"name": {
|
||||
"placeholder": "Enter your name",
|
||||
"empty": "The name is empty"
|
||||
}
|
||||
},
|
||||
"terms": "By continuing, you are agreeing our <a href=\"https://workadventu.re/terms-of-use\" target=\"_blank\">terms of use</a>, <a href=\"https://workadventu.re/privacy-policy\" target=\"_blank\">privacy policy</a> and <a href=\"https://workadventu.re/cookie-policy\" target=\"_blank\">cookie policy</a>.",
|
||||
"continue": "Continue"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue