From 8451099b9049e71548825f0ecb4c24ecada759b1 Mon Sep 17 00:00:00 2001 From: Stefan Lohmaier Date: Tue, 12 May 2026 03:46:35 -0700 Subject: [PATCH] docs(i18n): stubs README in English --- src/stubs/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/stubs/README.md b/src/stubs/README.md index 3e61ede..b9a3450 100644 --- a/src/stubs/README.md +++ b/src/stubs/README.md @@ -1,13 +1,13 @@ -# Stubs — nicht implementierte Komponenten +# Stubs — components not implemented -Diese Komponenten sind in der Software-Architektur (`arch/swe/`) vollstaendig -spezifiziert, aber in dieser Demo nicht ausimplementiert. Sie zeigen nur die -Header-Schnittstellen. +These components are fully specified in the software architecture +(`arch/swe/`) but are not implemented in this demo. Only the header +interfaces are shown. -Im Real-Projekt wuerden hier vollstaendige `.c`-Implementierungen plus -Unit-Tests stehen. +In a real project, full `.c` implementations and unit tests would +live here. -| Komponente | ASIL | SWA | +| Component | ASIL | SWA | |-------------------------|------|-----------| | Safety Manager | D | SWA-001 | | Wheel Speed Plausi | B | SWA-004 |