Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"Admin.EditChallenge.form.exportableProperties.label": "Properties to export in CSV",
"Admin.EditChallenge.form.featured.description": "Featured challenges are shown at the top of the list when browsing and searching challenges. Only super-users may mark a challenge as featured.",
"Admin.EditChallenge.form.featured.label": "Featured",
"Admin.EditChallenge.form.highPriorityBounds.label": "High Priority Bounds",
"Admin.EditChallenge.form.highPriorityRules.label": "High Priority Rules",
"Admin.EditChallenge.form.ignoreSourceErrors.description": "Proceed despite detected errors in source data. Only expert users who fully understand the implications should attempt this.",
"Admin.EditChallenge.form.ignoreSourceErrors.label": "Ignore Errors",
Expand All @@ -150,9 +151,11 @@
"Admin.EditChallenge.form.localGeoJson.description": "Please upload the local GeoJSON file from your computer",
"Admin.EditChallenge.form.localGeoJson.label": "I want to upload a GeoJSON file",
"Admin.EditChallenge.form.localGeoJson.readOnly": "If you need to upload fresh GeoJSON, choose Rebuild Tasks when managing your challenge.",
"Admin.EditChallenge.form.lowPriorityBounds.label": "Low Priority Bounds",
"Admin.EditChallenge.form.lowPriorityRules.label": "Low Priority Rules",
"Admin.EditChallenge.form.maxZoom.description": "The maximum allowed zoom level for your challenge. This should be set to a level that allows the user to sufficiently zoom in to work on the tasks while keeping them from zooming in to a level that isn’t useful or exceeds the available resolution of the map/imagery in the geographic region.",
"Admin.EditChallenge.form.maxZoom.label": "Maximum Zoom Level",
"Admin.EditChallenge.form.mediumPriorityBounds.label": "Medium Priority Bounds",
"Admin.EditChallenge.form.mediumPriorityRules.label": "Medium Priority Rules",
"Admin.EditChallenge.form.minZoom.description": "The minimum allowed zoom level for your challenge. This should be set to a level that allows the user to sufficiently zoom out to work on tasks while keeping them from zooming out to a level that isn’t useful.",
"Admin.EditChallenge.form.minZoom.label": "Minimum Zoom Level",
Expand Down Expand Up @@ -712,6 +715,24 @@
"CountryName.ZA": "South Africa",
"CountryName.ZM": "Zambia",
"CountryName.ZW": "Zimbabwe",
"CustomPriorityBoundsField.cancel": "Cancel",
"CustomPriorityBoundsField.cancelLasso": "Cancel Lasso",
"CustomPriorityBoundsField.clearAll": "Clear All",
"CustomPriorityBoundsField.clearAllPolygons": "Clear All Polygons",
"CustomPriorityBoundsField.clearPolygons": "Clear All",
"CustomPriorityBoundsField.confirmClearAllMessage": "Are you sure you want to remove all {count} polygons? This action cannot be undone.",
"CustomPriorityBoundsField.deletePolygon": "Delete Polygon",
"CustomPriorityBoundsField.drawPolygon": "Draw Polygon",
"CustomPriorityBoundsField.hideMap": "Hide Map",
"CustomPriorityBoundsField.highPriority": "High Priority",
"CustomPriorityBoundsField.lassoSelect": "Lasso Select",
"CustomPriorityBoundsField.lowPriority": "Low Priority",
"CustomPriorityBoundsField.mediumPriority": "Medium Priority",
"CustomPriorityBoundsField.polygonsDefined": "{count} polygon{count, plural, one { } other {s}} defined",
"CustomPriorityBoundsField.recenterOnPolygons": "Recenter on Polygons",
"CustomPriorityBoundsField.remove": "Remove",
"CustomPriorityBoundsField.removePolygon": "Remove Polygon",
"CustomPriorityBoundsField.showMap": "Show Map",
"CustomUrlList.controls.add.label": "Add URL",
"CustomUrlList.description.description": "Optional brief description of the URL",
"CustomUrlList.name.description": "A unique name/label for this custom URL",
Expand Down Expand Up @@ -856,6 +877,7 @@
"Footer.versionLabel": "MapRoulette",
"Footer.versions.heading": "VERSIONS",
"Footer.viewBlog": "Read the Blog",
"Form.controls.addBounds.label": "Add a Bounds",
"Form.controls.addMustachePreview.note": "Note: all mustache property tags evaluate to empty in preview",
"Form.controls.addPriorityRule.label": "Add a Rule",
"Form.controls.markdownField.formatErrorJSON.label": "Upload Failed! Layout must be exported from the task completion flow.",
Expand Down
Loading