kopia lustrzana https://github.com/backface/turtlestitch
language updates (german)
rodzic
1db69bd4a1
commit
4ee307e2be
|
@ -1264,7 +1264,7 @@ IDE_Morph.prototype.createStatusDisplay = function () {
|
||||||
window.setTimeout(
|
window.setTimeout(
|
||||||
function() {
|
function() {
|
||||||
stage.turnXRayOff();
|
stage.turnXRayOff();
|
||||||
myself.showMessage("done",0.4);
|
myself.showMessage("ok.",0.4);
|
||||||
myself.XRayButton.refresh();
|
myself.XRayButton.refresh();
|
||||||
}, 250);
|
}, 250);
|
||||||
} else {
|
} else {
|
||||||
|
@ -1272,7 +1272,7 @@ IDE_Morph.prototype.createStatusDisplay = function () {
|
||||||
window.setTimeout(
|
window.setTimeout(
|
||||||
function() {
|
function() {
|
||||||
stage.turnXRayOn();
|
stage.turnXRayOn();
|
||||||
myself.showMessage("done", 0.4);
|
myself.showMessage("ok.", 0.4);
|
||||||
myself.XRayButton.refresh();
|
myself.XRayButton.refresh();
|
||||||
} ,250);
|
} ,250);
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,6 +65,8 @@ tempDict = {
|
||||||
'Exportiert die aktuelle Zeichnung zum stitchcode.com Ausstickservice',
|
'Exportiert die aktuelle Zeichnung zum stitchcode.com Ausstickservice',
|
||||||
'Ignore colors during export':
|
'Ignore colors during export':
|
||||||
'Ignoriere Farben beim Export',
|
'Ignoriere Farben beim Export',
|
||||||
|
'X-Ray':
|
||||||
|
'R\u00f6ntgenbild',
|
||||||
|
|
||||||
// settings
|
// settings
|
||||||
'Units..':
|
'Units..':
|
||||||
|
@ -197,7 +199,7 @@ tempDict = {
|
||||||
'Z-Stich mit Dichte %n Breite %n zentriert %b',
|
'Z-Stich mit Dichte %n Breite %n zentriert %b',
|
||||||
'satin stitch with width %n center %b':
|
'satin stitch with width %n center %b':
|
||||||
'Satinstich mit Breite %n zentriert %b',
|
'Satinstich mit Breite %n zentriert %b',
|
||||||
'tatami stitch width %n interval %n offset %n center %b':
|
'tatami stitch width %n interval %n center %b':
|
||||||
'Tatami-Stich mit Breite %n Intervall %n Versatz %n zentriert %b',
|
'Tatami-Stich mit Breite %n Intervall %n Versatz %n zentriert %b',
|
||||||
'jump stitch %b':
|
'jump stitch %b':
|
||||||
'Sprungstich %b',
|
'Sprungstich %b',
|
||||||
|
@ -207,8 +209,14 @@ tempDict = {
|
||||||
'schneiden',
|
'schneiden',
|
||||||
'stop running':
|
'stop running':
|
||||||
'Stickeinstellungen zur\u00fccksetzen',
|
'Stickeinstellungen zur\u00fccksetzen',
|
||||||
'draw text: %s scale: %n':
|
'draw text %s with size %n':
|
||||||
'schreibe Text: %s mit Gr\u00f6sse: %n',
|
'schreibe Text %s in Gr\u00f6sse %n',
|
||||||
|
'text length of %s with size %n':
|
||||||
|
'L\u00e4nge von Text %s mit Gr\u00f6sse %n',
|
||||||
|
'rendering X-RAY ...':
|
||||||
|
'berechne R\u00f6ntgenbild ...',
|
||||||
|
'turn off X-RAY ...':
|
||||||
|
'beende R\u00f6ntgenbilddarstellung ...',
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1407,7 +1407,7 @@ SpriteMorph.prototype.initBlocks = function () {
|
||||||
only: SpriteMorph,
|
only: SpriteMorph,
|
||||||
type: 'command',
|
type: 'command',
|
||||||
category: 'motion',
|
category: 'motion',
|
||||||
spec: 'draw text: %s size: %n',
|
spec: 'draw text %s with size %n',
|
||||||
defaults: ["hello", 21]
|
defaults: ["hello", 21]
|
||||||
};
|
};
|
||||||
this.blocks.getTextLength =
|
this.blocks.getTextLength =
|
||||||
|
|
Ładowanie…
Reference in New Issue