feat(ca): Add analysis loading feature and update documentation to v5-Stable

This commit is contained in:
2026-01-12 15:44:26 +00:00
parent 70e689384e
commit 5283f8a84b
5 changed files with 117 additions and 14 deletions

View File

@@ -15,6 +15,8 @@ export const translations = {
marketScopePlaceholder: "z.B. DACH, EU, global",
languageLabel: "Sprache",
submitButton: "Analyse starten",
loadAnalysisLabel: "Oder bestehende Analyse laden",
loadButton: "Analyse-Datei (.json) hochladen"
},
loadingSpinner: {
message: "AI analysiert, bitte warten...",
@@ -158,6 +160,8 @@ export const translations = {
marketScopePlaceholder: "e.g., DACH, EU, global",
languageLabel: "Language",
submitButton: "Start Analysis",
loadAnalysisLabel: "Or load existing analysis",
loadButton: "Upload Analysis File (.json)"
},
loadingSpinner: {
message: "AI is analyzing, please wait...",