mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-01-05 12:12:21 -05:00
62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
|
{
|
||
|
"paint.paintEditor.fill": {
|
||
|
"message": "Fill",
|
||
|
"description": "Label for the color picker for the fill color"
|
||
|
},
|
||
|
"paint.eraserMode.eraser": {
|
||
|
"message": "Eraser",
|
||
|
"description": "Label for the eraser tool"
|
||
|
},
|
||
|
"paint.penMode.pen": {
|
||
|
"message": "Pen",
|
||
|
"description": "Label for the pen tool, which draws outlines"
|
||
|
},
|
||
|
"paint.paintEditor.saturation": {
|
||
|
"message": "Saturation",
|
||
|
"description": "Label for the saturation component in the color picker"
|
||
|
},
|
||
|
"paint.roundedRectMode.roundedRect": {
|
||
|
"message": "Rounded Rectangle",
|
||
|
"description": "Label for the rounded rectangle tool"
|
||
|
},
|
||
|
"paint.brushMode.brush": {
|
||
|
"message": "Brush",
|
||
|
"description": "Label for the brush tool"
|
||
|
},
|
||
|
"paint.lineMode.line": {
|
||
|
"message": "Line",
|
||
|
"description": "Label for the line tool, which draws straight line segments"
|
||
|
},
|
||
|
"paint.reshapeMode.reshape": {
|
||
|
"message": "Reshape",
|
||
|
"description": "Label for the reshape tool, which allows changing the points in the lines of the vectors"
|
||
|
},
|
||
|
"paint.paintEditor.brightness": {
|
||
|
"message": "Brightness",
|
||
|
"description": "Label for the brightness component in the color picker"
|
||
|
},
|
||
|
"paint.paintEditor.costume": {
|
||
|
"message": "Costume",
|
||
|
"description": "Label for the name of a sound"
|
||
|
},
|
||
|
"paint.rectMode.rect": {
|
||
|
"message": "Rectangle",
|
||
|
"description": "Label for the rectangle tool"
|
||
|
},
|
||
|
"paint.ovalMode.oval": {
|
||
|
"message": "Circle",
|
||
|
"description": "Label for the oval-drawing tool"
|
||
|
},
|
||
|
"paint.paintEditor.hue": {
|
||
|
"message": "Hue",
|
||
|
"description": "Label for the hue component in the color picker"
|
||
|
},
|
||
|
"paint.paintEditor.stroke": {
|
||
|
"message": "Outline",
|
||
|
"description": "Label for the color picker for the outline color"
|
||
|
},
|
||
|
"paint.selectMode.select": {
|
||
|
"message": "Select",
|
||
|
"description": "Label for the select tool, which allows selecting, moving, and resizing shapes"
|
||
|
}
|
||
|
}
|