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": "Worksafeボードのみ表示",
|
||||
"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</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