mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
chore: categories update for number generator
This commit is contained in:
@@ -51,11 +51,14 @@
|
|||||||
"TN": ["3", "000", "899"],
|
"TN": ["3", "000", "899"],
|
||||||
"TM": ["4", "000", "899"],
|
"TM": ["4", "000", "899"],
|
||||||
"TS": ["5", "000", "899"],
|
"TS": ["5", "000", "899"],
|
||||||
|
"TH": ["5", "000", "899"],
|
||||||
|
|
||||||
"LT": ["5", "000", "899"],
|
"LT": ["5", "000", "899"],
|
||||||
"LP": ["6", "000", "899"],
|
"LP": ["6", "000", "899"],
|
||||||
"LS": ["9", "000", "899"],
|
"LS": ["9", "000", "899"],
|
||||||
|
"LZ": ["9", "000", "899"],
|
||||||
|
|
||||||
"ZN": ["9", "000", "899"]
|
"ZN": ["9", "000", "899"],
|
||||||
|
"ZU": ["9", "000", "899"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+15
-14
@@ -130,34 +130,35 @@
|
|||||||
"EN": "EN - domestic night express",
|
"EN": "EN - domestic night express",
|
||||||
|
|
||||||
"MP": "MP - intervoivodeship bullet",
|
"MP": "MP - intervoivodeship bullet",
|
||||||
"RP": "RP - voivodeship bullet",
|
|
||||||
"MO": "MO - intervoivodeship regio",
|
"MO": "MO - intervoivodeship regio",
|
||||||
"RO": "RO - voivodeship regio",
|
|
||||||
|
|
||||||
"MM": "MM - international bullet",
|
"MM": "MM - international bullet",
|
||||||
"MH": "MH - intervoivodeship bullet (night / hotel)",
|
"MH": "MH - intervoivodeship night bullet",
|
||||||
|
|
||||||
|
"RP": "RP - voivodeship bullet",
|
||||||
"RM": "RM - international voivodeship regio",
|
"RM": "RM - international voivodeship regio",
|
||||||
|
"RO": "RO - voivodeship regio",
|
||||||
"RA": "RA - voivodeship regio (urban)",
|
"RA": "RA - voivodeship regio (urban)",
|
||||||
|
|
||||||
"PW": "PW - empty passenger",
|
"PW": "PW - empty passenger",
|
||||||
"PX": "PX - empty passenger test drive",
|
"PX": "PX - empty passenger test drive",
|
||||||
|
|
||||||
"TC": "TC - international freight (intermodal)",
|
"TC": "TC - international freight (intermodal)",
|
||||||
"TG": "TG - international freight (cargo)",
|
"TG": "TG - international freight (organized cargo)",
|
||||||
"TR": "TR - international freight (no cargo)",
|
"TR": "TR - international freight (unorganized cargo)",
|
||||||
"TD": "TD - domestic freight (intermodal)",
|
"TD": "TD - domestic freight (intermodal)",
|
||||||
"TM": "TM - domestic freight (cargo)",
|
"TM": "TM - domestic freight (organized cargo)",
|
||||||
"TN": "TN - domestic freight (no cargo)",
|
"TN": "TN - domestic freight (unorganized cargo)",
|
||||||
"TK": "TK - freight (stations & sidings)",
|
"TK": "TK - freight (for stations & sidings)",
|
||||||
"TS": "TS - empty freight test drive",
|
"TS": "TS - empty freight test drive",
|
||||||
|
"TH": "TH - locomotive rolling stock (over 3 vehicles)",
|
||||||
|
|
||||||
"LT": "LT - locomotive only",
|
"LT": "LT - freight locomotive only",
|
||||||
"LT-new": "LT - freight locomotive only",
|
|
||||||
|
|
||||||
"LP": "LP - passenger locomotive only",
|
"LP": "LP - passenger locomotive only",
|
||||||
"LS": "LS - shunting locomotive",
|
"LS": "LS - shunting locomotive only",
|
||||||
|
"LZ": "LS - shunting locomotive only",
|
||||||
|
|
||||||
"ZN": "ZN - inspection / diagnostic"
|
"ZN": "ZN - inspection / diagnostic type",
|
||||||
|
"ZU": "ZU - other maintenance type"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wiki": {
|
"wiki": {
|
||||||
|
|||||||
+6
-5
@@ -150,14 +150,15 @@
|
|||||||
"TN": "TN - towarowy krajowy niemasowy",
|
"TN": "TN - towarowy krajowy niemasowy",
|
||||||
"TK": "TK - towarowy (stacje i bocznice)",
|
"TK": "TK - towarowy (stacje i bocznice)",
|
||||||
"TS": "TS - towarowy próżny próbny",
|
"TS": "TS - towarowy próżny próbny",
|
||||||
|
"TH": "TH - skład lokomotyw (powyżej 3 pojazdów)",
|
||||||
|
|
||||||
"LT": "LT - lokomotywa luzem",
|
"LT": "LT - lokomotywa towarowa luzem",
|
||||||
"LT-new": "LT - lokomotywa towarowa luzem",
|
|
||||||
|
|
||||||
"LP": "LP - lokomotywa pasażerska luzem",
|
"LP": "LP - lokomotywa pasażerska luzem",
|
||||||
"LS": "LS - lokomotywa manewrowa",
|
"LS": "LS - lokomotywa manewrowa luzem",
|
||||||
|
"LZ": "LZ - lokomotywa dla poc. utrzymaniowo-naprawczych",
|
||||||
|
|
||||||
"ZN": "ZN - inspekcyjny / diagnostyczny"
|
"ZN": "ZN - inspekcyjny / diagnostyczny",
|
||||||
|
"ZU": "ZU - inny utrzymaniowy"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wiki": {
|
"wiki": {
|
||||||
|
|||||||
Reference in New Issue
Block a user