mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(react): address Doctor findings (#1143)
Accessibility/semantics pass aligned with React Doctor: role-based spans/divs become real buttons, role=status becomes <output>, modals use native <dialog>, author/peer flags render as <img>, and embed/challenge iframes are sandboxed. Includes review follow-ups: correct button chrome/centering/themed dialog colors and focus rings, the missing aria-label i18n keys (all languages), the Yandex image-search URL, clearer .bso setup steps, a keyboard-accessible image-search dropdown, and removal of the post-edit ('comment edited') display (mod edits unchanged).
This commit is contained in:
@@ -144,10 +144,6 @@
|
||||
"show_worksafe_boards_only": "Chỉ hiển thị bảng Worksafe",
|
||||
"show_all_content": "Hiển thị tất cả nội dung",
|
||||
"link_type": "Loại liên kết",
|
||||
"comment_edited_at_timestamp": "Bình luận được chỉnh sửa lúc <1>{{timestamp}}</1>",
|
||||
"reason_reason": "Lý do: \"{{reason}}\".",
|
||||
"click_here_to_show_original": "<1>Nhấp vào đây</1> để hiển thị nguyên bản.",
|
||||
"click_here_to_hide_original": "<1>Nhấp vào đây</1> để ẩn nguyên bản.",
|
||||
"loading": "Đang tải",
|
||||
"posted_by": "Được đăng bởi",
|
||||
"by": "bởi",
|
||||
@@ -393,5 +389,13 @@
|
||||
"go_to_settings_to_import_mod_account": "Vào <1>cài đặt</1> để nhập tài khoản mod của bạn",
|
||||
"post_form_rules_faq_prompt": "Vui lòng đọc <rules>Quy tắc</rules> và <faq>Câu hỏi thường gặp</faq> trước khi đăng.",
|
||||
"pending_mod_approval_reason": "Kiểm duyệt AI đã gửi bài viết này vào hàng đợi kiểm duyệt. Lý do: \"{{reason}}\".",
|
||||
"flag": "Cờ"
|
||||
"flag": "Cờ",
|
||||
"show_replies": "hiển thị câu trả lời",
|
||||
"hide_replies": "ẩn các trả lời",
|
||||
"unhide": "hiển thị",
|
||||
"account_data": "dữ liệu tài khoản",
|
||||
"ban_duration_days": "thời gian cấm theo ngày",
|
||||
"challenge_answer": "câu trả lời thử thách",
|
||||
"ban": "cấm",
|
||||
"timestamp": "dấu thời gian"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user