Enhance vehicle speed display by adding localized labels in DirectorInfo, SaleSection, and BranchView components

This commit is contained in:
Torsten Schulz (local)
2025-12-09 11:45:35 +01:00
parent a7350282ee
commit 71c62cf5e8
5 changed files with 44 additions and 3 deletions

View File

@@ -351,6 +351,13 @@
"status": "Status",
"actions": "Aktionen"
},
"speed": {
"1": "Langsam",
"2": "Mittel",
"3": "Schnell",
"4": "Sehr schnell",
"unknown": "Unbekannt"
},
"status": {
"inUse": "In Benutzung",
"building": "Im Bau",
@@ -391,6 +398,7 @@
"repairSuccess": "Fahrzeug wird repariert!",
"repairError": "Fehler beim Reparieren des Fahrzeugs."
},
"stocktype": {
"wood": "Holzlager",
"stone": "Steinlager",

View File

@@ -22,6 +22,14 @@
},
"transport": {
"waiting": "Transport waiting"
,
"speed": {
"1": "Slow",
"2": "Medium",
"3": "Fast",
"4": "Very fast",
"unknown": "Unknown"
}
},
"random_event": {
"windfall": {