From 2d8db08bfc851bf738df2d0e7e9a032a964f2f6e Mon Sep 17 00:00:00 2001 From: SC Date: Mon, 29 Aug 2022 17:43:10 +0000 Subject: [PATCH] Translated using Weblate (Portuguese) Currently translated at 95.0% (57 of 60 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/pt/ --- langs/shared-questions/pt.json | 49 +++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/pt.json b/langs/shared-questions/pt.json index 0dfd8c9bf..718bf07ce 100644 --- a/langs/shared-questions/pt.json +++ b/langs/shared-questions/pt.json @@ -143,6 +143,53 @@ } }, "question": "Qual é o item correspondente na Wikipédia?" + }, + "multilevels": { + "override": { + "question": "Para que pisos vai este elevador?", + "render": "Este elevador vai para os pisos {nível}" + } + }, + "internet": { + "mappings": { + "0": { + "then": "Este lugar tem acesso à Internet sem fios" + }, + "1": { + "then": "Este lugar não 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 é {internet_access:ssid}" } } -} \ No newline at end of file +}