kopia lustrzana https://github.com/backface/turtlestitch
updated German translation
rodzic
dddf1e4fee
commit
5444b16005
|
@ -28,6 +28,7 @@
|
||||||
* remove all clones when the Green Flag is clicked
|
* remove all clones when the Green Flag is clicked
|
||||||
* adjust bottom of STOP block to reflect the menu selection (show / hide bottom notch)
|
* adjust bottom of STOP block to reflect the menu selection (show / hide bottom notch)
|
||||||
* enable dropping commands into all rings
|
* enable dropping commands into all rings
|
||||||
|
* colors in the vector editor are now named "Edge color" and "Fill color", thanks, Brian!
|
||||||
* Notable Fixes:
|
* Notable Fixes:
|
||||||
* "relabel" blocks with translated drop-down choices
|
* "relabel" blocks with translated drop-down choices
|
||||||
* transforming arrayed to linked lists without loosing the last element
|
* transforming arrayed to linked lists without loosing the last element
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
|
|
||||||
### 2019-02-20
|
### 2019-02-20
|
||||||
* Tweaked German translation
|
* Tweaked German translation
|
||||||
|
* Vector editor color name changes, thanks, Brian!
|
||||||
|
|
||||||
### 2019-02-19
|
### 2019-02-19
|
||||||
* Threads: fixed #2332. I hate it. It's fixes like this that bog Snap! down.
|
* Threads: fixed #2332. I hate it. It's fixes like this that bog Snap! down.
|
||||||
|
|
|
@ -1281,8 +1281,10 @@ SnapTranslator.dict.de = {
|
||||||
'fülle einen Bereich mit der gewählten Farbe\n(Shift: Sekundärfarbe)',
|
'fülle einen Bereich mit der gewählten Farbe\n(Shift: Sekundärfarbe)',
|
||||||
'Pipette tool\n(pick a color from anywhere\nshift: secondary color)':
|
'Pipette tool\n(pick a color from anywhere\nshift: secondary color)':
|
||||||
'Pipette\nklicke irgendwo auf die gewünschte Farbe\n um sie aufzunehmen (Shift: Sekundärfarbe)',
|
'Pipette\nklicke irgendwo auf die gewünschte Farbe\n um sie aufzunehmen (Shift: Sekundärfarbe)',
|
||||||
'Primary color Secondary color':
|
'Edge color':
|
||||||
'Primärfarbe Sekundärfarbe',
|
'Randfarbe',
|
||||||
|
'Fill color':
|
||||||
|
'Füllfarbe',
|
||||||
// 'Top':
|
// 'Top':
|
||||||
// 'oben',
|
// 'oben',
|
||||||
// 'Bottom':
|
// 'Bottom':
|
||||||
|
|
Ładowanie…
Reference in New Issue