add tag values as part of the label

addresses https://github.com/openstreetmap/id-tagging-schema/pull/447#discussion_r918806472
This commit is contained in:
Martin Raifer 2022-07-12 13:26:21 +02:00
parent af0a715af6
commit a33d777b02
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
2 changed files with 14 additions and 14 deletions

View file

@ -4,13 +4,13 @@
"label": "Type",
"strings": {
"options": {
"main": "Forwards power",
"distribution": "Feeds final consumers, installed outside substations",
"generator": "Steps-up voltage in power plants",
"converter": "Feeds power converters",
"phase_angle_regulator": "Regulates phase angle",
"auxiliary": "Feeds internal systems in substations",
"yes": "Unknown role"
"main": "Main: Forwards power",
"distribution": "Distribution: Feeds final consumers, installed outside substations",
"generator": "Generator: Steps-up voltage in power plants",
"converter": "Converter: Feeds power converters",
"phase_angle_regulator": "Phase Angle Regulator",
"auxiliary": "Auxiliary: Feeds internal systems in substations",
"yes": "Unknown Role"
}
},
"autoSuggestions": false,