mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-13 14:39:18 -04:00
Recompile language updates.
This commit is contained in:
parent
33bd0ba350
commit
aaccb2ee1d
18 changed files with 518 additions and 137 deletions
msg
|
@ -500,7 +500,7 @@ Blockly.Msg.TEXT_JOIN_TITLE_CREATEWITH = 'create text with';
|
|||
/// tooltip - See [https://github.com/google/blockly/wiki/Text#text-creation create text with] for more information.
|
||||
Blockly.Msg.TEXT_JOIN_TOOLTIP = 'Create a piece of text by joining together any number of items.';
|
||||
|
||||
/// block text - This is shown when the programmer wants to change the number of pieces of text being joined together. See [https://github.com/google/blockly/wiki/Text#text-creation https://github.com/google/blockly/wiki/Text#text-creation], specifically the last picture in the 'Text creation' section.
|
||||
/// block text - This is shown when the programmer wants to change the number of pieces of text being joined together. See [https://github.com/google/blockly/wiki/Text#text-creation https://github.com/google/blockly/wiki/Text#text-creation], specifically the last picture in the 'Text creation' section.\n{{Identical|Join}}
|
||||
Blockly.Msg.TEXT_CREATE_JOIN_TITLE_JOIN = 'join';
|
||||
/// tooltip - See [https://github.com/google/blockly/wiki/Text#text-creation https://github.com/google/blockly/wiki/Text#text-creation], specifically the last picture in the 'Text creation' section.
|
||||
Blockly.Msg.TEXT_CREATE_JOIN_TOOLTIP = 'Add, remove, or reorder sections to reconfigure this text block.';
|
||||
|
@ -540,7 +540,7 @@ Blockly.Msg.TEXT_ISEMPTY_TOOLTIP = 'Returns true if the provided text is empty.'
|
|||
/// url - Information about finding a character in a piece of text.
|
||||
Blockly.Msg.TEXT_INDEXOF_HELPURL = 'https://github.com/google/blockly/wiki/Text#finding-text';
|
||||
/// tooltip - See [https://github.com/google/blockly/wiki/Text#finding-text https://github.com/google/blockly/wiki/Text#finding-text].
|
||||
Blockly.Msg.TEXT_INDEXOF_TOOLTIP = 'Returns the index of the first/last occurrence of first text in the second text. Returns 0 if text is not found.';
|
||||
Blockly.Msg.TEXT_INDEXOF_TOOLTIP = 'Returns the index of the first/last occurrence of the first text in the second text. Returns 0 if text is not found.';
|
||||
/// block text - Title of blocks allowing users to find text. See
|
||||
/// [https://github.com/google/blockly/wiki/Text#finding-text
|
||||
/// https://github.com/google/blockly/wiki/Text#finding-text].
|
||||
|
@ -751,7 +751,7 @@ Blockly.Msg.LISTS_CREATE_WITH_HELPURL = 'https://github.com/google/blockly/wiki/
|
|||
Blockly.Msg.LISTS_CREATE_WITH_TOOLTIP = 'Create a list with any number of items.';
|
||||
/// block text - See [https://github.com/google/blockly/wiki/Lists#create-list-with https://github.com/google/blockly/wiki/Lists#create-list-with].
|
||||
Blockly.Msg.LISTS_CREATE_WITH_INPUT_WITH = 'create list with';
|
||||
/// block text - This appears in a sub-block when [https://github.com/google/blockly/wiki/Lists#changing-number-of-inputs changing the number of inputs in a ''''create list with'''' block].
|
||||
/// block text - This appears in a sub-block when [https://github.com/google/blockly/wiki/Lists#changing-number-of-inputs changing the number of inputs in a ''''create list with'''' block].\n{{Identical|List}}
|
||||
Blockly.Msg.LISTS_CREATE_WITH_CONTAINER_TITLE_ADD = 'list';
|
||||
/// tooltip - See [https://github.com/google/blockly/wiki/Lists#changing-number-of-inputs https://github.com/google/blockly/wiki/Lists#changing-number-of-inputs].
|
||||
Blockly.Msg.LISTS_CREATE_WITH_CONTAINER_TOOLTIP = 'Add, remove, or reorder sections to reconfigure this list block.';
|
||||
|
@ -804,7 +804,7 @@ Blockly.Msg.LISTS_INDEX_OF_LAST = 'find last occurrence of item';
|
|||
/// dropdown - See [https://github.com/google/blockly/wiki/Lists#finding-items-in-a-list
|
||||
/// https://github.com/google/blockly/wiki/Lists#finding-items-in-a-list].
|
||||
/// [[File:Blockly-list-find.png]]
|
||||
Blockly.Msg.LISTS_INDEX_OF_TOOLTIP = 'Returns the index of the first/last occurrence of the item in the list. Returns 0 if text is not found.';
|
||||
Blockly.Msg.LISTS_INDEX_OF_TOOLTIP = 'Returns the index of the first/last occurrence of the item in the list. Returns 0 if item is not found.';
|
||||
|
||||
Blockly.Msg.LISTS_GET_INDEX_HELPURL = Blockly.Msg.LISTS_INDEX_OF_HELPURL;
|
||||
/// dropdown - Indicates that the user wishes to
|
||||
|
@ -1088,7 +1088,7 @@ Blockly.Msg.PROCEDURES_MUTATORARG_TOOLTIP = 'Add an input to the function.';
|
|||
/// [[Translating:Blockly#context_menus]].
|
||||
Blockly.Msg.PROCEDURES_HIGHLIGHT_DEF = 'Highlight function definition';
|
||||
/// context menu - This appears on the context menu for function definitions.
|
||||
/// Selecting it creates a block to call the function.\n\nParameters:\n* %1 - the name of the function.
|
||||
/// Selecting it creates a block to call the function.\n\nParameters:\n* %1 - the name of the function.\n{{Identical|Create}}
|
||||
Blockly.Msg.PROCEDURES_CREATE_DO = 'Create "%1"';
|
||||
|
||||
/// tooltip - If the first value is true, this causes the second value to be returned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue