forked from MapComplete/MapComplete
Housekeeping...
This commit is contained in:
parent
1308d47f09
commit
2a3b5b4c2c
19 changed files with 241 additions and 218 deletions
|
@ -7366,11 +7366,6 @@
|
|||
"wheelchair-door-width": {
|
||||
"question": "Wie breit ist die Tür zur rollstuhlgerechten Toilette?",
|
||||
"render": "Die Tür zur rollstuhlgerechten Toilette ist {canonical(toilets:door:width)} breit"
|
||||
},
|
||||
"opening_hours": {
|
||||
"override": {
|
||||
"question": "Wann ist die Einrichtung, in der sich die Toilette befindet, geöffnet?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -8038,4 +8033,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -82,6 +82,10 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist-wikidata": {
|
||||
"question": "¿Quién creó esta obra de arte?",
|
||||
"render": "Esta obra de la creó {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}"
|
||||
},
|
||||
"artwork-artist_name": {
|
||||
"question": "¿Que artista creó esto?",
|
||||
"render": "Creado por {artist_name}"
|
||||
|
@ -132,10 +136,6 @@
|
|||
"question": "¿Hay un sitio web con más información sobre esta obra de arte?",
|
||||
"render": "Más información en <a href='{website}' target='_blank'>este sitio web</a>"
|
||||
},
|
||||
"artwork-artist-wikidata": {
|
||||
"question": "¿Quién creó esta obra de arte?",
|
||||
"render": "Esta obra de la creó {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}"
|
||||
},
|
||||
"artwork_subject": {
|
||||
"question": "¿Qué representa esta obra de arte?",
|
||||
"render": "Esta obra de arte representa {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}"
|
||||
|
@ -500,6 +500,12 @@
|
|||
"question": "¿Qué tipo de alquiler de bicicletas es este?"
|
||||
},
|
||||
"rental_types": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "¿Cuántas type_plural pueden alquilarse aquí?",
|
||||
"render": "{capacity:bicycle_type} type_plural pueden alquilarse aquí"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
|
@ -524,12 +530,6 @@
|
|||
"1": "tándem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "¿Cuántas type_plural pueden alquilarse aquí?",
|
||||
"render": "{capacity:bicycle_type} type_plural pueden alquilarse aquí"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -3576,6 +3576,11 @@
|
|||
"question": "¿De qué color es la luz que emite esta lámpara?",
|
||||
"render": "Esta lámpara emite luz {light:colour}"
|
||||
},
|
||||
"count": {
|
||||
"mappings": {
|
||||
"0": {}
|
||||
}
|
||||
},
|
||||
"direction": {
|
||||
"question": "¿Hacia donde apunta esta lámpara?",
|
||||
"render": "Esta lámpara apunta hacia {light:direction}"
|
||||
|
@ -4073,4 +4078,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -33,6 +33,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "一个雕塑、半身像、涂鸦和其他全球艺术品的地图"
|
||||
},
|
||||
"bench": {
|
||||
"name": "长椅",
|
||||
"presets": {
|
||||
|
@ -232,8 +235,5 @@
|
|||
},
|
||||
"render": "自行车咖啡"
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "一个雕塑、半身像、涂鸦和其他全球艺术品的地图"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue