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": "Ipakita lamang ang mga Worksafe boards",
|
||||
"show_all_content": "Ipakita lahat ng nilalaman",
|
||||
"link_type": "Uri ng Link",
|
||||
"comment_edited_at_timestamp": "Na-edit ang komento sa <1>{{timestamp}}</1>",
|
||||
"reason_reason": "Dahilan: \"{{reason}}\".",
|
||||
"click_here_to_show_original": "<1>I-click dito</1> upang ipakita ang orihinal.",
|
||||
"click_here_to_hide_original": "<1>I-click dito</1> upang itago ang orihinal.",
|
||||
"loading": "Naglo-load",
|
||||
"posted_by": "Nai-post ni",
|
||||
"by": "ni",
|
||||
@@ -393,5 +389,13 @@
|
||||
"go_to_settings_to_import_mod_account": "Pumunta sa <1>mga setting</1> para i-import ang iyong mod account",
|
||||
"post_form_rules_faq_prompt": "Pakibasa ang <rules>Rules</rules> at <faq>FAQ</faq> bago mag-post.",
|
||||
"pending_mod_approval_reason": "Ipinadala ng AI moderation ang post na ito sa mod queue. Dahilan: \"{{reason}}\".",
|
||||
"flag": "Bandila"
|
||||
"flag": "Bandila",
|
||||
"show_replies": "Ipakita ang mga sagot",
|
||||
"hide_replies": "itago ang mga sagot",
|
||||
"unhide": "ipakita",
|
||||
"account_data": "data ng account",
|
||||
"ban_duration_days": "tagal ng ban sa araw",
|
||||
"challenge_answer": "sagot sa hamon",
|
||||
"ban": "ipagbawal",
|
||||
"timestamp": "timestamp"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user