mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add strings for fields: fuel, entrance and substation (#467)
This commit is contained in:
parent
de50002dde
commit
95c206bc23
9 changed files with 195 additions and 11 deletions
|
|
@ -1240,6 +1240,27 @@ en:
|
|||
entrance:
|
||||
# entrance=*
|
||||
label: Type
|
||||
options:
|
||||
# entrance=emergency
|
||||
emergency: Emergency Exit
|
||||
# entrance=entrance
|
||||
entrance: Entrance Only
|
||||
# entrance=exit
|
||||
exit: Exit Only
|
||||
# entrance=garage
|
||||
garage: Garage Door
|
||||
# entrance=home
|
||||
home: Private House or Apartment
|
||||
# entrance=main
|
||||
main: Main
|
||||
# entrance=secondary
|
||||
secondary: Secondary
|
||||
# entrance=service
|
||||
service: Service
|
||||
# entrance=staircase
|
||||
staircase: Staircase
|
||||
# entrance=yes
|
||||
'yes': Unspecified
|
||||
terms: '[translate with synonyms or related terms for ''Type'', separated by commas]'
|
||||
except:
|
||||
# except=*
|
||||
|
|
@ -1381,9 +1402,54 @@ en:
|
|||
fuel:
|
||||
# fuel=*
|
||||
label: Fuel
|
||||
fuel_multi:
|
||||
fuel/fuel_multi:
|
||||
# fuel:=*
|
||||
label: Fuel Types
|
||||
options:
|
||||
# fuel:=GTL_diesel
|
||||
GTL_diesel: GTL Diesel
|
||||
# fuel:=HGV_diesel
|
||||
HGV_diesel: HGV 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
|
||||
# fuel:=cng
|
||||
cng: Compressed Natural Gas (CNG)
|
||||
# fuel:=diesel
|
||||
diesel: Diesel
|
||||
# fuel:=e10
|
||||
e10: E10 Gasoline
|
||||
# fuel:=e85
|
||||
e85: E85 Gasoline
|
||||
# fuel:=h70
|
||||
h70: Gaseous Hydrogen (700 bar)
|
||||
# fuel:=lpg
|
||||
lpg: Liquefied Natural Gas (LPG)
|
||||
# fuel:=octane_100
|
||||
octane_100: Gasoline (100 Octane)
|
||||
# fuel:=octane_80
|
||||
octane_80: Gasoline (80 Octane)
|
||||
# fuel:=octane_87
|
||||
octane_87: Gasoline (87 Octane)
|
||||
# fuel:=octane_89
|
||||
octane_89: Gasoline (89 Octane)
|
||||
# fuel:=octane_91
|
||||
octane_91: Gasoline (91 Octane)
|
||||
# fuel:=octane_92
|
||||
octane_92: Gasoline (92 Octane)
|
||||
# fuel:=octane_95
|
||||
octane_95: Gasoline (95 Octane)
|
||||
# fuel:=octane_98
|
||||
octane_98: Gasoline (98 Octane)
|
||||
# fuel:=propane
|
||||
propane: Propane
|
||||
fuel/fuel_multi-RU:
|
||||
# fuel:=*
|
||||
gambling:
|
||||
# gambling=*
|
||||
label: Games
|
||||
|
|
@ -3464,6 +3530,25 @@ en:
|
|||
substation:
|
||||
# substation=*
|
||||
label: Type
|
||||
options:
|
||||
# substation=compensation
|
||||
compensation: Reactive Power Compensation
|
||||
# substation=converter
|
||||
converter: High Voltage AC/DC Converter
|
||||
# substation=distribution
|
||||
distribution: Regional Distribution
|
||||
# substation=generation
|
||||
generation: Generation
|
||||
# substation=industrial
|
||||
industrial: Industrial
|
||||
# substation=minor_distribution
|
||||
minor_distribution: Local Distribution
|
||||
# substation=traction
|
||||
traction: Traction System Supply
|
||||
# substation=transition
|
||||
transition: Overground/Underground Transition
|
||||
# substation=transmission
|
||||
transmission: High Voltage Transmission
|
||||
supervised:
|
||||
# supervised=*
|
||||
label: Supervised
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue