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": "Color",
"paint.paintEditor.saturation": "Saturation",
"paint.paintEditor.brightness": "Brightness",
"gui.comingSoon.message1": "Don't worry, we're on it {emoji}",
"gui.comingSoon.message2": "Coming Soon...",
"gui.comingSoon.message3": "We're working on it {emoji}",
"paint.paintEditor.costume": "Costume",
"paint.paintEditor.group": "Group",
"paint.paintEditor.ungroup": "Ungroup",
"paint.paintEditor.undo": "Undo",
"paint.paintEditor.redo": "Redo",
"paint.paintEditor.forward": "Forward",
"paint.paintEditor.backward": "Backward",
"paint.paintEditor.front": "Front",
"paint.paintEditor.back": "Back",
"paint.paintEditor.more": "More",
"paint.modeTools.brushSize": "Size",
"paint.modeTools.eraserSize": "Eraser size",
"paint.modeTools.copy": "Copy",
"paint.modeTools.paste": "Paste",
"paint.modeTools.delete": "Delete",
"paint.modeTools.curved": "Curved",
"paint.modeTools.pointed": "Pointed",
"paint.modeTools.thickness": "Thickness",
"paint.modeTools.flipHorizontal": "Flip Horizontal",
"paint.modeTools.flipVertical": "Flip Vertical",
"paint.modeTools.filled": "Filled",
"paint.modeTools.outlined": "Outlined",
"paint.paintEditor.bitmap": "Convert to Bitmap",
"paint.paintEditor.vector": "Convert to Vector",
"paint.paintEditor.fill": "Fill",
"paint.paintEditor.stroke": "Outline",
"paint.brushMode.brush": "Brush",
"paint.eraserMode.eraser": "Eraser",
"paint.fillMode.fill": "Fill",
"paint.lineMode.line": "Line",
"paint.ovalMode.oval": "Circle",
"paint.rectMode.rect": "Rectangle",
"paint.reshapeMode.reshape": "Reshape",
"paint.roundedRectMode.roundedRect": "Rounded Rectangle",
"paint.selectMode.select": "Select",
"paint.textMode.text": "Text",
"paint.colorPicker.swap": "Swap"
}