mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Rebuild (#4733)
This commit is contained in:
committed by
GitHub
parent
ae33b64f4d
commit
aed9ba13a9
@@ -120,7 +120,7 @@ Blockly.Msg["LISTS_GET_SUBLIST_END_FROM_START"] = "usque al №";
|
||||
Blockly.Msg["LISTS_GET_SUBLIST_END_LAST"] = "usque al ultime";
|
||||
Blockly.Msg["LISTS_GET_SUBLIST_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#getting-a-sublist"; // untranslated
|
||||
Blockly.Msg["LISTS_GET_SUBLIST_START_FIRST"] = "prender sublista ab initio";
|
||||
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_END"] = "prender sublista ab le fin ab №";
|
||||
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_END"] = "prender sublista ab № a partir del fin";
|
||||
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_START"] = "prender sublista ab №";
|
||||
Blockly.Msg["LISTS_GET_SUBLIST_TAIL"] = ""; // untranslated
|
||||
Blockly.Msg["LISTS_GET_SUBLIST_TOOLTIP"] = "Crea un copia del parte specificate de un lista.";
|
||||
@@ -262,9 +262,9 @@ Blockly.Msg["MATH_SINGLE_HELPURL"] = "https://ia.wikipedia.org/wiki/Radice_quadr
|
||||
Blockly.Msg["MATH_SINGLE_OP_ABSOLUTE"] = "absolute";
|
||||
Blockly.Msg["MATH_SINGLE_OP_ROOT"] = "radice quadrate";
|
||||
Blockly.Msg["MATH_SINGLE_TOOLTIP_ABS"] = "Retornar le valor absolute de un numero.";
|
||||
Blockly.Msg["MATH_SINGLE_TOOLTIP_EXP"] = "Retornar e elevate al potentia del numero.";
|
||||
Blockly.Msg["MATH_SINGLE_TOOLTIP_EXP"] = "Retornar <em>e</em> elevate al potentia de un numero.";
|
||||
Blockly.Msg["MATH_SINGLE_TOOLTIP_LN"] = "Retornar le logarithmo natural de un numero.";
|
||||
Blockly.Msg["MATH_SINGLE_TOOLTIP_LOG10"] = "Retornar le logarithmo in base 10 del numero.";
|
||||
Blockly.Msg["MATH_SINGLE_TOOLTIP_LOG10"] = "Retornar le logarithmo in base 10 de un numero.";
|
||||
Blockly.Msg["MATH_SINGLE_TOOLTIP_NEG"] = "Retornar le negation de un numero.";
|
||||
Blockly.Msg["MATH_SINGLE_TOOLTIP_POW10"] = "Retornar 10 elevate al potentia de un numero.";
|
||||
Blockly.Msg["MATH_SINGLE_TOOLTIP_ROOT"] = "Retornar le radice quadrate de un numero.";
|
||||
|
||||
Reference in New Issue
Block a user