Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-06-20 01:44:56 +02:00
parent 522d75e0f9
commit bae64ab2f3
14 changed files with 160 additions and 20 deletions

View file

@ -456,12 +456,12 @@
"sendReason": "Ich habe Ihnen diese Nachricht geschickt, weil <b>{sender}</b> mich gebeten hat, diese mit <code>{cmd}</code> zu senden"
},
"documentation": {
"argid": "Die ID einer {list} oder {list_end}, für welche die Dokumente benötigt werden. Alternativ können Sie auch eine von {coded_list} schreiben, um die verfügbaren IDs zu sehen.",
"didYouMean": " Vielleicht meinten Sie einen von: ",
"docs": "Ruft die Dokumentation zu einer MapComplete-Ebene, einem Thema oder einem URL-Parameter ab",
"noIdIntro": "Geben Sie eine ID an, um weitere Informationen über ein MapComplete-Programmierelement zu erhalten. Bekannte Typen sind {list}",
"notFound": "Kein {singular} mit Namen <code>{id}</code> gefunden.",
"urlParam": "URL-Parameter <code>{id}<code></code></code>",
"argid": "Die ID einer {list} oder {list_end}, für welche die Dokumente benötigt werden. Alternativ können Sie auch eine von {coded_list} schreiben, um die verfügbaren IDs zu sehen.",
"noIdIntro": "Geben Sie eine ID an, um weitere Informationen über ein MapComplete-Programmierelement zu erhalten. Bekannte Typen sind {list}"
"urlParam": "URL-Parameter <code>{id}<code></code></code>"
},
"dream": {
"docs": "Sendet einen computergenerierten Text",

View file

@ -1274,6 +1274,10 @@
"2": {
"description": "A <b>cafe</b> to drink tea, coffee or an alcoholical bevarage in a quiet environment",
"title": "a cafe"
},
"3": {
"description": "A <b>nightclub</b> or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks",
"title": "a nightclub or disco"
}
},
"tagRenderings": {
@ -1293,6 +1297,9 @@
},
"4": {
"then": "An open space where beer is served, typically seen in Germany"
},
"5": {
"then": "This is a <b>nightclub</b> or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks"
}
},
"question": "What kind of cafe is this?"

View file

@ -1280,6 +1280,10 @@
"2": {
"description": "Dit is een <b>cafe</b> - een plaats waar men rustig kan zitten om een thee, koffie of alcoholische drank te nuttigen.",
"title": "een café"
},
"3": {
"description": "Een <b>nachtclub</b> met dansvloer, DJ met bijhorende lichteffecten en bar waar men (alcoholische) dranken kan nuttigen",
"title": "een nachtclub of disco"
}
},
"tagRenderings": {
@ -1299,6 +1303,9 @@
},
"4": {
"then": "Een open ruimte waar bier geserveerd wordt. Typisch in Duitsland"
},
"5": {
"then": "Dit is een <b>nachtclub</b> met dansvloer, DJ met bijhorende lichteffecten en bar waar men (alcoholische) dranken kan nuttigen"
}
},
"question": "Welk soort café is dit?"

View file

@ -625,4 +625,4 @@
}
}
}
}
}

View file

@ -91,6 +91,20 @@
},
"question": "Does this amenity have electrical outlets, available to customers when they are inside?"
},
"smoking": {
"mappings": {
"0": {
"then": "Smoking is <b>allowed</b>"
},
"1": {
"then": "Smoking is <b>not allowed</b>"
},
"2": {
"then": "Smoking is <b>allowed outside</b>."
}
},
"question": "Is smoking allowed at {title()}?"
},
"website": {
"question": "What is the website of {title()}?"
},