Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
This commit is contained in:
@@ -136,6 +136,10 @@
|
||||
{
|
||||
"defaultMessage": "Not found",
|
||||
"id": "missing_indicator.label"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "This resource could not be found",
|
||||
"id": "missing_indicator.sublabel"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/components/missing_indicator.json"
|
||||
@@ -255,6 +259,19 @@
|
||||
],
|
||||
"path": "app/javascript/mastodon/components/status_content.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "Loading…",
|
||||
"id": "regeneration_indicator.label"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Your home feed is being prepared!",
|
||||
"id": "regeneration_indicator.sublabel"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/components/status_list.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
@@ -1213,6 +1230,15 @@
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/public_timeline/index.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "A look inside...",
|
||||
"id": "standalone.public_title"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/standalone/community_timeline/index.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
@@ -1459,8 +1485,12 @@
|
||||
"id": "onboarding.page_one.federation"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "You are on {domain}, so your full handle is {handle}",
|
||||
"id": "onboarding.page_one.handle"
|
||||
"defaultMessage": "Your full handle",
|
||||
"id": "onboarding.page_one.full_handle"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "This is what you would tell your friends to search for.",
|
||||
"id": "onboarding.page_one.handle_hint"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Write posts from the compose column. You can upload images, change privacy settings, and add content warnings with the icons below.",
|
||||
|
||||
Reference in New Issue
Block a user