Enhance vehicle speed display by adding localized labels in DirectorInfo, SaleSection, and BranchView components
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user