From 023e5d5e444c5a31ce4d2958516d1681e33abf78 Mon Sep 17 00:00:00 2001 From: SC Date: Wed, 29 Sep 2021 15:41:57 +0000 Subject: [PATCH] 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" + } + } +}