Translation sync
This commit is contained in:
parent
a46b6d1e27
commit
8f4514641c
2 changed files with 36 additions and 9 deletions
|
@ -375,12 +375,14 @@
|
||||||
{
|
{
|
||||||
"id": "render_embedded",
|
"id": "render_embedded",
|
||||||
"render": "Dit CRAB-adres ligt in <a href='https://osm.org/{_embedding_id}' target='_blank'>OSM-gebouw {_embedding_id}</a>",
|
"render": "Dit CRAB-adres ligt in <a href='https://osm.org/{_embedding_id}' target='_blank'>OSM-gebouw {_embedding_id}</a>",
|
||||||
"mappings": [{
|
"mappings": [
|
||||||
"if": "_embedding_id=",
|
{
|
||||||
"then": {
|
"if": "_embedding_id=",
|
||||||
"nl": "Geen omliggend OSM-gebouw gevonden"
|
"then": {
|
||||||
|
"nl": "Geen omliggend OSM-gebouw gevonden"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "embedded_address",
|
"id": "embedded_address",
|
||||||
|
@ -435,10 +437,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"condition": {
|
"condition": {
|
||||||
"or": [
|
"or": [
|
||||||
"_embedding_street!:={STRAATNM}",
|
"_embedding_street!:={STRAATNM}",
|
||||||
"_embedding_nr!:={_HNRLABEL}"
|
"_embedding_nr!:={_HNRLABEL}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -809,6 +809,31 @@
|
||||||
"render": "De wooneenheid-aanduiding is <b>{addr:unit}</b> "
|
"render": "De wooneenheid-aanduiding is <b>{addr:unit}</b> "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"override": {
|
||||||
|
"tagRenderings+": {
|
||||||
|
"0": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Geen omliggend OSM-gebouw gevonden"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Geen omliggend OSM-gebouw gevonden. Een omliggend gebouw is nodig om dit punt als adres punt toe te voegen. <div class=subtle>Importeer eerst de gebouwen. Vernieuw dan de pagina om losse adressen toe te voegen</div>"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"render": {
|
||||||
|
"special": {
|
||||||
|
"text": "Voeg dit adres als een nieuw adrespunt toe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shortDescription": "Grb import helper tool",
|
"shortDescription": "Grb import helper tool",
|
||||||
|
|
Loading…
Reference in a new issue