forked from MapComplete/MapComplete
Chore: translation sync
This commit is contained in:
parent
b6a5b96350
commit
ab47919e17
2 changed files with 34 additions and 7 deletions
|
@ -3,16 +3,17 @@
|
|||
"description": "Addresses",
|
||||
"name": "Known addresses in OSM",
|
||||
"tagRenderings": {
|
||||
"address_joined": {
|
||||
"render": {
|
||||
"special": {
|
||||
"render": "{addr:street} {addr:housenumber}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fixme": {
|
||||
"question": "What should be fixed here? Please explain"
|
||||
},
|
||||
"header": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No address is known"
|
||||
}
|
||||
},
|
||||
"render": "{addr:street} <b>{addr:housenumber}</b> {addr:unit}"
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -24,7 +25,17 @@
|
|||
},
|
||||
"street": {
|
||||
"question": "What street is this address located in?",
|
||||
"questionHint": "Do not include the house number",
|
||||
"render": "This address is in street <b>{addr:street}</b>"
|
||||
},
|
||||
"unit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No unit number"
|
||||
}
|
||||
},
|
||||
"question": "What is the unit number or letter?",
|
||||
"render": "The unit number is <b>{addr:unit}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -6,6 +6,13 @@
|
|||
"fixme": {
|
||||
"question": "Wat moet hier gecorrigeerd worden? Leg het uit"
|
||||
},
|
||||
"header": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Geen adresgegevens bekend"
|
||||
}
|
||||
}
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -18,6 +25,15 @@
|
|||
"street": {
|
||||
"question": "In welke straat bevindt dit adres zich?",
|
||||
"render": "Dit adres bevindt zich in de straat <b>{addr:street}</b>"
|
||||
},
|
||||
"unit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Geen apart busnummer of letter"
|
||||
}
|
||||
},
|
||||
"question": "Wat is het busnummer?",
|
||||
"render": "De bus is <b>{addr:unit}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue