From 3b321ed827cb35a7df65e2dde77cf9c4d3731271 Mon Sep 17 00:00:00 2001 From: SC Date: Tue, 16 Nov 2021 23:49:51 +0000 Subject: [PATCH] Translated using Weblate (Portuguese) Currently translated at 13.5% (177 of 1311 strings) Translation: MapComplete/Layer translations Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layer-translations/pt/ --- langs/layers/pt.json | 60 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/langs/layers/pt.json b/langs/layers/pt.json index 022b6cf8ce..57cf3c6ee8 100644 --- a/langs/layers/pt.json +++ b/langs/layers/pt.json @@ -12,6 +12,64 @@ } }, "render": "Obra de arte" + }, + "description": "Diversas obras de arte", + "name": "Obras de arte", + "tagRenderings": { + "artwork-artist_name": { + "question": "Que artista criou isto?", + "render": "Criado por {artist_name}" + }, + "artwork-artwork_type": { + "mappings": { + "0": { + "then": "Arquitetura" + }, + "1": { + "then": "Mural" + }, + "2": { + "then": "Pintura" + }, + "3": { + "then": "Escultura" + }, + "4": { + "then": "Estátua" + }, + "5": { + "then": "Busto" + }, + "6": { + "then": "Pedra" + }, + "7": { + "then": "Instalação" + }, + "8": { + "then": "Graffiti" + }, + "9": { + "then": "Relevo" + }, + "10": { + "then": "Azulejo (azulejo decorativo espanhol e português)" + }, + "11": { + "then": "Ladrilhos" + } + }, + "question": "Qual é o tipo desta obra de arte?", + "render": "Isto é um(a) {artwork_type}" + }, + "artwork-website": { + "question": "Existe um site com mais informações sobre esta obra de arte?", + "render": "Mais informações neste site" + }, + "artwork-wikidata": { + "question": "Que entrada no Wikidata corresponde a esta obra de arte?", + "render": "Corresponde a {wikidata}" + } } }, "bench": { @@ -544,4 +602,4 @@ } } } -} \ No newline at end of file +}