Enhance vehicle speed display by adding localized labels in DirectorInfo, SaleSection, and BranchView components
This commit is contained in:
@@ -22,6 +22,14 @@
|
||||
},
|
||||
"transport": {
|
||||
"waiting": "Transport waiting"
|
||||
,
|
||||
"speed": {
|
||||
"1": "Slow",
|
||||
"2": "Medium",
|
||||
"3": "Fast",
|
||||
"4": "Very fast",
|
||||
"unknown": "Unknown"
|
||||
}
|
||||
},
|
||||
"random_event": {
|
||||
"windfall": {
|
||||
|
||||
Reference in New Issue
Block a user