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

26 lines
681 B
JSON

{
"server": {
"textInput": {
"placeholder": "Instance's domain"
},
"button": "Login",
"information": {
"name": "Name",
"accounts": "Users",
"statuses": "Toots",
"domains": "Universes"
},
"disclaimer": {
"base": "Logging in process uses system browser that, your account information won't be visible to tooot app."
},
"terms": {
"base": "By logging in, you agree to the <0>privacy policy</0> and <1>terms of service</1>."
}
},
"update": {
"alert": {
"title": "Logged in to this instance",
"message": "You can login to another account, keeping existing logged in account"
}
}
}