Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `app/controllers/home_controller.rb`:
  Upstream made it so `/web` is available to non-logged-in users
  and `/` redirects to `/web` instead of `/about`.
  Kept our version since glitch-soc's WebUI doesn't have what's
  needed yet and I think /about is still a much better landing
  page anyway.
- `app/models/form/admin_settings.rb`:
  Upstream added new settings, and glitch-soc had an extra setting.
  Not really a conflict.
  Added upstream's new settings.
- `app/serializers/initial_state_serializer.rb`:
  Upstream added a new `server` initial state object.
  Not really a conflict.
  Merged upstream's changes.
- `app/views/admin/settings/edit.html.haml`:
  Upstream added new settings.
  Not really a conflict.
  Merged upstream's changes.
- `app/workers/scheduler/feed_cleanup_scheduler.rb`:
  Upstream refactored that part and removed the file.
  Ported our relevant changes into `app/lib/vacuum/feeds_vacuum.rb`
- `config/settings.yml`:
  Upstream added new settings.
  Not a real conflict.
  Added upstream's new settings.
This commit is contained in:
Claire
2022-10-02 17:33:37 +02:00
390 changed files with 6881 additions and 4298 deletions

View File

@@ -653,6 +653,18 @@
"defaultMessage": "Read more",
"id": "status.read_more"
},
{
"defaultMessage": "Translated from {lang}",
"id": "status.translated_from"
},
{
"defaultMessage": "Show original",
"id": "status.show_original"
},
{
"defaultMessage": "Translate",
"id": "status.translate"
},
{
"defaultMessage": "Show more",
"id": "status.show_more"
@@ -1030,6 +1042,10 @@
"defaultMessage": "Open moderation interface for @{name}",
"id": "status.admin_account"
},
{
"defaultMessage": "Change subscribed languages",
"id": "account.languages"
},
{
"defaultMessage": "Follows you",
"id": "account.follows_you"
@@ -1826,6 +1842,19 @@
},
{
"descriptors": [
{
"defaultMessage": "Nothing is trending right now. Check back later!",
"id": "empty_column.explore_statuses"
}
],
"path": "app/javascript/mastodon/features/explore/links.json"
},
{
"descriptors": [
{
"defaultMessage": "Search for {q}",
"id": "search_results.title"
},
{
"defaultMessage": "Could not find anything for these search terms",
"id": "search_results.nothing_found"
@@ -1858,6 +1887,24 @@
],
"path": "app/javascript/mastodon/features/explore/statuses.json"
},
{
"descriptors": [
{
"defaultMessage": "Nothing is trending right now. Check back later!",
"id": "empty_column.explore_statuses"
}
],
"path": "app/javascript/mastodon/features/explore/suggestions.json"
},
{
"descriptors": [
{
"defaultMessage": "Nothing is trending right now. Check back later!",
"id": "empty_column.explore_statuses"
}
],
"path": "app/javascript/mastodon/features/explore/tags.json"
},
{
"descriptors": [
{
@@ -3018,6 +3065,27 @@
],
"path": "app/javascript/mastodon/features/report/comment.json"
},
{
"descriptors": [
{
"defaultMessage": "Public",
"id": "privacy.public.short"
},
{
"defaultMessage": "Unlisted",
"id": "privacy.unlisted.short"
},
{
"defaultMessage": "Followers-only",
"id": "privacy.private.short"
},
{
"defaultMessage": "Mentioned people only",
"id": "privacy.direct.short"
}
],
"path": "app/javascript/mastodon/features/report/components/status_check_box.json"
},
{
"descriptors": [
{
@@ -3350,6 +3418,27 @@
],
"path": "app/javascript/mastodon/features/status/index.json"
},
{
"descriptors": [
{
"defaultMessage": "Close",
"id": "lightbox.close"
},
{
"defaultMessage": "Change subscribed languages for {target}",
"id": "subscribed_languages.target"
},
{
"defaultMessage": "Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"id": "subscribed_languages.lead"
},
{
"defaultMessage": "Save changes",
"id": "subscribed_languages.save"
}
],
"path": "app/javascript/mastodon/features/subscribed_languages_modal/index.json"
},
{
"descriptors": [
{
@@ -3633,8 +3722,8 @@
"id": "navigation_bar.apps"
},
{
"defaultMessage": "Terms of service",
"id": "getting_started.terms"
"defaultMessage": "Privacy Policy",
"id": "getting_started.privacy_policy"
},
{
"defaultMessage": "Developers",
@@ -3779,6 +3868,23 @@
],
"path": "app/javascript/mastodon/features/ui/components/report_modal.json"
},
{
"descriptors": [
{
"defaultMessage": "Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"id": "sign_in_banner.text"
},
{
"defaultMessage": "Sign in",
"id": "sign_in_banner.sign_in"
},
{
"defaultMessage": "Create account",
"id": "sign_in_banner.create_account"
}
],
"path": "app/javascript/mastodon/features/ui/components/sign_in_banner.json"
},
{
"descriptors": [
{