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": "AI موڈریشن نے اس پوسٹ کو موڈریٹر قطار میں بھیج دیا۔ وجہ: \"{{reason}}\".",
|
||||
"flag": "پرچم"
|
||||
"flag": "پرچم",
|
||||
"show_replies": "جوابات دکھائیں",
|
||||
"hide_replies": "جوابات چھپائیں",
|
||||
"unhide": "دکھائیں",
|
||||
"account_data": "اکاؤنٹ ڈیٹا",
|
||||
"ban_duration_days": "بین کی مدت دنوں میں",
|
||||
"challenge_answer": "چ یلنج کا جواب",
|
||||
"ban": "روک",
|
||||
"timestamp": "ٹائم سٹیمپ"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user