tooot/src/i18n/en/components/instance.json

28 lines
711 B
JSON

{
"server": {
"textInput": {
"placeholder": "Instance' domain"
},
"button": "Login",
"information": {
"name": "Name",
"accounts": "Users",
"statuses": "Toots",
"domains": "Universes"
},
"disclaimer": {
"base": "Logging in process uses system broswer that, your account information won't be visible to tooot app. Read more ",
"privacy": "privacy policy"
}
},
"update": {
"alert": {
"title": "Logged in to this instance",
"message": "You can login to another account, keeping existing logged in account",
"buttons": {
"cancel": "$t(common:buttons.cancel)",
"continue": "Continue"
}
}
}
}