Skip to content

Commit

Permalink
Deploying to main from @ 0f157cc πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Dec 15, 2023
1 parent 4b16f09 commit 6c1e865
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/presets/attraction/water_slide.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"icon": "roentgen-slide_and_water",
"fields": [
"{attraction}",
"height"
"height",
"layer"
],
"moreFields": [
"{attraction}",
Expand Down
53 changes: 53 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4305,6 +4305,45 @@ en:
label: Type
restrictions:
label: Turn Restrictions
roller_coaster/track:
# roller_coaster=*
label: Type
options:
brake_run:
# description for roller_coaster=brake_run
description: A section of track meant to slow or stop trains
# title for roller_coaster=brake_run
title: Brake Run
launch_straight:
# description for roller_coaster=launch_straight
description: A section of track meant to accelerate the trains through external input
# title for roller_coaster=launch_straight
title: Launch Track
lift_hill:
# description for roller_coaster=lift_hill
description: An inclined track meant to give the trains potential energy
# title for roller_coaster=lift_hill
title: Lift Hill
maintenance:
# description for roller_coaster=maintenance
description: Tracks meant to hold spare trains or conduct maintenance
# title for roller_coaster=maintenance
title: Maintenance
moving:
# description for roller_coaster=moving
description: Any type of moving track, like switch tracks
# title for roller_coaster=moving
title: Moving
station:
# description for roller_coaster=station
description: A section of track where a train stops to board and unboard passengers
# title for roller_coaster=station
title: Station
waiting:
# description for roller_coaster=waiting
description: Tracks used to hold trains if the next block section is occupied
# title for roller_coaster=waiting
title: Waiting
roof/colour:
# roof:colour=*
label: Roof Color
Expand Down Expand Up @@ -11962,6 +12001,20 @@ en:
relation:
name: Relation
terms: <translate with synonyms or related terms for 'Relation', separated by commas>
roller_coaster/station:
# roller_coaster=station | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Roller Coaster Station
# 'terms: theme park,amusement ride'
terms: <translate with synonyms or related terms for 'Roller Coaster Station', separated by commas>
roller_coaster/support:
# roller_coaster=support | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Roller Coaster Support
terms: <translate with synonyms or related terms for 'Roller Coaster Support', separated by commas>
roller_coaster/track:
# roller_coaster=track | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Roller Coaster Track
# 'terms: theme park,amusement ride'
terms: <translate with synonyms or related terms for 'Roller Coaster Track', separated by commas>
route/ferry:
# route=ferry | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Ferry Route
Expand Down

0 comments on commit 6c1e865

Please sign in to comment.