Housekeeping...
This commit is contained in:
parent
71c583b47e
commit
a5aae3c57c
13 changed files with 623 additions and 541 deletions
|
@ -23,6 +23,47 @@
|
|||
"email": {
|
||||
"question": "Qual é o endereço de e-mail de {title()}?"
|
||||
},
|
||||
"internet": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Este lugar tem acesso à Internet sem fios"
|
||||
},
|
||||
"1": {
|
||||
"then": "Este lugar <b>não</b> tem acesso à Internet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Este lugar tem acesso à Internet"
|
||||
},
|
||||
"3": {
|
||||
"then": "Este lugar tem acesso à Internet através de um terminal ou computador"
|
||||
},
|
||||
"4": {
|
||||
"then": "Este lugar tem acesso à Internet com fios/por cabo"
|
||||
}
|
||||
},
|
||||
"question": "Este lugar tem acesso à Internet?"
|
||||
},
|
||||
"internet-fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tem de se pagar para utilizar o acesso à Internet neste local"
|
||||
},
|
||||
"1": {
|
||||
"then": "O acesso à Internet é gratuito neste local"
|
||||
},
|
||||
"2": {
|
||||
"then": "O acesso à Internet é gratuito neste local, apenas para clientes"
|
||||
}
|
||||
},
|
||||
"question": "Tem de se pagar para utilizar o acesso à Internet?"
|
||||
},
|
||||
"internet-ssid": {
|
||||
"freeform": {
|
||||
"placeholder": "Introduza o nome da rede"
|
||||
},
|
||||
"question": "Qual é o nome da rede para o acesso sem fios à Internet?",
|
||||
"render": "O nome da rede é <b>{internet_access:ssid}</b>"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -44,6 +85,12 @@
|
|||
"question": "Em que nível se encontra este elemento?",
|
||||
"render": "Está no {level}º andar"
|
||||
},
|
||||
"multilevels": {
|
||||
"override": {
|
||||
"question": "Para que pisos vai este elevador?",
|
||||
"render": "Este elevador vai para os pisos {level}"
|
||||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Qual é o horário de funcionamento de {title()}?",
|
||||
"render": "<h3>Horário de funcionamento</h3>{opening_hours_table(opening_hours)}"
|
||||
|
@ -143,53 +190,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Qual é o item correspondente na Wikipédia?"
|
||||
},
|
||||
"multilevels": {
|
||||
"override": {
|
||||
"question": "Para que pisos vai este elevador?",
|
||||
"render": "Este elevador vai para os pisos {level}"
|
||||
}
|
||||
},
|
||||
"internet": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Este lugar tem acesso à Internet sem fios"
|
||||
},
|
||||
"1": {
|
||||
"then": "Este lugar <b>não</b> tem acesso à Internet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Este lugar tem acesso à Internet"
|
||||
},
|
||||
"4": {
|
||||
"then": "Este lugar tem acesso à Internet com fios/por cabo"
|
||||
},
|
||||
"3": {
|
||||
"then": "Este lugar tem acesso à Internet através de um terminal ou computador"
|
||||
}
|
||||
},
|
||||
"question": "Este lugar tem acesso à Internet?"
|
||||
},
|
||||
"internet-fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tem de se pagar para utilizar o acesso à Internet neste local"
|
||||
},
|
||||
"1": {
|
||||
"then": "O acesso à Internet é gratuito neste local"
|
||||
},
|
||||
"2": {
|
||||
"then": "O acesso à Internet é gratuito neste local, apenas para clientes"
|
||||
}
|
||||
},
|
||||
"question": "Tem de se pagar para utilizar o acesso à Internet?"
|
||||
},
|
||||
"internet-ssid": {
|
||||
"freeform": {
|
||||
"placeholder": "Introduza o nome da rede"
|
||||
},
|
||||
"question": "Qual é o nome da rede para o acesso sem fios à Internet?",
|
||||
"render": "O nome da rede é <b>{internet_access:ssid}</b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue