mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Remove Puzzle app (now in Blockly Games).
This commit is contained in:
@@ -46,7 +46,7 @@ Blockly.Msg.CONTROLS_FOR_INPUT_WITH = "contar con";
|
||||
Blockly.Msg.CONTROLS_FOR_TOOLTIP = "Tiene la variable %1 que toma los valores desde el número de inicio hasta el número final, contando por el intervalo especificado, y hacer los bloques especificados.";
|
||||
Blockly.Msg.CONTROLS_IF_ELSEIF_TOOLTIP = "Agregar una condición a este bloque.";
|
||||
Blockly.Msg.CONTROLS_IF_ELSE_TOOLTIP = "Agregar una condición general final a este bloque.";
|
||||
Blockly.Msg.CONTROLS_IF_HELPURL = "https://github.com/google/blockly/wiki/If_Then"; // untranslated
|
||||
Blockly.Msg.CONTROLS_IF_HELPURL = "https://github.com/google/blockly/wiki/IfElse"; // untranslated
|
||||
Blockly.Msg.CONTROLS_IF_IF_TOOLTIP = "Agregar, eliminar o reordenar las secciones para reconfigurar este bloque.";
|
||||
Blockly.Msg.CONTROLS_IF_MSG_ELSE = "sino";
|
||||
Blockly.Msg.CONTROLS_IF_MSG_ELSEIF = "o si";
|
||||
|
||||
Reference in New Issue
Block a user