forked from MapComplete/MapComplete
Fix build, reset languages, more autocleanup
This commit is contained in:
parent
78d6482c88
commit
c7f9f30b6c
58 changed files with 21719 additions and 21659 deletions
|
@ -1,35 +1,35 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Was ist die Telefonnummer von {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Was ist die Mail-Adresse von {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Was ist die Website von {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.<br/><span style='font-size: small'>Bitte keine bereits erhobenen Informationen.</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Was sind die Öffnungszeiten von {name}?",
|
||||
"render": "<h3>Öffnungszeiten</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "In welchem Stockwerk befindet sich dieses Objekt?",
|
||||
"render": "Befindet sich im {level}ten Stock",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Ist im Erdgeschoss"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Was ist die Telefonnummer von {name}?"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ist im Erdgeschoss"
|
||||
"email": {
|
||||
"question": "Was ist die Mail-Adresse von {name}?"
|
||||
},
|
||||
"3": {
|
||||
"then": "Ist im ersten Stock"
|
||||
"website": {
|
||||
"question": "Was ist die Website von {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.<br/><span style='font-size: small'>Bitte keine bereits erhobenen Informationen.</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Was sind die Öffnungszeiten von {name}?",
|
||||
"render": "<h3>Öffnungszeiten</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "In welchem Stockwerk befindet sich dieses Objekt?",
|
||||
"render": "Befindet sich im {level}ten Stock",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Ist im Erdgeschoss"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ist im Erdgeschoss"
|
||||
},
|
||||
"3": {
|
||||
"then": "Ist im ersten Stock"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,66 +1,66 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "What is the phone number of {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "What is the email address of {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "What is the website of {name}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"question": "Is this place accessible with a wheelchair?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This place is specially adapated for wheelchair users"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "What is the phone number of {name}?"
|
||||
},
|
||||
"1": {
|
||||
"then": "This place is easily reachable with a wheelchair"
|
||||
"email": {
|
||||
"question": "What is the email address of {name}?"
|
||||
},
|
||||
"2": {
|
||||
"then": "It is possible to reach this place in a wheelchair, but it is not easy"
|
||||
"website": {
|
||||
"question": "What is the website of {name}?"
|
||||
},
|
||||
"3": {
|
||||
"then": "This place is not reachable with a wheelchair"
|
||||
"wheelchair-access": {
|
||||
"question": "Is this place accessible with a wheelchair?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This place is specially adapated for wheelchair users"
|
||||
},
|
||||
"1": {
|
||||
"then": "This place is easily reachable with a wheelchair"
|
||||
},
|
||||
"2": {
|
||||
"then": "It is possible to reach this place in a wheelchair, but it is not easy"
|
||||
},
|
||||
"3": {
|
||||
"then": "This place is not reachable with a wheelchair"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"question": "Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "What are the opening hours of {name}?",
|
||||
"render": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"question": "Which methods of payment are accepted here?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cash is accepted here"
|
||||
},
|
||||
"1": {
|
||||
"then": "Payment cards are accepted here"
|
||||
}
|
||||
}
|
||||
},
|
||||
"level": {
|
||||
"question": "On what level is this feature located?",
|
||||
"render": "Located on the {level}th floor",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Located underground"
|
||||
},
|
||||
"1": {
|
||||
"then": "Located on the ground floor"
|
||||
},
|
||||
"2": {
|
||||
"then": "Located on the ground floor"
|
||||
},
|
||||
"3": {
|
||||
"then": "Located on the first floor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"question": "Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "What are the opening hours of {name}?",
|
||||
"render": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"question": "Which methods of payment are accepted here?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cash is accepted here"
|
||||
},
|
||||
"1": {
|
||||
"then": "Payment cards are accepted here"
|
||||
}
|
||||
}
|
||||
},
|
||||
"level": {
|
||||
"question": "On what level is this feature located?",
|
||||
"render": "Located on the {level}th floor",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Located underground"
|
||||
},
|
||||
"1": {
|
||||
"then": "Located on the ground floor"
|
||||
},
|
||||
"2": {
|
||||
"then": "Located on the ground floor"
|
||||
},
|
||||
"3": {
|
||||
"then": "Located on the first floor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,38 +1,38 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Quel est le numéro de téléphone de {name} ?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Quelle est l'adresse courriel de {name} ?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Quel est le site web de {name} ?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Y a-t-il quelque chose de pertinent que vous n'avez pas pu donner à la dernière question ? Ajoutez-le ici.<br/><span style='font-size: small'>Ne répétez pas des réponses déjà données</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quelles sont les horaires d'ouverture de {name} ?",
|
||||
"render": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "À quel étage se situe l’élément ?",
|
||||
"render": "Étage {level}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "En sous-sol"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Quel est le numéro de téléphone de {name} ?"
|
||||
},
|
||||
"1": {
|
||||
"then": "Rez-de-chaussée"
|
||||
"email": {
|
||||
"question": "Quelle est l'adresse courriel de {name} ?"
|
||||
},
|
||||
"2": {
|
||||
"then": "Rez-de-chaussée"
|
||||
"website": {
|
||||
"question": "Quel est le site web de {name} ?"
|
||||
},
|
||||
"3": {
|
||||
"then": "Premier étage"
|
||||
"description": {
|
||||
"question": "Y a-t-il quelque chose de pertinent que vous n'avez pas pu donner à la dernière question ? Ajoutez-le ici.<br/><span style='font-size: small'>Ne répétez pas des réponses déjà données</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quelles sont les horaires d'ouverture de {name} ?",
|
||||
"render": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "À quel étage se situe l’élément ?",
|
||||
"render": "Étage {level}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "En sous-sol"
|
||||
},
|
||||
"1": {
|
||||
"then": "Rez-de-chaussée"
|
||||
},
|
||||
"2": {
|
||||
"then": "Rez-de-chaussée"
|
||||
},
|
||||
"3": {
|
||||
"then": "Premier étage"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"undefined": {
|
||||
"website": {
|
||||
"question": "Cal é a páxina web de {name}?"
|
||||
"undefined": {
|
||||
"website": {
|
||||
"question": "Cal é a páxina web de {name}?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Nomor telepon dari {name|?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Apa alamat surel dari {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Apa situs web dari {name}?"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Nomor telepon dari {name|?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Apa alamat surel dari {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Apa situs web dari {name}?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Qual è il numero di telefono di {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual è l'indirizzo email di {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual è il sito web di {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.<br/><span style='font-size: small'>Non ripetere informazioni già fornite</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quali sono gli orari di apertura di {name}?",
|
||||
"render": "<h3>Orari di apertura</h3>{opening_hours_table(opening_hours)}"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Qual è il numero di telefono di {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual è l'indirizzo email di {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual è il sito web di {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.<br/><span style='font-size: small'>Non ripetere informazioni già fornite</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quali sono gli orari di apertura di {name}?",
|
||||
"render": "<h3>Orari di apertura</h3>{opening_hours_table(opening_hours)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Hva er telefonnummeret til {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Hva er e-postadressen til {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Hva er nettsiden til {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Er det noe mer som er relevant du ikke kunne opplyse om i tidligere svar? Legg det til her.<br/><span style='font-size: small'>Ikke gjenta fakta som allerede er nevnt</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Hva er åpningstidene for {name})",
|
||||
"render": "<h3>Åpningstider</h3>{opening_hours_table(opening_hours)}"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Hva er telefonnummeret til {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Hva er e-postadressen til {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Hva er nettsiden til {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Er det noe mer som er relevant du ikke kunne opplyse om i tidligere svar? Legg det til her.<br/><span style='font-size: small'>Ikke gjenta fakta som allerede er nevnt</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Hva er åpningstidene for {name})",
|
||||
"render": "<h3>Åpningstider</h3>{opening_hours_table(opening_hours)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,66 +1,66 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Wat is het telefoonnummer van {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Wat is het email-adres van {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Wat is de website van {name}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"question": "Is deze plaats rolstoeltoegankelijk?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze plaats is speciaal aangepast voor gebruikers van een rolstoel"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Wat is het telefoonnummer van {name}?"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze plaats is vlot bereikbaar met een rolstoel"
|
||||
"email": {
|
||||
"question": "Wat is het email-adres van {name}?"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze plaats is bereikbaar met een rolstoel, maar het is niet makkelijk"
|
||||
"website": {
|
||||
"question": "Wat is de website van {name}?"
|
||||
},
|
||||
"3": {
|
||||
"then": "Niet rolstoeltoegankelijk"
|
||||
"wheelchair-access": {
|
||||
"question": "Is deze plaats rolstoeltoegankelijk?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze plaats is speciaal aangepast voor gebruikers van een rolstoel"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze plaats is vlot bereikbaar met een rolstoel"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze plaats is bereikbaar met een rolstoel, maar het is niet makkelijk"
|
||||
},
|
||||
"3": {
|
||||
"then": "Niet rolstoeltoegankelijk"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"question": "Zijn er extra zaken die je niet in de bovenstaande vragen kwijt kon? Zet deze in de description<span style='font-size: small'>Herhaal geen antwoorden die je reeds gaf</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Wat zijn de openingsuren van {name}?",
|
||||
"render": "<h3>Openingsuren</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"question": "Welke betaalmiddelen worden hier geaccepteerd?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cash geld wordt hier aanvaard"
|
||||
},
|
||||
"1": {
|
||||
"then": "Betalen met bankkaarten kan hier"
|
||||
}
|
||||
}
|
||||
},
|
||||
"level": {
|
||||
"question": "Op welke verdieping bevindt dit punt zich?",
|
||||
"render": "Bevindt zich op de {level}de verdieping",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bevindt zich ondergronds"
|
||||
},
|
||||
"1": {
|
||||
"then": "Bevindt zich gelijkvloers"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bevindt zich gelijkvloers"
|
||||
},
|
||||
"3": {
|
||||
"then": "Bevindt zich op de eerste verdieping"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"question": "Zijn er extra zaken die je niet in de bovenstaande vragen kwijt kon? Zet deze in de description<span style='font-size: small'>Herhaal geen antwoorden die je reeds gaf</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Wat zijn de openingsuren van {name}?",
|
||||
"render": "<h3>Openingsuren</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"question": "Welke betaalmiddelen worden hier geaccepteerd?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cash geld wordt hier aanvaard"
|
||||
},
|
||||
"1": {
|
||||
"then": "Betalen met bankkaarten kan hier"
|
||||
}
|
||||
}
|
||||
},
|
||||
"level": {
|
||||
"question": "Op welke verdieping bevindt dit punt zich?",
|
||||
"render": "Bevindt zich op de {level}de verdieping",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bevindt zich ondergronds"
|
||||
},
|
||||
"1": {
|
||||
"then": "Bevindt zich gelijkvloers"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bevindt zich gelijkvloers"
|
||||
},
|
||||
"3": {
|
||||
"then": "Bevindt zich op de eerste verdieping"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,38 +1,38 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Jaki jest numer telefonu do {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Jaki jest adres e-mail do {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Jaka jest strona internetowa {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Czy jest jeszcze coś istotnego, czego nie mogłeś podać w poprzednich pytaniach? Dodaj to tutaj.<br/><span style='font-size: small'>Nie powtarzaj już podanych faktów</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Jakie są godziny otwarcia {name}?",
|
||||
"render": "<h3> Godziny otwarcia</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "Na jakim poziomie znajduje się ta funkcja?",
|
||||
"render": "Znajduje się na {level} piętrze",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Znajduje się pod ziemią"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Jaki jest numer telefonu do {name}?"
|
||||
},
|
||||
"1": {
|
||||
"then": "Znajduje się na parterze"
|
||||
"email": {
|
||||
"question": "Jaki jest adres e-mail do {name}?"
|
||||
},
|
||||
"2": {
|
||||
"then": "Znajduje się na parterze"
|
||||
"website": {
|
||||
"question": "Jaka jest strona internetowa {name}?"
|
||||
},
|
||||
"3": {
|
||||
"then": "Znajduje się na pierwszym piętrze"
|
||||
"description": {
|
||||
"question": "Czy jest jeszcze coś istotnego, czego nie mogłeś podać w poprzednich pytaniach? Dodaj to tutaj.<br/><span style='font-size: small'>Nie powtarzaj już podanych faktów</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Jakie są godziny otwarcia {name}?",
|
||||
"render": "<h3> Godziny otwarcia</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "Na jakim poziomie znajduje się ta funkcja?",
|
||||
"render": "Znajduje się na {level} piętrze",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Znajduje się pod ziemią"
|
||||
},
|
||||
"1": {
|
||||
"then": "Znajduje się na parterze"
|
||||
},
|
||||
"2": {
|
||||
"then": "Znajduje się na parterze"
|
||||
},
|
||||
"3": {
|
||||
"then": "Znajduje się na pierwszym piętrze"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,38 +1,38 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Qual o número de telefone de {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual o endereço de e-mail de {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual o site de {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Ainda há algo de relevante que não pôde dar nas perguntas anteriores? Adicione aqui.<br/><span style='font-size: small'> Não repita fatos já declarados</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Qual o horário de funcionamento de {name}?",
|
||||
"render": "<h3>Horário de funcionamento</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "Em que nível esse recurso está localizado?",
|
||||
"render": "Localizado no {level}o andar",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Localizado no subsolo"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Qual o número de telefone de {name}?"
|
||||
},
|
||||
"1": {
|
||||
"then": "Localizado no térreo"
|
||||
"email": {
|
||||
"question": "Qual o endereço de e-mail de {name}?"
|
||||
},
|
||||
"2": {
|
||||
"then": "Localizado no térreo"
|
||||
"website": {
|
||||
"question": "Qual o site de {name}?"
|
||||
},
|
||||
"3": {
|
||||
"then": "Localizado no primeiro andar"
|
||||
"description": {
|
||||
"question": "Ainda há algo de relevante que não pôde dar nas perguntas anteriores? Adicione aqui.<br/><span style='font-size: small'> Não repita fatos já declarados</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Qual o horário de funcionamento de {name}?",
|
||||
"render": "<h3>Horário de funcionamento</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "Em que nível esse recurso está localizado?",
|
||||
"render": "Localizado no {level}o andar",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Localizado no subsolo"
|
||||
},
|
||||
"1": {
|
||||
"then": "Localizado no térreo"
|
||||
},
|
||||
"2": {
|
||||
"then": "Localizado no térreo"
|
||||
},
|
||||
"3": {
|
||||
"then": "Localizado no primeiro andar"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,38 +1,38 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Какой номер телефона у {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Какой адрес электронной почты у {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Какой сайт у {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Есть ли ещё что-то важное, о чём вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Какое время работы у {name}?",
|
||||
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "На каком этаже находится этот объект?",
|
||||
"render": "Расположено на {level}ом этаже",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Расположено под землей"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Какой номер телефона у {name}?"
|
||||
},
|
||||
"1": {
|
||||
"then": "Расположено на первом этаже"
|
||||
"email": {
|
||||
"question": "Какой адрес электронной почты у {name}?"
|
||||
},
|
||||
"2": {
|
||||
"then": "Расположено на первом этаже"
|
||||
"website": {
|
||||
"question": "Какой сайт у {name}?"
|
||||
},
|
||||
"3": {
|
||||
"then": "Расположено на первом этаже"
|
||||
"description": {
|
||||
"question": "Есть ли ещё что-то важное, о чём вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Какое время работы у {name}?",
|
||||
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "На каком этаже находится этот объект?",
|
||||
"render": "Расположено на {level}ом этаже",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Расположено под землей"
|
||||
},
|
||||
"1": {
|
||||
"then": "Расположено на первом этаже"
|
||||
},
|
||||
"2": {
|
||||
"then": "Расположено на первом этаже"
|
||||
},
|
||||
"3": {
|
||||
"then": "Расположено на первом этаже"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,34 +1,34 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Vad är telefonnumret till {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Vad är e-postadressen till {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Vad är webbplatsen för {name}?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Vilka är öppettiderna för {name}?",
|
||||
"render": "<h3>Öppettider</h3> {opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"render": "Ligger på {level}:e våningen",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ligger under jorden"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Vad är telefonnumret till {name}?"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ligger på bottenvåningen"
|
||||
"email": {
|
||||
"question": "Vad är e-postadressen till {name}?"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ligger på bottenvåningen"
|
||||
"website": {
|
||||
"question": "Vad är webbplatsen för {name}?"
|
||||
},
|
||||
"3": {
|
||||
"then": "Ligger på första våningen"
|
||||
"opening_hours": {
|
||||
"question": "Vilka är öppettiderna för {name}?",
|
||||
"render": "<h3>Öppettider</h3> {opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"render": "Ligger på {level}:e våningen",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ligger under jorden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ligger på bottenvåningen"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ligger på bottenvåningen"
|
||||
},
|
||||
"3": {
|
||||
"then": "Ligger på första våningen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,38 +1,38 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "{name} 的電話號碼是什麼?"
|
||||
},
|
||||
"email": {
|
||||
"question": "{name} 的電子郵件地址是什麼?"
|
||||
},
|
||||
"website": {
|
||||
"question": "{name} 網址是什麼?"
|
||||
},
|
||||
"description": {
|
||||
"question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。<br/><span style='font-size: small'>不要重覆答覆已經知道的事情</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "{name} 的開放時間是什麼?",
|
||||
"render": "<h3>開放時間</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "此圖徽位於哪個樓層/層級?",
|
||||
"render": "位於 {level} 樓",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "位於地下"
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "{name} 的電話號碼是什麼?"
|
||||
},
|
||||
"1": {
|
||||
"then": "位於 1 樓"
|
||||
"email": {
|
||||
"question": "{name} 的電子郵件地址是什麼?"
|
||||
},
|
||||
"2": {
|
||||
"then": "位於 1 樓"
|
||||
"website": {
|
||||
"question": "{name} 網址是什麼?"
|
||||
},
|
||||
"3": {
|
||||
"then": "位於 2 樓"
|
||||
"description": {
|
||||
"question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。<br/><span style='font-size: small'>不要重覆答覆已經知道的事情</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "{name} 的開放時間是什麼?",
|
||||
"render": "<h3>開放時間</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "此圖徽位於哪個樓層/層級?",
|
||||
"render": "位於 {level} 樓",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "位於地下"
|
||||
},
|
||||
"1": {
|
||||
"then": "位於 1 樓"
|
||||
},
|
||||
"2": {
|
||||
"then": "位於 1 樓"
|
||||
},
|
||||
"3": {
|
||||
"then": "位於 2 樓"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue