|
|
|
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_COLOUR_CYAN
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_CONTROLS_FORRANGE_INPUT_COLLAPSED_SUFFIX
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_CONTROLS_FOREACH_INPUT_COLLAPSED_SUFFIX
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_DECIMAL_FORMAT
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_OCTAL_FORMAT
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_HEXADECIMAL_FORMAT
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_SINGLE_OP_NEG
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_TRIG_SIN
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_TRIG_COS
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_TRIG_ASIN
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_TRIG_ACOS
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_TRIG_ATAN
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_MATH_TRIG_ATAN2
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_TEXT_COMPARE_LT
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_TEXT_COMPARE_GT
|
|
|
|
|
|
|
Divides the given text into a two-item list, using the first location of any item in the list 'at' as the dividing point.
Splitting 'I love apples bananas apples grapes' by the list '(ba,ap)' returns a list of two items, the first being 'I love' and the second being 'ples bananas apples grapes.'
|
.Blockly.Msg.LANG_TEXT_SPLIT_TOOLTIP_SPLIT_AT_FIRST_OF_ANY
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_TEXT_SEGMENT_TITLE_SEGMENT
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_TEXT_REPLACE_ALL_INPUT_SEGMENT
|
|
|
|
|
|
|
Returns true if thing is a string.
|
.Blockly.Msg.LANG_TEXT_TEXT_IS_STRING_TOOLTIP
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_LISTS_ADD_ITEMS_INPUT_LIST
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_LISTS_REVERSE_TITLE_REVERSE
|
|
|
|
|
|
|
Return a new list with its contents in the reverse order of the given list.
|
.Blockly.Msg.LANG_LISTS_REVERSE_TOOLTIP
|
|
|
|
|
|
|
Parses a text as a CSV (comma-separated value) formatted row to produce a list of fields. It is an error for the row text to contain unescaped newlines inside fields (effectively, multiple lines). It is okay for the row text to end in a single newline or CRLF.
|
.Blockly.Msg.LANG_LISTS_FROM_CSV_ROW_TOOLTIP
|
|
|
|
|
|
|
Interprets the list as a table in row-major format and returns a CSV (comma-separated value) text representing the table. Each item in the list should itself be a list representing a row of the CSV table. Each item in the row list is considered to be a field, and is quoted with double-quotes in the resulting CSV text. In the returned text, items in rows are separated by commas and rows are separated by CRLF (\r\n).
|
.Blockly.Msg.LANG_LISTS_TO_CSV_TABLE_TOOLTIP
|
|
|
|
|
|
|
Parses a text as a CSV (comma-separated value) formatted table to produce a list of rows, each of which is a list of fields. Rows can be separated by newlines (\n) or CRLF (\r\n).
|
.Blockly.Msg.LANG_LISTS_FROM_CSV_TABLE_TOOLTIP
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_VARIABLES_VARIABLE
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_PROCEDURES_DEFNORETURN_COLLAPSED_PREFIX
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_PROCEDURES_DEFRETURN_COLLAPSED_PREFIX
|
|
|
|
|
|
|
|
.Blockly.Msg.LANG_PROCEDURES_CALLRETURN_CALL
|
|
|
|
|
|
|
Your Companion App is out of date. Click 'OK' to start the update. Watch your
|
.Blockly.Msg.REPL_COMPANION_OUT_OF_DATE
|
|
|
|
|
|
|
screen because you will be asked to approve the update.
|
.Blockly.Msg.REPL_APPROVE_UPDATE
|
|
|
|
|
|
|
<br/><i>Note:</i> You will not see another error reported for 5 seconds.
|
.Blockly.Msg.REPL_NO_ERROR_FIVE_SECONDS
|
|
|
|
|
|
|
|
.Blockly.Msg.REPL_USB_CONNECTED_WAIT
|
|
|
|
|
|
|
seconds to ensure all is running.
|
.Blockly.Msg.REPL_SECONDS_ENSURE_RUNNING
|
|
|
|
|
|
|
Emulator started, waiting
|
.Blockly.Msg.REPL_EMULATOR_STARTED
|
|
|
|
|
|
|
Companion starting, waiting
|
.Blockly.Msg.REPL_COMPANION_STARTED_WAITING
|
|
|
|
|
|
|
<b>Note:</b> You are on a secure connection, legacy mode on the Companion will not work
|
.Blockly.Msg.REPL_SECURE_CONNECTION
|
|
|
|
|