scratch-l10n/paint/ar.json
chrisgarrity 5eaf5ecefe Add pen extension
Add the pen extension and update all the translations.
2017-11-13 11:29:29 -05:00

74 lines
No EOL
2.6 KiB
JSON

{
"paint.paintEditor.redo": {
"message": "إعادة",
"description": "Alt to image for the button to redo an action"
},
"paint.paintEditor.fill": {
"message": "مُعَبأ",
"description": "Label for the color picker for the fill color"
},
"paint.modeTools.eraserSize": {
"message": "حجم الممحاة",
"description": "Label for the eraser size input"
},
"paint.paintEditor.backward": {
"message": "إلى الخلف",
"description": "Label for the `Send backward on canvas` button"
},
"paint.paintEditor.group": {
"message": "تجميع",
"description": "Label for the button to group shapes"
},
"paint.modeTools.paste": {
"message": "لصق",
"description": "Label for the paste button"
},
"paint.paintEditor.saturation": {
"message": "تَشَبُع",
"description": "Label for the saturation component in the color picker"
},
"paint.modeTools.brushSize": {
"message": "حجم الفرشاة",
"description": "Label for the brush size input"
},
"paint.paintEditor.undo": {
"message": "تَراجع",
"description": "Alt to image for the button to undo an action"
},
"paint.paintEditor.forward": {
"message": "إلى الأمام",
"description": "Label for the `Send forward on canvas` button"
},
"paint.paintEditor.brightness": {
"message": "شدة الإضاءة",
"description": "Label for the brightness component in the color picker"
},
"paint.paintEditor.costume": {
"message": "المظهر",
"description": "Label for the name of a sound"
},
"paint.paintEditor.back": {
"message": "الرُجُوع",
"description": "Label for the `Send to back of canvas` button"
},
"paint.paintEditor.ungroup": {
"message": "فك تجميع",
"description": "Label for the button to ungroup shapes"
},
"paint.paintEditor.hue": {
"message": "اللون",
"description": "Label for the hue component in the color picker"
},
"paint.modeTools.copy": {
"message": "نسخ",
"description": "Label for the copy button"
},
"paint.paintEditor.front": {
"message": "الأمام",
"description": "Label for the `Send to front of canvas` button"
},
"paint.paintEditor.stroke": {
"message": "الخطوط العريضة",
"description": "Label for the color picker for the outline color"
}
}