chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-06-18 21:40:01 +02:00
parent 94c61744c0
commit 04c8ccb0d2
89 changed files with 2353 additions and 1390 deletions

View file

@ -3511,6 +3511,40 @@
},
"question": "Je zde rychlostní lezecká stěna?"
},
"auto_belay_lead": {
"mappings": {
"0": {
"then": "Není tu žádné automatické jištění pro lezení na obtížnost"
},
"1": {
"then": "Je tu více automatických jištění pro lezení na obtížnost"
},
"2": {
"then": "Je to automatické jištění pro každou trasu lezení na obtížnost"
}
},
"question": "Je tu automatické jištění pro lezení na obtížnost?",
"render": "Je tu {climbing:autobelay:sport} automatických jištění pro lezení na obtížnost"
},
"auto_belay_toprope": {
"mappings": {
"0": {
"then": "Není tu automatické jištění pro lezení s horním jištěním (top roping)"
},
"1": {
"then": "Je tu více automatických jištění pro lezení s horním jištěním (top roping)"
},
"2": {
"then": "Je tu automatické jištění pro každou trasu lezení s horním jištěním (top roping), ale je možné i ruční jištění"
},
"3": {
"then": "Trasy pro lezení s horním jištěním lze lézt jen s automatickým jištěním"
}
},
"question": "Je tu automatické jištění pro lezení s horním jištěním (top roping)?",
"questionHint": "Kromě automatických jištění, která jsou jen pro lezení na rychlost",
"render": "Je tu {climbing:autobelay:toprope} automatických jištění pro lezení s horním jištěním (top roping)"
},
"belay_device_rental": {
"mappings": {
"0": {
@ -3584,40 +3618,6 @@
}
},
"question": "Lze si zde půjčit lezeckou obuv pro použití v tělocvičně?"
},
"auto_belay_toprope": {
"mappings": {
"1": {
"then": "Je tu více automatických jištění pro lezení s horním jištěním (top roping)"
},
"2": {
"then": "Je tu automatické jištění pro každou trasu lezení s horním jištěním (top roping), ale je možné i ruční jištění"
},
"0": {
"then": "Není tu automatické jištění pro lezení s horním jištěním (top roping)"
},
"3": {
"then": "Trasy pro lezení s horním jištěním lze lézt jen s automatickým jištěním"
}
},
"question": "Je tu automatické jištění pro lezení s horním jištěním (top roping)?",
"questionHint": "Kromě automatických jištění, která jsou jen pro lezení na rychlost",
"render": "Je tu {climbing:autobelay:toprope} automatických jištění pro lezení s horním jištěním (top roping)"
},
"auto_belay_lead": {
"mappings": {
"0": {
"then": "Není tu žádné automatické jištění pro lezení na obtížnost"
},
"2": {
"then": "Je to automatické jištění pro každou trasu lezení na obtížnost"
},
"1": {
"then": "Je tu více automatických jištění pro lezení na obtížnost"
}
},
"question": "Je tu automatické jištění pro lezení na obtížnost?",
"render": "Je tu {climbing:autobelay:sport} automatických jištění pro lezení na obtížnost"
}
},
"title": {

View file

@ -12386,7 +12386,8 @@
"then": "There are no embossed letters describing the model."
}
},
"question": "Are there embossed letters describing the model?"
"question": "Are there embossed letters describing the model?",
"questionHint": "Embossed letters are letters as normally read by seeing people, but which are protrude from the surface and might thus also be read by blind people"
},
"embossed_letters_languages": {
"render": {
@ -12403,6 +12404,9 @@
},
"question": "What scale is the model?",
"render": "The scale of this model is {scale}."
},
"subject": {
"question": "What is depicted by this model?"
}
},
"title": "Tactile Model"

View file

@ -2148,6 +2148,9 @@
},
"title": {
"mappings": {
"0": {
"then": "{name}"
},
"1": {
"then": "Vogelkijkhut {name}"
},
@ -6851,6 +6854,11 @@
}
},
"title": {
"mappings": {
"0": {
"then": "{name}"
}
},
"render": "Natuurgebied"
}
},
@ -7385,6 +7393,21 @@
"render": "Picknicktafel"
}
},
"play_forest": {
"description": "Een speelbos is een vrij toegankelijke zone in een bos",
"name": "Speelbossen",
"title": {
"mappings": {
"0": {
"then": "{name}"
},
"1": {
"then": "Speelbos {name}"
}
},
"render": "Speelbos"
}
},
"playground": {
"deletion": {
"nonDeleteMappings": {
@ -9133,6 +9156,9 @@
},
"title": {
"mappings": {
"0": {
"then": "{name}"
},
"1": {
"then": "Voetpad"
},
@ -11382,13 +11408,25 @@
}
},
"village_green": {
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)"
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)",
"name": "Speelweide",
"title": {
"mappings": {
"0": {
"then": "{name}"
}
},
"render": "Speelweide"
}
},
"visitor_information_centre": {
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
"name": "Bezoekerscentrum",
"title": {
"mappings": {
"0": {
"then": "{name:nl}"
},
"1": {
"then": "{name}"
}
@ -11602,4 +11640,4 @@
"render": "windturbine"
}
}
}
}