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": "สี",
"paint.paintEditor.saturation": "ความอิ่มตัว",
"paint.paintEditor.brightness": "ความสว่าง",
"gui.comingSoon.message1": "ไม่ต้องกังวล เรากำลังทำอยู่ {emoji}",
"gui.comingSoon.message2": "เร็วๆ นี้...",
"gui.comingSoon.message3": "เรากำลังทำอยู่ {emoji}",
"paint.paintEditor.costume": "คอสตูม",
"paint.paintEditor.group": "กลุ่ม",
"paint.paintEditor.ungroup": "แยกกลุ่ม",
"paint.paintEditor.undo": "ย้อนกลับ",
"paint.paintEditor.redo": "ทำซ้ำ",
"paint.paintEditor.forward": "มาข้างหน้า",
"paint.paintEditor.backward": "ไปข้างหลัง",
"paint.paintEditor.front": "หน้าสุด",
"paint.paintEditor.back": "หลังสุด",
"paint.paintEditor.more": "เพิ่มเติม",
"paint.modeTools.brushSize": "ขนาด",
"paint.modeTools.eraserSize": "ขนาดยางลบ",
"paint.modeTools.copy": "คัดลอก",
"paint.modeTools.paste": "วาง",
"paint.modeTools.delete": "ลบ",
"paint.modeTools.curved": "โค้ง",
"paint.modeTools.pointed": "แหลม",
"paint.modeTools.thickness": "ความหนา",
"paint.modeTools.flipHorizontal": "พลิกแนวนอน",
"paint.modeTools.flipVertical": "พลิกแนวตั้ง",
"paint.modeTools.filled": "เติมสี",
"paint.modeTools.outlined": "สีขอบ",
"paint.paintEditor.bitmap": "แปลงเป็นบิตแมป",
"paint.paintEditor.vector": "แปลงเป็นเวกเตอร์",
"paint.paintEditor.fill": "สีพื้น",
"paint.paintEditor.stroke": "สีขอบ",
"paint.brushMode.brush": "แปรง",
"paint.eraserMode.eraser": "ยางลบ",
"paint.fillMode.fill": "สีพื้น",
"paint.lineMode.line": "เส้น",
"paint.ovalMode.oval": "วงกลม",
"paint.rectMode.rect": "สี่เหลี่ยม",
"paint.reshapeMode.reshape": "จัดรูปร่างใหม่",
"paint.roundedRectMode.roundedRect": "สี่เหลี่ยมขอบมน",
"paint.selectMode.select": "เลือก",
"paint.textMode.text": "ข้อความ",
"paint.colorPicker.swap": "สลับสี"
}