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": "Shfaq vetëm taulat e sigurta të punës",
|
||||
"show_all_content": "Shfaq të gjitha përmbajtjet",
|
||||
"link_type": "Lloji i lidhjes",
|
||||
"comment_edited_at_timestamp": "Komenti u redaktua në <1>{{timestamp}}</1>",
|
||||
"reason_reason": "Arsye: \"{{reason}}\".",
|
||||
"click_here_to_show_original": "<1>Kliko këtu</1> për të treguar origjinalin.",
|
||||
"click_here_to_hide_original": "<1>Kliko këtu</1> për të fshehur origjinalin.",
|
||||
"loading": "Ngarkimi",
|
||||
"posted_by": "Postuar nga",
|
||||
"by": "nga",
|
||||
@@ -393,5 +389,13 @@
|
||||
"go_to_settings_to_import_mod_account": "Shkoni te <1>parametrat</1> për të importuar llogarinë tuaj të modit",
|
||||
"post_form_rules_faq_prompt": "Ju lutemi lexoni <rules>Rregullat</rules> dhe <faq>Pyetjet e shpeshta</faq> para se të postoni.",
|
||||
"pending_mod_approval_reason": "Moderimi me AI e dërgoi këtë postim në radhën e moderatorëve. Arsye: \"{{reason}}\".",
|
||||
"flag": "Flamur"
|
||||
"flag": "Flamur",
|
||||
"show_replies": "Shfaq përgjigjet",
|
||||
"hide_replies": "fsheh përgjigjet",
|
||||
"unhide": "shfaq",
|
||||
"account_data": "të dhënat e llogarisë",
|
||||
"ban_duration_days": "kohëzgjatja e ndalimit në ditë",
|
||||
"challenge_answer": "përgjigje ndaj sfidës",
|
||||
"ban": "ndalim",
|
||||
"timestamp": "vulë kohe"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user