From 03e36ad4f6c67b91633261aa319afe4aac0c9961 Mon Sep 17 00:00:00 2001 From: William Weber Berrutti Date: Thu, 30 Sep 2021 21:52:04 +0000 Subject: [PATCH] Translated using Weblate (Portuguese (Brazil)) Currently translated at 95.0% (19 of 20 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/pt_BR/ --- langs/shared-questions/pt_BR.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/pt_BR.json b/langs/shared-questions/pt_BR.json index 31b02f75a..38a5868bc 100644 --- a/langs/shared-questions/pt_BR.json +++ b/langs/shared-questions/pt_BR.json @@ -33,6 +33,34 @@ }, "website": { "question": "Qual o site de {name}?" + }, + "wheelchair-access": { + "question": "Este lugar é acessível com uma cadeira de rodas?", + "mappings": { + "3": { + "then": "Este lugar não é alcançável com uma cadeira de rodas" + }, + "2": { + "then": "É possível chegar a esse local em uma cadeira de rodas, mas não é fácil" + }, + "1": { + "then": "Este lugar é facilmente acessível com uma cadeira de rodas" + }, + "0": { + "then": "Este lugar é especialmente adaptado para usuários de cadeira de rodas" + } + } + }, + "payment-options": { + "question": "Quais métodos de pagamento são aceitos aqui?", + "mappings": { + "1": { + "then": "Cartões de pagamento são aceitos aqui" + }, + "0": { + "then": "Dinheiro é aceito aqui" + } + } } } -} \ No newline at end of file +}