Initial commit of 001code-html Scratch frontend project.

Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-16 15:37:45 +08:00
commit 6e0a1fbcbb
11350 changed files with 965674 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
{
"paint.paintEditor.hue": "Kleur",
"paint.paintEditor.saturation": "Versadiging",
"paint.paintEditor.brightness": "Helderheid",
"gui.comingSoon.message1": "Moet nie bekommer nie, ons is op dit {emoji}",
"gui.comingSoon.message2": "Kom Binnekort...",
"gui.comingSoon.message3": "Ons werk daaraan{emoji}",
"paint.paintEditor.costume": "Kostuum",
"paint.paintEditor.group": "Groepeer",
"paint.paintEditor.ungroup": "Ontgroepeer",
"paint.paintEditor.undo": "Ontdoen",
"paint.paintEditor.redo": "Herdoen",
"paint.paintEditor.forward": "Vorentoe",
"paint.paintEditor.backward": "Agteruit",
"paint.paintEditor.front": "Voorkant",
"paint.paintEditor.back": "Terug",
"paint.paintEditor.more": "Meer",
"paint.modeTools.brushSize": "Grootte",
"paint.modeTools.eraserSize": "Uitveër grootte",
"paint.modeTools.copy": "Kopie",
"paint.modeTools.paste": "Plak",
"paint.modeTools.delete": "Verwyder",
"paint.modeTools.curved": "Kurwe",
"paint.modeTools.pointed": "Punt",
"paint.modeTools.thickness": "Dikte",
"paint.modeTools.flipHorizontal": "Draai Horisontaal",
"paint.modeTools.flipVertical": "Draai Vertikaal",
"paint.modeTools.filled": "Gevul",
"paint.modeTools.outlined": "Buitelyn ",
"paint.paintEditor.bitmap": "Omskakel na Bitmap",
"paint.paintEditor.vector": "Omskakel in Vektor",
"paint.paintEditor.fill": "Vul",
"paint.paintEditor.stroke": "Buitelyn",
"paint.brushMode.brush": "Kwas",
"paint.eraserMode.eraser": "Uitveër",
"paint.fillMode.fill": "Vul",
"paint.lineMode.line": "Lyn",
"paint.ovalMode.oval": "Sirkel",
"paint.rectMode.rect": "Reghoek",
"paint.reshapeMode.reshape": "Hervorm",
"paint.roundedRectMode.roundedRect": "Geronde Reghoek",
"paint.selectMode.select": "Kies",
"paint.textMode.text": "Teks",
"paint.colorPicker.swap": "Ruil om"
}