German translation update

for the new "Zoom blocks" feature
pull/3/merge
jmoenig 2013-03-22 11:06:33 +01:00
rodzic ef170e9a28
commit 408ed6285d
4 zmienionych plików z 36 dodań i 9 usunięć

14
gui.js
Wyświetl plik

@ -2847,13 +2847,13 @@ IDE_Morph.prototype.userSetBlocksScale = function () {
this.world(),
sample, // pic
{
'normal (1)' : 1,
'demo (1.2)' : 1.2,
'presentation (1.4)' : 1.4,
'big (2)' : 2,
'huge (4)' : 4,
'giant (8)' : 8,
'monstrous (10)' : 10
'normal (1x)' : 1,
'demo (1.2x)' : 1.2,
'presentation (1.4x)' : 1.4,
'big (2x)' : 2,
'huge (4x)' : 4,
'giant (8x)' : 8,
'monstrous (10x)' : 10
},
false, // read only?
true, // numeric

Wyświetl plik

@ -1555,4 +1555,5 @@ ______
------
* Widgets: optional sliders and "lively" graphics for numerical prompters
* 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

Wyświetl plik

@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org', // optional
'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
// control bar:
@ -661,6 +661,8 @@ SnapTranslator.dict.de = {
// settings menu
'Language...':
'Sprache...',
'Zoom blocks...':
'Bl\u00f6cke vergr\u00f6\u00dfern...',
'Blurred shadows':
'Weiche Schatten',
'uncheck to use solid drop\nshadows and highlights':
@ -837,6 +839,30 @@ SnapTranslator.dict.de = {
'Help':
'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
'Untitled':
'Unbenannt',

BIN
locale.js

Plik binarny nie jest wyświetlany.