mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
routine recompile
This commit is contained in:
@@ -62,7 +62,7 @@ Blockly.Msg.CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL = "Kartoja veiksmus, kol bus pasie
|
||||
Blockly.Msg.CONTROLS_WHILEUNTIL_TOOLTIP_WHILE = "Kartoja veiksmus, kol sąlyga tenkinama.";
|
||||
Blockly.Msg.DELETE_ALL_BLOCKS = "Ištrinti visus %1 blokus?";
|
||||
Blockly.Msg.DELETE_BLOCK = "Ištrinti bloką";
|
||||
Blockly.Msg.DELETE_VARIABLE = "Delete the '%1' variable"; // untranslated
|
||||
Blockly.Msg.DELETE_VARIABLE = "Ištrinti '%1' kintamąjį";
|
||||
Blockly.Msg.DELETE_VARIABLE_CONFIRMATION = "Delete %1 uses of the '%2' variable?"; // untranslated
|
||||
Blockly.Msg.DELETE_X_BLOCKS = "Ištrinti %1 blokus";
|
||||
Blockly.Msg.DISABLE_BLOCK = "Išjungti bloką";
|
||||
@@ -153,7 +153,7 @@ Blockly.Msg.LISTS_SPLIT_LIST_FROM_TEXT = "make list from text"; // untranslated
|
||||
Blockly.Msg.LISTS_SPLIT_TEXT_FROM_LIST = "make text from list"; // untranslated
|
||||
Blockly.Msg.LISTS_SPLIT_TOOLTIP_JOIN = "Join a list of texts into one text, separated by a delimiter."; // untranslated
|
||||
Blockly.Msg.LISTS_SPLIT_TOOLTIP_SPLIT = "Split text into a list of texts, breaking at each delimiter."; // untranslated
|
||||
Blockly.Msg.LISTS_SPLIT_WITH_DELIMITER = "with delimiter"; // untranslated
|
||||
Blockly.Msg.LISTS_SPLIT_WITH_DELIMITER = "su dalikliu";
|
||||
Blockly.Msg.LOGIC_BOOLEAN_FALSE = "klaidinga";
|
||||
Blockly.Msg.LOGIC_BOOLEAN_HELPURL = "https://github.com/google/blockly/wiki/Logic#values"; // untranslated
|
||||
Blockly.Msg.LOGIC_BOOLEAN_TOOLTIP = "Reikšmė gali būti \"teisinga\"/\"Taip\" arba \"klaidinga\"/\"Ne\".";
|
||||
|
||||
Reference in New Issue
Block a user