mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 21:52:35 -05:00
5eaf5ecefe
Add the pen extension and update all the translations.
70 lines
No EOL
2.4 KiB
JSON
70 lines
No EOL
2.4 KiB
JSON
{
|
|
"pen.setColor": {
|
|
"message": "set pen color to [COLOR]",
|
|
"description": "set the pen color to a particular (RGB) value"
|
|
},
|
|
"pen.setColorParam": {
|
|
"message": "set pen [COLOR_PARAM] to [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": "set pen size to [SIZE]",
|
|
"description": "set the diameter of a trail left by a sprite"
|
|
},
|
|
"pen.changeHue": {
|
|
"message": "change pen hue by [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": "set pen hue to [HUE]",
|
|
"description": "legacy pen blocks - set pen color to number"
|
|
},
|
|
"pen.setShade": {
|
|
"message": "set pen shade to [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": "change pen size by [SIZE]",
|
|
"description": "change the diameter of the trail left by a sprite"
|
|
},
|
|
"pen.colorMenu.transparency": {
|
|
"message": "transparency",
|
|
"description": "label for transparency element in color picker for pen extension"
|
|
},
|
|
"pen.changeColorParam": {
|
|
"message": "change pen [COLOR_PARAM] by [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": "saturation",
|
|
"description": "label for saturation element in color picker for pen extension"
|
|
},
|
|
"pen.changeShade": {
|
|
"message": "change pen shade by [SHADE]",
|
|
"description": "legacy pen blocks - change pen shade"
|
|
}
|
|
} |