docs: translate German comments and docstrings to English

Translate all inline comments, docstrings, and documentation from German to English across the codebase to improve accessibility for international developers.

Fixes #27

Signed-off-by: Nicolai Buchwitz <n.buchwitz@kunbus.com>
This commit is contained in:
Nicolai Buchwitz
2026-02-03 10:16:40 +01:00
committed by Sven Sager
parent 21d8c523ae
commit c26841cf94
17 changed files with 1050 additions and 1086 deletions

View File

@@ -84,7 +84,7 @@ class TestIos(TestRevPiModIO):
"""Testet mehrbittige IOs."""
rpi = self.modio(configrsc="config_supervirt.rsc")
# Adressen und Längen prüfen
# Check addresses and lengths
self.assertEqual(rpi.device[65]._offset, 75)
self.assertEqual(rpi.io.InBit_1.length, 1)