diff --git a/langs/fr.json b/langs/fr.json index 068221409..0d60d621c 100644 --- a/langs/fr.json +++ b/langs/fr.json @@ -288,5 +288,10 @@ "loginToSplit": "Vous devez être connecté pour couper une route", "split": "Couper", "splitTitle": "Choisissez sur la carte où couper cette route" + }, + "professional": { + "indexPage": { + "button": "Découvrez nos offres" + } } } diff --git a/langs/pt.json b/langs/pt.json index 076c917bc..07fdd25a0 100644 --- a/langs/pt.json +++ b/langs/pt.json @@ -57,7 +57,11 @@ "title": "Adicionar um novo ponto?", "warnVisibleForEveryone": "A sua adição será visível para todos", "zoomInFurther": "Amplie mais para adicionar um ponto.", - "zoomInMore": "Amplie mais para importar este elemento" + "zoomInMore": "Amplie mais para importar este elemento", + "import": { + "hasBeenImported": "Este objeto foi importado", + "importTags": "Este elemento irá receber {tags}" + } }, "attribution": { "attributionContent": "

Todos os dados são fornecidos pelo OpenStreetMap e são livremente reutilizáveis sob a licença the Open DataBase License.

", diff --git a/langs/shared-questions/pt.json b/langs/shared-questions/pt.json index f3ccf28f4..8d15ac292 100644 --- a/langs/shared-questions/pt.json +++ b/langs/shared-questions/pt.json @@ -111,6 +111,18 @@ } }, "question": "Qual é o item correspondente na Wikipédia?" + }, + "payment-options-advanced": { + "override": { + "mappings+": { + "1": { + "then": "O pagamento é feito usando um cartão de membro" + }, + "0": { + "then": "O pagamento é feito utilizando uma aplicação dedicada" + } + } + } } } -} \ No newline at end of file +}