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": "Tampilkan Hanya Board Worksafe",
|
||||
"show_all_content": "Tampilkan Semua Konten",
|
||||
"link_type": "Tipe tautan",
|
||||
"comment_edited_at_timestamp": "Komentar diedit pada <1>{{timestamp}}</1>",
|
||||
"reason_reason": "Alasan: \"{{reason}}\".",
|
||||
"click_here_to_show_original": "<1>Klik di sini</1> untuk menampilkan aslinya.",
|
||||
"click_here_to_hide_original": "<1>Klik di sini</1> untuk menyembunyikan aslinya.",
|
||||
"loading": "Memuat",
|
||||
"posted_by": "Diposting oleh",
|
||||
"by": "oleh",
|
||||
@@ -393,5 +389,13 @@
|
||||
"go_to_settings_to_import_mod_account": "Buka <1>pengaturan</1> untuk mengimpor akun mod Anda",
|
||||
"post_form_rules_faq_prompt": "Silakan baca <rules>Aturan</rules> dan <faq>FAQ</faq> sebelum memposting.",
|
||||
"pending_mod_approval_reason": "Moderasi AI mengirim postingan ini ke antrean moderator. Alasan: \"{{reason}}\".",
|
||||
"flag": "Bendera"
|
||||
"flag": "Bendera",
|
||||
"show_replies": "Tampilkan balasan",
|
||||
"hide_replies": "sembunyikan balasan",
|
||||
"unhide": "tampilkan",
|
||||
"account_data": "data akun",
|
||||
"ban_duration_days": "durasi larangan dalam hari",
|
||||
"challenge_answer": "jawaban tantangan",
|
||||
"ban": "larangan",
|
||||
"timestamp": "stempel waktu"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user