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": "정렬 기준",
|
||||
"subplebbit_offline_info": "이 게시판이 오프라인일 수 있으며 게시가 실패할 수 있습니다",
|
||||
"posts_last_synced_info": "게시물이 마지막으로 {{time}}에 동기화되었습니다. 이 게시판이 오프라인일 수 있으며 게시가 실패할 수 있습니다.",
|
||||
"newer_than": "이전보다 최신",
|
||||
"no_threads": "스레드가 없습니다",
|
||||
"hidden": "숨겨진",
|
||||
"save_options": "옵션 저장",
|
||||
@@ -181,8 +180,6 @@
|
||||
"no_board_selected_warning": "게시하기 전에 보드를 선택하십시오.",
|
||||
"invalid_url_alert": "제공된 링크는 유효한 URL이 아닙니다.",
|
||||
"empty_comment_alert": "빈 댓글을 게시할 수 없습니다.",
|
||||
"more_threads_last_week": "{{count}} 스레드 {{currentTimeFilterName}} 이후 — [<1>지난 주의 더 많은 스레드 보기</1>]",
|
||||
"more_threads_last_month": "{{count}} 스레드 {{currentTimeFilterName}} 이후 — [<1>지난 달의 스레드 더 보기</1>]",
|
||||
"newer_threads_available": "새로운 스레드 사용 가능 — [<1>새로 고침</1>]",
|
||||
"stored_locally": "로컬에 저장됨 ({{location}} 데이터 내), 기기 간 동기화되지 않음",
|
||||
"choose_one": "하나를 선택하세요:",
|
||||
@@ -191,7 +188,6 @@
|
||||
"reset_changes": "변경 사항 초기화",
|
||||
"crypto_address_yours": "암호 주소는이 계정에 속합니다.",
|
||||
"delete_wallet": "지갑 삭제",
|
||||
"last_bumped": "마지막 bump",
|
||||
"fit_expanded_images_to_screen": "확장된 이미지를 화면에 맞추기",
|
||||
"fit_expanded_images_to_screen_tip": "확장된 이미지를 브라우저의 너비와 높이로 제한합니다",
|
||||
"choose_file": "파일 선택",
|
||||
@@ -222,7 +218,6 @@
|
||||
"filter_and_highlights_help": "필터 및 하이라이트 도움말",
|
||||
"filter_and_highlights": "필터 및 하이라이트",
|
||||
"boards_you_moderate": "당신이 관리하는 게시판",
|
||||
"more_threads_last_year": "{{count}} 스레드 {{currentTimeFilterName}} 이후 — [<1>작년의 스레드 더 보기</1>]",
|
||||
"moderator_of_this_board": "이 사용자는 이 게시판의 관리자입니다",
|
||||
"administrator_of_this_board": "이 사용자는 이 게시판의 관리자입니다",
|
||||
"copy_content_id": "콘텐츠 ID 복사",
|
||||
|
||||
Reference in New Issue
Block a user