forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
553ee6d5aa
165 changed files with 6745 additions and 1720 deletions
2995
langs/layers/cs.json
2995
langs/layers/cs.json
File diff suppressed because it is too large
Load diff
|
@ -4724,6 +4724,27 @@
|
|||
"question": "Stromanschluss vorhanden"
|
||||
}
|
||||
}
|
||||
},
|
||||
"13": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Hat zuckerfreie Angebote"
|
||||
}
|
||||
}
|
||||
},
|
||||
"14": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Hat glutenfreie Angebote"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Hat laktosefreie Angebote"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -7499,6 +7520,23 @@
|
|||
"email": {
|
||||
"question": "Wie lautet die Mail-Adresse von {title()}?"
|
||||
},
|
||||
"gluten_free": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Das Geschäft verkauft <b>ausschließlich glutenfreie</b> Produkte"
|
||||
},
|
||||
"1": {
|
||||
"then": "Das Geschäft verkauft viele glutenfreie Produkte"
|
||||
},
|
||||
"2": {
|
||||
"then": "Das Geschäft verkauft <b>wenige glutenfreie</b> Produkte"
|
||||
},
|
||||
"3": {
|
||||
"then": "Das Geschäft verkauft keine glutenfreie Produkte"
|
||||
}
|
||||
},
|
||||
"question": "Verkauft das Geschäft glutenfreie Produkte?"
|
||||
},
|
||||
"induction-loop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -7558,6 +7596,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"lactose_free": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Ausschließlich</b> laktosefreie Produkte"
|
||||
},
|
||||
"1": {
|
||||
"then": "Viele laktosefreie Produkte"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Wenige</b> laktosefreie Produkte"
|
||||
},
|
||||
"3": {
|
||||
"then": "Keine laktosefreie Produkte"
|
||||
}
|
||||
},
|
||||
"question": "Verkauft {title()} laktosefreie Produkte?"
|
||||
},
|
||||
"last_edit": {
|
||||
"render": {
|
||||
"special": {
|
||||
|
@ -7718,6 +7773,24 @@
|
|||
},
|
||||
"question": "Ist das Rauchen in {title()} erlaubt?"
|
||||
},
|
||||
"sugar_free": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Das Geschäft verkauft <b>ausschließlich</b> zuckerfreie Produkte"
|
||||
},
|
||||
"1": {
|
||||
"then": "Das Geschäft verkauft <b>viele<b> zuckerfreie Produkte"
|
||||
},
|
||||
"2": {
|
||||
"then": "Das Geschäft verkauft <b>wenige</b> zuckerfreie Produkte"
|
||||
},
|
||||
"3": {
|
||||
"then": "Das Geschäft verkauft <b>keine<b> zuckerfreie Produkte"
|
||||
}
|
||||
},
|
||||
"question": "Verkauft das Geschäft zuckerfreie Produkte?",
|
||||
"questionHint": "Dies ist wichtig für Menschen, die eine zuckerfreie Diät einhalten, z. B. für Menschen mit Diabetes"
|
||||
},
|
||||
"survey_date": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -8262,6 +8335,13 @@
|
|||
"question": "Nur Geschäfte mit dem Namen {search} anzeigen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nur Second-Hand-Geschäfte anzeigen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Geschäfte",
|
||||
|
@ -8312,6 +8392,9 @@
|
|||
},
|
||||
"question": "Bietet dieses Geschäft Bioprodukte an?"
|
||||
},
|
||||
"second_hand": {
|
||||
"question": "Verlauft das Geschäft auch Second-Hand-Produkte?"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "Wie ist der Name dieses Geschäfts?",
|
||||
"render": "Der Name des Geschäfts lautet <i>{name}</i>"
|
||||
|
|
|
@ -8633,6 +8633,9 @@
|
|||
},
|
||||
"4": {
|
||||
"question": "Tennis fields"
|
||||
},
|
||||
"5": {
|
||||
"question": "Badminton fields"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10010,6 +10013,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"show_crosshair": {
|
||||
"question": "Should a crosshair be shown in the center of the display?",
|
||||
"questionHint": "This can help to accurately position a new element"
|
||||
},
|
||||
"show_debug": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -10629,4 +10636,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
},
|
||||
"10": {
|
||||
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
|
||||
"title": "un lletrer"
|
||||
"title": "un señal"
|
||||
},
|
||||
"11": {
|
||||
"title": "una escultura"
|
||||
|
@ -80,7 +80,7 @@
|
|||
"then": "Este mupi tiene publicidad en un único lado"
|
||||
},
|
||||
"1": {
|
||||
"then": "Este mupi tiene publicidad por los dos lados"
|
||||
"then": "Este objeto tiene publicidad por los dos lados"
|
||||
}
|
||||
},
|
||||
"question": "¿Por cuantos lados puedes ver publicidad?"
|
||||
|
@ -4510,7 +4510,7 @@
|
|||
"toilet-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Acceso públic"
|
||||
"then": "Acceso público"
|
||||
},
|
||||
"1": {
|
||||
"then": "Solo accesible a clientes"
|
||||
|
@ -4619,13 +4619,13 @@
|
|||
"toilet-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Acceso públic"
|
||||
"then": "Acceso público"
|
||||
},
|
||||
"3": {
|
||||
"then": "Accesible, pero hay que pedir la llave para entrar"
|
||||
},
|
||||
"4": {
|
||||
"then": "De acceso público"
|
||||
"then": "Acceso público"
|
||||
}
|
||||
},
|
||||
"render": "El acceso es {toilets:access}"
|
||||
|
@ -4677,6 +4677,7 @@
|
|||
"render": "El tronco del árbol tiene una circunferencia de {circumference} metros"
|
||||
},
|
||||
"height": {
|
||||
"question": "¿Cuál es la altura de este árbol?",
|
||||
"render": "Este árbol tiene {height} metros de altura"
|
||||
},
|
||||
"tree-decidouous": {
|
||||
|
|
|
@ -7765,6 +7765,9 @@
|
|||
},
|
||||
"4": {
|
||||
"question": "Tennisveld"
|
||||
},
|
||||
"5": {
|
||||
"question": "Badmintonveld"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue