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:
@@ -24,6 +24,7 @@
|
||||
"account.follows_you": "Śledzi Cię",
|
||||
"account.hide_reblogs": "Ukryj podbicia od @{name}",
|
||||
"account.joined": "Dołączył(a) {date}",
|
||||
"account.languages": "Zmień subskrybowane języki",
|
||||
"account.link_verified_on": "Własność tego odnośnika została potwierdzona {date}",
|
||||
"account.locked_info": "To konto jest prywatne. Właściciel ręcznie wybiera kto może go śledzić.",
|
||||
"account.media": "Zawartość multimedialna",
|
||||
@@ -201,22 +202,22 @@
|
||||
"explore.trending_links": "Aktualności",
|
||||
"explore.trending_statuses": "Posty",
|
||||
"explore.trending_tags": "Hasztagi",
|
||||
"filter_modal.added.context_mismatch_explanation": "This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
|
||||
"filter_modal.added.context_mismatch_title": "Context mismatch!",
|
||||
"filter_modal.added.expired_explanation": "This filter category has expired, you will need to change the expiration date for it to apply.",
|
||||
"filter_modal.added.expired_title": "Expired filter!",
|
||||
"filter_modal.added.review_and_configure": "To review and further configure this filter category, go to the {settings_link}.",
|
||||
"filter_modal.added.review_and_configure_title": "Filter settings",
|
||||
"filter_modal.added.settings_link": "settings page",
|
||||
"filter_modal.added.short_explanation": "This post has been added to the following filter category: {title}.",
|
||||
"filter_modal.added.title": "Filter added!",
|
||||
"filter_modal.select_filter.context_mismatch": "does not apply to this context",
|
||||
"filter_modal.select_filter.expired": "expired",
|
||||
"filter_modal.select_filter.prompt_new": "New category: {name}",
|
||||
"filter_modal.select_filter.search": "Search or create",
|
||||
"filter_modal.select_filter.subtitle": "Use an existing category or create a new one",
|
||||
"filter_modal.select_filter.title": "Filter this post",
|
||||
"filter_modal.title.status": "Filter a post",
|
||||
"filter_modal.added.context_mismatch_explanation": "Ta kategoria filtrów nie ma zastosowania do kontekstu, w którym uzyskałeś dostęp do tego wpisu. Jeśli chcesz, aby wpis został przefiltrowany również w tym kontekście, będziesz musiał edytować filtr.",
|
||||
"filter_modal.added.context_mismatch_title": "Niezgodność kontekstów!",
|
||||
"filter_modal.added.expired_explanation": "Ta kategoria filtra wygasła, będziesz musiał zmienić datę wygaśnięcia, aby ją zastosować.",
|
||||
"filter_modal.added.expired_title": "Wygasły filtr!",
|
||||
"filter_modal.added.review_and_configure": "Aby przejrzeć i skonfigurować tę kategorię filtrów, przejdź do {settings_link}.",
|
||||
"filter_modal.added.review_and_configure_title": "Ustawienia filtra",
|
||||
"filter_modal.added.settings_link": "strona ustawień",
|
||||
"filter_modal.added.short_explanation": "Ten wpis został dodany do następującej kategorii filtrów: {title}.",
|
||||
"filter_modal.added.title": "Filtr dodany!",
|
||||
"filter_modal.select_filter.context_mismatch": "nie dotyczy tego kontekstu",
|
||||
"filter_modal.select_filter.expired": "wygasły",
|
||||
"filter_modal.select_filter.prompt_new": "Nowa kategoria: {name}",
|
||||
"filter_modal.select_filter.search": "Szukaj lub utwórz",
|
||||
"filter_modal.select_filter.subtitle": "Użyj istniejącej kategorii lub utwórz nową",
|
||||
"filter_modal.select_filter.title": "Filtruj ten wpis",
|
||||
"filter_modal.title.status": "Filtruj wpis",
|
||||
"follow_recommendations.done": "Gotowe",
|
||||
"follow_recommendations.heading": "Śledź ludzi, których wpisy chcesz czytać. Oto kilka propozycji.",
|
||||
"follow_recommendations.lead": "Wpisy osób, które śledzisz będą pojawiać się w porządku chronologicznym na stronie głównej. Nie bój się popełniać błędów, możesz bez problemu przestać śledzić każdego w każdej chwili!",
|
||||
@@ -230,8 +231,8 @@
|
||||
"getting_started.heading": "Rozpocznij",
|
||||
"getting_started.invite": "Zaproś znajomych",
|
||||
"getting_started.open_source_notice": "Mastodon jest oprogramowaniem o otwartym źródle. Możesz pomóc w rozwoju lub zgłaszać błędy na GitHubie tutaj: {github}.",
|
||||
"getting_started.privacy_policy": "Privacy Policy",
|
||||
"getting_started.security": "Bezpieczeństwo",
|
||||
"getting_started.terms": "Zasady użytkowania",
|
||||
"hashtag.column_header.tag_mode.all": "i {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "lub {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "bez {additional}",
|
||||
@@ -476,7 +477,11 @@
|
||||
"search_results.nothing_found": "Nie znaleziono innych wyników dla tego wyszukania",
|
||||
"search_results.statuses": "Wpisy",
|
||||
"search_results.statuses_fts_disabled": "Szukanie wpisów przy pomocy ich zawartości nie jest włączone na tym serwerze Mastodona.",
|
||||
"search_results.title": "Search for {q}",
|
||||
"search_results.total": "{count, number} {count, plural, one {wynik} few {wyniki} many {wyników} other {wyników}}",
|
||||
"sign_in_banner.create_account": "Create account",
|
||||
"sign_in_banner.sign_in": "Sign in",
|
||||
"sign_in_banner.text": "Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
|
||||
"status.admin_account": "Otwórz interfejs moderacyjny dla @{name}",
|
||||
"status.admin_status": "Otwórz ten wpis w interfejsie moderacyjnym",
|
||||
"status.block": "Zablokuj @{name}",
|
||||
@@ -492,7 +497,7 @@
|
||||
"status.edited_x_times": "Edytowano {count, plural, one {{count} raz} other {{count} razy}}",
|
||||
"status.embed": "Osadź",
|
||||
"status.favourite": "Dodaj do ulubionych",
|
||||
"status.filter": "Filter this post",
|
||||
"status.filter": "Filtruj ten wpis",
|
||||
"status.filtered": "Filtrowany(-a)",
|
||||
"status.hide": "Schowaj toota",
|
||||
"status.history.created": "{name} utworzył(a) {date}",
|
||||
@@ -523,10 +528,16 @@
|
||||
"status.show_less_all": "Zwiń wszystkie",
|
||||
"status.show_more": "Rozwiń",
|
||||
"status.show_more_all": "Rozwiń wszystkie",
|
||||
"status.show_original": "Pokaż oryginał",
|
||||
"status.show_thread": "Pokaż wątek",
|
||||
"status.translate": "Przetłumacz",
|
||||
"status.translated_from": "Przetłumaczone z {lang}",
|
||||
"status.uncached_media_warning": "Niedostępne",
|
||||
"status.unmute_conversation": "Cofnij wyciszenie konwersacji",
|
||||
"status.unpin": "Odepnij z profilu",
|
||||
"subscribed_languages.lead": "Tylko posty w wybranych językach pojawią się na Twojej osi czasu po zmianie. Nie wybieraj żadnego języka aby otrzymywać posty we wszystkich językach.",
|
||||
"subscribed_languages.save": "Zapisz zmiany",
|
||||
"subscribed_languages.target": "Zmień subskrybowane języki dla {target}",
|
||||
"suggestions.dismiss": "Odrzuć sugestię",
|
||||
"suggestions.header": "Może Cię zainteresować…",
|
||||
"tabs_bar.federated_timeline": "Globalne",
|
||||
|
||||
Reference in New Issue
Block a user