mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
@@ -120,6 +120,8 @@ en:
|
||||
label: Type
|
||||
boundary:
|
||||
label: Type
|
||||
brand:
|
||||
label: Brand
|
||||
building:
|
||||
label: Building
|
||||
building_area:
|
||||
|
||||
@@ -217,6 +217,11 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"brand": {
|
||||
"key": "brand",
|
||||
"type": "text",
|
||||
"label": "Brand"
|
||||
},
|
||||
"building": {
|
||||
"key": "building",
|
||||
"type": "typeCombo",
|
||||
|
||||
5
data/presets/fields/brand.json
Normal file
5
data/presets/fields/brand.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "brand",
|
||||
"type": "text",
|
||||
"label": "Brand"
|
||||
}
|
||||
@@ -503,6 +503,7 @@
|
||||
"icon": "bicycle",
|
||||
"fields": [
|
||||
"operator",
|
||||
"brand",
|
||||
"opening_hours",
|
||||
"fee",
|
||||
"service/bicycle/chaintool",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "bicycle",
|
||||
"fields": [
|
||||
"operator",
|
||||
"brand",
|
||||
"opening_hours",
|
||||
"fee",
|
||||
"service/bicycle/chaintool",
|
||||
|
||||
3
dist/locales/en.json
vendored
3
dist/locales/en.json
vendored
@@ -673,6 +673,9 @@
|
||||
"boundary": {
|
||||
"label": "Type"
|
||||
},
|
||||
"brand": {
|
||||
"label": "Brand"
|
||||
},
|
||||
"building": {
|
||||
"label": "Building"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user