更新文件系统资源检查的相关提示信息

This commit is contained in:
jxxghp
2025-07-26 23:11:29 +08:00
parent 27497d1812
commit 03bd23d314
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1586,8 +1586,8 @@ export default {
bestVersionRuleGroupHint: 'Filter version upgrade subscriptions based on selected filter rule groups', bestVersionRuleGroupHint: 'Filter version upgrade subscriptions based on selected filter rule groups',
timedSearch: 'Subscription Scheduled Search', timedSearch: 'Subscription Scheduled Search',
timedSearchHint: 'Search all sites every 24 hours to supplement resources that may be missed by subscription', timedSearchHint: 'Search all sites every 24 hours to supplement resources that may be missed by subscription',
checkLocalMedia: 'Check Local Media Library', checkLocalMedia: 'Check File System Resources',
checkLocalMediaHint: 'Check if resources exist on storage disk to avoid duplicate downloads', checkLocalMediaHint: 'Scan the storage directory for existing resource files to avoid duplicate downloads; regardless of whether it is enabled, the media server will be checked',
modes: { modes: {
auto: 'Auto', auto: 'Auto',
rss: 'Site RSS', rss: 'Site RSS',
+2 -2
View File
@@ -1565,8 +1565,8 @@ export default {
bestVersionRuleGroupHint: '按选定的过滤规则组对洗版订阅进行过滤', bestVersionRuleGroupHint: '按选定的过滤规则组对洗版订阅进行过滤',
timedSearch: '订阅定时搜索', timedSearch: '订阅定时搜索',
timedSearchHint: '每隔24小时全站搜索,以补全订阅可能漏掉的资源', timedSearchHint: '每隔24小时全站搜索,以补全订阅可能漏掉的资源',
checkLocalMedia: '检查本地媒体库资源', checkLocalMedia: '检查文件系统资源',
checkLocalMediaHint: '检查存储盘是否存在资源,以避免重复下载', checkLocalMediaHint: '扫描存储目录中是否存在相应资源文件,以避免重复下载;不管是否开启都会检查媒体服务器',
modes: { modes: {
auto: '自动', auto: '自动',
rss: '站点RSS', rss: '站点RSS',
+2 -2
View File
@@ -1563,8 +1563,8 @@ export default {
bestVersionRuleGroupHint: '按選定的過濾規則組對洗版訂閱進行過濾', bestVersionRuleGroupHint: '按選定的過濾規則組對洗版訂閱進行過濾',
timedSearch: '訂閱定時搜索', timedSearch: '訂閱定時搜索',
timedSearchHint: '每隔24小時全站搜索,以補全訂閱可能漏掉的資源', timedSearchHint: '每隔24小時全站搜索,以補全訂閱可能漏掉的資源',
checkLocalMedia: '檢查本地媒體庫資源', checkLocalMedia: '檢查文件系統資源',
checkLocalMediaHint: '檢查存儲盤是否存在資源,以避免重複下載', checkLocalMediaHint: '掃描存儲目錄中是否存在相應資源文件,以避免重複下載;不管是否開啟都會檢查媒體伺服器',
modes: { modes: {
auto: '自動', auto: '自動',
rss: '站點RSS', rss: '站點RSS',