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": "Mostrar solo tableros seguros para el trabajo",
|
||||
"show_all_content": "Mostrar todo el contenido",
|
||||
"link_type": "Tipo de enlace",
|
||||
"comment_edited_at_timestamp": "Comentario editado el <1>{{timestamp}}</1>",
|
||||
"reason_reason": "Motivo: \"{{reason}}\".",
|
||||
"click_here_to_show_original": "<1>Haga clic aquí</1> para mostrar el original.",
|
||||
"click_here_to_hide_original": "<1>Haga clic aquí</1> para ocultar el original.",
|
||||
"loading": "Cargando",
|
||||
"posted_by": "Publicado por",
|
||||
"by": "por",
|
||||
@@ -393,5 +389,13 @@
|
||||
"go_to_settings_to_import_mod_account": "Ve a <1>configuración</1> para importar tu cuenta de moderador",
|
||||
"post_form_rules_faq_prompt": "Por favor, lee las <rules>Reglas</rules> y las <faq>FAQ</faq> antes de publicar.",
|
||||
"pending_mod_approval_reason": "La moderación con IA envió esta publicación a la cola de moderación. Motivo: \"{{reason}}\".",
|
||||
"flag": "Bandera"
|
||||
"flag": "Bandera",
|
||||
"show_replies": "mostrar respuestas",
|
||||
"hide_replies": "ocultar respuestas",
|
||||
"unhide": "mostrar",
|
||||
"account_data": "datos de cuenta",
|
||||
"ban_duration_days": "duración del baneo en días",
|
||||
"challenge_answer": "respuesta del desafío",
|
||||
"ban": "prohibir",
|
||||
"timestamp": "marca de tiempo"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user