scratch-l10n/paint/de.json

62 lines
No EOL
2.1 KiB
JSON

{
"paint.paintEditor.fill": {
"message": "Füllen",
"description": "Label for the color picker for the fill color"
},
"paint.eraserMode.eraser": {
"message": "Radierer",
"description": "Label for the eraser tool"
},
"paint.penMode.pen": {
"message": "Stift",
"description": "Label for the pen tool, which draws outlines"
},
"paint.paintEditor.saturation": {
"message": "Sättigung",
"description": "Label for the saturation component in the color picker"
},
"paint.roundedRectMode.roundedRect": {
"message": "Abgerundetes Rechteck",
"description": "Label for the rounded rectangle tool"
},
"paint.brushMode.brush": {
"message": "Pinsel",
"description": "Label for the brush tool"
},
"paint.lineMode.line": {
"message": "Linie",
"description": "Label for the line tool, which draws straight line segments"
},
"paint.reshapeMode.reshape": {
"message": "Verformen",
"description": "Label for the reshape tool, which allows changing the points in the lines of the vectors"
},
"paint.paintEditor.brightness": {
"message": "Helligkeit",
"description": "Label for the brightness component in the color picker"
},
"paint.paintEditor.costume": {
"message": "Kostüm",
"description": "Label for the name of a sound"
},
"paint.rectMode.rect": {
"message": "Rechteck",
"description": "Label for the rectangle tool"
},
"paint.ovalMode.oval": {
"message": "Kreis",
"description": "Label for the oval-drawing tool"
},
"paint.paintEditor.hue": {
"message": "Farbton",
"description": "Label for the hue component in the color picker"
},
"paint.paintEditor.stroke": {
"message": "Umriss",
"description": "Label for the color picker for the outline color"
},
"paint.selectMode.select": {
"message": "Auswählen",
"description": "Label for the select tool, which allows selecting, moving, and resizing shapes"
}
}