feat(jobs)!: SnapOtter 2.0 phase 2 job spine: async queues, worker pools, object storage, admin dashboard (#217)

This commit is contained in:
SnapOtter
2026-06-13 10:17:13 +08:00
parent 1c724d5d21
commit c451b939c7
130 changed files with 10438 additions and 3592 deletions
+39
View File
@@ -221,6 +221,7 @@ export const zhTW: TranslationKeys = {
description: "將影像轉換為Base64字串,嵌入HTML、CSS等",
},
pipeline: { name: "Pipeline建構器", description: "將多個工具串聯為工作流程" },
processing: { canceled: "Processing canceled" },
},
toolSettings: {
compress: {
@@ -1385,6 +1386,7 @@ export const zhTW: TranslationKeys = {
teams: "團隊",
roles: "角色",
auditLog: "稽核記錄",
usage: "Usage",
apiKeys: "API金鑰",
aiFeatures: "AI功能",
tools: "工具",
@@ -1444,6 +1446,10 @@ export const zhTW: TranslationKeys = {
maxSplitGrid: "最大分割格線",
maxPdfPages: "最大PDF頁數",
sessionDuration: "工作階段時長",
supportBundleButton: "Download Support Bundle",
supportBundleDescription:
"Download a diagnostic zip with redacted config, logs, and job data for troubleshooting.",
supportBundleFailed: "Failed to download support bundle.",
},
security: {
heading: "安全性",
@@ -1594,6 +1600,33 @@ export const zhTW: TranslationKeys = {
hoursAgo: "{hrs}小時前",
daysAgo: "{days}天前",
},
usage: {
heading: "Usage",
description: "Local usage statistics from jobs and file storage.",
periodLabel: "Period",
days7: "7 days",
days30: "30 days",
days90: "90 days",
jobsPerDayHeading: "Jobs per day",
topToolsHeading: "Top tools",
perUserHeading: "Per-user volume",
durationsHeading: "Duration percentiles",
noData: "No data for this period.",
dayColumn: "Day",
totalColumn: "Total",
completedColumn: "Completed",
failedColumn: "Failed",
toolColumn: "Tool",
runsColumn: "Runs",
userColumn: "User",
bytesInColumn: "Bytes in",
poolColumn: "Pool",
p50Column: "p50",
p95Column: "p95",
storageHeading: "Library storage",
storageFiles: "{count} files",
unknownUser: "(unknown)",
},
apiKeys: {
heading: "API金鑰",
description: "管理用於程式化存取SnapOtter的API金鑰。",
@@ -1655,6 +1688,12 @@ export const zhTW: TranslationKeys = {
repair: "Repair",
uninstall: "Uninstall",
installing: "Installing...",
importBundle: "Import Bundle",
importDescription: "Upload a .tar.gz bundle archive exported from another installation.",
importButton: "Import from file",
importing: "Importing...",
importSuccess: "Bundle imported successfully.",
importError: "Bundle import failed: {error}",
},
about: {
heading: "關於",