feat(media hosting): disable unreachable providers

This commit is contained in:
Tommaso Casaburi
2026-05-01 22:52:55 +07:00
parent 78e5d58d08
commit 7e1513b688
45 changed files with 596 additions and 130 deletions
+3 -2
View File
@@ -276,7 +276,7 @@
"upload_failed_all_providers": "All providers failed",
"upload_failed_preferred_guidance": "Choose a different provider or set to random.",
"media_hosting_random": "Random",
"media_hosting_preferred": "Preferred provider",
"media_hosting_preferred": "Choose provider",
"media_hosting_preferred_provider_label": "Choose provider",
"media_hosting_preferred_failure_guidance": "If your preferred provider fails, the app will try other providers (Random mode) or show an error (Preferred mode).",
"media_hosting_all_providers_failed_guidance": "All upload providers failed. Try again or paste a link manually.",
@@ -364,5 +364,6 @@
"more_threads_last_week": "{{count}} threads since {{currentTimeFilterName}} — [<1>Show More Threads from Last Week</1>]",
"more_threads_last_month": "{{count}} threads since {{currentTimeFilterName}} — [<1>Show More Threads from Last Month</1>]",
"more_threads_last_year": "{{count}} threads since {{currentTimeFilterName}} — [<1>Show More Threads from Last Year</1>]",
"iframe_challenge_confirm": "{{board}} wants to open {{site}}.\n\nFor {{publicationType}}: {{excerpt}}"
"iframe_challenge_confirm": "{{board}} wants to open {{site}}.\n\nFor {{publicationType}}: {{excerpt}}",
"media_hosting_provider_unavailable": "Unavailable from this network. Try another network or a VPN."
}