blockly 13.0.0-beta.0 → 13.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (313) hide show
  1. package/blockly.min.js +2092 -1318
  2. package/blockly.mjs +1 -1
  3. package/blockly_compressed.js +1887 -1190
  4. package/blockly_compressed.js.map +1 -1
  5. package/blocks_compressed.js +71 -71
  6. package/blocks_compressed.js.map +1 -1
  7. package/core/block.d.ts +18 -0
  8. package/core/block_aria_composer.d.ts +119 -0
  9. package/core/block_svg.d.ts +21 -1
  10. package/core/blockly.d.ts +1 -1
  11. package/core/bubbles/bubble.d.ts +39 -0
  12. package/core/bubbles/mini_workspace_bubble.d.ts +4 -1
  13. package/core/bubbles/text_bubble.d.ts +4 -1
  14. package/core/dragging/block_drag_strategy.d.ts +45 -3
  15. package/core/field.d.ts +15 -17
  16. package/core/field_checkbox.d.ts +27 -0
  17. package/core/field_dropdown.d.ts +51 -1
  18. package/core/field_image.d.ts +24 -0
  19. package/core/field_input.d.ts +23 -0
  20. package/core/field_number.d.ts +10 -0
  21. package/core/field_textinput.d.ts +10 -0
  22. package/core/field_variable.d.ts +9 -0
  23. package/core/flyout_base.d.ts +10 -0
  24. package/core/focus_manager.d.ts +47 -2
  25. package/core/inputs/input.d.ts +15 -0
  26. package/core/interfaces/i_flyout_inflater.d.ts +9 -0
  27. package/core/interfaces/i_focusable_node.d.ts +3 -1
  28. package/core/interfaces/i_json_block_definition.d.ts +1 -0
  29. package/core/keyboard_nav/keyboard_mover.d.ts +16 -5
  30. package/core/keyboard_nav/navigation_policies/bubble_navigation_policy.d.ts +63 -0
  31. package/core/keyboard_nav/navigation_policies/icon_navigation_policy.d.ts +2 -2
  32. package/core/keyboard_nav/navigators/flyout_navigator.d.ts +1 -1
  33. package/core/menu.d.ts +3 -0
  34. package/core/menuitem.d.ts +8 -1
  35. package/core/shortcut_items.d.ts +16 -1
  36. package/core/shortcut_registry.d.ts +6 -0
  37. package/core/toolbox/toolbox.d.ts +5 -11
  38. package/core/tooltip.d.ts +10 -0
  39. package/core/trashcan.d.ts +23 -38
  40. package/core/utils/aria.d.ts +16 -62
  41. package/core/utils/dom.d.ts +1 -1
  42. package/core/utils/shortcut_formatting.d.ts +5 -7
  43. package/core/variables.d.ts +1 -1
  44. package/core/workspace.d.ts +5 -1
  45. package/core/workspace_svg.d.ts +8 -0
  46. package/core/zoom_controls.d.ts +43 -50
  47. package/dart_compressed.js +62 -62
  48. package/dart_compressed.js.map +1 -1
  49. package/index.mjs +1 -1
  50. package/javascript_compressed.js +55 -55
  51. package/javascript_compressed.js.map +1 -1
  52. package/lua_compressed.js +50 -50
  53. package/lua_compressed.js.map +1 -1
  54. package/media/drop.mp3 +0 -0
  55. package/msg/ab.js +78 -1
  56. package/msg/ab.mjs +78 -1
  57. package/msg/ace.js +79 -2
  58. package/msg/ace.mjs +78 -1
  59. package/msg/af.js +78 -1
  60. package/msg/af.mjs +78 -1
  61. package/msg/am.js +79 -2
  62. package/msg/am.mjs +78 -1
  63. package/msg/ar.js +101 -24
  64. package/msg/ar.mjs +78 -1
  65. package/msg/ast.js +79 -2
  66. package/msg/ast.mjs +78 -1
  67. package/msg/az.js +79 -2
  68. package/msg/az.mjs +78 -1
  69. package/msg/ba.js +78 -1
  70. package/msg/ba.mjs +78 -1
  71. package/msg/bcc.js +78 -1
  72. package/msg/bcc.mjs +78 -1
  73. package/msg/be-tarask.js +112 -35
  74. package/msg/be-tarask.mjs +78 -1
  75. package/msg/be.js +79 -2
  76. package/msg/be.mjs +78 -1
  77. package/msg/bg.js +78 -1
  78. package/msg/bg.mjs +78 -1
  79. package/msg/bn.js +79 -2
  80. package/msg/bn.mjs +78 -1
  81. package/msg/br.js +79 -2
  82. package/msg/br.mjs +78 -1
  83. package/msg/bs.js +78 -1
  84. package/msg/bs.mjs +78 -1
  85. package/msg/ca.js +78 -1
  86. package/msg/ca.mjs +78 -1
  87. package/msg/ce.js +78 -1
  88. package/msg/ce.mjs +78 -1
  89. package/msg/cs.js +86 -9
  90. package/msg/cs.mjs +78 -1
  91. package/msg/da.js +102 -25
  92. package/msg/da.mjs +78 -1
  93. package/msg/de.js +78 -1
  94. package/msg/de.mjs +78 -1
  95. package/msg/diq.js +80 -3
  96. package/msg/diq.mjs +78 -1
  97. package/msg/dtp.js +78 -1
  98. package/msg/dtp.mjs +78 -1
  99. package/msg/dty.js +78 -1
  100. package/msg/dty.mjs +78 -1
  101. package/msg/ee.js +78 -1
  102. package/msg/ee.mjs +78 -1
  103. package/msg/el.js +109 -32
  104. package/msg/el.mjs +78 -1
  105. package/msg/en-gb.js +78 -1
  106. package/msg/en-gb.mjs +78 -1
  107. package/msg/en.js +79 -2
  108. package/msg/en.mjs +78 -1
  109. package/msg/eo.js +78 -1
  110. package/msg/eo.mjs +78 -1
  111. package/msg/es.js +88 -11
  112. package/msg/es.mjs +78 -1
  113. package/msg/et.js +78 -1
  114. package/msg/et.mjs +78 -1
  115. package/msg/eu.js +78 -1
  116. package/msg/eu.mjs +78 -1
  117. package/msg/fa.js +79 -2
  118. package/msg/fa.mjs +78 -1
  119. package/msg/fi.js +97 -20
  120. package/msg/fi.mjs +78 -1
  121. package/msg/fo.js +78 -1
  122. package/msg/fo.mjs +78 -1
  123. package/msg/fr.js +101 -24
  124. package/msg/fr.mjs +78 -1
  125. package/msg/frr.js +79 -2
  126. package/msg/frr.mjs +78 -1
  127. package/msg/ga.js +550 -0
  128. package/msg/{cdo.mjs → ga.mjs} +80 -3
  129. package/msg/gl.js +101 -24
  130. package/msg/gl.mjs +78 -1
  131. package/msg/gn.js +79 -2
  132. package/msg/gn.mjs +78 -1
  133. package/msg/gor.js +78 -1
  134. package/msg/gor.mjs +78 -1
  135. package/msg/ha.js +78 -1
  136. package/msg/ha.mjs +78 -1
  137. package/msg/hak.js +79 -2
  138. package/msg/hak.mjs +78 -1
  139. package/msg/he.js +128 -51
  140. package/msg/he.mjs +78 -1
  141. package/msg/hi.js +78 -1
  142. package/msg/hi.mjs +78 -1
  143. package/msg/hr.js +78 -1
  144. package/msg/hr.mjs +78 -1
  145. package/msg/hrx.js +78 -1
  146. package/msg/hrx.mjs +78 -1
  147. package/msg/hsb.js +78 -1
  148. package/msg/hsb.mjs +78 -1
  149. package/msg/hu.js +80 -3
  150. package/msg/hu.mjs +78 -1
  151. package/msg/hy.js +78 -1
  152. package/msg/hy.mjs +78 -1
  153. package/msg/ia.js +101 -24
  154. package/msg/ia.mjs +78 -1
  155. package/msg/id.js +308 -231
  156. package/msg/id.mjs +78 -1
  157. package/msg/ig.js +86 -9
  158. package/msg/ig.mjs +78 -1
  159. package/msg/inh.js +78 -1
  160. package/msg/inh.mjs +78 -1
  161. package/msg/is.js +78 -1
  162. package/msg/is.mjs +78 -1
  163. package/msg/it.js +104 -27
  164. package/msg/it.mjs +78 -1
  165. package/msg/ja.js +101 -24
  166. package/msg/ja.mjs +78 -1
  167. package/msg/ka.js +80 -3
  168. package/msg/ka.mjs +78 -1
  169. package/msg/kab.js +87 -10
  170. package/msg/kab.mjs +78 -1
  171. package/msg/kbd-cyrl.js +79 -2
  172. package/msg/kbd-cyrl.mjs +78 -1
  173. package/msg/km.js +78 -1
  174. package/msg/km.mjs +78 -1
  175. package/msg/kn.js +78 -1
  176. package/msg/kn.mjs +78 -1
  177. package/msg/ko.js +103 -26
  178. package/msg/ko.mjs +78 -1
  179. package/msg/krc.js +550 -0
  180. package/msg/krc.mjs +531 -0
  181. package/msg/ksh.js +79 -2
  182. package/msg/ksh.mjs +78 -1
  183. package/msg/ku-latn.js +79 -2
  184. package/msg/ku-latn.mjs +78 -1
  185. package/msg/ky.js +80 -3
  186. package/msg/ky.mjs +78 -1
  187. package/msg/la.js +79 -2
  188. package/msg/la.mjs +78 -1
  189. package/msg/lb.js +89 -12
  190. package/msg/lb.mjs +78 -1
  191. package/msg/lki.js +78 -1
  192. package/msg/lki.mjs +78 -1
  193. package/msg/lo.js +78 -1
  194. package/msg/lo.mjs +78 -1
  195. package/msg/lrc.js +78 -1
  196. package/msg/lrc.mjs +78 -1
  197. package/msg/lt.js +79 -2
  198. package/msg/lt.mjs +78 -1
  199. package/msg/lv.js +89 -12
  200. package/msg/lv.mjs +78 -1
  201. package/msg/mg.js +78 -1
  202. package/msg/mg.mjs +78 -1
  203. package/msg/mk.js +78 -1
  204. package/msg/mk.mjs +78 -1
  205. package/msg/ml.js +78 -1
  206. package/msg/ml.mjs +78 -1
  207. package/msg/mnw.js +78 -1
  208. package/msg/mnw.mjs +78 -1
  209. package/msg/ms.js +87 -10
  210. package/msg/ms.mjs +78 -1
  211. package/msg/my.js +78 -1
  212. package/msg/my.mjs +78 -1
  213. package/msg/mzn.js +79 -2
  214. package/msg/mzn.mjs +78 -1
  215. package/msg/nb.js +78 -1
  216. package/msg/nb.mjs +78 -1
  217. package/msg/ne.js +87 -10
  218. package/msg/ne.mjs +78 -1
  219. package/msg/nl.js +101 -24
  220. package/msg/nl.mjs +78 -1
  221. package/msg/oc.js +78 -1
  222. package/msg/oc.mjs +78 -1
  223. package/msg/olo.js +79 -2
  224. package/msg/olo.mjs +78 -1
  225. package/msg/pa.js +87 -10
  226. package/msg/pa.mjs +78 -1
  227. package/msg/pl.js +101 -24
  228. package/msg/pl.mjs +78 -1
  229. package/msg/pms.js +101 -24
  230. package/msg/pms.mjs +78 -1
  231. package/msg/ps.js +96 -19
  232. package/msg/ps.mjs +78 -1
  233. package/msg/pt-br.js +101 -24
  234. package/msg/pt-br.mjs +78 -1
  235. package/msg/pt.js +101 -24
  236. package/msg/pt.mjs +78 -1
  237. package/msg/ro.js +110 -33
  238. package/msg/ro.mjs +78 -1
  239. package/msg/ru.js +101 -24
  240. package/msg/ru.mjs +78 -1
  241. package/msg/sc.js +78 -1
  242. package/msg/sc.mjs +78 -1
  243. package/msg/sco.js +79 -2
  244. package/msg/sco.mjs +78 -1
  245. package/msg/sd.js +78 -1
  246. package/msg/sd.mjs +78 -1
  247. package/msg/shn.js +78 -1
  248. package/msg/shn.mjs +78 -1
  249. package/msg/si.js +79 -2
  250. package/msg/si.mjs +78 -1
  251. package/msg/sk.js +79 -2
  252. package/msg/sk.mjs +78 -1
  253. package/msg/skr-arab.js +81 -4
  254. package/msg/skr-arab.mjs +78 -1
  255. package/msg/sl.js +102 -25
  256. package/msg/sl.mjs +78 -1
  257. package/msg/smn.js +80 -3
  258. package/msg/smn.mjs +78 -1
  259. package/msg/sq.js +87 -10
  260. package/msg/sq.mjs +78 -1
  261. package/msg/sr-latn.js +78 -1
  262. package/msg/sr-latn.mjs +78 -1
  263. package/msg/sr.js +78 -1
  264. package/msg/sr.mjs +78 -1
  265. package/msg/sv.js +101 -24
  266. package/msg/sv.mjs +78 -1
  267. package/msg/sw.js +79 -2
  268. package/msg/sw.mjs +78 -1
  269. package/msg/ta.js +97 -20
  270. package/msg/ta.mjs +78 -1
  271. package/msg/tcy.js +148 -71
  272. package/msg/tcy.mjs +78 -1
  273. package/msg/tdd.js +78 -1
  274. package/msg/tdd.mjs +78 -1
  275. package/msg/te.js +78 -1
  276. package/msg/te.mjs +78 -1
  277. package/msg/th.js +79 -2
  278. package/msg/th.mjs +78 -1
  279. package/msg/ti.js +78 -1
  280. package/msg/ti.mjs +78 -1
  281. package/msg/tl.js +78 -1
  282. package/msg/tl.mjs +78 -1
  283. package/msg/tlh.js +78 -1
  284. package/msg/tlh.mjs +78 -1
  285. package/msg/tr.js +101 -24
  286. package/msg/tr.mjs +78 -1
  287. package/msg/ug-arab.js +78 -1
  288. package/msg/ug-arab.mjs +78 -1
  289. package/msg/uk.js +78 -1
  290. package/msg/uk.mjs +78 -1
  291. package/msg/ur.js +78 -1
  292. package/msg/ur.mjs +78 -1
  293. package/msg/uz.js +93 -16
  294. package/msg/uz.mjs +78 -1
  295. package/msg/vi.js +102 -25
  296. package/msg/vi.mjs +78 -1
  297. package/msg/xmf.js +78 -1
  298. package/msg/xmf.mjs +78 -1
  299. package/msg/yo.js +78 -1
  300. package/msg/yo.mjs +78 -1
  301. package/msg/zgh.js +78 -1
  302. package/msg/zgh.mjs +78 -1
  303. package/msg/zh-hans.js +101 -24
  304. package/msg/zh-hans.mjs +78 -1
  305. package/msg/zh-hant.js +101 -24
  306. package/msg/zh-hant.mjs +78 -1
  307. package/package.json +4 -4
  308. package/php_compressed.js +54 -55
  309. package/php_compressed.js.map +1 -1
  310. package/python_compressed.js +57 -57
  311. package/python_compressed.js.map +1 -1
  312. package/core/keyboard_nav/navigation_policies/block_comment_navigation_policy.d.ts +0 -63
  313. package/msg/cdo.js +0 -473
