feat(challenge modal): remember trusted board websites

This commit is contained in:
Tommaso Casaburi
2026-05-06 19:05:26 +07:00
parent 2ebd9ecc30
commit cb05a8b905
46 changed files with 733 additions and 366 deletions
+8 -2
View File
@@ -364,6 +364,12 @@
"more_threads_last_week": "{{count}} スレッド {{currentTimeFilterName}} から — [<1>先週のスレッドをさらに表示</1>]",
"more_threads_last_month": "{{count}} スレッド {{currentTimeFilterName}} から — [<1>先月のスレッドをさらに表示</1>]",
"more_threads_last_year": "{{count}} スレッド {{currentTimeFilterName}} から — [<1>去年のスレッドをさらに表示</1>]",
"iframe_challenge_confirm": "{{board}}が{{site}}を開こうとしています。\n\n{{publicationType}}の場合: {{excerpt}}",
"media_hosting_provider_unavailable": "このネットワークからは利用できません。別のネットワークかVPNをお試しください。"
"iframe_challenge_confirm": "{{board}}が{{site}}を開こうとしています。",
"media_hosting_provider_unavailable": "このネットワークからは利用できません。別のネットワークかVPNをお試しください。",
"board_link_permissions": "板リンクの権限",
"trusted_board_links_intro": "板は確認なしでこれらのサイトを開けます。",
"trusted_board_links_empty": "信頼済みの板リンクはありません。",
"trusted_board_link_until_revoked": "取り消すまで",
"trusted_board_link_checkbox": "板が常にこのウェブサイトを開くことを許可する",
"revoke": "取り消す"
}