增加缓存管理页面

This commit is contained in:
madrays
2025-05-29 00:45:12 +08:00
parent 92b745e180
commit 103bdb32c8
7 changed files with 1607 additions and 0 deletions
+97
View File
@@ -202,6 +202,10 @@ export default {
title: '服务',
description: '定时作业',
},
cache: {
title: '缓存',
description: '种子缓存、图片文件缓存管理',
},
notification: {
title: '通知',
description: '通知渠道(微信、Telegram、Slack、SynologyChat、VoceChat、WebPush)、消息发送范围',
@@ -1366,6 +1370,10 @@ export default {
settingsSaveSuccess: '订阅基础设置保存成功',
settingsSaveFailed: '订阅基础设置保存失败!',
},
cache: {
title: '缓存',
description: '种子缓存、图片文件缓存管理',
},
},
dialog: {
progress: {
@@ -2427,4 +2435,93 @@ export default {
customBackgroundImageHint: '支持网络图片URL,留空则使用渐变背景',
pluginCount: '{count} 个插件',
},
cache: {
spiderCache: '爬虫缓存',
rssCache: 'RSS缓存',
cacheConfig: '缓存配置',
torrents: ' 个种子',
sites: ' 个站点',
limit: '限制',
perSite: ' 条/站点',
mode: '模式',
refreshCache: '刷新缓存',
clearCache: '清理缓存',
viewCacheData: '查看缓存数据',
hideCacheData: '隐藏缓存数据',
confirmClearCache: '确定要清理所有缓存吗?此操作不可撤销。',
spiderCacheStats: '爬虫缓存统计',
rssCacheStats: 'RSS缓存统计',
siteDomain: '站点域名',
cacheCount: '缓存数量',
latestRelease: '最新发布',
noData: '无数据',
cacheDataDetails: '缓存数据详情',
searchTorrents: '搜索种子',
torrentTitle: '种子标题',
site: '站点',
size: '大小',
releaseTime: '发布时间',
recognitionInfo: '识别信息',
resourceInfo: '资源信息',
actions: '操作',
unknown: '未知',
unrecognized: '未识别',
refreshError: '刷新缓存失败',
clearError: '清理缓存失败',
fetchStatsError: '获取缓存统计失败',
fetchDataError: '获取缓存数据失败',
deleteSelected: '删除选中 ({count})',
reidentifySelected: '重新识别 ({count})',
confirmDeleteSelected: '确定要删除选中的 {count} 个种子吗?',
confirmDeleteSingle: '确定要删除这个种子吗?',
reidentify: '重新识别',
delete: '删除',
reidentifyTorrents: '重新识别种子',
tmdbId: 'TMDB ID',
tmdbIdHint: '可选,手动指定TMDB媒体ID',
doubanId: '豆瓣ID',
doubanIdHint: '可选,手动指定豆瓣媒体ID',
reidentifyHint: '如果不填写ID,将自动重新识别。填写ID可以手动指定媒体信息。',
executeReidentify: '执行识别',
torrentCache: '种子缓存',
imageCache: '图片缓存',
imageFiles: '图片文件',
files: ' 个文件',
cacheStatus: '缓存状态',
enabled: '已启用',
disabled: '已禁用',
globalImageCache: '全局图片缓存',
cachePath: '缓存路径',
notSet: '未设置',
cleanExpiredImages: '清理过期图片',
clearAllImages: '清理所有图片',
expiredDays: '过期天数',
expiredDaysHint: '清理多少天前的图片文件',
confirmCleanExpiredImages: '确定要清理过期图片吗?',
confirmClearAllImages: '确定要清理所有图片缓存吗?此操作不可撤销。',
cleanExpiredImagesError: '清理过期图片失败',
clearAllImagesError: '清理所有图片失败',
fetchImageCacheStatsError: '获取图片缓存统计失败',
selectSites: '选择站点',
siteSelectHint: '选择要显示的站点,留空显示所有站点',
others: '其他',
poster: '海报',
title: '缓存管理',
torrentCacheDesc: '管理爬虫和RSS缓存的种子数据,支持查看、删除和重新识别',
imageCacheDesc: '管理系统缓存的图片文件,包括海报、背景图等',
totalSites: '站点总数',
cacheLimit: '缓存限制',
totalFiles: '文件总数',
totalSize: '总大小',
viewImageData: '查看图片数据',
hideImageData: '隐藏图片数据',
selectedCount: '已选择 {count} 个种子',
openPage: '打开页面',
imageCacheCategories: '图片缓存分类',
images: ' 张图片',
imageGallery: '图片画廊',
autoMode: '自动',
spiderMode: '爬虫',
rssMode: 'RSS',
},
}