mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-28 00:13:40 +00:00
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"type": "radio",
|
|
"keys": [
|
|
"none",
|
|
"updateDetails",
|
|
"missing",
|
|
"wrongLocation",
|
|
"groundtruth",
|
|
"doesNotExist",
|
|
"discussion"
|
|
],
|
|
"label": "Category",
|
|
"placeholder": "Unknown",
|
|
"strings": {
|
|
"options": {
|
|
"none": "None",
|
|
"updateDetails": "Update or add details",
|
|
"missing": "Something is missing",
|
|
"wrongLocation": "Wrong location",
|
|
"groundtruth": "Ground truth or needs local confirmation",
|
|
"doesNotExist": "Does not or never existed",
|
|
"discussion": "Needs discussing"
|
|
}
|
|
}
|
|
}
|