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

@ -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"
]
}
}