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:
@@ -275,6 +275,7 @@ export const de: TranslationKeys = {
|
||||
name: "Pipeline-Builder",
|
||||
description: "Mehrere Werkzeuge zu einem Workflow verketten",
|
||||
},
|
||||
processing: { canceled: "Processing canceled" },
|
||||
},
|
||||
toolSettings: {
|
||||
compress: {
|
||||
@@ -1460,6 +1461,7 @@ export const de: TranslationKeys = {
|
||||
teams: "Teams",
|
||||
roles: "Rollen",
|
||||
auditLog: "Audit-Protokoll",
|
||||
usage: "Usage",
|
||||
apiKeys: "API-Schluessel",
|
||||
aiFeatures: "AI-Funktionen",
|
||||
tools: "Werkzeuge",
|
||||
@@ -1521,6 +1523,10 @@ export const de: TranslationKeys = {
|
||||
maxSplitGrid: "Maximales Aufteilungsraster",
|
||||
maxPdfPages: "Maximale PDF-Seiten",
|
||||
sessionDuration: "Sitzungsdauer",
|
||||
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: "Sicherheit",
|
||||
@@ -1676,6 +1682,33 @@ export const de: TranslationKeys = {
|
||||
hoursAgo: "Vor {hrs} Std.",
|
||||
daysAgo: "Vor {days} Tagen",
|
||||
},
|
||||
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-Schluessel",
|
||||
description: "API-Schluessel fuer programmatischen Zugriff auf SnapOtter verwalten.",
|
||||
@@ -1742,6 +1775,12 @@ export const de: 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: "Info",
|
||||
|
||||
Reference in New Issue
Block a user