kopia lustrzana https://github.com/backface/turtlestitch
German translation update for new (migrated) STOP block
rodzic
8a1ca3116b
commit
5cb8003542
|
@ -2060,3 +2060,4 @@ ______
|
||||||
------
|
------
|
||||||
* Objects: Mechanism for migrating blocks in existing projects to newer versions
|
* Objects: Mechanism for migrating blocks in existing projects to newer versions
|
||||||
* Blocks, Objects, Threads: Collapse old STOP primitives into a single one with a dropdown of options
|
* Blocks, Objects, Threads: Collapse old STOP primitives into a single one with a dropdown of options
|
||||||
|
* German translation update for new (migrated) STOP block
|
||||||
|
|
18
lang-de.js
18
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':
|
||||||
'2018-01-08', // this, too, will appear in the Translators tab
|
'2014-01-09', // this, too, will appear in the Translators tab
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
@ -447,12 +447,14 @@ SnapTranslator.dict.de = {
|
||||||
'falls %b %c sonst %c',
|
'falls %b %c sonst %c',
|
||||||
'report %s':
|
'report %s':
|
||||||
'berichte %s',
|
'berichte %s',
|
||||||
'stop block':
|
'stop %stopChoices':
|
||||||
'stoppe diesen Block',
|
'stoppe %stopChoices',
|
||||||
'stop script':
|
'all':
|
||||||
'stoppe dieses Skript',
|
'alles',
|
||||||
'stop all %stop':
|
'this script':
|
||||||
'stoppe alles %stop',
|
'dieses Skript',
|
||||||
|
'this block':
|
||||||
|
'diesen Block',
|
||||||
'stop %stopOthersChoices':
|
'stop %stopOthersChoices':
|
||||||
'stoppe %stopOthersChoices',
|
'stoppe %stopOthersChoices',
|
||||||
'all but this script':
|
'all but this script':
|
||||||
|
@ -956,8 +958,6 @@ SnapTranslator.dict.de = {
|
||||||
'in diesem Projekt gibt es noch keine\nglobalen Bl\u00f6cke',
|
'in diesem Projekt gibt es noch keine\nglobalen Bl\u00f6cke',
|
||||||
'select':
|
'select':
|
||||||
'ausw\u00e4hlen',
|
'ausw\u00e4hlen',
|
||||||
'all':
|
|
||||||
'alles',
|
|
||||||
'none':
|
'none':
|
||||||
'nichts',
|
'nichts',
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/*global modules, contains*/
|
/*global modules, contains*/
|
||||||
|
|
||||||
modules.locale = '2014-January-08';
|
modules.locale = '2014-January-09';
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org',
|
'jens@moenig.org',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2014-01-08'
|
'2014-01-09'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.it = {
|
SnapTranslator.dict.it = {
|
||||||
|
|
Ładowanie…
Reference in New Issue