From 49fcfcc9ba45cdbbd0cca84d23b64782ae3aae5c Mon Sep 17 00:00:00 2001 From: Eric Armijo Date: Mon, 31 May 2021 17:27:44 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 3.2% (12 of 375 strings) Translation: MapComplete/themes Translate-URL: https://hosted.weblate.org/projects/mapcomplete/themes/es/ --- langs/themes/es.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/langs/themes/es.json b/langs/themes/es.json index 898cfa5a6c..746423a141 100644 --- a/langs/themes/es.json +++ b/langs/themes/es.json @@ -6,5 +6,33 @@ "personal": { "title": "Interficie personal", "description": "Crea una interficie basada en todas las capas disponibles de todas las interficies" + }, + "artworks": { + "layers": { + "0": { + "tagRenderings": { + "1": { + "question": "Cuál es el tipo de esta obra de arte?", + "render": "Esta es un {artwork_type}" + } + }, + "presets": { + "0": { + "title": "Obra de arte" + } + }, + "description": "Diversas piezas de obras de arte", + "title": { + "mappings": { + "0": { + "then": "Obra de arte {nombre}" + } + }, + "render": "Obra de arte" + }, + "name": "Obras de arte" + } + }, + "description": "Bienvenido a Open Artwork Map, un mapa de estatuas, bustos, grafitis y otras obras de arte de todo el mundo" } -} \ No newline at end of file +}