Skip to content

Commit

Permalink
add intl
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Jan 28, 2024
1 parent 51f4cb0 commit 43054f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"Admin.EditChallenge.form.includeCheckinHashtag.value.true.label": "Automatically append `#maproulette` hashtag (highly recommended)",
"Admin.EditChallenge.form.instruction.description": "The instruction tells a mapper how to resolve a Task in your Challenge. This is what mappers see in the Instructions box every time a task is loaded, and is the primary piece of information for the mapper about how to solve the task, so think about this field carefully. You can include links to the OSM wiki or any other hyperlink if you want, because this field supports [Markdown](https://learn.maproulette.org/documentation/markdown/). You can also reference feature properties from your GeoJSON with simple [mustache tags](https://learn.maproulette.org/documentation/mustache-tag-replacement/): e.g. `'{{address}}'` would be replaced with the value of the `address` property, allowing for basic customization of instructions for each task. This field is required.",
"Admin.EditChallenge.form.instruction.label": "Detailed Instructions for Mappers",
"Admin.EditChallenge.form.instructionsDescription": "Instructions must have more than 150 characters.",
"Admin.EditChallenge.form.instructionsDescription": "Instructions must be longer than {minLength} characters.",
"Admin.EditChallenge.form.limitReviewTags.description": "Allow other tags during task review?",
"Admin.EditChallenge.form.limitTags.description": "Allow other tags during task completion?",
"Admin.EditChallenge.form.localGeoJson.description": "Please upload the local GeoJSON file from your computer",
Expand Down Expand Up @@ -857,7 +857,7 @@
"Errors.challengeSaveFailure.challengeSaveDescriptionFailure": "The 'DESCRIPTION OF YOUR CHALLENGE' field is required.",
"Errors.challengeSaveFailure.challengeSaveDetailsFailure": "Unable to save your changes. It is likely a duplicate challenge name.",
"Errors.challengeSaveFailure.challengeSaveEditPolicyAgreementFailure": "You must check the box at the bottom of the page to indicate that you acknowledge OpenStreetMap's Automated Edits code of conduct.",
"Errors.challengeSaveFailure.challengeSaveInstructionFailure": "The 'DETAILED INSTRUCTIONS FOR MAPPERS' field must have more than 150 characters.",
"Errors.challengeSaveFailure.challengeSaveInstructionFailure": "The 'DETAILED INSTRUCTIONS FOR MAPPERS' field must have more than {minLength} characters.",
"Errors.challengeSaveFailure.challengeSaveNameFailure": "The 'NAME OF YOUR CHALLENGE' field is required and must be more than 3 characters long.",
"Errors.clusteredTask.fetchFailure": "Unable to fetch task clusters",
"Errors.file.formatIncorrect": "File format is unrecognized or unsupported for this operation",
Expand Down

0 comments on commit 43054f7

Please sign in to comment.