Skip to content

Commit

Permalink
bump to v3.16.4 (#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak authored Feb 14, 2025
1 parent d3eca55 commit 3eceec6
Show file tree
Hide file tree
Showing 21 changed files with 486 additions and 150 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [v3.16.4] - 2025-02-13
Released with [maproulette-backend_v4.7.2](https://github.com/maproulette/maproulette-backend/releases/tag/v4.7.2)

## What's Changed
* disable completion buttons by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2542
* Scrub for RapiD -> Rapid brand update by @watmildon in https://github.com/maproulette/maproulette3/pull/2543
* Error tag and comment editing by @jschwarz2030 in https://github.com/maproulette/maproulette3/pull/2529

## MR2 Changes
* add ability to edit comments and show if edited by @jschwarz2030 in https://github.com/maproulette/maproulette-backend/pull/1167

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.16.3...v3.16.4

## [v3.16.3] - 2025-02-06
Released with [maproulette-backend_v4.7.1](https://github.com/maproulette/maproulette-backend/releases/tag/v4.7.1)

Expand Down
31 changes: 24 additions & 7 deletions lang/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
"Admin.EditChallenge.form.customTaskStyles.label": "Customize Task Property Styles",
"Admin.EditChallenge.form.dataOriginDate.description": "Age of the data. The date the data was downloaded, generated, etc. ",
"Admin.EditChallenge.form.dataOriginDate.label": "Date that data was sourced",
"Admin.EditChallenge.form.datasetUrl.description": "Optionally include a Rapid Editor dataset URL. Datasets can be used to provide geospatial data layers that can be overlaid, analyzed, and edited to create or update maps accurately",
"Admin.EditChallenge.form.datasetUrl.label": "Rapid Dataset URL",
"Admin.EditChallenge.form.defaultBasemap.description": "The default basemap to use for the challenge, overriding any user settings that define a default basemap",
"Admin.EditChallenge.form.defaultBasemap.label": "Challenge Basemap",
"Admin.EditChallenge.form.defaultPriority.description": "See the [docs](https://learn.maproulette.org/documentation/task-priority-rules/) for an explanation of how to setup priority rules.",
Expand All @@ -129,7 +131,7 @@
"Admin.EditChallenge.form.description.label": "Description of your Challenge",
"Admin.EditChallenge.form.difficulty.description": "Indicate to mappers what experience level is required to complete tasks in your Challenge.",
"Admin.EditChallenge.form.difficulty.label": "Difficulty of your Tasks",
"Admin.EditChallenge.form.disableOsmIdProperty": "This ID cannot be edited after challenge creation, this is to prevent task duplication. [Learn more](https://learn.maproulette.org/documentation/setting-external-task-identifiers/).",
"Admin.EditChallenge.form.disableOsmIdProperty": "This ID cannot be edited after a challenge has successfully created tasks, this is to prevent task duplication. [Learn more](https://learn.maproulette.org/documentation/setting-external-task-identifiers/).",
"Admin.EditChallenge.form.email.description": "Please provide an email for mappers to contact you with feedback",
"Admin.EditChallenge.form.email.label": "Email Address",
"Admin.EditChallenge.form.exportableProperties.description": "Any properties included in this comma separated list will be exported as a column in the CSV export and populated with the first matching feature property from each task.",
Expand Down Expand Up @@ -176,8 +178,6 @@
"Admin.EditChallenge.form.preferredTags.label": "Preferred MR Tags",
"Admin.EditChallenge.form.presets.description": "Restrict the types of OSM features presented to mappers in iD by default when working on your tasks, helping to keep them focused on mapping things relevant to your challenge. For example, if your challenge is about mapping buildings, you could enable only presets related to buildings and then mappers would not be presented with the option to map an area as, say, a park or a lake.",
"Admin.EditChallenge.form.presets.label": "Restrict iD Editor Presets",
"Admin.EditChallenge.form.datasetUrl.description": "Optionally include a Rapid Editor dataset URL. Datasets can be used to provide geospatial data layers that can be overlaid, analyzed, and edited to create or update maps accurately",
"Admin.EditChallenge.form.datasetUrl.label": "Rapid Dataset URL",
"Admin.EditChallenge.form.remoteGeoJson.description": "Remote URL location from which to retrieve the GeoJSON",
"Admin.EditChallenge.form.remoteGeoJson.label": "I have a URL to the GeoJSON data",
"Admin.EditChallenge.form.remoteGeoJson.placeholder": "https://www.example.com/geojson.json",
Expand Down Expand Up @@ -258,6 +258,8 @@
"Admin.EditProject.form.isVirtual.label": "Virtual",
"Admin.EditProject.form.name.description": "Name of the project",
"Admin.EditProject.form.name.label": "Name",
"Admin.EditProject.form.requireConfirmation.description": "This will disable the option for users to bypass the task confirmation modal when they click 'I fixed it!'",
"Admin.EditProject.form.requireConfirmation.label": "Require Confirmation",
"Admin.EditProject.new.header": "New Project",
"Admin.EditProject.unavailable": "Project Unavailable",
"Admin.EditTask.controls.cancel.label": "Cancel",
Expand Down Expand Up @@ -440,6 +442,10 @@
"Admin.manageTasks.controls.showReviewColumns.label": "Show Review Columns",
"Admin.manageTasks.controls.timezone.label": "Timezone",
"Admin.manageTasks.priorityLabel": "Priority",
"Admin.testEnvironmentBanner.localTitle": "You are in a MapRoulette Local environment.",
"Admin.testEnvironmentBanner.stagingTitle": "You are in a MapRoulette Staging environment.",
"Admin.testEnvironmentNotice.description": "Consider using the [MapRoulette Staging Website](https://staging.maproulette.org), a clone of MapRoulette often used for development, where you can create test challenges, projects, and similar tasks.",
"Admin.testEnvironmentNotice.title": "Testing Something?",
"AutosuggestTextBox.labels.noResults": "No matches",
"BoundsSelectorModal.control.dismiss.label": "Select Bounds",
"BoundsSelectorModal.header": "Select Bounds",
Expand Down Expand Up @@ -574,6 +580,7 @@
"ChallengePane.controls.challengeId.label": "Challenge Id:",
"ChallengePane.controls.challengeName.label": "Challenge Name:",
"ChallengePane.controls.showArchived.label": "Show Archived",
"ChallengePane.controls.showGlobal.label": "Show Global Challenges",
"ChallengePane.controls.startTask.label": "Start Task",
"ChallengePane.controls.taskId.label": "Task Id:",
"ChallengePane.controls.taskInfo.label": "Task Info:",
Expand Down Expand Up @@ -962,6 +969,7 @@
"Home.Intro.header": "Thousands of people just like you edit OpenStreetMap every day",
"Home.Intro.secondBullet": "Find mapping tasks that are important to you",
"Home.Intro.thirdBullet": "Create tasks for others to improve OSM together",
"ImafeMarkerLayer.view": "Open 3D View",
"ImportFileModal.controls.cancel.label": "Cancel",
"ImportFileModal.controls.upload.label": "Click to Upload File",
"Inbox.actions.openNotification.label": "Open",
Expand Down Expand Up @@ -1133,16 +1141,16 @@
"Notification.type.revisionCount": "Revision Count",
"Notification.type.system": "System",
"Notification.type.team": "Team",
"OSMElementTags.controls.viewOSM.label": "View OSM",
"OSMElementTags.elementFetchFailed": "Failed to fetch tags for {element}",
"OSMElementTags.noOSMElements": "No OSM elements identified in task",
"OSMElementHistory.controls.viewOSM.label": "View OSM",
"OSMElementHistory.elementFetchFailed": "Failed to fetch history for {element}",
"OSMElementHistory.noComment": "(no changeset comment)",
"OSMElementHistory.noOSMElements": "No OSM elements identified in task",
"OSMElementHistory.recentChange.tooltip": "Change made after MapRoulette task was created",
"OSMElementHistory.undeterminedVersion": "Version detection unavailable for this task",
"OSMElementHistory.version.label": "Version {version, number}",
"OSMElementTags.controls.viewOSM.label": "View OSM",
"OSMElementTags.elementFetchFailed": "Failed to fetch tags for {element}",
"OSMElementTags.noOSMElements": "No OSM elements identified in task",
"PageNotFound.homePage": "Take me home",
"PageNotFound.message": "Oops! The page you’re looking for is lost.",
"Pages.SignIn.modal.prompt": "Please sign in to continue",
Expand Down Expand Up @@ -1174,6 +1182,8 @@
"Profile.form.defaultEditor.description": "Kies die verstek redakteur wat jy wil gebruik wanneer vaststelling take. Deur hierdie opsie te kies sal jy in staat wees om die dialoog redakteur seleksie slaan na die druk op wysig in ''n taak.",
"Profile.form.defaultEditor.label": "Standaard Redakteur",
"Profile.form.deleteCustomBasemap.label": "Delete",
"Profile.form.disableTaskConfirm.description": "This will allow the user to bypass the task confirmation modal when a user clicks 'I fixed it!'. Be aware some projects and challenges won't allow this behavior.",
"Profile.form.disableTaskConfirm.label": "Disable Task Confirmation Modal",
"Profile.form.email.description": "If you request emails in your Notification Subscriptions, they will be sent here.\n\nDecide which MapRoulette notifications you would like to receive, along with whether you would like to be sent an email informing you of the notification (either immediately or as a daily digest)",
"Profile.form.email.format": "email",
"Profile.form.email.label": "Email address",
Expand Down Expand Up @@ -1556,16 +1566,20 @@
"TaskConfirmationModal.loadNextReview.label": "Proceed With:",
"TaskConfirmationModal.mapper.label": "Mapper:",
"TaskConfirmationModal.metaReviewRequested.label": "Meta-Review Requested",
"TaskConfirmationModal.newValue.label": "New Value",
"TaskConfirmationModal.nextNearby.label": "Select your next nearby task (optional)",
"TaskConfirmationModal.oldValue.label": "Old Value",
"TaskConfirmationModal.osmComment.header": "OSM Change Comment",
"TaskConfirmationModal.osmComment.placeholder": "OpenStreetMap comment",
"TaskConfirmationModal.osmUploadNotice": "These changes will be uploaded to OpenStreetMap on your behalf",
"TaskConfirmationModal.osmUploadNotices": "You are about to edit OpenStreetMap. The following changes will be published and become visible to everyone:",
"TaskConfirmationModal.priority.label": "Priority:",
"TaskConfirmationModal.review.label": "Need an extra set of eyes? Check here to have your work reviewed by a human",
"TaskConfirmationModal.reviewChangesHeader": "Review Your Changes",
"TaskConfirmationModal.reviewStatus.label": "Review Status:",
"TaskConfirmationModal.status.label": "Status:",
"TaskConfirmationModal.submit.label": "Submit",
"TaskConfirmationModal.submitRevisionHeader": "Please Confirm Revision",
"TaskConfirmationModal.tagName.label": "Tag Name",
"TaskConfirmationModal.useChallenge.label": "Use current challenge",
"TaskHistory.controls.listByTime.label": "Entries",
"TaskHistory.controls.listByUser.label": "Contributors",
Expand Down Expand Up @@ -1828,6 +1842,7 @@
"Widgets.TaskMapWidget.label": "Task",
"Widgets.TaskMapWidget.rapidDiscardUnsavedChanges": "You have unsaved changes in Rapid which will be discarded. Are you sure you want to proceed?",
"Widgets.TaskMapWidget.rapidFailed": "Widget Failed! Geometries Null!",
"Widgets.TaskMapWidget.reselectTask": "Re-Select Task",
"Widgets.TaskMapWidget.title": "Task",
"Widgets.TaskMoreOptionsWidget.label": "More Options",
"Widgets.TaskMoreOptionsWidget.title": "More Options",
Expand All @@ -1836,6 +1851,8 @@
"Widgets.TaskNearbyMap.tooltip.loadMoreTasks.control": "Load More Tasks",
"Widgets.TaskNearbyMap.tooltip.priorityLabel": "Priority: ",
"Widgets.TaskNearbyMap.tooltip.statusLabel": "Status: ",
"Widgets.TaskPropertiesWidget.collapseAll": "Collapse All",
"Widgets.TaskPropertiesWidget.expandAll": "Expand All",
"Widgets.TaskPropertiesWidget.label": "Task Properties",
"Widgets.TaskPropertiesWidget.task.label": "Task {taskId}",
"Widgets.TaskPropertiesWidget.title": "Task Properties",
Expand Down
Loading

0 comments on commit 3eceec6

Please sign in to comment.