|
727 | 727 | "CustomPriorityBoundsField.confirmClearAllMessage": "Are you sure you want to remove all {count} polygons? This action cannot be undone.", |
728 | 728 | "CustomPriorityBoundsField.deletePolygon": "Delete Polygon", |
729 | 729 | "CustomPriorityBoundsField.drawPolygon": "Draw Polygon", |
| 730 | + "CustomPriorityBoundsField.fileTypeError": "Please select a .json or .geojson file", |
| 731 | + "CustomPriorityBoundsField.geoJSONFormatInfo": "Expects a GeoJSON Feature or FeatureCollection containing Polygon geometry(s).", |
730 | 732 | "CustomPriorityBoundsField.hideMap": "Hide Map", |
731 | 733 | "CustomPriorityBoundsField.highPriority": "High Priority", |
| 734 | + "CustomPriorityBoundsField.invalidGeoJSON": "Invalid GeoJSON format. File must be a FeatureCollection with Polygon features.", |
732 | 735 | "CustomPriorityBoundsField.lassoSelect": "Lasso Select", |
733 | 736 | "CustomPriorityBoundsField.lowPriority": "Low Priority", |
734 | 737 | "CustomPriorityBoundsField.mediumPriority": "Medium Priority", |
|
737 | 740 | "CustomPriorityBoundsField.remove": "Remove", |
738 | 741 | "CustomPriorityBoundsField.removePolygon": "Remove Polygon", |
739 | 742 | "CustomPriorityBoundsField.showMap": "Show Map", |
| 743 | + "CustomPriorityBoundsField.uploadError": "Upload failed: {error}", |
| 744 | + "CustomPriorityBoundsField.uploadGeoJSON": "Upload GeoJSON", |
| 745 | + "CustomPriorityBoundsField.uploadSuccess": "Successfully uploaded {count} polygon{count, plural, one {} other {s}}", |
740 | 746 | "CustomUrlList.controls.add.label": "Add URL", |
741 | 747 | "CustomUrlList.description.description": "Optional brief description of the URL", |
742 | 748 | "CustomUrlList.name.description": "A unique name/label for this custom URL", |
|
0 commit comments