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": "عرض لوحات آمنة للعمل فقط",
|
||||
"show_all_content": "عرض جميع المحتويات",
|
||||
"link_type": "نوع الرابط",
|
||||
"comment_edited_at_timestamp": "تم تحرير التعليق في <1>{{timestamp}}</1>",
|
||||
"reason_reason": "السبب: \"{{reason}}\".",
|
||||
"click_here_to_show_original": "<1>انقر هنا</1> لعرض الأصل.",
|
||||
"click_here_to_hide_original": "<1>انقر هنا</1> لإخفاء الأصل.",
|
||||
"loading": "جار التحميل",
|
||||
"posted_by": "نشر بواسطة",
|
||||
"by": "بواسطة",
|
||||
@@ -393,5 +389,13 @@
|
||||
"go_to_settings_to_import_mod_account": "انتقل إلى <1>الإعدادات</1> لاستيراد حساب المشرف الخاص بك",
|
||||
"post_form_rules_faq_prompt": "يُرجى قراءة <rules>القواعد</rules> و<faq>الأسئلة الشائعة</faq> قبل النشر.",
|
||||
"pending_mod_approval_reason": "أرسل الإشراف بالذكاء الاصطناعي هذا المنشور إلى قائمة انتظار المشرفين. السبب: \"{{reason}}\".",
|
||||
"flag": "علم"
|
||||
"flag": "علم",
|
||||
"show_replies": "عرض الردود",
|
||||
"hide_replies": "إخفاء الردود",
|
||||
"unhide": "إظهار",
|
||||
"account_data": "بيانات الحساب",
|
||||
"ban_duration_days": "مدة الحظر بالأيام",
|
||||
"challenge_answer": "إجابة التحدي",
|
||||
"ban": "حظر",
|
||||
"timestamp": "الطابع الزمني"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user