kopia lustrzana https://github.com/backface/turtlestitch
German translation update for "with data" and "data" strings
rodzic
2d73922582
commit
b37232bd68
|
@ -63,6 +63,7 @@
|
||||||
* threads: JSCompiler scope fixes and redesign, thanks, xBZZZZ!
|
* threads: JSCompiler scope fixes and redesign, thanks, xBZZZZ!
|
||||||
* blocks: added support for mixed-typed polyadic inputs
|
* blocks: added support for mixed-typed polyadic inputs
|
||||||
* threads, blocks, objects, gui: added support for additional data transmission for broadcasts and scene switches
|
* threads, blocks, objects, gui: added support for additional data transmission for broadcasts and scene switches
|
||||||
|
* German translation update for "with data" and "data" strings
|
||||||
|
|
||||||
### 2022-07-11
|
### 2022-07-11
|
||||||
* extensions: fixed #3065
|
* extensions: fixed #3065
|
||||||
|
|
|
@ -531,12 +531,16 @@ SnapTranslator.dict.de = {
|
||||||
'sende %msg %receive und warte',
|
'sende %msg %receive und warte',
|
||||||
'to':
|
'to':
|
||||||
'an',
|
'an',
|
||||||
|
'with data':
|
||||||
|
'mit Daten',
|
||||||
'Message name':
|
'Message name':
|
||||||
'Nachricht',
|
'Nachricht',
|
||||||
'message':
|
'message':
|
||||||
'Nachricht',
|
'Nachricht',
|
||||||
'any message':
|
'any message':
|
||||||
'eine beliebige Nachricht',
|
'eine beliebige Nachricht',
|
||||||
|
'data':
|
||||||
|
'Daten',
|
||||||
'wait %n secs':
|
'wait %n secs':
|
||||||
'warte %n Sek.',
|
'warte %n Sek.',
|
||||||
'wait until %b':
|
'wait until %b':
|
||||||
|
|
Ładowanie…
Reference in New Issue