@@ -1,63 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import { TextInputBubble } from '../../bubbles/textinput_bubble.js';
7
- import type { IFocusableNode } from '../../interfaces/i_focusable_node.js';
8
- import type { INavigationPolicy } from '../../interfaces/i_navigation_policy.js';
9
- /**
10
- * Set of rules controlling keyboard navigation from an TextInputBubble.
11
- */
12
- export declare class BlockCommentNavigationPolicy implements INavigationPolicy<TextInputBubble> {
13
- /**
14
- * Returns the first child of the given block comment.
15
- *
16
- * @param current The block comment to return the first child of.
17
- * @returns The text editor of the given block comment bubble.
18
- */
19
- getFirstChild(current: TextInputBubble): IFocusableNode | null;
20
- /**
21
- * Returns the parent of the given block comment.
22
- *
23
- * @param current The block comment to return the parent of.
24
- * @returns The parent block of the given block comment.
25
- */
26
- getParent(current: TextInputBubble): IFocusableNode | null;
27
- /**
28
- * Returns the next peer node of the given block comment.
29
- *
30
- * @param _current The block comment to find the following element of.
31
- * @returns Null.
32
- */
33
- getNextSibling(_current: TextInputBubble): IFocusableNode | null;
34
- /**
35
- * Returns the previous peer node of the given block comment.
36
- *
37
- * @param _current The block comment to find the preceding element of.
38
- * @returns Null.
39
- */
40
- getPreviousSibling(_current: TextInputBubble): IFocusableNode | null;
41
- /**
42
- * Returns the row ID of the given block comment.
43
- *
44
- * @param current The block comment to retrieve the row ID of.
45
- * @returns The row ID of the given block comment.
46
- */
47
- getRowId(current: TextInputBubble): string;
48
- /**
49
- * Returns whether or not the given block comment can be navigated to.
50
- *
51
- * @param current The instance to check for navigability.
52
- * @returns True if the given block comment can be focused.
53
- */
54
- isNavigable(current: TextInputBubble): boolean;
55
- /**
56
- * Returns whether the given object can be navigated from by this policy.
57
- *
58
- * @param current The object to check if this policy applies to.
59
- * @returns True if the object is an TextInputBubble.
60
- */
61
- isApplicable(current: any): current is TextInputBubble;
62
- }
63
- //# sourceMappingURL=block_comment_navigation_policy.d.ts.map
package/msg/cdo.js DELETED
@@ -1,473 +0,0 @@
1
- /* eslint-disable */
2
- ;(function(root, factory) {
3
- if (typeof define === 'function' && define.amd) { // AMD
4
- define([], factory);
5
- } else if (typeof exports === 'object') { // Node.js
6
- module.exports = factory();
7
- } else { // Browser
8
- var messages = factory();
9
- for (var key in messages) {
10
- root.Blockly.Msg[key] = messages[key];
11
- }
12
- }
13
- }(this, function() {
14
- // This file was automatically generated. Do not modify.
15
-
16
- 'use strict';
17
-
18
- var Blockly = Blockly || { Msg: Object.create(null) };
19
-
20
- Blockly.Msg["ADD_COMMENT"] = "Add Comment"; // untranslated
21
- Blockly.Msg["ALT_KEY"] = "Alt"; // untranslated
22
- Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Can't delete the variable '%1' because it's part of the definition of the function '%2'"; // untranslated
23
- Blockly.Msg["CHANGE_VALUE_TITLE"] = "Change value:"; // untranslated
24
- Blockly.Msg["CHROME_OS"] = "ChromeOS"; // untranslated
25
- Blockly.Msg["CLEAN_UP"] = "Clean up Blocks"; // untranslated
26
- Blockly.Msg["CLOSE"] = "Close"; // untranslated
27
- Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
28
- Blockly.Msg["COLLAPSE_ALL"] = "Collapse Blocks"; // untranslated
29
- Blockly.Msg["COLLAPSE_BLOCK"] = "Collapse Block"; // untranslated
30
- Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "colour 1"; // untranslated
31
- Blockly.Msg["COLOUR_BLEND_COLOUR2"] = "colour 2"; // untranslated
32
- Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-blend/#:::rgbp"; // untranslated
33
- Blockly.Msg["COLOUR_BLEND_RATIO"] = "ratio"; // untranslated
34
- Blockly.Msg["COLOUR_BLEND_TITLE"] = "blend"; // untranslated
35
- Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "Blends two colours together with a given ratio (0.0 - 1.0)."; // untranslated
36
- Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://en.wikipedia.org/wiki/Color"; // untranslated
37
- Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "Choose a colour from the palette."; // untranslated
38
- Blockly.Msg["COLOUR_RANDOM_HELPURL"] = "http://randomcolour.com"; // untranslated
39
- Blockly.Msg["COLOUR_RANDOM_TITLE"] = "random colour"; // untranslated
40
- Blockly.Msg["COLOUR_RANDOM_TOOLTIP"] = "Choose a colour at random."; // untranslated
41
- Blockly.Msg["COLOUR_RGB_BLUE"] = "blue"; // untranslated
42
- Blockly.Msg["COLOUR_RGB_GREEN"] = "green"; // untranslated
43
- Blockly.Msg["COLOUR_RGB_HELPURL"] = "https://www.december.com/html/spec/colorpercompact.html"; // untranslated
44
- Blockly.Msg["COLOUR_RGB_RED"] = "red"; // untranslated
45
- Blockly.Msg["COLOUR_RGB_TITLE"] = "colour with"; // untranslated
46
- Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "Create a colour with the specified amount of red, green, and blue. All values must be between 0 and 100."; // untranslated
47
- Blockly.Msg["COMMAND_KEY"] = "⌘ Command"; // untranslated
48
- Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Loops#loop-termination-blocks"; // untranslated
49
- Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "break out of loop"; // untranslated
50
- Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "continue with next iteration of loop"; // untranslated
51
- Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_BREAK"] = "Break out of the containing loop."; // untranslated
52
- Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_CONTINUE"] = "Skip the rest of this loop, and continue with the next iteration."; // untranslated
53
- Blockly.Msg["CONTROLS_FLOW_STATEMENTS_WARNING"] = "Warning: This block may only be used within a loop."; // untranslated
54
- Blockly.Msg["CONTROLS_FOREACH_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Loops#for-each"; // untranslated
55
- Blockly.Msg["CONTROLS_FOREACH_TITLE"] = "for each item %1 in list %2"; // untranslated
56
- Blockly.Msg["CONTROLS_FOREACH_TOOLTIP"] = "For each item in a list, set the variable '%1' to the item, and then do some statements."; // untranslated
57
- Blockly.Msg["CONTROLS_FOR_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Loops#count-with"; // untranslated
58
- Blockly.Msg["CONTROLS_FOR_TITLE"] = "count with %1 from %2 to %3 by %4"; // untranslated
59
- Blockly.Msg["CONTROLS_FOR_TOOLTIP"] = "Have the variable '%1' take on the values from the start number to the end number, counting by the specified interval, and do the specified blocks."; // untranslated
60
- Blockly.Msg["CONTROLS_IF_ELSEIF_TOOLTIP"] = "Add a condition to the if block."; // untranslated
61
- Blockly.Msg["CONTROLS_IF_ELSE_TOOLTIP"] = "Add a final, catch-all condition to the if block."; // untranslated
62
- Blockly.Msg["CONTROLS_IF_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/IfElse"; // untranslated
63
- Blockly.Msg["CONTROLS_IF_IF_TOOLTIP"] = "Add, remove, or reorder sections to reconfigure this if block."; // untranslated
64
- Blockly.Msg["CONTROLS_IF_MSG_ELSE"] = "else"; // untranslated
65
- Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"] = "else if"; // untranslated
66
- Blockly.Msg["CONTROLS_IF_MSG_IF"] = "if"; // untranslated
67
- Blockly.Msg["CONTROLS_IF_TOOLTIP_1"] = "If a value is true, then do some statements."; // untranslated
68
- Blockly.Msg["CONTROLS_IF_TOOLTIP_2"] = "If a value is true, then do the first block of statements. Otherwise, do the second block of statements."; // untranslated
69
- Blockly.Msg["CONTROLS_IF_TOOLTIP_3"] = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements."; // untranslated
70
- Blockly.Msg["CONTROLS_IF_TOOLTIP_4"] = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements. If none of the values are true, do the last block of statements."; // untranslated
71
- Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://en.wikipedia.org/wiki/For_loop"; // untranslated
72
- Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "do"; // untranslated
73
- Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "repeat %1 times"; // untranslated
74
- Blockly.Msg["CONTROLS_REPEAT_TOOLTIP"] = "Do some statements several times."; // untranslated
75
- Blockly.Msg["CONTROLS_WHILEUNTIL_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Loops#repeat"; // untranslated
76
- Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "repeat until"; // untranslated
77
- Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "repeat while"; // untranslated
78
- Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "While a value is false, then do some statements."; // untranslated
79
- Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "While a value is true, then do some statements."; // untranslated
80
- Blockly.Msg["CONTROL_KEY"] = "Ctrl"; // untranslated
81
- Blockly.Msg["COPY_SHORTCUT"] = "Copy"; // untranslated
82
- Blockly.Msg["CUT_SHORTCUT"] = "Cut"; // untranslated
83
- Blockly.Msg["DELETE_ALL_BLOCKS"] = "Delete all %1 blocks?"; // untranslated
84
- Blockly.Msg["DELETE_BLOCK"] = "Delete Block"; // untranslated
85
- Blockly.Msg["DELETE_VARIABLE"] = "Delete the '%1' variable"; // untranslated
86
- Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Delete %1 uses of the '%2' variable?"; // untranslated
87
- Blockly.Msg["DELETE_X_BLOCKS"] = "Delete %1 Blocks"; // untranslated
88
- Blockly.Msg["DIALOG_CANCEL"] = "Cancel"; // untranslated
89
- Blockly.Msg["DIALOG_OK"] = "確定";
90
- Blockly.Msg["DISABLE_BLOCK"] = "Disable Block"; // untranslated
91
- Blockly.Msg["DUPLICATE_BLOCK"] = "Duplicate"; // untranslated
92
- Blockly.Msg["DUPLICATE_COMMENT"] = "Duplicate Comment"; // untranslated
93
- Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Edit Block contents"; // untranslated
94
- Blockly.Msg["ENABLE_BLOCK"] = "Enable Block"; // untranslated
95
- Blockly.Msg["ENTER_KEY"] = "Enter"; // untranslated
96
- Blockly.Msg["EXPAND_ALL"] = "Expand Blocks"; // untranslated
97
- Blockly.Msg["EXPAND_BLOCK"] = "Expand Block"; // untranslated
98
- Blockly.Msg["EXTERNAL_INPUTS"] = "External Inputs"; // untranslated
99
- Blockly.Msg["HELP"] = "Help"; // untranslated
100
- Blockly.Msg["HELP_PROMPT"] = "Press %1 for help on keyboard controls"; // untranslated
101
- Blockly.Msg["INLINE_INPUTS"] = "Inline Inputs"; // untranslated
102
- Blockly.Msg["KEYBOARD_NAV_BLOCK_NAVIGATION_HINT"] = "Use the right arrow key to navigate inside of blocks"; // untranslated
103
- Blockly.Msg["KEYBOARD_NAV_CONSTRAINED_MOVE_HINT"] = "Use the arrow keys to move, then %1 to accept the position"; // untranslated
104
- Blockly.Msg["KEYBOARD_NAV_COPIED_HINT"] = "Copied. Press %1 to paste."; // untranslated
105
- Blockly.Msg["KEYBOARD_NAV_CUT_HINT"] = "Cut. Press %1 to paste."; // untranslated
106
- Blockly.Msg["KEYBOARD_NAV_UNCONSTRAINED_MOVE_HINT"] = "Hold %1 and use arrow keys to move freely, then %2 to accept the position"; // untranslated
107
- Blockly.Msg["KEYBOARD_NAV_WORKSPACE_NAVIGATION_HINT"] = "Use the arrow keys to navigate"; // untranslated
108
- Blockly.Msg["LINUX"] = "Linux"; // untranslated
109
- Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#create-empty-list"; // untranslated
110
- Blockly.Msg["LISTS_CREATE_EMPTY_TITLE"] = "create empty list"; // untranslated
111
- Blockly.Msg["LISTS_CREATE_EMPTY_TOOLTIP"] = "Returns a list, of length 0, containing no data records"; // untranslated
112
- Blockly.Msg["LISTS_CREATE_WITH_CONTAINER_TITLE_ADD"] = "list"; // untranslated
113
- Blockly.Msg["LISTS_CREATE_WITH_CONTAINER_TOOLTIP"] = "Add, remove, or reorder sections to reconfigure this list block."; // untranslated
114
- Blockly.Msg["LISTS_CREATE_WITH_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#create-list-with"; // untranslated
115
- Blockly.Msg["LISTS_CREATE_WITH_INPUT_WITH"] = "create list with"; // untranslated
116
- Blockly.Msg["LISTS_CREATE_WITH_ITEM_TOOLTIP"] = "Add an item to the list."; // untranslated
117
- Blockly.Msg["LISTS_CREATE_WITH_TOOLTIP"] = "Create a list with any number of items."; // untranslated
118
- Blockly.Msg["LISTS_GET_INDEX_FIRST"] = "first"; // untranslated
119
- Blockly.Msg["LISTS_GET_INDEX_FROM_END"] = "# from end"; // untranslated
120
- Blockly.Msg["LISTS_GET_INDEX_FROM_START"] = "#"; // untranslated
121
- Blockly.Msg["LISTS_GET_INDEX_GET"] = "get"; // untranslated
122
- Blockly.Msg["LISTS_GET_INDEX_GET_REMOVE"] = "get and remove"; // untranslated
123
- Blockly.Msg["LISTS_GET_INDEX_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#getting-items-from-a-list"; // untranslated
124
- Blockly.Msg["LISTS_GET_INDEX_LAST"] = "last"; // untranslated
125
- Blockly.Msg["LISTS_GET_INDEX_RANDOM"] = "random"; // untranslated
126
- Blockly.Msg["LISTS_GET_INDEX_REMOVE"] = "remove"; // untranslated
127
- Blockly.Msg["LISTS_GET_INDEX_TAIL"] = ""; // untranslated
128
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_FIRST"] = "Returns the first item in a list."; // untranslated
129
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_FROM"] = "Returns the item at the specified position in a list."; // untranslated
130
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_LAST"] = "Returns the last item in a list."; // untranslated
131
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_RANDOM"] = "Returns a random item in a list."; // untranslated
132
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_REMOVE_FIRST"] = "Removes and returns the first item in a list."; // untranslated
133
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_REMOVE_FROM"] = "Removes and returns the item at the specified position in a list."; // untranslated
134
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_REMOVE_LAST"] = "Removes and returns the last item in a list."; // untranslated
135
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_REMOVE_RANDOM"] = "Removes and returns a random item in a list."; // untranslated
136
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_REMOVE_FIRST"] = "Removes the first item in a list."; // untranslated
137
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_REMOVE_FROM"] = "Removes the item at the specified position in a list."; // untranslated
138
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_REMOVE_LAST"] = "Removes the last item in a list."; // untranslated
139
- Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_REMOVE_RANDOM"] = "Removes a random item in a list."; // untranslated
140
- Blockly.Msg["LISTS_GET_SUBLIST_END_FROM_END"] = "to # from end"; // untranslated
141
- Blockly.Msg["LISTS_GET_SUBLIST_END_FROM_START"] = "to #"; // untranslated
142
- Blockly.Msg["LISTS_GET_SUBLIST_END_LAST"] = "to last"; // untranslated
143
- Blockly.Msg["LISTS_GET_SUBLIST_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#getting-a-sublist"; // untranslated
144
- Blockly.Msg["LISTS_GET_SUBLIST_START_FIRST"] = "get sub-list from first"; // untranslated
145
- Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_END"] = "get sub-list from # from end"; // untranslated
146
- Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_START"] = "get sub-list from #"; // untranslated
147
- Blockly.Msg["LISTS_GET_SUBLIST_TAIL"] = ""; // untranslated
148
- Blockly.Msg["LISTS_GET_SUBLIST_TOOLTIP"] = "Creates a copy of the specified portion of a list."; // untranslated
149
- Blockly.Msg["LISTS_INDEX_FROM_END_TOOLTIP"] = "%1 is the last item."; // untranslated
150
- Blockly.Msg["LISTS_INDEX_FROM_START_TOOLTIP"] = "%1 is the first item."; // untranslated
151
- Blockly.Msg["LISTS_INDEX_OF_FIRST"] = "find first occurrence of item"; // untranslated
152
- Blockly.Msg["LISTS_INDEX_OF_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#finding-items-in-a-list"; // untranslated
153
- Blockly.Msg["LISTS_INDEX_OF_LAST"] = "find last occurrence of item"; // untranslated
154
- Blockly.Msg["LISTS_INDEX_OF_TOOLTIP"] = "Returns the index of the first/last occurrence of the item in the list. Returns %1 if item is not found."; // untranslated
155
- Blockly.Msg["LISTS_INLIST"] = "in list"; // untranslated
156
- Blockly.Msg["LISTS_ISEMPTY_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#is-empty"; // untranslated
157
- Blockly.Msg["LISTS_ISEMPTY_TITLE"] = "%1 is empty"; // untranslated
158
- Blockly.Msg["LISTS_ISEMPTY_TOOLTIP"] = "Returns true if the list is empty."; // untranslated
159
- Blockly.Msg["LISTS_LENGTH_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#length-of"; // untranslated
160
- Blockly.Msg["LISTS_LENGTH_TITLE"] = "length of %1"; // untranslated
161
- Blockly.Msg["LISTS_LENGTH_TOOLTIP"] = "Returns the length of a list."; // untranslated
162
- Blockly.Msg["LISTS_REPEAT_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#create-list-with"; // untranslated
163
- Blockly.Msg["LISTS_REPEAT_TITLE"] = "create list with item %1 repeated %2 times"; // untranslated
164
- Blockly.Msg["LISTS_REPEAT_TOOLTIP"] = "Creates a list consisting of the given value repeated the specified number of times."; // untranslated
165
- Blockly.Msg["LISTS_REVERSE_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#reversing-a-list"; // untranslated
166
- Blockly.Msg["LISTS_REVERSE_MESSAGE0"] = "reverse %1"; // untranslated
167
- Blockly.Msg["LISTS_REVERSE_TOOLTIP"] = "Reverse a copy of a list."; // untranslated
168
- Blockly.Msg["LISTS_SET_INDEX_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#in-list--set"; // untranslated
169
- Blockly.Msg["LISTS_SET_INDEX_INPUT_TO"] = "as"; // untranslated
170
- Blockly.Msg["LISTS_SET_INDEX_INSERT"] = "insert at"; // untranslated
171
- Blockly.Msg["LISTS_SET_INDEX_SET"] = "set"; // untranslated
172
- Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_FIRST"] = "Inserts the item at the start of a list."; // untranslated
173
- Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_FROM"] = "Inserts the item at the specified position in a list."; // untranslated
174
- Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_LAST"] = "Append the item to the end of a list."; // untranslated
175
- Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_RANDOM"] = "Inserts the item randomly in a list."; // untranslated
176
- Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FIRST"] = "Sets the first item in a list."; // untranslated
177
- Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FROM"] = "Sets the item at the specified position in a list."; // untranslated
178
- Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_LAST"] = "Sets the last item in a list."; // untranslated
179
- Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_RANDOM"] = "Sets a random item in a list."; // untranslated
180
- Blockly.Msg["LISTS_SORT_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#sorting-a-list"; // untranslated
181
- Blockly.Msg["LISTS_SORT_ORDER_ASCENDING"] = "ascending"; // untranslated
182
- Blockly.Msg["LISTS_SORT_ORDER_DESCENDING"] = "descending"; // untranslated
183
- Blockly.Msg["LISTS_SORT_TITLE"] = "sort %1 %2 %3"; // untranslated
184
- Blockly.Msg["LISTS_SORT_TOOLTIP"] = "Sort a copy of a list."; // untranslated
185
- Blockly.Msg["LISTS_SORT_TYPE_IGNORECASE"] = "alphabetic, ignore case"; // untranslated
186
- Blockly.Msg["LISTS_SORT_TYPE_NUMERIC"] = "numeric"; // untranslated
187
- Blockly.Msg["LISTS_SORT_TYPE_TEXT"] = "alphabetic"; // untranslated
188
- Blockly.Msg["LISTS_SPLIT_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Lists#splitting-strings-and-joining-lists"; // untranslated
189
- Blockly.Msg["LISTS_SPLIT_LIST_FROM_TEXT"] = "make list from text"; // untranslated
190
- Blockly.Msg["LISTS_SPLIT_TEXT_FROM_LIST"] = "make text from list"; // untranslated
191
- Blockly.Msg["LISTS_SPLIT_TOOLTIP_JOIN"] = "Join a list of texts into one text, separated by a delimiter."; // untranslated
192
- Blockly.Msg["LISTS_SPLIT_TOOLTIP_SPLIT"] = "Split text into a list of texts, breaking at each delimiter."; // untranslated
193
- Blockly.Msg["LISTS_SPLIT_WITH_DELIMITER"] = "with delimiter"; // untranslated
194
- Blockly.Msg["LOGIC_BOOLEAN_FALSE"] = "false"; // untranslated
195
- Blockly.Msg["LOGIC_BOOLEAN_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Logic#values"; // untranslated
196
- Blockly.Msg["LOGIC_BOOLEAN_TOOLTIP"] = "Returns either true or false."; // untranslated
197
- Blockly.Msg["LOGIC_BOOLEAN_TRUE"] = "true"; // untranslated
198
- Blockly.Msg["LOGIC_COMPARE_HELPURL"] = "https://en.wikipedia.org/wiki/Inequality_(mathematics)"; // untranslated
199
- Blockly.Msg["LOGIC_COMPARE_TOOLTIP_EQ"] = "Return true if both inputs equal each other."; // untranslated
200
- Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GT"] = "Return true if the first input is greater than the second input."; // untranslated
201
- Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GTE"] = "Return true if the first input is greater than or equal to the second input."; // untranslated
202
- Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LT"] = "Return true if the first input is smaller than the second input."; // untranslated
203
- Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LTE"] = "Return true if the first input is smaller than or equal to the second input."; // untranslated
204
- Blockly.Msg["LOGIC_COMPARE_TOOLTIP_NEQ"] = "Return true if both inputs are not equal to each other."; // untranslated
205
- Blockly.Msg["LOGIC_NEGATE_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Logic#not"; // untranslated
206
- Blockly.Msg["LOGIC_NEGATE_TITLE"] = "not %1"; // untranslated
207
- Blockly.Msg["LOGIC_NEGATE_TOOLTIP"] = "Returns true if the input is false. Returns false if the input is true."; // untranslated
208
- Blockly.Msg["LOGIC_NULL"] = "null"; // untranslated
209
- Blockly.Msg["LOGIC_NULL_HELPURL"] = "https://en.wikipedia.org/wiki/Nullable_type"; // untranslated
210
- Blockly.Msg["LOGIC_NULL_TOOLTIP"] = "Returns null."; // untranslated
211
- Blockly.Msg["LOGIC_OPERATION_AND"] = "and"; // untranslated
212
- Blockly.Msg["LOGIC_OPERATION_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Logic#logical-operations"; // untranslated
213
- Blockly.Msg["LOGIC_OPERATION_OR"] = "or"; // untranslated
214
- Blockly.Msg["LOGIC_OPERATION_TOOLTIP_AND"] = "Return true if both inputs are true."; // untranslated
215
- Blockly.Msg["LOGIC_OPERATION_TOOLTIP_OR"] = "Return true if at least one of the inputs is true."; // untranslated
216
- Blockly.Msg["LOGIC_TERNARY_CONDITION"] = "test"; // untranslated
217
- Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; // untranslated
218
- Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "if false"; // untranslated
219
- Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "if true"; // untranslated
220
- Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Check the condition in 'test'. If the condition is true, returns the 'if true' value; otherwise returns the 'if false' value."; // untranslated
221
- Blockly.Msg["MAC_OS"] = "macOS"; // untranslated
222
- Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
223
- Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://en.wikipedia.org/wiki/Arithmetic"; // untranslated
224
- Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Return the sum of the two numbers."; // untranslated
225
- Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_DIVIDE"] = "Return the quotient of the two numbers."; // untranslated
226
- Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_MINUS"] = "Return the difference of the two numbers."; // untranslated
227
- Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_MULTIPLY"] = "Return the product of the two numbers."; // untranslated
228
- Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_POWER"] = "Return the first number raised to the power of the second number."; // untranslated
229
- Blockly.Msg["MATH_ATAN2_HELPURL"] = "https://en.wikipedia.org/wiki/Atan2"; // untranslated
230
- Blockly.Msg["MATH_ATAN2_TITLE"] = "atan2 of X:%1 Y:%2"; // untranslated
231
- Blockly.Msg["MATH_ATAN2_TOOLTIP"] = "Return the arctangent of point (X, Y) in degrees from -180 to 180."; // untranslated
232
- Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter"; // untranslated
233
- Blockly.Msg["MATH_CHANGE_TITLE"] = "change %1 by %2"; // untranslated
234
- Blockly.Msg["MATH_CHANGE_TOOLTIP"] = "Add a number to variable '%1'."; // untranslated
235
- Blockly.Msg["MATH_CONSTANT_HELPURL"] = "https://en.wikipedia.org/wiki/Mathematical_constant"; // untranslated
236
- Blockly.Msg["MATH_CONSTANT_TOOLTIP"] = "Return one of the common constants: π (3.141…), e (2.718…), φ (1.618…), sqrt(2) (1.414…), sqrt(½) (0.707…), or ∞ (infinity)."; // untranslated
237
- Blockly.Msg["MATH_CONSTRAIN_HELPURL"] = "https://en.wikipedia.org/wiki/Clamping_(graphics)"; // untranslated
238
- Blockly.Msg["MATH_CONSTRAIN_TITLE"] = "constrain %1 low %2 high %3"; // untranslated
239
- Blockly.Msg["MATH_CONSTRAIN_TOOLTIP"] = "Constrain a number to be between the specified limits (inclusive)."; // untranslated
240
- Blockly.Msg["MATH_DIVISION_SYMBOL"] = "÷"; // untranslated
241
- Blockly.Msg["MATH_IS_DIVISIBLE_BY"] = "is divisible by"; // untranslated
242
- Blockly.Msg["MATH_IS_EVEN"] = "is even"; // untranslated
243
- Blockly.Msg["MATH_IS_NEGATIVE"] = "is negative"; // untranslated
244
- Blockly.Msg["MATH_IS_ODD"] = "is odd"; // untranslated
245
- Blockly.Msg["MATH_IS_POSITIVE"] = "is positive"; // untranslated
246
- Blockly.Msg["MATH_IS_PRIME"] = "is prime"; // untranslated
247
- Blockly.Msg["MATH_IS_TOOLTIP"] = "Check if a number is an even, odd, prime, whole, positive, negative, or if it is divisible by certain number. Returns true or false."; // untranslated
248
- Blockly.Msg["MATH_IS_WHOLE"] = "is whole"; // untranslated
249
- Blockly.Msg["MATH_MODULO_HELPURL"] = "https://en.wikipedia.org/wiki/Modulo_operation"; // untranslated
250
- Blockly.Msg["MATH_MODULO_TITLE"] = "remainder of %1 ÷ %2"; // untranslated
251
- Blockly.Msg["MATH_MODULO_TOOLTIP"] = "Return the remainder from dividing the two numbers."; // untranslated
252
- Blockly.Msg["MATH_MULTIPLICATION_SYMBOL"] = "×"; // untranslated
253
- Blockly.Msg["MATH_NUMBER_HELPURL"] = "https://en.wikipedia.org/wiki/Number"; // untranslated
254
- Blockly.Msg["MATH_NUMBER_TOOLTIP"] = "A number."; // untranslated
255
- Blockly.Msg["MATH_ONLIST_HELPURL"] = ""; // untranslated
256
- Blockly.Msg["MATH_ONLIST_OPERATOR_AVERAGE"] = "average of list"; // untranslated
257
- Blockly.Msg["MATH_ONLIST_OPERATOR_MAX"] = "max of list"; // untranslated
258
- Blockly.Msg["MATH_ONLIST_OPERATOR_MEDIAN"] = "median of list"; // untranslated
259
- Blockly.Msg["MATH_ONLIST_OPERATOR_MIN"] = "min of list"; // untranslated
260
- Blockly.Msg["MATH_ONLIST_OPERATOR_MODE"] = "modes of list"; // untranslated
261
- Blockly.Msg["MATH_ONLIST_OPERATOR_RANDOM"] = "random item of list"; // untranslated
262
- Blockly.Msg["MATH_ONLIST_OPERATOR_STD_DEV"] = "standard deviation of list"; // untranslated
263
- Blockly.Msg["MATH_ONLIST_OPERATOR_SUM"] = "sum of list"; // untranslated
264
- Blockly.Msg["MATH_ONLIST_TOOLTIP_AVERAGE"] = "Return the average (arithmetic mean) of the numeric values in the list."; // untranslated
265
- Blockly.Msg["MATH_ONLIST_TOOLTIP_MAX"] = "Return the largest number in the list."; // untranslated
266
- Blockly.Msg["MATH_ONLIST_TOOLTIP_MEDIAN"] = "Return the median number in the list."; // untranslated
267
- Blockly.Msg["MATH_ONLIST_TOOLTIP_MIN"] = "Return the smallest number in the list."; // untranslated
268
- Blockly.Msg["MATH_ONLIST_TOOLTIP_MODE"] = "Return a list of the most common item(s) in the list."; // untranslated
269
- Blockly.Msg["MATH_ONLIST_TOOLTIP_RANDOM"] = "Return a random element from the list."; // untranslated
270
- Blockly.Msg["MATH_ONLIST_TOOLTIP_STD_DEV"] = "Return the standard deviation of the list."; // untranslated
271
- Blockly.Msg["MATH_ONLIST_TOOLTIP_SUM"] = "Return the sum of all the numbers in the list."; // untranslated
272
- Blockly.Msg["MATH_POWER_SYMBOL"] = "^"; // untranslated
273
- Blockly.Msg["MATH_RANDOM_FLOAT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation"; // untranslated
274
- Blockly.Msg["MATH_RANDOM_FLOAT_TITLE_RANDOM"] = "random fraction"; // untranslated
275
- Blockly.Msg["MATH_RANDOM_FLOAT_TOOLTIP"] = "Return a random fraction between 0.0 (inclusive) and 1.0 (exclusive)."; // untranslated
276
- Blockly.Msg["MATH_RANDOM_INT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation"; // untranslated
277
- Blockly.Msg["MATH_RANDOM_INT_TITLE"] = "random integer from %1 to %2"; // untranslated
278
- Blockly.Msg["MATH_RANDOM_INT_TOOLTIP"] = "Return a random integer between the two specified limits, inclusive."; // untranslated
279
- Blockly.Msg["MATH_ROUND_HELPURL"] = "https://en.wikipedia.org/wiki/Rounding"; // untranslated
280
- Blockly.Msg["MATH_ROUND_OPERATOR_ROUND"] = "round"; // untranslated
281
- Blockly.Msg["MATH_ROUND_OPERATOR_ROUNDDOWN"] = "round down"; // untranslated
282
- Blockly.Msg["MATH_ROUND_OPERATOR_ROUNDUP"] = "round up"; // untranslated
283
- Blockly.Msg["MATH_ROUND_TOOLTIP"] = "Round a number up or down."; // untranslated
284
- Blockly.Msg["MATH_SINGLE_HELPURL"] = "https://en.wikipedia.org/wiki/Square_root"; // untranslated
285
- Blockly.Msg["MATH_SINGLE_OP_ABSOLUTE"] = "absolute"; // untranslated
286
- Blockly.Msg["MATH_SINGLE_OP_ROOT"] = "square root"; // untranslated
287
- Blockly.Msg["MATH_SINGLE_TOOLTIP_ABS"] = "Return the absolute value of a number."; // untranslated
288
- Blockly.Msg["MATH_SINGLE_TOOLTIP_EXP"] = "Return e to the power of a number."; // untranslated
289
- Blockly.Msg["MATH_SINGLE_TOOLTIP_LN"] = "Return the natural logarithm of a number."; // untranslated
290
- Blockly.Msg["MATH_SINGLE_TOOLTIP_LOG10"] = "Return the base 10 logarithm of a number."; // untranslated
291
- Blockly.Msg["MATH_SINGLE_TOOLTIP_NEG"] = "Return the negation of a number."; // untranslated
292
- Blockly.Msg["MATH_SINGLE_TOOLTIP_POW10"] = "Return 10 to the power of a number."; // untranslated
293
- Blockly.Msg["MATH_SINGLE_TOOLTIP_ROOT"] = "Return the square root of a number."; // untranslated
294
- Blockly.Msg["MATH_SUBTRACTION_SYMBOL"] = "-"; // untranslated
295
- Blockly.Msg["MATH_TRIG_ACOS"] = "acos"; // untranslated
296
- Blockly.Msg["MATH_TRIG_ASIN"] = "asin"; // untranslated
297
- Blockly.Msg["MATH_TRIG_ATAN"] = "atan"; // untranslated
298
- Blockly.Msg["MATH_TRIG_COS"] = "cos"; // untranslated
299
- Blockly.Msg["MATH_TRIG_HELPURL"] = "https://en.wikipedia.org/wiki/Trigonometric_functions"; // untranslated
300
- Blockly.Msg["MATH_TRIG_SIN"] = "sin"; // untranslated
301
- Blockly.Msg["MATH_TRIG_TAN"] = "tan"; // untranslated
302
- Blockly.Msg["MATH_TRIG_TOOLTIP_ACOS"] = "Return the arccosine of a number."; // untranslated
303
- Blockly.Msg["MATH_TRIG_TOOLTIP_ASIN"] = "Return the arcsine of a number."; // untranslated
304
- Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Return the arctangent of a number."; // untranslated
305
- Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Return the cosine of a degree (not radian)."; // untranslated
306
- Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Return the sine of a degree (not radian)."; // untranslated
307
- Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Return the tangent of a degree (not radian)."; // untranslated
308
- Blockly.Msg["MOVE_BLOCK"] = "Move Block"; // untranslated
309
- Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Create colour variable..."; // untranslated
310
- Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Create number variable..."; // untranslated
311
- Blockly.Msg["NEW_STRING_VARIABLE"] = "Create string variable..."; // untranslated
312
- Blockly.Msg["NEW_VARIABLE"] = "Create variable..."; // untranslated
313
- Blockly.Msg["NEW_VARIABLE_TITLE"] = "New variable name:"; // untranslated
314
- Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "New variable type:"; // untranslated
315
- Blockly.Msg["OPTION_KEY"] = "⌥ Option"; // untranslated
316
- Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
317
- Blockly.Msg["PASTE_SHORTCUT"] = "Paste"; // untranslated
318
- Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "allow statements"; // untranslated
319
- Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "with:"; // untranslated
320
- Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
321
- Blockly.Msg["PROCEDURES_CALLNORETURN_TOOLTIP"] = "Run the user-defined function '%1'."; // untranslated
322
- Blockly.Msg["PROCEDURES_CALLRETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
323
- Blockly.Msg["PROCEDURES_CALLRETURN_TOOLTIP"] = "Run the user-defined function '%1' and use its output."; // untranslated
324
- Blockly.Msg["PROCEDURES_CALL_BEFORE_PARAMS"] = "with:"; // untranslated
325
- Blockly.Msg["PROCEDURES_CALL_DISABLED_DEF_WARNING"] = "Can't run the user-defined function '%1' because the definition block is disabled."; // untranslated
326
- Blockly.Msg["PROCEDURES_CREATE_DO"] = "Create '%1'"; // untranslated
327
- Blockly.Msg["PROCEDURES_DEFNORETURN_COMMENT"] = "Describe this function..."; // untranslated
328
- Blockly.Msg["PROCEDURES_DEFNORETURN_DO"] = ""; // untranslated
329
- Blockly.Msg["PROCEDURES_DEFNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
330
- Blockly.Msg["PROCEDURES_DEFNORETURN_PROCEDURE"] = "do something"; // untranslated
331
- Blockly.Msg["PROCEDURES_DEFNORETURN_TITLE"] = "to"; // untranslated
332
- Blockly.Msg["PROCEDURES_DEFNORETURN_TOOLTIP"] = "Creates a function with no output."; // untranslated
333
- Blockly.Msg["PROCEDURES_DEFRETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
334
- Blockly.Msg["PROCEDURES_DEFRETURN_RETURN"] = "return"; // untranslated
335
- Blockly.Msg["PROCEDURES_DEFRETURN_TOOLTIP"] = "Creates a function with an output."; // untranslated
336
- Blockly.Msg["PROCEDURES_DEF_DUPLICATE_WARNING"] = "Warning: This function has duplicate parameters."; // untranslated
337
- Blockly.Msg["PROCEDURES_HIGHLIGHT_DEF"] = "Highlight function definition"; // untranslated
338
- Blockly.Msg["PROCEDURES_IFRETURN_HELPURL"] = "https://c2.com/cgi/wiki?GuardClause"; // untranslated
339
- Blockly.Msg["PROCEDURES_IFRETURN_TOOLTIP"] = "If a value is true, then return a second value."; // untranslated
340
- Blockly.Msg["PROCEDURES_IFRETURN_WARNING"] = "Warning: This block may be used only within a function definition."; // untranslated
341
- Blockly.Msg["PROCEDURES_MUTATORARG_TITLE"] = "input name:"; // untranslated
342
- Blockly.Msg["PROCEDURES_MUTATORARG_TOOLTIP"] = "Add an input to the function."; // untranslated
343
- Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "inputs"; // untranslated
344
- Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Add, remove, or reorder inputs to this function."; // untranslated
345
- Blockly.Msg["REDO"] = "Redo"; // untranslated
346
- Blockly.Msg["REMOVE_COMMENT"] = "Remove Comment"; // untranslated
347
- Blockly.Msg["RENAME_VARIABLE"] = "Rename variable..."; // untranslated
348
- Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Rename all '%1' variables to:"; // untranslated
349
- Blockly.Msg["SHORTCUTS_CODE_NAVIGATION"] = "Code navigation"; // untranslated
350
- Blockly.Msg["SHORTCUTS_EDITING"] = "Editing"; // untranslated
351
- Blockly.Msg["SHORTCUTS_GENERAL"] = "General"; // untranslated
352
- Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#text-modification"; // untranslated
353
- Blockly.Msg["TEXT_APPEND_TITLE"] = "to %1 append text %2"; // untranslated
354
- Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "Append some text to variable '%1'."; // untranslated
355
- Blockly.Msg["TEXT_CHANGECASE_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#adjusting-text-case"; // untranslated
356
- Blockly.Msg["TEXT_CHANGECASE_OPERATOR_LOWERCASE"] = "to lower case"; // untranslated
357
- Blockly.Msg["TEXT_CHANGECASE_OPERATOR_TITLECASE"] = "to Title Case"; // untranslated
358
- Blockly.Msg["TEXT_CHANGECASE_OPERATOR_UPPERCASE"] = "to UPPER CASE"; // untranslated
359
- Blockly.Msg["TEXT_CHANGECASE_TOOLTIP"] = "Return a copy of the text in a different case."; // untranslated
360
- Blockly.Msg["TEXT_CHARAT_FIRST"] = "get first letter"; // untranslated
361
- Blockly.Msg["TEXT_CHARAT_FROM_END"] = "get letter # from end"; // untranslated
362
- Blockly.Msg["TEXT_CHARAT_FROM_START"] = "get letter #"; // untranslated
363
- Blockly.Msg["TEXT_CHARAT_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#extracting-text"; // untranslated
364
- Blockly.Msg["TEXT_CHARAT_LAST"] = "get last letter"; // untranslated
365
- Blockly.Msg["TEXT_CHARAT_RANDOM"] = "get random letter"; // untranslated
366
- Blockly.Msg["TEXT_CHARAT_TAIL"] = ""; // untranslated
367
- Blockly.Msg["TEXT_CHARAT_TITLE"] = "in text %1 %2"; // untranslated
368
- Blockly.Msg["TEXT_CHARAT_TOOLTIP"] = "Returns the letter at the specified position."; // untranslated
369
- Blockly.Msg["TEXT_COUNT_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#counting-substrings"; // untranslated
370
- Blockly.Msg["TEXT_COUNT_MESSAGE0"] = "count %1 in %2"; // untranslated
371
- Blockly.Msg["TEXT_COUNT_TOOLTIP"] = "Count how many times some text occurs within some other text."; // untranslated
372
- Blockly.Msg["TEXT_CREATE_JOIN_ITEM_TOOLTIP"] = "Add an item to the text."; // untranslated
373
- Blockly.Msg["TEXT_CREATE_JOIN_TITLE_JOIN"] = "join"; // untranslated
374
- Blockly.Msg["TEXT_CREATE_JOIN_TOOLTIP"] = "Add, remove, or reorder sections to reconfigure this text block."; // untranslated
375
- Blockly.Msg["TEXT_GET_SUBSTRING_END_FROM_END"] = "to letter # from end"; // untranslated
376
- Blockly.Msg["TEXT_GET_SUBSTRING_END_FROM_START"] = "to letter #"; // untranslated
377
- Blockly.Msg["TEXT_GET_SUBSTRING_END_LAST"] = "to last letter"; // untranslated
378
- Blockly.Msg["TEXT_GET_SUBSTRING_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#extracting-a-region-of-text"; // untranslated
379
- Blockly.Msg["TEXT_GET_SUBSTRING_INPUT_IN_TEXT"] = "in text"; // untranslated
380
- Blockly.Msg["TEXT_GET_SUBSTRING_START_FIRST"] = "get substring from first letter"; // untranslated
381
- Blockly.Msg["TEXT_GET_SUBSTRING_START_FROM_END"] = "get substring from letter # from end"; // untranslated
382
- Blockly.Msg["TEXT_GET_SUBSTRING_START_FROM_START"] = "get substring from letter #"; // untranslated
383
- Blockly.Msg["TEXT_GET_SUBSTRING_TAIL"] = ""; // untranslated
384
- Blockly.Msg["TEXT_GET_SUBSTRING_TOOLTIP"] = "Returns a specified portion of the text."; // untranslated
385
- Blockly.Msg["TEXT_INDEXOF_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#finding-text"; // untranslated
386
- Blockly.Msg["TEXT_INDEXOF_OPERATOR_FIRST"] = "find first occurrence of text"; // untranslated
387
- Blockly.Msg["TEXT_INDEXOF_OPERATOR_LAST"] = "find last occurrence of text"; // untranslated
388
- Blockly.Msg["TEXT_INDEXOF_TITLE"] = "in text %1 %2 %3"; // untranslated
389
- Blockly.Msg["TEXT_INDEXOF_TOOLTIP"] = "Returns the index of the first/last occurrence of the first text in the second text. Returns %1 if text is not found."; // untranslated
390
- Blockly.Msg["TEXT_ISEMPTY_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#checking-for-empty-text"; // untranslated
391
- Blockly.Msg["TEXT_ISEMPTY_TITLE"] = "%1 is empty"; // untranslated
392
- Blockly.Msg["TEXT_ISEMPTY_TOOLTIP"] = "Returns true if the provided text is empty."; // untranslated
393
- Blockly.Msg["TEXT_JOIN_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#text-creation"; // untranslated
394
- Blockly.Msg["TEXT_JOIN_TITLE_CREATEWITH"] = "create text with"; // untranslated
395
- Blockly.Msg["TEXT_JOIN_TOOLTIP"] = "Create a piece of text by joining together any number of items."; // untranslated
396
- Blockly.Msg["TEXT_LENGTH_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#text-modification"; // untranslated
397
- Blockly.Msg["TEXT_LENGTH_TITLE"] = "length of %1"; // untranslated
398
- Blockly.Msg["TEXT_LENGTH_TOOLTIP"] = "Returns the number of letters (including spaces) in the provided text."; // untranslated
399
- Blockly.Msg["TEXT_PRINT_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#printing-text"; // untranslated
400
- Blockly.Msg["TEXT_PRINT_TITLE"] = "print %1"; // untranslated
401
- Blockly.Msg["TEXT_PRINT_TOOLTIP"] = "Print the specified text, number or other value."; // untranslated
402
- Blockly.Msg["TEXT_PROMPT_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#getting-input-from-the-user"; // untranslated
403
- Blockly.Msg["TEXT_PROMPT_TOOLTIP_NUMBER"] = "Prompt for user for a number."; // untranslated
404
- Blockly.Msg["TEXT_PROMPT_TOOLTIP_TEXT"] = "Prompt for user for some text."; // untranslated
405
- Blockly.Msg["TEXT_PROMPT_TYPE_NUMBER"] = "prompt for number with message"; // untranslated
406
- Blockly.Msg["TEXT_PROMPT_TYPE_TEXT"] = "prompt for text with message"; // untranslated
407
- Blockly.Msg["TEXT_REPLACE_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#replacing-substrings"; // untranslated
408
- Blockly.Msg["TEXT_REPLACE_MESSAGE0"] = "replace %1 with %2 in %3"; // untranslated
409
- Blockly.Msg["TEXT_REPLACE_TOOLTIP"] = "Replace all occurances of some text within some other text."; // untranslated
410
- Blockly.Msg["TEXT_REVERSE_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#reversing-text"; // untranslated
411
- Blockly.Msg["TEXT_REVERSE_MESSAGE0"] = "reverse %1"; // untranslated
412
- Blockly.Msg["TEXT_REVERSE_TOOLTIP"] = "Reverses the order of the characters in the text."; // untranslated
413
- Blockly.Msg["TEXT_TEXT_HELPURL"] = "https://en.wikipedia.org/wiki/String_(computer_science)"; // untranslated
414
- Blockly.Msg["TEXT_TEXT_TOOLTIP"] = "A letter, word, or line of text."; // untranslated
415
- Blockly.Msg["TEXT_TRIM_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Text#trimming-removing-spaces"; // untranslated
416
- Blockly.Msg["TEXT_TRIM_OPERATOR_BOTH"] = "trim spaces from both sides of"; // untranslated
417
- Blockly.Msg["TEXT_TRIM_OPERATOR_LEFT"] = "trim spaces from left side of"; // untranslated
418
- Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; // untranslated
419
- Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
420
- Blockly.Msg["TODAY"] = "Today"; // untranslated
421
- Blockly.Msg["UNDO"] = "Undo"; // untranslated
422
- Blockly.Msg["UNKNOWN"] = "Unknown"; // untranslated
423
- Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
424
- Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "item"; // untranslated
425
- Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
426
- Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Variables#get"; // untranslated
427
- Blockly.Msg["VARIABLES_GET_TOOLTIP"] = "Returns the value of this variable."; // untranslated
428
- Blockly.Msg["VARIABLES_SET"] = "set %1 to %2"; // untranslated
429
- Blockly.Msg["VARIABLES_SET_CREATE_GET"] = "Create 'get %1'"; // untranslated
430
- Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Variables#set"; // untranslated
431
- Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
432
- Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "A variable named '%1' already exists."; // untranslated
433
- Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "A variable named '%1' already exists for another type: '%2'."; // untranslated
434
- Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
435
- Blockly.Msg["WINDOWS"] = "Windows"; // untranslated
436
- Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
437
- Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
438
- Blockly.Msg["WORKSPACE_CONTENTS_BLOCKS_MANY"] = "%1 stacks of blocks%2 in workspace."; // untranslated
439
- Blockly.Msg["WORKSPACE_CONTENTS_BLOCKS_ONE"] = "One stack of blocks%2 in workspace."; // untranslated
440
- Blockly.Msg["WORKSPACE_CONTENTS_BLOCKS_ZERO"] = "No blocks%2 in workspace."; // untranslated
441
- Blockly.Msg["WORKSPACE_CONTENTS_COMMENTS_MANY"] = " and %1 comments"; // untranslated
442
- Blockly.Msg["WORKSPACE_CONTENTS_COMMENTS_ONE"] = " and one comment"; // untranslated
443
- Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
444
- Blockly.Msg["CONTROLS_FOR_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
445
- Blockly.Msg["CONTROLS_IF_ELSEIF_TITLE_ELSEIF"] = Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"];
446
- Blockly.Msg["CONTROLS_IF_ELSE_TITLE_ELSE"] = Blockly.Msg["CONTROLS_IF_MSG_ELSE"];
447
- Blockly.Msg["CONTROLS_IF_IF_TITLE_IF"] = Blockly.Msg["CONTROLS_IF_MSG_IF"];
448
- Blockly.Msg["CONTROLS_IF_MSG_THEN"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
449
- Blockly.Msg["CONTROLS_WHILEUNTIL_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
450
- Blockly.Msg["LISTS_CREATE_WITH_ITEM_TITLE"] = Blockly.Msg["VARIABLES_DEFAULT_NAME"];
451
- Blockly.Msg["LISTS_GET_INDEX_INPUT_IN_LIST"] = Blockly.Msg["LISTS_INLIST"];
452
- Blockly.Msg["LISTS_GET_SUBLIST_INPUT_IN_LIST"] = Blockly.Msg["LISTS_INLIST"];
453
- Blockly.Msg["LISTS_INDEX_OF_INPUT_IN_LIST"] = Blockly.Msg["LISTS_INLIST"];
454
- Blockly.Msg["LISTS_SET_INDEX_INPUT_IN_LIST"] = Blockly.Msg["LISTS_INLIST"];
455
- Blockly.Msg["MATH_CHANGE_TITLE_ITEM"] = Blockly.Msg["VARIABLES_DEFAULT_NAME"];
456
- Blockly.Msg["PROCEDURES_DEFRETURN_COMMENT"] = Blockly.Msg["PROCEDURES_DEFNORETURN_COMMENT"];
457
- Blockly.Msg["PROCEDURES_DEFRETURN_DO"] = Blockly.Msg["PROCEDURES_DEFNORETURN_DO"];
458
- Blockly.Msg["PROCEDURES_DEFRETURN_PROCEDURE"] = Blockly.Msg["PROCEDURES_DEFNORETURN_PROCEDURE"];
459
- Blockly.Msg["PROCEDURES_DEFRETURN_TITLE"] = Blockly.Msg["PROCEDURES_DEFNORETURN_TITLE"];
460
- Blockly.Msg["TEXT_APPEND_VARIABLE"] = Blockly.Msg["VARIABLES_DEFAULT_NAME"];
461
- Blockly.Msg["TEXT_CREATE_JOIN_ITEM_TITLE_ITEM"] = Blockly.Msg["VARIABLES_DEFAULT_NAME"];
462
-
463
- Blockly.Msg["COLOUR_HUE"] = "20";
464
- Blockly.Msg["LISTS_HUE"] = "260";
465
- Blockly.Msg["LOGIC_HUE"] = "210";
466
- Blockly.Msg["LOOPS_HUE"] = "120";
467
- Blockly.Msg["MATH_HUE"] = "230";
468
- Blockly.Msg["PROCEDURES_HUE"] = "290";
469
- Blockly.Msg["TEXTS_HUE"] = "160";
470
- Blockly.Msg["VARIABLES_DYNAMIC_HUE"] = "310";
471
- Blockly.Msg["VARIABLES_HUE"] = "330";
472
- return Blockly.Msg;
473
- }));