scratch-l10n/paint/es.json

62 lines
2.1 KiB
JSON
Raw Normal View History

{
"paint.paintEditor.fill": {
"message": "Rellenar",
"description": "Label for the color picker for the fill color"
},
"paint.eraserMode.eraser": {
"message": "Goma",
"description": "Label for the eraser tool"
},
"paint.penMode.pen": {
"message": "Bolígrafo",
"description": "Label for the pen tool, which draws outlines"
},
"paint.paintEditor.saturation": {
"message": "Saturación",
"description": "Label for the saturation component in the color picker"
},
"paint.roundedRectMode.roundedRect": {
"message": "Rectángulo con bordes circulares",
"description": "Label for the rounded rectangle tool"
},
"paint.brushMode.brush": {
"message": "Pincel",
"description": "Label for the brush tool"
},
"paint.lineMode.line": {
"message": "Línea",
"description": "Label for the line tool, which draws straight line segments"
},
"paint.reshapeMode.reshape": {
"message": "Dar forma de nuevo",
"description": "Label for the reshape tool, which allows changing the points in the lines of the vectors"
},
"paint.paintEditor.brightness": {
"message": "Brillo",
"description": "Label for the brightness component in the color picker"
},
"paint.paintEditor.costume": {
"message": "Disfraz",
"description": "Label for the name of a sound"
},
"paint.rectMode.rect": {
"message": "Rectángulo",
"description": "Label for the rectangle tool"
},
"paint.ovalMode.oval": {
"message": "Círculo",
"description": "Label for the oval-drawing tool"
},
"paint.paintEditor.hue": {
"message": "Tono",
"description": "Label for the hue component in the color picker"
},
"paint.paintEditor.stroke": {
"message": "Contorno",
"description": "Label for the color picker for the outline color"
},
"paint.selectMode.select": {
"message": "Seleccionar",
"description": "Label for the select tool, which allows selecting, moving, and resizing shapes"
}
}