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": "Zobrazit pouze bezpečné pracovní desky",
|
||||
"show_all_content": "Zobrazit veškerý obsah",
|
||||
"link_type": "Typ odkazu",
|
||||
"comment_edited_at_timestamp": "Komentář byl upraven dne <1>{{timestamp}}</1>",
|
||||
"reason_reason": "Důvod: \"{{reason}}\".",
|
||||
"click_here_to_show_original": "Klikněte <1>zde</1> pro zobrazení původního.",
|
||||
"click_here_to_hide_original": "Klikněte <1>zde</1> pro skrytí původního.",
|
||||
"loading": "Načítání",
|
||||
"posted_by": "Publikoval(a)",
|
||||
"by": "od",
|
||||
@@ -393,5 +389,13 @@
|
||||
"go_to_settings_to_import_mod_account": "Přejděte do <1>nastavení</1> a importujte svůj moderátorský účet",
|
||||
"post_form_rules_faq_prompt": "Před odesláním si přečtěte <rules>Pravidla</rules> a <faq>FAQ</faq>.",
|
||||
"pending_mod_approval_reason": "AI moderace odeslala tento příspěvek do fronty moderátorů. Důvod: \"{{reason}}\".",
|
||||
"flag": "Vlajka"
|
||||
"flag": "Vlajka",
|
||||
"show_replies": "Zobrazit odpovědi",
|
||||
"hide_replies": "skrýt odpovědi",
|
||||
"unhide": "odkrýt",
|
||||
"account_data": "data účtu",
|
||||
"ban_duration_days": "doba zákazu v dnech",
|
||||
"challenge_answer": "odpověď na výzvu",
|
||||
"ban": "zakázat",
|
||||
"timestamp": "časové razítko"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user