This commit is contained in:
Rachel Fenichel
2018-02-08 16:05:09 -08:00
parent f2641d36aa
commit 3635657029
84 changed files with 5068 additions and 464 deletions

View File

@@ -281,8 +281,12 @@ goog.require('Blockly.Msg');
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_COS = "Vráť kosínus uhla (v stupňoch).";
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_SIN = "Vráť sínus uhla (v stupňoch).";
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_TAN = "Vráť tangens uhla (v stupňoch).";
/** @export */ Blockly.Msg.NEW_COLOUR_VARIABLE = "Create colour variable..."; // untranslated
/** @export */ Blockly.Msg.NEW_NUMBER_VARIABLE = "Create number variable..."; // untranslated
/** @export */ Blockly.Msg.NEW_STRING_VARIABLE = "Create string variable..."; // untranslated
/** @export */ Blockly.Msg.NEW_VARIABLE = "Vytvoriť premennú...";
/** @export */ Blockly.Msg.NEW_VARIABLE_TITLE = "Názov novej premennej:";
/** @export */ Blockly.Msg.NEW_VARIABLE_TYPE_TITLE = "New variable type:"; // untranslated
/** @export */ Blockly.Msg.ORDINAL_NUMBER_SUFFIX = ""; // untranslated
/** @export */ Blockly.Msg.PROCEDURES_ALLOW_STATEMENTS = "povoliť príkazy";
/** @export */ Blockly.Msg.PROCEDURES_BEFORE_PARAMS = "s:";