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

26 lines
681 B
JSON
Raw Normal View History

2021-03-28 01:12:26 +01:00
{
"server": {
"textInput": {
2022-12-12 20:43:45 +01:00
"placeholder": "Instance's domain"
2021-03-28 01:12:26 +01:00
},
"button": "Login",
"information": {
"name": "Name",
"accounts": "Users",
"statuses": "Toots",
"domains": "Universes"
},
"disclaimer": {
2022-09-12 12:30:41 +02:00
"base": "Logging in process uses system browser that, your account information won't be visible to tooot app."
2022-06-10 19:41:51 +02:00
},
"terms": {
"base": "By logging in, you agree to the <0>privacy policy</0> and <1>terms of service</1>."
2021-03-28 01:12:26 +01:00
}
},
"update": {
"alert": {
"title": "Logged in to this instance",
"message": "You can login to another account, keeping existing logged in account"
2021-03-28 01:12:26 +01:00
}
}
}