scratch-l10n/editor/paint-editor/nb.json

174 lines
6.1 KiB
JSON
Raw Normal View History

2018-05-21 09:43:28 -04:00
{
"paint.paintEditor.hue": {
"message": "Farge",
"description": "Label for the hue component in the color picker"
2018-05-21 09:43:28 -04:00
},
"paint.paintEditor.saturation": {
"message": "Fargemetning",
"description": "Label for the saturation component in the color picker"
},
"paint.paintEditor.brightness": {
"message": "Lysstyrke",
"description": "Label for the brightness component in the color picker"
},
"gui.comingSoon.message1": {
"message": "Ingen fare, vi arbeider med dette {emoji}",
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
},
"gui.comingSoon.message2": {
"message": "Kommer snart...",
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
2018-05-21 09:43:28 -04:00
},
"gui.comingSoon.message3": {
"message": "Vi arbeider med dette {emoji}",
"description": "One of the \"coming soon\" random messages for yet-to-be-done features"
},
"paint.paintEditor.fill": {
"message": "Fyll",
"description": "Label for the color picker for the fill color"
2018-05-21 09:43:28 -04:00
},
"paint.paintEditor.costume": {
"message": "Drakt",
"description": "Label for the name of a costume"
2018-05-21 09:43:28 -04:00
},
"paint.paintEditor.group": {
"message": "Gruppér",
"description": "Label for the button to group shapes"
2018-07-19 09:35:23 -04:00
},
"paint.paintEditor.ungroup": {
"message": "Del opp gruppe",
"description": "Label for the button to ungroup shapes"
2018-05-21 09:43:28 -04:00
},
"paint.paintEditor.undo": {
"message": "Angre",
"description": "Alt to image for the button to undo an action"
2018-08-03 12:42:20 -04:00
},
"paint.paintEditor.redo": {
"message": "Gjør igjen",
"description": "Alt to image for the button to redo an action"
2018-05-21 09:43:28 -04:00
},
"paint.paintEditor.forward": {
"message": "Flytt frem",
"description": "Label for the `Send forward on canvas` button"
2018-08-03 12:42:20 -04:00
},
2018-05-21 09:43:28 -04:00
"paint.paintEditor.backward": {
"message": "Flytt tilbake",
"description": "Label for the `Send backward on canvas` button"
},
"paint.paintEditor.front": {
"message": "Foran alt",
"description": "Label for the `Send to front of canvas` button"
2018-07-19 09:35:23 -04:00
},
"paint.paintEditor.back": {
"message": "Tilbake",
"description": "Label for the `Send to back of canvas` button"
2018-05-21 09:43:28 -04:00
},
"paint.paintEditor.more": {
"message": "Flere",
"description": "Label for dropdown to access more action buttons"
},
"paint.modeTools.brushSize": {
"message": "Størrelse",
"description": "Label for the brush size input"
},
"paint.modeTools.eraserSize": {
"message": "Viskelærbredde",
"description": "Label for the eraser size input"
},
"paint.modeTools.copy": {
"message": "Kopier",
"description": "Label for the copy button"
2018-05-21 09:43:28 -04:00
},
"paint.modeTools.paste": {
"message": "Lim inn",
"description": "Label for the paste button"
},
"paint.modeTools.delete": {
"message": "Slett",
"description": "Label for the delete button"
2018-05-21 09:43:28 -04:00
},
"paint.modeTools.curved": {
"message": "Glatt",
"description": "Label for the button that converts selected points to curves"
},
"paint.modeTools.pointed": {
"message": "Skarp",
"description": "Label for the button that converts selected points to sharp points"
2018-05-21 09:43:28 -04:00
},
2018-07-19 09:35:23 -04:00
"paint.modeTools.thickness": {
"message": "Tykkelse",
"description": "Label for the number input to choose the line thickness"
},
"paint.modeTools.flipHorizontal": {
"message": "Speilvend",
"description": "Label for the button to flip the image horizontally"
2018-05-21 09:43:28 -04:00
},
"paint.modeTools.flipVertical": {
"message": "Opp ned",
"description": "Label for the button to flip the image vertically"
},
"paint.modeTools.filled": {
"message": "Fylt",
"description": "Label for the button that sets the bitmap rectangle/oval mode to draw outlines"
2018-08-03 12:42:20 -04:00
},
"paint.modeTools.outlined": {
"message": "Omriss",
"description": "Label for the button that sets the bitmap rectangle/oval mode to draw filled-in shapes"
2018-07-19 09:35:23 -04:00
},
"paint.paintEditor.bitmap": {
"message": "Gå til pikselgrafikk",
"description": "Label for button that converts the paint editor to bitmap mode"
2018-05-21 09:43:28 -04:00
},
"paint.paintEditor.vector": {
2018-07-03 12:50:33 -04:00
"message": "Gjør om til vektorgrafikk",
"description": "Label for button that converts the paint editor to vector mode"
},
"paint.paintEditor.stroke": {
"message": "Kant",
"description": "Label for the color picker for the outline color"
2018-05-21 09:43:28 -04:00
},
"paint.brushMode.brush": {
"message": "Malepensel",
"description": "Label for the brush tool"
2018-05-21 09:43:28 -04:00
},
"paint.eraserMode.eraser": {
"message": "Viskelær",
"description": "Label for the eraser tool"
},
"paint.fillMode.fill": {
"message": "Fyll",
"description": "Label for the fill tool"
},
"paint.lineMode.line": {
"message": "Linje",
"description": "Label for the line tool"
2018-08-03 12:42:20 -04:00
},
"paint.ovalMode.oval": {
"message": "Sirkel",
"description": "Label for the oval-drawing tool"
},
"paint.rectMode.rect": {
"message": "Rektangel",
"description": "Label for the rectangle tool"
2018-07-19 09:35:23 -04:00
},
"paint.reshapeMode.reshape": {
"message": "Bøy",
"description": "Label for the reshape tool, which allows changing the points in the lines of the vectors"
2018-05-21 09:43:28 -04:00
},
"paint.roundedRectMode.roundedRect": {
"message": "Avrundet rektangel",
"description": "Label for the rounded rectangle tool"
2018-05-21 09:43:28 -04:00
},
2018-08-03 12:42:20 -04:00
"paint.selectMode.select": {
"message": "Velg",
"description": "Label for the select tool, which allows selecting, moving, and resizing shapes"
},
"paint.textMode.text": {
"message": "Tekst",
"description": "Label for the text tool"
},
"paint.colorPicker.swap": {
"message": "Bytt",
"description": "Label for button that swaps the two colors in a gradient"
2018-05-21 09:43:28 -04:00
}
}