fix(l10n): product subtitle is data processing, not document processing
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
The welcome hero subtitle described Ch∆In as 'AI-assisted document processing' / 'KI-gestützte Dokumentenverarbeitung' — too narrow. The canonical product line is 'AI-assisted data processing' (flows also handle streams and general data, not only documents). Fixed in both locales (arb + generated app_localizations). Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
bac881db3c
commit
07432055a8
4 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"appTitle": "Ch∆In Studio",
|
||||
"navWelcome": "Willkommen",
|
||||
"welcomeHeroTitle": "Ch∆In Platform",
|
||||
"welcomeHeroSubtitle": "Deterministische Workflow-Engine für KI-gestützte Dokumentenverarbeitung in regulierten Umgebungen.",
|
||||
"welcomeHeroSubtitle": "Deterministische Workflow-Engine für KI-gestützte Datenverarbeitung in regulierten Umgebungen.",
|
||||
"welcomePillarHubTitle": "Hub",
|
||||
"welcomePillarHubBody": "Ein Rust-Binary, das Module lädt und Flows ausführt. SQLite für den State. Kein Docker, kein Message-Broker, keine Hintergrunddienste, die gepflegt werden müssen.",
|
||||
"welcomePillarModuleTitle": "Modul",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
"navWelcome": "Welcome",
|
||||
"welcomeHeroTitle": "Ch∆In Platform",
|
||||
"welcomeHeroSubtitle": "Deterministic workflow engine for AI-assisted document processing in regulated environments.",
|
||||
"welcomeHeroSubtitle": "Deterministic workflow engine for AI-assisted data processing in regulated environments.",
|
||||
"welcomePillarHubTitle": "Hub",
|
||||
"welcomePillarHubBody": "One Rust binary that loads modules and runs flows. SQLite for state. No Docker, no message broker, no background services to babysit.",
|
||||
"welcomePillarModuleTitle": "Module",
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
|
||||
@override
|
||||
String get welcomeHeroSubtitle =>
|
||||
'Deterministische Workflow-Engine für KI-gestützte Dokumentenverarbeitung in regulierten Umgebungen.';
|
||||
'Deterministische Workflow-Engine für KI-gestützte Datenverarbeitung in regulierten Umgebungen.';
|
||||
|
||||
@override
|
||||
String get welcomePillarHubTitle => 'Hub';
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
|
||||
@override
|
||||
String get welcomeHeroSubtitle =>
|
||||
'Deterministic workflow engine for AI-assisted document processing in regulated environments.';
|
||||
'Deterministic workflow engine for AI-assisted data processing in regulated environments.';
|
||||
|
||||
@override
|
||||
String get welcomePillarHubTitle => 'Hub';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue