mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Merge branch 'develop' into unbundled-presets
# Conflicts: # dist/locales/en.json
This commit is contained in:
@@ -580,6 +580,7 @@ en:
|
||||
upload_explanation: "The changes you upload will be visible on all maps that use OpenStreetMap data."
|
||||
upload_explanation_with_user: "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data."
|
||||
request_review: "I would like someone to review my edits."
|
||||
request_review_info: "Unsure about something? Invite an experienced mapper to check your work once it's live."
|
||||
save: Upload
|
||||
cancel: Cancel
|
||||
changes: Changes
|
||||
@@ -1649,6 +1650,8 @@ en:
|
||||
message: "{feature} ends very close to itself but does not reconnect"
|
||||
highway-highway:
|
||||
reference: Intersecting highways should share a junction vertex.
|
||||
area_as_point:
|
||||
message: '{feature} should be an area, not a point'
|
||||
close_nodes:
|
||||
title: "Very Close Points"
|
||||
tip: "Find redundant and crowded points"
|
||||
@@ -1728,9 +1731,14 @@ en:
|
||||
message: '{feature} has an invalid email address'
|
||||
message_multi: '{feature} has multiple invalid email addresses'
|
||||
reference: 'Email addresses must look like "user@example.com".'
|
||||
line_as_area:
|
||||
message: '{feature} should be a line, not an area'
|
||||
line_as_point:
|
||||
message: '{feature} should be a line, not a point'
|
||||
mismatched_geometry:
|
||||
title: Mismatched Geometry
|
||||
tip: "Find features with conflicting tags and geometry"
|
||||
reference: Most features are limited to certain geometry types.
|
||||
missing_role:
|
||||
title: Missing Roles
|
||||
message: "{member} has no role within {relation}"
|
||||
@@ -1762,6 +1770,10 @@ en:
|
||||
message: "{feature} looks like a brand with nonstandard tags"
|
||||
message_incomplete: "{feature} looks like a brand with incomplete tags"
|
||||
reference: "All features of the same brand should be tagged the same way."
|
||||
point_as_area:
|
||||
message: '{feature} should be a point, not an area'
|
||||
point_as_line:
|
||||
message: '{feature} should be a point, not a line'
|
||||
point_as_vertex:
|
||||
message: '{feature} should be a standalone point based on its tags'
|
||||
reference: "Some features shouldn't be part of lines or areas."
|
||||
@@ -1835,6 +1847,9 @@ en:
|
||||
title: Continue drawing from start
|
||||
continue_from_end:
|
||||
title: Continue drawing from end
|
||||
convert_to_line:
|
||||
title: Convert this to a line
|
||||
annotation: Converted an area to a line.
|
||||
delete_feature:
|
||||
title: Delete this feature
|
||||
extract_point:
|
||||
|
||||
Reference in New Issue
Block a user