feat(settings): add media hosting settings and provider-based upload gating

This commit is contained in:
plebeius
2026-02-17 18:57:54 +08:00
parent 45a6ff0bab
commit 96f11b3e26
46 changed files with 448 additions and 55 deletions
+4 -1
View File
@@ -284,5 +284,8 @@
"vote_button_unavailable_outro": "最も投票された /{{boardIdentifier}}/ が公式の /{{boardIdentifier}}/ になります。",
"upload_failed": "アップロードに失敗しました",
"upload_not_supported_web": "技術的な制限(CORS)により、お使いのブラウザではメディアのアップロードに対応していません。5chan AndroidアプリとMac/Linux/Windowsデスクトップアプリでは対応しています。公式リリースページからダウンロードしてください: https://github.com/bitsocialhq/5chan/releases/latest",
"file": "ファイル"
"file": "ファイル",
"media_hosting_none": "None",
"media_hosting_none_tip": "Hides the file upload button from post and reply forms",
"media_hosting": "Media Hosting"
}