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": "Afișați doar tablourile Worksafe",
|
||||
"show_all_content": "Afișați tot conținutul",
|
||||
"link_type": "Tipul linkului",
|
||||
"comment_edited_at_timestamp": "Comentariu editat la <1>{{timestamp}}</1>",
|
||||
"reason_reason": "Motiv: \"{{reason}}\".",
|
||||
"click_here_to_show_original": "<1>Click aici</1> pentru a arăta originalul.",
|
||||
"click_here_to_hide_original": "<1>Click aici</1> pentru a ascunde originalul.",
|
||||
"loading": "Încărcare",
|
||||
"posted_by": "Postat de",
|
||||
"by": "de către",
|
||||
@@ -393,5 +389,13 @@
|
||||
"go_to_settings_to_import_mod_account": "Accesează <1>setările</1> pentru a importa contul tău de moderator",
|
||||
"post_form_rules_faq_prompt": "Citește <rules>Regulile</rules> și <faq>Întrebările frecvente</faq> înainte de a publica.",
|
||||
"pending_mod_approval_reason": "Moderarea AI a trimis această postare în coada moderatorilor. Motiv: \"{{reason}}\".",
|
||||
"flag": "Steag"
|
||||
"flag": "Steag",
|
||||
"show_replies": "arată răspunsuri",
|
||||
"hide_replies": "ascunde răspunsuri",
|
||||
"unhide": "afișează",
|
||||
"account_data": "date cont",
|
||||
"ban_duration_days": "durata banului în zile",
|
||||
"challenge_answer": "răspunsul la provocare",
|
||||
"ban": "interzice",
|
||||
"timestamp": "marcă de timp"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user