Strings Beladung und Entladung geändet
This commit is contained in:
+3
-3
@@ -244,7 +244,7 @@ def build_kreisel_details(block):
|
||||
SKIP_BLOCKS = set(BLOCKPATTERNS.get("pattern_ks_subblocks", ["K1", "K2", "K3", "K4", "KS_EIN", "KS_AUS"]))
|
||||
|
||||
# Sivas-Nummern und Bezeichnungen je ILS-Elementtyp
|
||||
# Hinweis: "ils_kurve", "bt_beladung" und "bg_entladung" sind aktuell nur
|
||||
# Hinweis: "ils_kurve", sind aktuell nur
|
||||
# Typnamen-Platzhalter - die zugehoerigen Menuebefehle sind noch Dummies
|
||||
# (siehe Lisp/README.md), es gibt noch keine Block-Erkennung dafuer.
|
||||
ILS_SIVASNR = {
|
||||
@@ -255,8 +255,8 @@ ILS_SIVASNR = {
|
||||
"ils_kurve": ("", "ILS 2.0 Kurve"),
|
||||
"strecke": ("6220", "ILS 2.0 Strecke"),
|
||||
"gefaellestrecke": ("6220", "ILS 2.0 Gefaellestrecke"),
|
||||
"bt_beladung": ("", "BT - Beladung"),
|
||||
"bg_entladung": ("", "BG - Entladung"),
|
||||
"bt_beladung": ("", "BT - Beladung (mit Vereinzeler, ohne Separator)"),
|
||||
"bg_entladung": ("", "Abwurf für Klammerbügel Sitzbezüge / Kleiderbügel"),
|
||||
"automation": ("6269", "ILS 2.0 Automation und Pneumatik - Gesamtanlage"),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user