mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
refactor(multiboards): remove time filter system end-to-end
Backend retention now keeps only recent posts, making the time filter UI and newerThan filtering obsolete. Deleted use-time-filter hook, canonical multiboard routes only, removed footer suggestions, dropped i18n keys.
This commit is contained in:
@@ -135,7 +135,6 @@
|
||||
"sort_by": "Sortuj według",
|
||||
"subplebbit_offline_info": "To forum może być offline i publikacja może się nie powieść",
|
||||
"posts_last_synced_info": "Posty ostatnio zsynchronizowane {{time}}, to forum może być offline i publikacja może się nie powieść.",
|
||||
"newer_than": "nowsze niż",
|
||||
"no_threads": "Brak wątków",
|
||||
"hidden": "ukryty",
|
||||
"save_options": "Zapisz opcje",
|
||||
@@ -181,8 +180,6 @@
|
||||
"no_board_selected_warning": "Proszę wybrać tablicę przed opublikowaniem.",
|
||||
"invalid_url_alert": "Podany link nie jest poprawnym adresem URL.",
|
||||
"empty_comment_alert": "Nie można opublikować pustego komentarza.",
|
||||
"more_threads_last_week": "{{count}} wątki od {{currentTimeFilterName}} — [<1>Pokaż więcej wątków z zeszłego tygodnia</1>]",
|
||||
"more_threads_last_month": "{{count}} wątki od {{currentTimeFilterName}} — [<1>Pokaż więcej wątków z zeszłego miesiąca</1>]",
|
||||
"newer_threads_available": "Nowsze wątki dostępne — [<1>Odśwież</1>]",
|
||||
"stored_locally": "Przechowywane lokalnie (w danych {{location}}), nie synchronizowane między urządzeniami",
|
||||
"choose_one": "Wybierz jeden:",
|
||||
@@ -191,7 +188,6 @@
|
||||
"reset_changes": "Zresetuj zmiany",
|
||||
"crypto_address_yours": "Adres kryptowaluty należy do tego konta.",
|
||||
"delete_wallet": "Usuń portfel",
|
||||
"last_bumped": "Ostatni bump",
|
||||
"fit_expanded_images_to_screen": "Dopasuj rozszerzone obrazy do ekranu",
|
||||
"fit_expanded_images_to_screen_tip": "Ogranicz rozszerzone obrazy do szerokości i wysokości przeglądarki",
|
||||
"choose_file": "Wybierz plik",
|
||||
@@ -222,7 +218,6 @@
|
||||
"filter_and_highlights_help": "Pomoc dotycząca filtrów i wyróżnień",
|
||||
"filter_and_highlights": "Filtry i wyróżnienia",
|
||||
"boards_you_moderate": "boards, które moderujesz",
|
||||
"more_threads_last_year": "{{count}} wątki od {{currentTimeFilterName}} — [<1>Pokaż więcej wątków z zeszłego roku</1>]",
|
||||
"moderator_of_this_board": "Ten użytkownik jest moderatorem tego forum",
|
||||
"administrator_of_this_board": "Ten użytkownik jest administratorem tego forum",
|
||||
"copy_content_id": "skopiuj ID treści",
|
||||
|
||||
Reference in New Issue
Block a user