mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Remove interpolateMsg.
This commit is contained in:
@@ -120,8 +120,9 @@ Blockly.Msg.LISTS_INDEX_OF_HELPURL = "https://github.com/google/blockly/wiki/Lis
|
||||
Blockly.Msg.LISTS_INDEX_OF_LAST = "finna síðasta tilfelli atriðis";
|
||||
Blockly.Msg.LISTS_INDEX_OF_TOOLTIP = "Finnur hvar atriðið kemur fyrir fyrst/síðast í listanum og skilar sæti þess. Skilar 0 ef textinn finnst ekki.";
|
||||
Blockly.Msg.LISTS_INLIST = "í lista";
|
||||
Blockly.Msg.LISTS_IS_EMPTY_HELPURL = "https://github.com/google/blockly/wiki/Lists#is-empty";
|
||||
Blockly.Msg.LISTS_IS_EMPTY_TITLE = "%1 er tómur";
|
||||
Blockly.Msg.LISTS_ISEMPTY_HELPURL = "https://github.com/google/blockly/wiki/Lists#is-empty";
|
||||
Blockly.Msg.LISTS_ISEMPTY_TITLE = "%1 er tómur";
|
||||
Blockly.Msg.LISTS_ISEMPTY_TOOLTIP = "Skilar sönnu ef listinn er tómur.";
|
||||
Blockly.Msg.LISTS_LENGTH_HELPURL = "https://github.com/google/blockly/wiki/Lists#length-of";
|
||||
Blockly.Msg.LISTS_LENGTH_TITLE = "lengd %1";
|
||||
Blockly.Msg.LISTS_LENGTH_TOOLTIP = "Skilar lengd lista.";
|
||||
@@ -148,7 +149,6 @@ Blockly.Msg.LISTS_SPLIT_TEXT_FROM_LIST = "gera texta úr lista";
|
||||
Blockly.Msg.LISTS_SPLIT_TOOLTIP_JOIN = "Sameinar lista af textum í einn texta, með skiltákn á milli.";
|
||||
Blockly.Msg.LISTS_SPLIT_TOOLTIP_SPLIT = "Skiptir texta í lista af textum, með skil við hvert skiltákn.";
|
||||
Blockly.Msg.LISTS_SPLIT_WITH_DELIMITER = "með skiltákni";
|
||||
Blockly.Msg.LISTS_TOOLTIP = "Skilar sönnu ef listinn er tómur.";
|
||||
Blockly.Msg.LOGIC_BOOLEAN_FALSE = "ósatt";
|
||||
Blockly.Msg.LOGIC_BOOLEAN_HELPURL = "https://github.com/google/blockly/wiki/Logic#values";
|
||||
Blockly.Msg.LOGIC_BOOLEAN_TOOLTIP = "Skilar annað hvort sönnu eða ósönnu.";
|
||||
|
||||
Reference in New Issue
Block a user