mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-01-08 13:42:11 -05:00
26e3bd064d
Add scratch-www translation resources and include in the pubished package.
70 lines
No EOL
2.5 KiB
JSON
70 lines
No EOL
2.5 KiB
JSON
{
|
|
"pen.setColor": {
|
|
"message": "קבע צבע עט ל[COLOR]",
|
|
"description": "set the pen color to a particular (RGB) value"
|
|
},
|
|
"pen.setColorParam": {
|
|
"message": "קבע [COLOR_PARAM] עט ל[VALUE]",
|
|
"description": "set the state for a pen color parameter e.g. saturation"
|
|
},
|
|
"pen.colorMenu.brightness": {
|
|
"message": "בהירות",
|
|
"description": "label for brightness element in color picker for pen extension"
|
|
},
|
|
"pen.setSize": {
|
|
"message": "קבע גודל עט ל[SIZE]",
|
|
"description": "set the diameter of a trail left by a sprite"
|
|
},
|
|
"pen.changeHue": {
|
|
"message": "שנה גוון עט ב[HUE]",
|
|
"description": "legacy pen blocks - change pen color"
|
|
},
|
|
"pen.stamp": {
|
|
"message": "החתם",
|
|
"description": "render current costume on the background"
|
|
},
|
|
"pen.clear": {
|
|
"message": "נקה",
|
|
"description": "erase all pen trails and stamps"
|
|
},
|
|
"pen.setHue": {
|
|
"message": "קבע גוון עט ל[HUE]",
|
|
"description": "legacy pen blocks - set pen color to number"
|
|
},
|
|
"pen.setShade": {
|
|
"message": "קבע הצללת עט ל[SHADE]",
|
|
"description": "legacy pen blocks - set pen shade"
|
|
},
|
|
"pen.colorMenu.color": {
|
|
"message": "צבע",
|
|
"description": "label for color element in color picker for pen extension"
|
|
},
|
|
"pen.changeSize": {
|
|
"message": "שנה גודל עט ב[SIZE]",
|
|
"description": "change the diameter of the trail left by a sprite"
|
|
},
|
|
"pen.colorMenu.transparency": {
|
|
"message": "שקיפות",
|
|
"description": "label for transparency element in color picker for pen extension"
|
|
},
|
|
"pen.changeColorParam": {
|
|
"message": "שנה [COLOR_PARAM] עט ל[VALUE]",
|
|
"description": "change the state of a pen color parameter"
|
|
},
|
|
"pen.penDown": {
|
|
"message": "עט מטה",
|
|
"description": "start leaving a trail when the sprite moves"
|
|
},
|
|
"pen.penUp": {
|
|
"message": "עט מעלה",
|
|
"description": "stop leaving a trail behind the sprite"
|
|
},
|
|
"pen.colorMenu.saturation": {
|
|
"message": "סטורציה",
|
|
"description": "label for saturation element in color picker for pen extension"
|
|
},
|
|
"pen.changeShade": {
|
|
"message": "שנה הצללת עט ב[SHADE]",
|
|
"description": "legacy pen blocks - change pen shade"
|
|
}
|
|
} |