kopia lustrzana https://github.com/backface/turtlestitch
updated German translation
rodzic
1f4602844e
commit
0ec6c3493f
|
@ -8421,7 +8421,7 @@ InputSlotMorph.prototype.distancesMenu = function () {
|
||||||
dict['random position'] = ['random position'];
|
dict['random position'] = ['random position'];
|
||||||
}
|
}
|
||||||
dict['mouse-pointer'] = ['mouse-pointer'];
|
dict['mouse-pointer'] = ['mouse-pointer'];
|
||||||
dict['center'] = ['center'];
|
dict.center = ['center'];
|
||||||
|
|
||||||
stage.children.forEach(function (morph) {
|
stage.children.forEach(function (morph) {
|
||||||
if (morph instanceof SpriteMorph && !morph.isTemporary) {
|
if (morph instanceof SpriteMorph && !morph.isTemporary) {
|
||||||
|
|
|
@ -4100,3 +4100,4 @@ in development:
|
||||||
180502
|
180502
|
||||||
------
|
------
|
||||||
* Blocks, Threads: added "center" to drop-down options of location blocks (GO TO, POINT TOWARDS, DISTANCE TO and DIRECTION TO)
|
* Blocks, Threads: added "center" to drop-down options of location blocks (GO TO, POINT TOWARDS, DISTANCE TO and DIRECTION TO)
|
||||||
|
* updated German translation
|
||||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org', // optional
|
'jens@moenig.org', // optional
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2018-03-09', // this, too, will appear in the Translators tab
|
'2018-05-02', // this, too, will appear in the Translators tab
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
@ -1293,6 +1293,8 @@ SnapTranslator.dict.de = {
|
||||||
'Kante',
|
'Kante',
|
||||||
'pen trails':
|
'pen trails':
|
||||||
'Malspuren',
|
'Malspuren',
|
||||||
|
'center':
|
||||||
|
'Mitte',
|
||||||
|
|
||||||
// costumes
|
// costumes
|
||||||
'Turtle':
|
'Turtle':
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/*global modules, contains*/
|
/*global modules, contains*/
|
||||||
|
|
||||||
modules.locale = '2018-March-09';
|
modules.locale = '2018-May-02';
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
|
@ -160,7 +160,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org',
|
'jens@moenig.org',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2018-03-09'
|
'2018-05-02'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.it = {
|
SnapTranslator.dict.it = {
|
||||||
|
|
Ładowanie…
Reference in New Issue