mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(jobs)!: SnapOtter 2.0 phase 2 job spine: async queues, worker pools, object storage, admin dashboard (#217)
This commit is contained in:
@@ -222,6 +222,7 @@ export const zhCN: TranslationKeys = {
|
||||
description: "将图片转换为 Base64 字符串,可嵌入 HTML、CSS 等",
|
||||
},
|
||||
pipeline: { name: "Pipeline 构建器", description: "将多个工具串联为工作流" },
|
||||
processing: { canceled: "Processing canceled" },
|
||||
},
|
||||
toolSettings: {
|
||||
compress: {
|
||||
@@ -1387,6 +1388,7 @@ export const zhCN: TranslationKeys = {
|
||||
teams: "团队",
|
||||
roles: "角色",
|
||||
auditLog: "审计日志",
|
||||
usage: "Usage",
|
||||
apiKeys: "API 密钥",
|
||||
aiFeatures: "AI 功能",
|
||||
tools: "工具",
|
||||
@@ -1446,6 +1448,10 @@ export const zhCN: 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: "安全",
|
||||
@@ -1596,6 +1602,33 @@ export const zhCN: 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 密钥。",
|
||||
@@ -1657,6 +1690,12 @@ export const zhCN: 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: "关于",
|
||||
|
||||
Reference in New Issue
Block a user