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/cs.json
Normal file
45
scratch-l10n/editor/paint-editor/cs.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"paint.paintEditor.hue": "Barva",
|
||||
"paint.paintEditor.saturation": "Sytost",
|
||||
"paint.paintEditor.brightness": "Světlost",
|
||||
"gui.comingSoon.message1": "Neboj, pracujeme na tom {emoji}",
|
||||
"gui.comingSoon.message2": "Již brzy...",
|
||||
"gui.comingSoon.message3": "Pracujeme na tom {emoji}",
|
||||
"paint.paintEditor.costume": "Kostým",
|
||||
"paint.paintEditor.group": "Seskupit",
|
||||
"paint.paintEditor.ungroup": "Odskupit",
|
||||
"paint.paintEditor.undo": "Vrátit",
|
||||
"paint.paintEditor.redo": "Znovu provést",
|
||||
"paint.paintEditor.forward": "Dopředu",
|
||||
"paint.paintEditor.backward": "Dozadu",
|
||||
"paint.paintEditor.front": "Dopředu",
|
||||
"paint.paintEditor.back": "Zpět",
|
||||
"paint.paintEditor.more": "Více",
|
||||
"paint.modeTools.brushSize": "Velikost",
|
||||
"paint.modeTools.eraserSize": "Velikost gumy",
|
||||
"paint.modeTools.copy": "Zkopírovat",
|
||||
"paint.modeTools.paste": "Vložit",
|
||||
"paint.modeTools.delete": "Odstranit",
|
||||
"paint.modeTools.curved": "Zakřivit",
|
||||
"paint.modeTools.pointed": "Zašpičatět",
|
||||
"paint.modeTools.thickness": "Tloušťka",
|
||||
"paint.modeTools.flipHorizontal": "Přetočit horizontálně",
|
||||
"paint.modeTools.flipVertical": "Přetočit vertikálně",
|
||||
"paint.modeTools.filled": "Výplň",
|
||||
"paint.modeTools.outlined": "Obrys",
|
||||
"paint.paintEditor.bitmap": "Převést do bitmapy",
|
||||
"paint.paintEditor.vector": "Převeď na vektor",
|
||||
"paint.paintEditor.fill": "Vyplnit",
|
||||
"paint.paintEditor.stroke": "Obrys",
|
||||
"paint.brushMode.brush": "Štětec",
|
||||
"paint.eraserMode.eraser": "Guma",
|
||||
"paint.fillMode.fill": "Vyplnit",
|
||||
"paint.lineMode.line": "Úsečka",
|
||||
"paint.ovalMode.oval": "Kružnice",
|
||||
"paint.rectMode.rect": "Obdélník",
|
||||
"paint.reshapeMode.reshape": "Změna tvaru",
|
||||
"paint.roundedRectMode.roundedRect": "Zaoblený obdélník",
|
||||
"paint.selectMode.select": "Výběr",
|
||||
"paint.textMode.text": "Text",
|
||||
"paint.colorPicker.swap": "Záměna"
|
||||
}
|
||||
Reference in New Issue
Block a user