mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 15:08:23 +02:00
Convert all error message schema to regex
This commit is contained in:
committed by
Bryan Housel
parent
1527bbb043
commit
d054e9cf6b
+12
-12
@@ -974,7 +974,7 @@ en:
|
||||
description: 'This node is very close but not connected to way #{var1}.'
|
||||
_70:
|
||||
title: 'missing tags'
|
||||
description: 'This {var1} has an empty tag: {var2}.'
|
||||
description: 'This {var1} has an empty tag: "{var2}".'
|
||||
_71:
|
||||
title: 'way without tags'
|
||||
description: 'This way has no tags.'
|
||||
@@ -1067,22 +1067,22 @@ en:
|
||||
description: 'These errors contain self intersecting ways.'
|
||||
_211:
|
||||
title: ''
|
||||
description: 'This way contains more than one node at least twice. Nodes are {var1}. This may or may not be an error.'
|
||||
description: 'This way contains more than one node multiple times. Nodes are {var1}, {var2}. This may or may not be an error.'
|
||||
_212:
|
||||
title: ''
|
||||
description: 'This way has only two different nodes and contains one of them more than once.'
|
||||
_220:
|
||||
title: 'misspelled tags'
|
||||
description: 'This {var1} is tagged {var2}={var3} where "{var4}" looks like "{var5}".'
|
||||
description: 'This {var1} is tagged "{var2}"="{var3}" where "{var4}" looks like "{var5}".'
|
||||
_221:
|
||||
title: ''
|
||||
description: 'The key of this {var1} tag is key {var2}.'
|
||||
description: 'This {var1} has a tag with key "key"="{var2}".'
|
||||
_230:
|
||||
title: 'layer conflicts'
|
||||
description: ''
|
||||
_231:
|
||||
title: 'mixed layers intersection'
|
||||
description: 'This node is a junction of ways on different layers: {var1}.'
|
||||
description: 'This node is a junction of ways on different layers: {var1}({var2}), {var3}.'
|
||||
_232:
|
||||
title: 'strange layers'
|
||||
description: 'This {var1} is tagged with layer {var2}. This need not be an error but it looks strange.'
|
||||
@@ -1115,16 +1115,16 @@ en:
|
||||
description: 'This turn-restriction has no known restriction type.'
|
||||
_292:
|
||||
title: 'missing from way'
|
||||
description: 'A turn-restriction needs exactly one {var1} member. This one has {var2}.'
|
||||
description: 'A turn-restriction needs exactly one "from" member. This one has {var1}.'
|
||||
_293:
|
||||
title: 'missing to way'
|
||||
description: 'A turn-restriction needs exactly one {var1} member. This one has {var2}.'
|
||||
description: 'A turn-restriction needs exactly one "to" member. This one has {var1}.'
|
||||
_294:
|
||||
title: 'from or to not a way'
|
||||
description: 'From- and To-members of turn restrictions need to be ways. {var1}.'
|
||||
description: '"from" and "to" members of turn restrictions need to be ways. {var1}.'
|
||||
_295:
|
||||
title: 'via is not on the way ends'
|
||||
description: 'via (node #{var1}) is not the first or the last member of from (way #{var2}).'
|
||||
description: '"via" (node #{var1}) is not the first or the last member of "from" (way #{var2}).'
|
||||
_296:
|
||||
title: 'wrong restriction angle'
|
||||
description: 'restriction type is {var1} but angle is {var2} degrees. Maybe the restriction type is not appropriate?'
|
||||
@@ -1142,7 +1142,7 @@ en:
|
||||
description: 'This way is part of a roundabout but is not closed-loop. (split carriageways approaching a roundabout should not be tagged as roundabout).'
|
||||
_312:
|
||||
title: 'wrong direction'
|
||||
description: 'If this roundabout is in a country with right-hand traffic then its orientation goes the wrong way around | If this roundabout is in a country with left-hand traffic then its orientation goes the wrong way around | If this mini_roundabout is in a country with right-hand traffic then its orientation goes the wrong way around | If this mini_roundabout is in a country with left-hand traffic then its orientation goes the wrong way around.'
|
||||
description: 'If this {var1} is in a country with {var2}-hand traffic then its orientation goes the wrong way around'
|
||||
_313:
|
||||
title: 'faintly connected'
|
||||
description: 'This roundabout has only {var1} other road(s) connected. Roundabouts typically have 3 or more.'
|
||||
@@ -1154,10 +1154,10 @@ en:
|
||||
description: 'This bridge doesn''t have a tag in common with its surrounding ways that shows the purpose of this bridge. There should be one of these tags: {var1}.'
|
||||
_370:
|
||||
title: 'doubled places'
|
||||
description: 'This node has tags in common with the surrounding way #{var1} and seems to be redundand | This node has tags in common with the surrounding way #{var1} (including the name {var2}) and seems to be redundand.'
|
||||
description: 'This node has tags in common with the surrounding way #{var1} {var2}and seems to be redundant'
|
||||
_380:
|
||||
title: 'non-physical use of sport-tag'
|
||||
description: 'This way is tagged {var1} but has no physical tag like e.g. leisure, building, amenity or highway.'
|
||||
description: 'This way is tagged "sport"="{var1}" but has no physical tag like e.g. leisure, building, amenity or highway.'
|
||||
_400:
|
||||
title: 'geometry glitches'
|
||||
description: ''
|
||||
|
||||
Reference in New Issue
Block a user