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": "撤销"
}