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:
45
scratch-l10n/editor/paint-editor/zh-tw.json
Normal file
45
scratch-l10n/editor/paint-editor/zh-tw.json
Normal 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": "交換"
|
||||
}
|
||||
Reference in New Issue
Block a user