add strings for fields: fuel, entrance and substation (#467)

This commit is contained in:
Maksim Gurtovenko 2022-10-17 18:04:28 +02:00 committed by Martin Raifer
parent de50002dde
commit 95c206bc23
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
9 changed files with 195 additions and 11 deletions

View file

@ -1,5 +1,19 @@
{
"key": "entrance",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"yes": "Unspecified",
"main": "Main",
"secondary": "Secondary",
"service": "Service",
"exit": "Exit Only",
"entrance": "Entrance Only",
"emergency": "Emergency Exit",
"staircase": "Staircase",
"home": "Private House or Apartment",
"garage": "Garage Door"
}
}
}

View file

@ -0,0 +1,22 @@
{
"key": "fuel:",
"type": "multiCombo",
"label": "{fuel/fuel_multi}",
"stringsCrossReference": "{fuel/fuel_multi}",
"options": [
"diesel",
"octane_80",
"octane_92",
"octane_95",
"octane_98",
"octane_100",
"lpg",
"cng"
],
"autoSuggestions": false,
"locationSet": {
"include": [
"RU"
]
}
}

View file

@ -0,0 +1,53 @@
{
"key": "fuel:",
"type": "multiCombo",
"label": "Fuel Types",
"strings": {
"options": {
"diesel": "Diesel",
"GTL_diesel": "GTL Diesel",
"HGV_diesel": "HGV Diesel",
"biodiesel": "Bio Diesel",
"octane_80": "Gasoline (80 Octane)",
"octane_87": "Gasoline (87 Octane)",
"octane_89": "Gasoline (89 Octane)",
"octane_91": "Gasoline (91 Octane)",
"octane_92": "Gasoline (92 Octane)",
"octane_95": "Gasoline (95 Octane)",
"octane_98": "Gasoline (98 Octane)",
"octane_100": "Gasoline (100 Octane)",
"e10": "E10 Gasoline",
"e85": "E85 Gasoline",
"lpg": "Liquefied Natural Gas (LPG)",
"cng": "Compressed Natural Gas (CNG)",
"propane": "Propane",
"LH2": "Liquid Hydrogen",
"h70": "Gaseous Hydrogen (700 bar)",
"adblue": "AdBlue / AUS 32",
"adblue:canister": "AdBlue / AUS 32 (sold in canisters)"
}
},
"autoSuggestions": true,
"caseSensitive": true,
"terms": [
"diesel",
"gas",
"gasoline",
"petrol",
"ethanol",
"biodiesel",
"bioethanol",
"fuel",
"fuel mix",
"mixture",
"propane",
"lpg",
"cng",
"lng"
],
"locationSet": {
"exclude": [
"RU"
]
}
}

View file

@ -1,5 +0,0 @@
{
"key": "fuel:",
"type": "multiCombo",
"label": "Fuel Types"
}

View file

@ -1,5 +1,19 @@
{
"key": "substation",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"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",
"compensation": "Reactive Power Compensation"
}
},
"autoSuggestions": false
}

View file

@ -5,7 +5,8 @@
"brand",
"operator",
"address",
"fuel_multi",
"fuel/fuel_multi",
"fuel/fuel_multi-RU",
"self_service",
"building_area"
],

View file

@ -2,7 +2,7 @@
"icon": "temaki-propane_tank",
"fields": [
"{shop}",
"fuel_multi"
"fuel/fuel_multi"
],
"geometry": [
"point",

View file

@ -5,7 +5,7 @@
"operator",
"address",
"opening_hours",
"fuel_multi"
"fuel/fuel_multi"
],
"moreFields": [
"branch_brand",