Update playlist link validation and info text

Standardized playlist link validation messages across all language files and code, removing specific references to Spotify and YouTube. Updated README and help view to reflect broader platform support and clarified instructions. Removed unused YouTube regex and related thumbnail logic from objects.py.
This commit is contained in:
Choco
2025-10-08 12:19:56 +08:00
parent 7479f9bfe2
commit c28f17ea43
17 changed files with 18 additions and 22 deletions

View File

@@ -174,7 +174,7 @@
"deleteDefault": "不允許刪除預設播放清單。",
"limitReached": "您最多只能建立 `{0}` 個播放清單!",
"exists": "播放清單 [`{0}`] 已存在。",
"invalidUrl": "請輸入有效的公開 Spotify 或 YouTube 播放清單連結。",
"invalidUrl": "請輸入有效的公開播放清單連結。",
"trackLimitReached": "已達到上限!每個播放清單最多只能新增 `{0}` 首歌曲。",
"playlistLinkNotAllowed": "不允許使用播放清單連結。",
"streamNotAllowed": "不允許將串流影片加入播放清單。",