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": "farba",
"paint.paintEditor.saturation": "sýtosť",
"paint.paintEditor.brightness": "jas",
"gui.comingSoon.message1": "Na tomto ešte pracujeme {emoji}",
"gui.comingSoon.message2": "Už čoskoro...",
"gui.comingSoon.message3": "Na tomto ešte pracujeme {emoji}",
"paint.paintEditor.costume": "kostým",
"paint.paintEditor.group": "Spoj",
"paint.paintEditor.ungroup": "Rozdeľ",
"paint.paintEditor.undo": "Naspäť",
"paint.paintEditor.redo": "Znova",
"paint.paintEditor.forward": "Dopredu",
"paint.paintEditor.backward": "Dozadu",
"paint.paintEditor.front": "Navrch",
"paint.paintEditor.back": "Naspodok",
"paint.paintEditor.more": "Viac",
"paint.modeTools.brushSize": "hrúbka",
"paint.modeTools.eraserSize": "hrúbka gumy",
"paint.modeTools.copy": "Kopíruj",
"paint.modeTools.paste": "Vlož",
"paint.modeTools.delete": "Zmaž",
"paint.modeTools.curved": "Krivky",
"paint.modeTools.pointed": "Hroty",
"paint.modeTools.thickness": "Hrúbka",
"paint.modeTools.flipHorizontal": "prevráť vodorovne",
"paint.modeTools.flipVertical": "prevráť zvislo",
"paint.modeTools.filled": "výplň",
"paint.modeTools.outlined": "obrys",
"paint.paintEditor.bitmap": "zmeň na raster",
"paint.paintEditor.vector": "zmeň na vektory",
"paint.paintEditor.fill": "výplň",
"paint.paintEditor.stroke": "obrys",
"paint.brushMode.brush": "štetec",
"paint.eraserMode.eraser": "guma",
"paint.fillMode.fill": "výplň",
"paint.lineMode.line": "úsečka",
"paint.ovalMode.oval": "elipsa (Shift: Kružnica)",
"paint.rectMode.rect": "obdĺžnik (Shift: štvorec)",
"paint.reshapeMode.reshape": "uprav tvar",
"paint.roundedRectMode.roundedRect": "zaoblený obdĺžnik",
"paint.selectMode.select": "označ",
"paint.textMode.text": "text",
"paint.colorPicker.swap": "zameň farby"
}