mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Add description and fixme fields
This commit is contained in:
@@ -89,6 +89,8 @@ en:
|
||||
label: Denomination
|
||||
denotation:
|
||||
label: Denotation
|
||||
description:
|
||||
label: Description
|
||||
elevation:
|
||||
label: Elevation
|
||||
emergency:
|
||||
@@ -100,6 +102,8 @@ en:
|
||||
placeholder: +31 42 123 4567
|
||||
fee:
|
||||
label: Fee
|
||||
fixme:
|
||||
label: Fix Me
|
||||
highway:
|
||||
label: Type
|
||||
historic:
|
||||
|
||||
@@ -194,6 +194,11 @@
|
||||
"type": "combo",
|
||||
"label": "Denotation"
|
||||
},
|
||||
"description": {
|
||||
"key": "description",
|
||||
"type": "textarea",
|
||||
"label": "Description"
|
||||
},
|
||||
"elevation": {
|
||||
"key": "ele",
|
||||
"type": "number",
|
||||
@@ -222,6 +227,11 @@
|
||||
"type": "check",
|
||||
"label": "Fee"
|
||||
},
|
||||
"fixme": {
|
||||
"key": "fixme",
|
||||
"type": "textarea",
|
||||
"label": "Fix Me"
|
||||
},
|
||||
"highway": {
|
||||
"key": "highway",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "description",
|
||||
"type": "textarea",
|
||||
"label": "Description"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "fixme",
|
||||
"type": "textarea",
|
||||
"label": "Fix Me"
|
||||
}
|
||||
Vendored
+6
-1
@@ -218,7 +218,6 @@
|
||||
"show_more": "Show More",
|
||||
"new_tag": "New tag",
|
||||
"view_on_osm": "View on openstreetmap.org",
|
||||
"editing_feature": "Editing {feature}",
|
||||
"all_tags": "All tags",
|
||||
"all_members": "All members",
|
||||
"all_relations": "All relations",
|
||||
@@ -480,6 +479,9 @@
|
||||
"denotation": {
|
||||
"label": "Denotation"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"elevation": {
|
||||
"label": "Elevation"
|
||||
},
|
||||
@@ -496,6 +498,9 @@
|
||||
"fee": {
|
||||
"label": "Fee"
|
||||
},
|
||||
"fixme": {
|
||||
"label": "Fix Me"
|
||||
},
|
||||
"highway": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user