mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-03-14 07:00:36 -04:00
70 lines
No EOL
2.5 KiB
JSON
70 lines
No EOL
2.5 KiB
JSON
{
|
|
"pen.setColor": {
|
|
"message": "setze Stiftfarbe auf [COLOR]",
|
|
"description": "set the pen color to a particular (RGB) value"
|
|
},
|
|
"pen.setColorParam": {
|
|
"message": "setze [COLOR_PARAM] von Stift auf [VALUE]",
|
|
"description": "set the state for a pen color parameter e.g. saturation"
|
|
},
|
|
"pen.colorMenu.brightness": {
|
|
"message": "Helligkeit",
|
|
"description": "label for brightness element in color picker for pen extension"
|
|
},
|
|
"pen.setSize": {
|
|
"message": "Setze Stiftdicke auf [SIZE]",
|
|
"description": "set the diameter of a trail left by a sprite"
|
|
},
|
|
"pen.changeHue": {
|
|
"message": "Ändere Stiftsättigung um [HUE]",
|
|
"description": "legacy pen blocks - change pen color"
|
|
},
|
|
"pen.stamp": {
|
|
"message": "hinterlasse Abdruck",
|
|
"description": "render current costume on the background"
|
|
},
|
|
"pen.clear": {
|
|
"message": "wische Malspuren weg",
|
|
"description": "erase all pen trails and stamps"
|
|
},
|
|
"pen.setHue": {
|
|
"message": "Setze Stiftsättigung auf [HUE]",
|
|
"description": "legacy pen blocks - set pen color to number"
|
|
},
|
|
"pen.setShade": {
|
|
"message": "setze Farbstärke auf [SHADE]",
|
|
"description": "legacy pen blocks - set pen shade"
|
|
},
|
|
"pen.colorMenu.color": {
|
|
"message": "Farbe",
|
|
"description": "label for color element in color picker for pen extension"
|
|
},
|
|
"pen.changeSize": {
|
|
"message": "Ändere Stiftdicke um [SIZE]",
|
|
"description": "change the diameter of the trail left by a sprite"
|
|
},
|
|
"pen.colorMenu.transparency": {
|
|
"message": "Transparenz",
|
|
"description": "label for transparency element in color picker for pen extension"
|
|
},
|
|
"pen.changeColorParam": {
|
|
"message": "setze [COLOR_PARAM] von Stift auf [VALUE]",
|
|
"description": "change the state of a pen color parameter"
|
|
},
|
|
"pen.penDown": {
|
|
"message": "schalte Stift ein",
|
|
"description": "start leaving a trail when the sprite moves"
|
|
},
|
|
"pen.penUp": {
|
|
"message": "schalte Stift aus",
|
|
"description": "stop leaving a trail behind the sprite"
|
|
},
|
|
"pen.colorMenu.saturation": {
|
|
"message": "Sättigung",
|
|
"description": "label for saturation element in color picker for pen extension"
|
|
},
|
|
"pen.changeShade": {
|
|
"message": "Ändere Farbstärke um [SHADE]",
|
|
"description": "legacy pen blocks - change pen shade"
|
|
}
|
|
} |