forked from MapComplete/MapComplete
Chore: translation sync
This commit is contained in:
parent
5da56d8fa5
commit
c25e278747
3 changed files with 32 additions and 2 deletions
|
@ -890,7 +890,9 @@
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "tourism=artwork",
|
"if": "tourism=artwork",
|
||||||
"addExtraTags": ["not:tourism:artwork="],
|
"addExtraTags": [
|
||||||
|
"not:tourism:artwork="
|
||||||
|
],
|
||||||
"then": {
|
"then": {
|
||||||
"en": "This bench has an integrated artwork",
|
"en": "This bench has an integrated artwork",
|
||||||
"nl": "Deze bank heeft een geïntegreerd kunstwerk",
|
"nl": "Deze bank heeft een geïntegreerd kunstwerk",
|
||||||
|
@ -915,7 +917,9 @@
|
||||||
"he": "לספסל זה אין יצירת אמנות משולבת",
|
"he": "לספסל זה אין יצירת אמנות משולבת",
|
||||||
"pl": "Ta ławka nie ma wbudowanego dzieła sztuki"
|
"pl": "Ta ławka nie ma wbudowanego dzieła sztuki"
|
||||||
},
|
},
|
||||||
"addExtraTags": ["tourism="]
|
"addExtraTags": [
|
||||||
|
"tourism="
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "tourism=",
|
"if": "tourism=",
|
||||||
|
|
|
@ -672,6 +672,9 @@
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "This bench does not have an integrated artwork"
|
"then": "This bench does not have an integrated artwork"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "This bench <span class=\"subtle\">probably</span> doesn't have an integrated artwork"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "Does this bench have an artistic element?",
|
"question": "Does this bench have an artistic element?",
|
||||||
|
@ -8765,6 +8768,14 @@
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"title": "a surveillance camera mounted on a wall"
|
"title": "a surveillance camera mounted on a wall"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"description": "An ALPR typically has two lenses and an array of infrared lights.",
|
||||||
|
"title": "an ALPR camera (Automatic Number Plate Reader)"
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"description": "An ALPR typically has two lenses and an array of infrared lights.",
|
||||||
|
"title": "an ALPR camera (Automatic Number Plate Reader) mounted on a wall"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tagRenderings": {
|
"tagRenderings": {
|
||||||
|
@ -8858,6 +8869,18 @@
|
||||||
"question": "In which geographical direction does this camera film?",
|
"question": "In which geographical direction does this camera film?",
|
||||||
"render": "Films to a compass heading of {camera:direction}"
|
"render": "Films to a compass heading of {camera:direction}"
|
||||||
},
|
},
|
||||||
|
"has_alpr": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "This is a normal camera"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "This is an ALPR (Automatic License Plate Reader)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "Can this camera automatically detect license plates?",
|
||||||
|
"questionHint": "An <b>ALPR</b> (Automatic License Plate Reader) typically has two lenses and an array of infrared LEDS in between."
|
||||||
|
},
|
||||||
"is_indoor": {
|
"is_indoor": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -568,6 +568,9 @@
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "Deze bank heeft geen geïntegreerd kunstwerk"
|
"then": "Deze bank heeft geen geïntegreerd kunstwerk"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "Deze bank heeft <span class=\"subtle\">waarschijnlijk</span> geen geïntegreerd kunstwerk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "Heeft deze bank een geïntegreerd kunstwerk?",
|
"question": "Heeft deze bank een geïntegreerd kunstwerk?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue