feat: 完善数据库备份管理与版本读取 (#6450)

This commit is contained in:
InfinityPacer
2026-08-25 16:05:45 +08:00
committed by GitHub
parent b952a3e407
commit d58c8d2b17
38 changed files with 1846 additions and 459 deletions
+11
View File
@@ -125,6 +125,17 @@
"音乐实体类型无效,仅支持 recording 或 album": "Invalid music entity type; only recording or album is supported",
"音乐下载只能使用音乐元数据源": "Music downloads can only use music metadata sources",
"音乐重新识别只能使用音乐元数据源": "Music re-identification can only use music metadata sources",
"读取数据库备份列表失败,请查看日志": "Failed to load database backups. Check the logs for details",
"创建数据库备份失败,请查看日志": "Failed to create the database backup. Check the logs for details",
"已有数据库备份任务正在执行": "A database backup task is already in progress",
"数据库备份文件名无效": "The database backup file name is invalid",
"数据库备份不存在": "The database backup does not exist",
"校验数据库备份失败,请查看日志": "Failed to verify the database backup. Check the logs for details",
"删除数据库备份失败,请查看日志": "Failed to delete the database backup. Check the logs for details",
"数据库备份周期格式不正确": "The database backup schedule format is invalid",
"数据库备份目录必须是路径字符串": "The database backup directory must be a path string",
"数据库备份过期天数必须是大于等于 0 的整数": "Database backup retention days must be an integer greater than or equal to 0",
"数据库备份最大保留份数必须是大于等于 0 的整数": "The maximum number of database backups must be an integer greater than or equal to 0",
"记录不存在": "Record does not exist",
"MoviePilot智能助手未启用": "MoviePilot Assistant is not enabled",
"整理记录不存在": "Organization record does not exist",
+11
View File
@@ -121,6 +121,17 @@
"音乐实体类型无效,仅支持 recording 或 album": "音樂實體類型無效,僅支援 recording 或 album",
"音乐下载只能使用音乐元数据源": "音樂下載只能使用音樂中繼資料來源",
"音乐重新识别只能使用音乐元数据源": "音樂重新識別只能使用音樂中繼資料來源",
"读取数据库备份列表失败,请查看日志": "讀取資料庫備份清單失敗,請查看日誌",
"创建数据库备份失败,请查看日志": "建立資料庫備份失敗,請查看日誌",
"已有数据库备份任务正在执行": "已有資料庫備份任務正在執行",
"数据库备份文件名无效": "資料庫備份檔名無效",
"数据库备份不存在": "資料庫備份不存在",
"校验数据库备份失败,请查看日志": "驗證資料庫備份失敗,請查看日誌",
"删除数据库备份失败,请查看日志": "刪除資料庫備份失敗,請查看日誌",
"数据库备份周期格式不正确": "資料庫備份週期格式不正確",
"数据库备份目录必须是路径字符串": "資料庫備份目錄必須是路徑字串",
"数据库备份过期天数必须是大于等于 0 的整数": "資料庫備份過期天數必須是大於等於 0 的整數",
"数据库备份最大保留份数必须是大于等于 0 的整数": "資料庫備份最大保留份數必須是大於等於 0 的整數",
"记录不存在": "記錄不存在",
"MoviePilot智能助手未启用": "MoviePilot 智慧助手未啟用",
"整理记录不存在": "整理記錄不存在",