Skip to content

Commit

Permalink
tweak labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Oct 18, 2022
1 parent 95c206b commit 27d7b8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/fields/fuel/fuel_multi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"options": {
"diesel": "Diesel",
"GTL_diesel": "GTL Diesel",
"HGV_diesel": "HGV Diesel",
"biodiesel": "Bio Diesel",
"HGV_diesel": "Truck Diesel",
"biodiesel": "Biodiesel",
"octane_80": "Gasoline (80 Octane)",
"octane_87": "Gasoline (87 Octane)",
"octane_89": "Gasoline (89 Octane)",
Expand Down
4 changes: 2 additions & 2 deletions data/fields/substation.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"label": "Type",
"strings": {
"options": {
"transmission": "High Voltage Transmission",
"transmission": "High-Voltage Transmission",
"distribution": "Regional Distribution",
"minor_distribution": "Local Distribution",
"industrial": "Industrial",
"generation": "Generation",
"transition": "Overground/Underground Transition",
"traction": "Traction System Supply",
"converter": "High Voltage AC/DC Converter",
"converter": "High-Voltage AC/DC Converter",
"compensation": "Reactive Power Compensation"
}
},
Expand Down
8 changes: 4 additions & 4 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1409,15 +1409,15 @@ en:
# fuel:=GTL_diesel
GTL_diesel: GTL Diesel
# fuel:=HGV_diesel
HGV_diesel: HGV Diesel
HGV_diesel: Truck Diesel
# fuel:=LH2
LH2: Liquid Hydrogen
# fuel:=adblue
adblue: AdBlue / AUS 32
#canister': fuel:=adblue:canister
adblue:canister: AdBlue / AUS 32 (sold in canisters)
# fuel:=biodiesel
biodiesel: Bio Diesel
biodiesel: Biodiesel
# fuel:=cng
cng: Compressed Natural Gas (CNG)
# fuel:=diesel
Expand Down Expand Up @@ -3534,7 +3534,7 @@ en:
# substation=compensation
compensation: Reactive Power Compensation
# substation=converter
converter: High Voltage AC/DC Converter
converter: High-Voltage AC/DC Converter
# substation=distribution
distribution: Regional Distribution
# substation=generation
Expand All @@ -3548,7 +3548,7 @@ en:
# substation=transition
transition: Overground/Underground Transition
# substation=transmission
transmission: High Voltage Transmission
transmission: High-Voltage Transmission
supervised:
# supervised=*
label: Supervised
Expand Down

0 comments on commit 27d7b8f

Please sign in to comment.