Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - app/controllers/oauth/authorized_applications_controller.rb Two changes too close to each other - app/controllers/settings/sessions_controller.rb - app/lib/user_settings_decorator.rb Two changes too close to each other - app/models/media_attachment.rb New changes too close to glitch-soc only changes. - app/models/user.rb Two changes too close to each other. - app/services/remove_status_service.rb Kept direct timeline code which had been removed upstream. - app/views/settings/preferences/show.html.haml Two changes too close to each other. - config/locales/en.yml Introduction of a new string too close to glitch-soc-only's “flavour” - config/locales/ja.yml Introduction of a new string too close to glitch-soc-only's “flavour” - config/locales/pl.yml Introduction of a new string too close to glitch-soc-only's “flavour” - config/locales/simple_form.en.yml Introduction of a new string too close to glitch-soc-only's “skin” - config/locales/simple_form.pl.yml Introduction of a new string too close to glitch-soc-only's “skin” - config/settings.yml Reverted upstream's decision of enabling posting application by default.
This commit is contained in:
@ -602,6 +602,10 @@ pl:
|
||||
lists: Listy
|
||||
mutes: Wyciszeni
|
||||
storage: Urządzenie przechowujące dane
|
||||
featured_tags:
|
||||
add_new: Dodaj nowy
|
||||
errors:
|
||||
limit: Już przekroczyłeś(-aś) maksymalną liczbę wyróżnionych hashtagów
|
||||
filters:
|
||||
contexts:
|
||||
home: Strona główna
|
||||
@ -647,10 +651,16 @@ pl:
|
||||
one: Coś jest wciąż nie tak! Przyjrzyj się poniższemu błędowi
|
||||
other: Coś jest wciąż nie tak! Przejrzyj poniższe błędy (%{count})
|
||||
imports:
|
||||
modes:
|
||||
merge: Połącz
|
||||
merge_long: Zachowaj obecne wpisy i dodaj nowe
|
||||
overwrite: Nadpisz
|
||||
overwrite_long: Zastąp obecne wpisy nowymi
|
||||
preface: Możesz zaimportować pewne dane (np. lista kont, które śledzisz lub blokujesz) do swojego konta na tym serwerze, korzystając z danych wyeksportowanych z innego serwera.
|
||||
success: Twoje dane zostały załadowane i zostaną niebawem przetworzone
|
||||
types:
|
||||
blocking: Lista blokowanych
|
||||
domain_blocking: Lista zablokowanych domen
|
||||
following: Lista śledzonych
|
||||
muting: Lista wyciszonych
|
||||
upload: Załaduj
|
||||
@ -826,6 +836,7 @@ pl:
|
||||
development: Tworzenie aplikacji
|
||||
edit_profile: Edytuj profil
|
||||
export: Eksportowanie danych
|
||||
featured_tags: Wyróżnione hashtagi
|
||||
flavours: Odmiany
|
||||
followers: Autoryzowani śledzący
|
||||
import: Importowanie danych
|
||||
|
Reference in New Issue
Block a user