scratch-l10n/paint/de.json
chrisgarrity 26e3bd064d Add www resources
Add scratch-www translation resources and include in the pubished package.
2018-03-13 11:46:37 -04:00

74 lines
No EOL
2.5 KiB
JSON

{
"paint.paintEditor.redo": {
"message": "Wiederherstellen",
"description": "Alt to image for the button to redo an action"
},
"paint.paintEditor.fill": {
"message": "Füllen",
"description": "Label for the color picker for the fill color"
},
"paint.modeTools.eraserSize": {
"message": "Radierergröße",
"description": "Label for the eraser size input"
},
"paint.paintEditor.backward": {
"message": "Zurück",
"description": "Label for the `Send backward on canvas` button"
},
"paint.paintEditor.group": {
"message": "Gruppieren",
"description": "Label for the button to group shapes"
},
"paint.modeTools.paste": {
"message": "Einfügen",
"description": "Label for the paste button"
},
"paint.paintEditor.saturation": {
"message": "Sättigung",
"description": "Label for the saturation component in the color picker"
},
"paint.modeTools.brushSize": {
"message": "Pinselgröße",
"description": "Label for the brush size input"
},
"paint.paintEditor.undo": {
"message": "Rückgängig machen",
"description": "Alt to image for the button to undo an action"
},
"paint.paintEditor.forward": {
"message": "Nach vorne",
"description": "Label for the `Send forward on canvas` button"
},
"paint.paintEditor.brightness": {
"message": "Helligkeit",
"description": "Label for the brightness component in the color picker"
},
"paint.paintEditor.costume": {
"message": "Kostüm",
"description": "Label for the name of a sound"
},
"paint.paintEditor.back": {
"message": "Zurück",
"description": "Label for the `Send to back of canvas` button"
},
"paint.paintEditor.ungroup": {
"message": "Gruppierung aufheben",
"description": "Label for the button to ungroup shapes"
},
"paint.paintEditor.hue": {
"message": "Farbe",
"description": "Label for the hue component in the color picker"
},
"paint.modeTools.copy": {
"message": "Kopieren",
"description": "Label for the copy button"
},
"paint.paintEditor.front": {
"message": "Schriftart",
"description": "Label for the `Send to front of canvas` button"
},
"paint.paintEditor.stroke": {
"message": "Umriss",
"description": "Label for the color picker for the outline color"
}
}