mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"key": "internet_access",
|
|
"type": "combo",
|
|
"label": "Internet Connection",
|
|
"strings": {
|
|
"options": {
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"wlan": "Wifi",
|
|
"wired": "Wired",
|
|
"terminal": "Terminal"
|
|
}
|
|
},
|
|
"terms": [
|
|
"wifi",
|
|
"wlan"
|
|
]
|
|
}
|