Localized all missing strings and changed login.mastodon.footer

This commit is contained in:
Lumaa 2023-12-29 12:54:35 +01:00
parent c70a9b6bb4
commit 1498745c05

View File

@ -50,7 +50,7 @@
"en" : { "en" : {
"stringUnit" : { "stringUnit" : {
"state" : "translated", "state" : "translated",
"value" : "Log in your Mastodon account using its instance URL" "value" : "Log in your Mastodon account using its instance URL. You cannot create an account using Threaded."
} }
} }
} }
@ -212,6 +212,26 @@
} }
} }
}, },
"timeline.empty" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "No posts"
}
}
}
},
"timeline.empty.description" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "You don't have posts in your home timeline. Follow users or change timelines to see posts!"
}
}
}
},
"timeline.federated" : { "timeline.federated" : {
}, },