kopia lustrzana https://github.com/backface/turtlestitch
rodzic
ef170e9a28
commit
408ed6285d
14
gui.js
14
gui.js
|
|
@ -2847,13 +2847,13 @@ IDE_Morph.prototype.userSetBlocksScale = function () {
|
||||||
this.world(),
|
this.world(),
|
||||||
sample, // pic
|
sample, // pic
|
||||||
{
|
{
|
||||||
'normal (1)' : 1,
|
'normal (1x)' : 1,
|
||||||
'demo (1.2)' : 1.2,
|
'demo (1.2x)' : 1.2,
|
||||||
'presentation (1.4)' : 1.4,
|
'presentation (1.4x)' : 1.4,
|
||||||
'big (2)' : 2,
|
'big (2x)' : 2,
|
||||||
'huge (4)' : 4,
|
'huge (4x)' : 4,
|
||||||
'giant (8)' : 8,
|
'giant (8x)' : 8,
|
||||||
'monstrous (10)' : 10
|
'monstrous (10x)' : 10
|
||||||
},
|
},
|
||||||
false, // read only?
|
false, // read only?
|
||||||
true, // numeric
|
true, // numeric
|
||||||
|
|
|
||||||
|
|
@ -1555,4 +1555,5 @@ ______
|
||||||
------
|
------
|
||||||
* Widgets: optional sliders and "lively" graphics for numerical prompters
|
* Widgets: optional sliders and "lively" graphics for numerical prompters
|
||||||
* Blocks, GUI: "Zoom blocks…" feature in the settings menu (no longer hidden)
|
* Blocks, GUI: "Zoom blocks…" feature in the settings menu (no longer hidden)
|
||||||
* Objects: numeric prompters for watcher's sliderMin/Max
|
* Objects: numeric prompters for watcher's sliderMin/Max
|
||||||
|
* translation updates
|
||||||
28
lang-de.js
28
lang-de.js
|
|
@ -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':
|
||||||
'2013-03-15', // this, too, will appear in the Translators tab
|
'2013-03-22', // this, too, will appear in the Translators tab
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
|
@ -661,6 +661,8 @@ SnapTranslator.dict.de = {
|
||||||
// settings menu
|
// settings menu
|
||||||
'Language...':
|
'Language...':
|
||||||
'Sprache...',
|
'Sprache...',
|
||||||
|
'Zoom blocks...':
|
||||||
|
'Bl\u00f6cke vergr\u00f6\u00dfern...',
|
||||||
'Blurred shadows':
|
'Blurred shadows':
|
||||||
'Weiche Schatten',
|
'Weiche Schatten',
|
||||||
'uncheck to use solid drop\nshadows and highlights':
|
'uncheck to use solid drop\nshadows and highlights':
|
||||||
|
|
@ -837,6 +839,30 @@ SnapTranslator.dict.de = {
|
||||||
'Help':
|
'Help':
|
||||||
'Hilfe',
|
'Hilfe',
|
||||||
|
|
||||||
|
// zoom blocks
|
||||||
|
'Zoom blocks':
|
||||||
|
'Bl\u00f6cke vergr\u00f6\u00dfern',
|
||||||
|
'build':
|
||||||
|
'baue',
|
||||||
|
'your own':
|
||||||
|
'eigene',
|
||||||
|
'blocks':
|
||||||
|
'Bl\u00f6cke',
|
||||||
|
'normal (1x)':
|
||||||
|
'normal (1x)',
|
||||||
|
'demo (1.2x)':
|
||||||
|
'Demo (1.2x)',
|
||||||
|
'presentation (1.4x)':
|
||||||
|
'Pr\u00e4sentation (1.4x)',
|
||||||
|
'big (2x)':
|
||||||
|
'gro\u00df (2x)',
|
||||||
|
'huge (4x)':
|
||||||
|
'riesig (4x)',
|
||||||
|
'giant (8x)':
|
||||||
|
'gigantisch (8x)',
|
||||||
|
'monstrous (10x)':
|
||||||
|
'ungeheuerlich (10x)',
|
||||||
|
|
||||||
// Project Manager
|
// Project Manager
|
||||||
'Untitled':
|
'Untitled':
|
||||||
'Unbenannt',
|
'Unbenannt',
|
||||||
|
|
|
||||||
BIN
locale.js
BIN
locale.js
Plik binarny nie jest wyświetlany.
Ładowanie…
Reference in New Issue