Skip to content

Commit

Permalink
ref: added json stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Oct 10, 2024
1 parent 5ea2311 commit 3679aac
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 12 deletions.
10 changes: 9 additions & 1 deletion src/main/resources/assets/opensignals/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -666,5 +666,13 @@
"property.value.DISTANT_LEFT": "Vorsignal links",
"property.value.DISTANT_RIGHT": "Vorsignal rechts",
"block.opensignals.postconnectable": "Verbindungsfähiger Mast",
"property.value.GSMR": "GSMR Tafel"
"property.value.GSMR": "GSMR Tafel",
"info.key.removeother": "Andere entfernen?",
"info.train_number": "Zugnummernfeld",
"property.TRAIN_NUMBER": "Zugnummernfeld",
"btn.connect.trainnumber": "Zugnummernfeld verbinden",
"gui.tile.notvalid": "Nicht erlaubt",
"property.SHUNTING": "Rangieren",
"gui.signalbox.choosetypes": "Wähle Fahrstraßentyp",
"property.mode_select.name": "Wähle Streckenelement"
}
26 changes: 17 additions & 9 deletions src/main/resources/assets/opensignals/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
"property.pathway_costs.desc": "This option can be used to increase the 'costs' for certain path elements so that the path algorithm avoids this path if possible. This is particularly helpful if you want to influence the pathway manually.",
"info.node.text": "Labeling",
"property.can_be_overstepped.name": "Can be skipped",
"property.can_be_overstepped.desc": "The signal can be skipped. This means that the pathway can be set to the next signal and this signal shows identifier light (turned off).",
"property.can_be_overstepped.desc": "The signal can be skipped. This means that the pathway can be set to the next signal and this signal shows identifier light (turned off).",
"property.presignals.name": "Define Presignals",
"property.presignals.desc": "Here you can define corresponding distant signals that also activate when the main signal is in the driving position, even without an active pathway.",
"info.usage.trainnumber": "Train number",
Expand All @@ -646,15 +646,15 @@
"info.usage.changetrainnumber": "Set train number",
"info.arrow": "Dead signal",
"info.ne1": "Ne1 - Trapezoid sign",
"info.ne5": "Ne5 - Holding sign",
"info.zs3": "Zs3 - Speed indicator signal",
"info.ne5": "Ne5 - Holding sign",
"info.zs3": "Zs3 - Speed indicator signal",
"block.opensignals.zs32": "Zs3/Zs2",
"tile.zs32.name": "Zs3/Zs2",
"property.ZS3": "Zs3/Zs2",
"property.protectionway.name": "Overlap",
"property.protectionway.desc": "Select a section of path behind the destination signal. The overlap is set up to this point. The overlap (pass-through path) is a protective section behind the destination signal that must be secured and kept clear if trains do not come to a stop in front of the signal as planned and path-through past the signal.",
"tile.zs32.name": "Zs3/Zs2",
"property.ZS3": "Zs3/Zs2",
"property.protectionway.name": "Overlap",
"property.protectionway.desc": "Select a section of path behind the destination signal. The overlap is set up to this point. The overlap (pass-through path) is a protective section behind the destination signal that must be secured and kept clear if trains do not come to a stop in front of the signal as planned and path-through past the signal.",
"property.reset_protectionway_delay.name": "Delay-Overlap-reset",
"property.reset_protectionway_delay.desc": "",
"property.reset_protectionway_delay.desc": "",
"info.usage.savedpathways.desc": "All saved pathways are listed here. You can display or delete the pathways.",
"property.prop.INPUT.protectionway_reset.name": "Overlap reset",
"property.prop.INPUT.protectionway_reset.desc": "Select a redstone input which will trigger the overlap reset.",
Expand All @@ -666,5 +666,13 @@
"property.value.DISTANT_LEFT": "Distant signal left",
"property.value.DISTANT_RIGHT": "Distant signal right",
"block.opensignals.postconnectable": "Connectable Pole",
"property.value.GSMR": "GSMR Plate"
"property.value.GSMR": "GSMR Plate",
"info.key.removeother": "Remove other?",
"info.train_number": "Train number field",
"property.TRAIN_NUMBER": "Train number field",
"btn.connect.trainnumber": "Connect trainnumber",
"gui.tile.notvalid": "Not valid",
"property.SHUNTING": "Shunting",
"gui.signalbox.choosetypes": "Choose pathway type",
"property.mode_select.name": "Select track element"
}
Loading

0 comments on commit 3679aac

Please sign in to comment.