mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Fix german translation of 'delete x blocks'
This commit is contained in:
@@ -64,7 +64,7 @@ Blockly.Msg.DELETE_ALL_BLOCKS = "Alle %1 Bausteine löschen?";
|
||||
Blockly.Msg.DELETE_BLOCK = "Baustein löschen";
|
||||
Blockly.Msg.DELETE_VARIABLE = "Die Variable „%1“ löschen";
|
||||
Blockly.Msg.DELETE_VARIABLE_CONFIRMATION = "%1 Verwendungen der Variable „%2“ löschen?";
|
||||
Blockly.Msg.DELETE_X_BLOCKS = "Baustein %1 löschen";
|
||||
Blockly.Msg.DELETE_X_BLOCKS = "%1 Bausteine löschen";
|
||||
Blockly.Msg.DISABLE_BLOCK = "Baustein deaktivieren";
|
||||
Blockly.Msg.DUPLICATE_BLOCK = "Kopieren";
|
||||
Blockly.Msg.ENABLE_BLOCK = "Baustein aktivieren";
|
||||
|
||||
Reference in New Issue
Block a user