add german translations

pull/68/head
Michael Aschauer 2018-11-15 22:08:29 +01:00
rodzic bf071043f4
commit 9cc80758b7
2 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -921,8 +921,8 @@ IDE_Morph.prototype.turtlestitchMenu = function () {
'check to hide turtle',
);
menu.addLine();
menu.addItem('default background color...', 'userSetBackgroundColor');
menu.addItem('default pen color...', 'userSetPenColor');
menu.addItem('Default background color...', 'userSetBackgroundColor');
menu.addItem('Default pen color...', 'userSetPenColor');
menu.popup(world, pos);

Wyświetl plik

@ -105,6 +105,14 @@ tempDict = {
'ausschalten um Dimensionen in Millimeter anzuzeigen',
'check to show dimensions in inch':
'einschalten um Dimensionen in Zoll anzuzeigen',
'Default background color':
'Hintergrundfarbe',
'Default pen color':
'Vorgabewert Stiftfarbe',
'Default background color...':
'Hintergrundfarbe...',
'Default pen color...':
'Vorgabewert Stiftfarbe...',
// legacy blocks
'clear':