mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +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";
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"EXTERNAL_INPUTS": "externe Eingänge",
|
||||
"INLINE_INPUTS": "interne Eingänge",
|
||||
"DELETE_BLOCK": "Baustein löschen",
|
||||
"DELETE_X_BLOCKS": "Baustein %1 löschen",
|
||||
"DELETE_X_BLOCKS": "%1 Bausteine löschen",
|
||||
"DELETE_ALL_BLOCKS": "Alle %1 Bausteine löschen?",
|
||||
"CLEAN_UP": "Bausteine aufräumen",
|
||||
"COLLAPSE_BLOCK": "Baustein zusammenfalten",
|
||||
|
||||
Reference in New Issue
Block a user