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.7 KiB
JSON
70 lines
No EOL
2.7 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"
|
|
}
|
|
} |