Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2025-03-14 20:41:00 +01:00
commit 3c75791049
7 changed files with 212 additions and 160 deletions

View file

@ -3109,6 +3109,13 @@
"website": {
"question": "Na jaké webové stránce lze najít více informací o této nabíjecí stanici?",
"render": "Více informací na <a href='{website}'>{website}</a>"
},
"app-name": {
"question": "Jaký je název aplikace používané pro platby?",
"freeform": {
"placeholder": "Název aplikace"
},
"render": "Platbu lze provést pomocí aplikace <b>{payment:app}</b>"
}
},
"title": {
@ -9247,7 +9254,24 @@
"then": "Povrch je <b>zpevněný</b>"
}
},
"render": "Povrch je <b>{surface}</b>"
"render": "Povrch je <b>{surface}</b>",
"question": "Jaký povrch má tato cesta?"
}
},
"title": {
"mappings": {
"1": {
"then": "Stezka pro chodce"
},
"2": {
"then": "Stezka pro cyklisty"
},
"3": {
"then": "Pěší zóna"
},
"4": {
"then": "Obytná zóna"
}
}
}
},
@ -9471,6 +9495,90 @@
},
"title": {
"render": "Sportovní centrum"
},
"tagRenderings": {
"sport_centre-sport": {
"mappings": {
"36": {
"then": "Šipky"
},
"38": {
"then": "Závody chrtů"
},
"39": {
"then": "Dračí lodě"
},
"4": {
"then": "Aikido"
},
"40": {
"then": "Jezdectví"
},
"41": {
"then": "Šerm"
},
"53": {
"then": "Házená"
},
"68": {
"then": "Lakros"
},
"70": {
"then": "Bojová umění"
},
"71": {
"then": "Minigolf"
},
"72": {
"then": "RC létání"
},
"80": {
"then": "Padel"
},
"82": {
"then": "Parašutismus"
},
"91": {
"then": "Kolečkové brusle"
},
"92": {
"then": "Veslování"
},
"35": {
"then": "Tanec"
},
"45": {
"then": "Florbal"
},
"47": {
"then": "Paragliding"
},
"48": {
"then": "Futsal"
},
"5": {
"then": "Lukostřelba"
},
"51": {
"then": "Golf"
},
"52": {
"then": "Gymnastika"
},
"73": {
"then": "Motokros"
},
"78": {
"then": "Orientační běh"
},
"74": {
"then": "Motorsport"
},
"75": {
"then": "Více druhů sportů"
}
}
}
}
},
"stairs": {
@ -11431,5 +11539,12 @@
},
"render": "větrná turbína"
}
},
"tactile_map": {
"tagRenderings": {
"description": {
"render": "Popis: {blind:description:en}."
}
}
}
}
}