Translation sync

This commit is contained in:
Pieter Vander Vennet 2021-08-19 17:35:45 +02:00
parent 7e7c6d53f6
commit 00ac3c7ac9
54 changed files with 2891 additions and 2422 deletions

View file

@ -17,19 +17,19 @@
"render": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "À quel étage se situe lélément ?",
"render": "Étage {level}",
"mappings": {
"2": {
"then": "Premier étage"
"0": {
"then": "En sous-sol"
},
"1": {
"then": "Rez-de-chaussée"
},
"0": {
"then": "En sous-sol"
"2": {
"then": "Premier étage"
}
},
"render": "Étage {level}",
"question": "À quel étage se situe lélément ?"
}
}
}
}
}

View file

@ -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}?"
},
"phone": {
"question": "Nomor telepon dari {name|?"
}
}
}
}

View file

@ -1,35 +1,35 @@
{
"undefined": {
"email": {
"question": "Jaki jest adres e-mail do {name}?"
},
"phone": {
"question": "Jaki jest numer telefonu do {name}?"
},
"opening_hours": {
"render": "<h3> Godziny otwarcia</h3>{opening_hours_table(opening_hours)}",
"question": "Jakie są godziny otwarcia {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>"
"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": {
"2": {
"then": "Znajduje się na pierwszym piętrze"
"0": {
"then": "Znajduje się pod ziemią"
},
"1": {
"then": "Znajduje się na parterze"
},
"0": {
"then": "Znajduje się pod ziemią"
"2": {
"then": "Znajduje się na pierwszym piętrze"
}
},
"render": "Znajduje się na {level} piętrze",
"question": "Na jakim poziomie znajduje się ta funkcja?"
}
}
}
}
}

View file

@ -1,6 +1,23 @@
{
"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": {
@ -12,24 +29,7 @@
"2": {
"then": "Localizado no primeiro andar"
}
},
"question": "Em que nível esse recurso está localizado?"
},
"opening_hours": {
"question": "Qual o horário de funcionamento de {name}?",
"render": "<h3>Horário de funcionamento</h3>{opening_hours_table(opening_hours)}"
},
"website": {
"question": "Qual o site de {name}?"
},
"email": {
"question": "Qual o endereço de e-mail de {name}?"
},
"phone": {
"question": "Qual o número de telefone 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>"
}
}
}
}

View file

@ -17,6 +17,7 @@
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "На каком этаже находится этот объект?",
"render": "Расположено на {level}ом этаже",
"mappings": {
"0": {
@ -28,8 +29,7 @@
"2": {
"then": "Расположено на первом этаже"
}
},
"question": "На каком этаже находится этот объект?"
}
}
}
}

View file

@ -3,29 +3,29 @@
"phone": {
"question": "Vad är telefonnumret till {name}?"
},
"level": {
"mappings": {
"2": {
"then": "Ligger på första våningen"
},
"1": {
"then": "Ligger på bottenvåningen"
},
"0": {
"then": "Ligger under jorden"
}
},
"render": "Ligger på {level}:e våningen"
},
"opening_hours": {
"render": "<h3>Öppettider</h3> {opening_hours_table(opening_hours)}",
"question": "Vilka är öppettiderna för {name}?"
"email": {
"question": "Vad är e-postadressen till {name}?"
},
"website": {
"question": "Vad är webbplatsen för {name}?"
},
"email": {
"question": "Vad är e-postadressen till {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"
},
"1": {
"then": "Ligger på bottenvåningen"
},
"2": {
"then": "Ligger på första våningen"
}
}
}
}
}
}