Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - app/javascript/packs/public.js - app/models/user.rb - config/settings.yml - db/schema.rb Moved public.js changes to settings.js.
This commit is contained in:
@ -48,6 +48,7 @@ en:
|
||||
other: Followers
|
||||
following: Following
|
||||
joined: Joined %{date}
|
||||
last_active: last active
|
||||
link_verified_on: Ownership of this link was checked on %{date}
|
||||
media: Media
|
||||
moved_html: "%{name} has moved to %{new_profile_link}:"
|
||||
@ -114,6 +115,7 @@ en:
|
||||
media_attachments: Media attachments
|
||||
memorialize: Turn into memoriam
|
||||
moderation:
|
||||
active: Active
|
||||
all: All
|
||||
silenced: Silenced
|
||||
suspended: Suspended
|
||||
@ -439,6 +441,14 @@ en:
|
||||
proceed: Proceed
|
||||
title: Suspend %{acct}
|
||||
warning_html: 'Suspending this account will <strong>irreversibly</strong> delete data from this account, which includes:'
|
||||
tags:
|
||||
accounts: Accounts
|
||||
hidden: Hidden
|
||||
hide: Hide from directory
|
||||
name: Hashtag
|
||||
title: Hashtags
|
||||
unhide: Show in directory
|
||||
visible: Visible
|
||||
title: Administration
|
||||
admin_mailer:
|
||||
new_report:
|
||||
@ -517,6 +527,15 @@ en:
|
||||
success_msg: Your account was successfully deleted
|
||||
warning_html: Only deletion of content from this particular instance is guaranteed. Content that has been widely shared is likely to leave traces. Offline servers and servers that have unsubscribed from your updates will not update their databases.
|
||||
warning_title: Disseminated content availability
|
||||
directories:
|
||||
directory: Profile directory
|
||||
explanation: Discover users based on their interests
|
||||
explore_mastodon: Explore %{title}
|
||||
most_popular: Most popular
|
||||
most_recently_active: Most recently active
|
||||
people:
|
||||
one: "%{count} person"
|
||||
other: "%{count} people"
|
||||
errors:
|
||||
'403': You don't have permission to view this page.
|
||||
'404': The page you were looking for doesn't exist.
|
||||
|
@ -54,6 +54,7 @@ pl:
|
||||
other: Śledzących
|
||||
following: Śledzonych
|
||||
joined: Dołączył(a) %{date}
|
||||
last_active: ostatnio aktywny(-a)
|
||||
link_verified_on: Własność tego odnośnika została sprawdzona %{date}
|
||||
media: Zawartość multimedialna
|
||||
moved_html: "%{name} korzysta teraz z konta %{new_profile_link}:"
|
||||
@ -122,6 +123,7 @@ pl:
|
||||
media_attachments: Załączniki multimedialne
|
||||
memorialize: Przełącz na „In Memoriam”
|
||||
moderation:
|
||||
active: Aktywne
|
||||
all: Wszystkie
|
||||
silenced: Wyciszone
|
||||
suspended: Zawieszone
|
||||
@ -445,6 +447,14 @@ pl:
|
||||
proceed: Przejdź
|
||||
title: Zawieś %{acct}
|
||||
warning_html: 'Zawieszenie konta będzie skutkowało <strong>nieodwracalnym</strong> usunięciem danych z tego konta, wliczając:'
|
||||
tags:
|
||||
accounts: Konta
|
||||
hidden: Ukryte
|
||||
hide: Ukryj w katalogu
|
||||
name: Hashtag
|
||||
title: Hashtagi
|
||||
unhide: Pokazuj w katalogu
|
||||
visible: Widoczne
|
||||
title: Administracja
|
||||
admin_mailer:
|
||||
new_report:
|
||||
@ -523,6 +533,17 @@ pl:
|
||||
success_msg: Twoje konto zostało pomyślnie usunięte
|
||||
warning_html: Możemy usunąć zawartość jedynie w obrębie tej instancji. Zawartość udostępniona publicznie pozostawia trwałe ślady. Serwery niepodłączone do sieci bądź nieśledzące Twoich aktualizacji mogą zachować Twoje dane.
|
||||
warning_title: Dostępność usuniętej zawartości
|
||||
directories:
|
||||
directory: Katalog profilów
|
||||
explanation: Poznaj profile na podstawie zainteresowań
|
||||
explore_mastodon: Odkrywaj %{title}
|
||||
most_popular: Napopularniejsi
|
||||
most_recently_active: Ostatnio aktywni
|
||||
people:
|
||||
few: "%{count} osoby"
|
||||
many: "%{count} osób"
|
||||
one: "%{count} osoba"
|
||||
other: "%{count} osób"
|
||||
errors:
|
||||
'403': Nie masz uprawnień, aby wyświetlić tę stronę.
|
||||
'404': Strona, którą próbujesz odwiedzić, nie istnieje.
|
||||
|
@ -8,6 +8,7 @@ en:
|
||||
bot: This account mainly performs automated actions and might not be monitored
|
||||
context: One or multiple contexts where the filter should apply
|
||||
digest: Only sent after a long period of inactivity and only if you have received any personal messages in your absence
|
||||
discoverable_html: The <a href="%{path}" target="_blank">directory</a> lets people find accounts based on interests and activity. Requires at least %{min_followers} followers
|
||||
email: You will be sent a confirmation e-mail
|
||||
fields: You can have up to 4 items displayed as a table on your profile
|
||||
header: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px
|
||||
@ -18,6 +19,7 @@ en:
|
||||
password: Use at least 8 characters
|
||||
phrase: Will be matched regardless of casing in text or content warning of a toot
|
||||
scopes: Which APIs the application will be allowed to access. If you select a top-level scope, you don't need to select individual ones.
|
||||
setting_aggregate_reblogs: Do not show new boosts for toots that have been recently boosted (only affects newly-received boosts)
|
||||
setting_default_language: The language of your toots can be detected automatically, but it's not always accurate
|
||||
setting_display_media_default: Hide media marked as sensitive
|
||||
setting_display_media_hide_all: Always hide all media
|
||||
@ -48,6 +50,7 @@ en:
|
||||
context: Filter contexts
|
||||
current_password: Current password
|
||||
data: Data
|
||||
discoverable: List this account on the directory
|
||||
display_name: Display name
|
||||
email: E-mail address
|
||||
expires_in: Expire after
|
||||
@ -63,6 +66,7 @@ en:
|
||||
otp_attempt: Two-factor code
|
||||
password: Password
|
||||
phrase: Keyword or phrase
|
||||
setting_aggregate_reblogs: Group boosts in timelines
|
||||
setting_auto_play_gif: Auto-play animated GIFs
|
||||
setting_boost_modal: Show confirmation dialog before boosting
|
||||
setting_default_language: Posting language
|
||||
|
@ -8,6 +8,7 @@ pl:
|
||||
bot: To konto wykonuje głównie zautomatyzowane działania i może nie być monitorowane
|
||||
context: Jedno lub wiele miejsc, w których filtr zostanie zastosowany
|
||||
digest: Wysyłane tylko po długiej nieaktywności, jeżeli w tym czasie otrzymaleś jakąś wiadomość bezpośrednią
|
||||
discoverable_html: <a href="%{path}" target="_blank">Katalog</a> pozwala znaleźć konta na podstawie zainteresowań i aktywności. Profil musi śledzić przynajmniej %{min_followers} osób
|
||||
fields: Możesz ustawić maksymalnie 4 niestandardowe pola wyświetlane jako tabela na Twoim profilu
|
||||
header: PNG, GIF lub JPG. Maksymalnie %{size}. Zostanie zmniejszony do %{dimensions}px
|
||||
inbox_url: Skopiuj adres ze strony głównej przekaźnika, którego chcesz użyć
|
||||
@ -42,6 +43,7 @@ pl:
|
||||
context: Filtruj zawartość
|
||||
current_password: Obecne hasło
|
||||
data: Dane
|
||||
discoverable: Wyświetlaj ten profil w katalogu
|
||||
display_name: Widoczna nazwa
|
||||
email: Adres e-mail
|
||||
expires_in: Wygaśnie po
|
||||
|
Reference in New Issue
Block a user