You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/lang/Blockly_en.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Blockly.Msg.CONTROLS_FLOW_STATEMENTS_TOOLTIP_CONTINUE = "Skip the rest of this l
47
47
Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING="Warning: This block must be used in a loop";
48
48
Blockly.Msg.CONTROLS_FOREACH_TITLE="for each item %1 in list %2";
49
49
Blockly.Msg.CONTROLS_FOREACH_TOOLTIP="For each item in a list, assign the value of the item to variable %1, and then execute statements";
50
-
Blockly.Msg.CONTROLS_FOR_TITLE="for %1 ranging from %2 to %3 (<=)in steps of %4";
50
+
Blockly.Msg.CONTROLS_FOR_TITLE="for %1 ranging from %2 to %3 in steps of %4";
51
51
Blockly.Msg.CONTROLS_FOR_TITLE2="for %1 ranging from %2 to %3 (>=)in steps of - %4";
52
52
Blockly.Msg.CONTROLS_FOR_TOOLTIP="Set variable %1 to values from start number to end number, incrementing by specified step, and execute the specified statements";
Copy file name to clipboardExpand all lines: www/lang/Blockly_es.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Blockly.Msg.CONTROLS_FLOW_STATEMENTS_TOOLTIP_CONTINUE = "Omita el resto de este
47
47
Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING="Advertencia: este bloque debe usarse en un bucle";
48
48
Blockly.Msg.CONTROLS_FOREACH_TITLE="para cada elemento %1 en la lista %2";
49
49
Blockly.Msg.CONTROLS_FOREACH_TOOLTIP="Para cada elemento de una lista, asigne el valor del elemento a la variable %1, y luego ejecute las declaraciones";
50
-
Blockly.Msg.CONTROLS_FOR_TITLE="para %1 comprendido de %2 a %3 (<=)en pasos de %4";
50
+
Blockly.Msg.CONTROLS_FOR_TITLE="para %1 comprendido de %2 a %3 en pasos de %4";
51
51
Blockly.Msg.CONTROLS_FOR_TITLE2="para %1 comprendido de %2 a %3 (>=)en pasos de - %4";
52
52
Blockly.Msg.CONTROLS_FOR_TOOLTIP="Establezca la variable %1 en valores desde el número inicial hasta el número final, incrementándolo en un paso específico, y ejecute las declaraciones especificadas";
0 commit comments