Translated using Weblate (Spanish)

Currently translated at 47.7% (1181 of 2475 strings)

Translation: MapComplete/Layer translations
Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layers/es/
This commit is contained in:
Jaime Marquínez Ferrándiz 2022-11-19 15:45:33 +00:00 committed by Hosted Weblate
parent a420a8a81f
commit ef04be60fd
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -131,6 +131,14 @@
"artwork-website": { "artwork-website": {
"question": "¿Hay un sitio web con más información sobre esta obra de arte?", "question": "¿Hay un sitio web con más información sobre esta obra de arte?",
"render": "Más información en <a href='{website}' target='_blank'>este sitio web</a>" "render": "Más información en <a href='{website}' target='_blank'>este sitio web</a>"
},
"artwork-artist-wikidata": {
"question": "¿Quién creó esta obra de arte?",
"render": "Esta obra de la creó {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}"
},
"artwork_subject": {
"question": "¿Qué representa esta obra de arte?",
"render": "Esta obra de arte representa {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}"
} }
}, },
"title": { "title": {
@ -255,10 +263,10 @@
"bench-backrest": { "bench-backrest": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Respaldo: sí" "then": "Tiene respaldo"
}, },
"1": { "1": {
"then": "Respaldo: no" "then": "<b>No</b> tiene respaldo"
} }
}, },
"question": "¿Este banco tiene respaldo?" "question": "¿Este banco tiene respaldo?"
@ -300,22 +308,22 @@
"bench-material": { "bench-material": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Material: madera" "then": "El asiento está hecho de madera"
}, },
"1": { "1": {
"then": "Material: metal" "then": "El asiento está hecho de metal"
}, },
"2": { "2": {
"then": "Material: piedra" "then": "El asiento está hecho de piedra"
}, },
"3": { "3": {
"then": "Material: concreto" "then": "El asiento está hecho de hormigón"
}, },
"4": { "4": {
"then": "Material: plastico" "then": "El asiento está hecho de plástico"
}, },
"5": { "5": {
"then": "Material: acero" "then": "El asiento está hecho de acero"
} }
}, },
"question": "¿De que está hecho el banco (asiento)?", "question": "¿De que está hecho el banco (asiento)?",
@ -516,6 +524,12 @@
"1": "tándem" "1": "tándem"
} }
} }
},
"renderings": {
"0": {
"question": "¿Cuántas type_plural pueden alquilarse aquí?",
"render": "{capacity:bicycle_type} type_plural pueden alquilarse aquí"
}
} }
} }
}, },
@ -566,10 +580,10 @@
"bike_cleaning-charge": { "bike_cleaning-charge": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Un servicio de limpieza gratis" "then": "Servicio de limpieza gratis"
}, },
"1": { "1": {
"then": "Gratis" "then": "Gratuito"
} }
}, },
"question": "¿Cuánto cuesta utilizar el servicio de limpieza?", "question": "¿Cuánto cuesta utilizar el servicio de limpieza?",
@ -578,7 +592,7 @@
"bike_cleaning-service:bicycle:cleaning:charge": { "bike_cleaning-service:bicycle:cleaning:charge": {
"mappings": { "mappings": {
"0": { "0": {
"then": "El servicio de limpieza es gratis" "then": "El servicio de limpieza es gratuito"
}, },
"1": { "1": {
"then": "Gratis" "then": "Gratis"
@ -3562,11 +3576,6 @@
"question": "¿De qué color es la luz que emite esta lámpara?", "question": "¿De qué color es la luz que emite esta lámpara?",
"render": "Esta lámpara emite luz {light:colour}" "render": "Esta lámpara emite luz {light:colour}"
}, },
"count": {
"mappings": {
"0": {}
}
},
"direction": { "direction": {
"question": "¿Hacia donde apunta esta lámpara?", "question": "¿Hacia donde apunta esta lámpara?",
"render": "Esta lámpara apunta hacia {light:direction}" "render": "Esta lámpara apunta hacia {light:direction}"
@ -4064,4 +4073,4 @@
} }
} }
} }
} }