From 542a77b09c8705581b20ceeddbc22398118c7a43 Mon Sep 17 00:00:00 2001 From: SC Date: Wed, 29 Sep 2021 17:38:49 +0200 Subject: [PATCH 1/4] Added translation using Weblate (Portuguese) --- langs/shared-questions/pt.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 langs/shared-questions/pt.json diff --git a/langs/shared-questions/pt.json b/langs/shared-questions/pt.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/langs/shared-questions/pt.json @@ -0,0 +1 @@ +{} From 20db96a30ec887d582b063228c9ccda606df89c5 Mon Sep 17 00:00:00 2001 From: Weblate Date: Wed, 29 Sep 2021 17:38:55 +0200 Subject: [PATCH 2/4] Added translation using Weblate (Portuguese) --- langs/pt.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 langs/pt.json diff --git a/langs/pt.json b/langs/pt.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/langs/pt.json @@ -0,0 +1 @@ +{} From 393a1c2c1139fdeda95d068c0bbccc7d6a3fbc87 Mon Sep 17 00:00:00 2001 From: Weblate Date: Wed, 29 Sep 2021 17:38:59 +0200 Subject: [PATCH 3/4] Added translation using Weblate (Portuguese) --- langs/themes/pt.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 langs/themes/pt.json diff --git a/langs/themes/pt.json b/langs/themes/pt.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/langs/themes/pt.json @@ -0,0 +1 @@ +{} From 023e5d5e444c5a31ce4d2958516d1681e33abf78 Mon Sep 17 00:00:00 2001 From: SC Date: Wed, 29 Sep 2021 15:41:57 +0000 Subject: [PATCH 4/4] Translated using Weblate (Portuguese) Currently translated at 35.0% (7 of 20 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/pt/ --- langs/shared-questions/pt.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/pt.json b/langs/shared-questions/pt.json index 0967ef424b..60330bb638 100644 --- a/langs/shared-questions/pt.json +++ b/langs/shared-questions/pt.json @@ -1 +1,27 @@ -{} +{ + "undefined": { + "level": { + "question": "Em que nível se encontra este elemento?", + "mappings": { + "3": { + "then": "Está no primeiro andar" + }, + "2": { + "then": "Está ao nível do rés-do-chão" + }, + "1": { + "then": "Está ao nível do rés-do-chão" + }, + "0": { + "then": "Está no subsolo" + } + } + }, + "email": { + "question": "Qual é o endereço de e-mail de {name}?" + }, + "description": { + "question": "Ainda há algo de relevante que não tenha podido dar nas perguntas anteriores? Adicione-o aqui.
Não repita factos já declarados" + } + } +}