mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(mod-queue): add number column, improve time display, and use edited comments
- Add 'No.' column displaying post number - Change 'waiting' to 'submitted' column with formatted date + ago format - Show blinking relative time in parentheses for items awaiting approval - Use useEditedComment hook to display pending edits - Make time column width auto to fit content - Remove unused translation keys (waiting, mod_queue_alert_threshold_tip, view) - Add 'submitted' translation key in all languages
This commit is contained in:
@@ -260,14 +260,12 @@
|
||||
"queue_is_empty": "대기열이 비어 있습니다",
|
||||
"approve": "승인",
|
||||
"reject": "거부",
|
||||
"waiting": "대기 중",
|
||||
"filter_by_board": "게시판별 필터",
|
||||
"mod_queue_alert_threshold": "관리자 대기열 알림 임계값",
|
||||
"mod_queue_alert_threshold_tip": "항목이 이 시간보다 오래 대기 중일 때 깜빡이는 빨간색 표시기 표시",
|
||||
"no_content": "콘텐츠 없음",
|
||||
"view": "보기",
|
||||
"excerpt": "요약",
|
||||
"publishing": "게시 중",
|
||||
"approved": "승인됨",
|
||||
"rejected": "거부됨"
|
||||
"rejected": "거부됨",
|
||||
"submitted": "제출됨"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user