scratch-l10n/paint/es.json
chrisgarrity 5eaf5ecefe Add pen extension
Add the pen extension and update all the translations.
2017-11-13 11:29:29 -05:00

74 lines
No EOL
2.5 KiB
JSON

{
"paint.paintEditor.redo": {
"message": "Rehacer",
"description": "Alt to image for the button to redo an action"
},
"paint.paintEditor.fill": {
"message": "Rellenar",
"description": "Label for the color picker for the fill color"
},
"paint.modeTools.eraserSize": {
"message": "Tamaño de la goma",
"description": "Label for the eraser size input"
},
"paint.paintEditor.backward": {
"message": "Atrás",
"description": "Label for the `Send backward on canvas` button"
},
"paint.paintEditor.group": {
"message": "Agrupar",
"description": "Label for the button to group shapes"
},
"paint.modeTools.paste": {
"message": "Pegar",
"description": "Label for the paste button"
},
"paint.paintEditor.saturation": {
"message": "Saturación",
"description": "Label for the saturation component in the color picker"
},
"paint.modeTools.brushSize": {
"message": "Tamaño del pincel",
"description": "Label for the brush size input"
},
"paint.paintEditor.undo": {
"message": "Deshacer",
"description": "Alt to image for the button to undo an action"
},
"paint.paintEditor.forward": {
"message": "Adelante",
"description": "Label for the `Send forward on canvas` button"
},
"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.paintEditor.back": {
"message": "Detrás del todo",
"description": "Label for the `Send to back of canvas` button"
},
"paint.paintEditor.ungroup": {
"message": "Desagrupar",
"description": "Label for the button to ungroup shapes"
},
"paint.paintEditor.hue": {
"message": "Color",
"description": "Label for the hue component in the color picker"
},
"paint.modeTools.copy": {
"message": "Copiar",
"description": "Label for the copy button"
},
"paint.paintEditor.front": {
"message": "Al frente",
"description": "Label for the `Send to front of canvas` button"
},
"paint.paintEditor.stroke": {
"message": "Contorno",
"description": "Label for the color picker for the outline color"
}
}