blockly 10.3.0 → 11.0.0-beta.1

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 (190) hide show
  1. package/blockly.min.js +10 -9
  2. package/blockly_compressed.js +9 -9
  3. package/blockly_compressed.js.map +1 -1
  4. package/dart.d.ts +1 -22
  5. package/generators/dart/colour.d.ts +16 -0
  6. package/generators/dart/dart_generator.d.ts +100 -0
  7. package/generators/dart/lists.d.ts +24 -0
  8. package/generators/dart/logic.d.ts +20 -0
  9. package/generators/dart/loops.d.ts +14 -0
  10. package/generators/dart/math.d.ts +26 -0
  11. package/generators/dart/procedures.d.ts +17 -0
  12. package/generators/dart/text.d.ts +29 -0
  13. package/generators/dart/variables.d.ts +14 -0
  14. package/generators/dart/variables_dynamic.d.ts +10 -0
  15. package/generators/dart.d.ts +18 -0
  16. package/generators/javascript/colour.d.ts +16 -0
  17. package/generators/javascript/javascript_generator.d.ts +120 -0
  18. package/generators/javascript/lists.d.ts +24 -0
  19. package/generators/javascript/logic.d.ts +20 -0
  20. package/generators/javascript/loops.d.ts +14 -0
  21. package/generators/javascript/math.d.ts +26 -0
  22. package/generators/javascript/procedures.d.ts +17 -0
  23. package/generators/javascript/text.d.ts +29 -0
  24. package/generators/javascript/variables.d.ts +14 -0
  25. package/generators/javascript/variables_dynamic.d.ts +10 -0
  26. package/generators/javascript.d.ts +18 -0
  27. package/generators/lua/colour.d.ts +16 -0
  28. package/generators/lua/lists.d.ts +24 -0
  29. package/generators/lua/logic.d.ts +20 -0
  30. package/generators/lua/loops.d.ts +14 -0
  31. package/generators/lua/lua_generator.d.ts +85 -0
  32. package/generators/lua/math.d.ts +26 -0
  33. package/generators/lua/procedures.d.ts +17 -0
  34. package/generators/lua/text.d.ts +29 -0
  35. package/generators/lua/variables.d.ts +14 -0
  36. package/generators/lua/variables_dynamic.d.ts +10 -0
  37. package/generators/lua.d.ts +16 -0
  38. package/generators/php/colour.d.ts +16 -0
  39. package/generators/php/lists.d.ts +21 -0
  40. package/generators/php/logic.d.ts +20 -0
  41. package/generators/php/loops.d.ts +14 -0
  42. package/generators/php/math.d.ts +26 -0
  43. package/generators/php/php_generator.d.ts +118 -0
  44. package/generators/php/procedures.d.ts +14 -0
  45. package/generators/php/text.d.ts +29 -0
  46. package/generators/php/variables.d.ts +14 -0
  47. package/generators/php/variables_dynamic.d.ts +10 -0
  48. package/generators/php.d.ts +18 -0
  49. package/generators/python/colour.d.ts +16 -0
  50. package/generators/python/lists.d.ts +21 -0
  51. package/generators/python/logic.d.ts +20 -0
  52. package/generators/python/loops.d.ts +14 -0
  53. package/generators/python/math.d.ts +26 -0
  54. package/generators/python/procedures.d.ts +14 -0
  55. package/generators/python/python_generator.d.ts +108 -0
  56. package/generators/python/text.d.ts +26 -0
  57. package/generators/python/variables.d.ts +14 -0
  58. package/generators/python/variables_dynamic.d.ts +10 -0
  59. package/generators/python.d.ts +18 -0
  60. package/javascript.d.ts +1 -39
  61. package/lua.d.ts +1 -16
  62. package/msg/ab.js +2 -1
  63. package/msg/ace.js +1 -0
  64. package/msg/af.js +1 -0
  65. package/msg/am.js +1 -0
  66. package/msg/ar.js +8 -7
  67. package/msg/ast.js +2 -1
  68. package/msg/az.js +2 -1
  69. package/msg/ba.js +5 -4
  70. package/msg/bcc.js +6 -5
  71. package/msg/be-tarask.js +1 -0
  72. package/msg/be.js +1 -0
  73. package/msg/bg.js +4 -3
  74. package/msg/bn.js +1 -0
  75. package/msg/br.js +3 -2
  76. package/msg/bs.js +1 -0
  77. package/msg/ca.js +1 -0
  78. package/msg/cdo.js +1 -0
  79. package/msg/ce.js +441 -0
  80. package/msg/cs.js +1 -0
  81. package/msg/da.js +1 -0
  82. package/msg/de.js +3 -2
  83. package/msg/diq.js +5 -4
  84. package/msg/dtp.js +441 -0
  85. package/msg/dty.js +2 -1
  86. package/msg/ee.js +3 -2
  87. package/msg/el.js +2 -1
  88. package/msg/en-gb.js +1 -0
  89. package/msg/en.js +1 -0
  90. package/msg/eo.js +1 -0
  91. package/msg/es.js +1 -0
  92. package/msg/et.js +1 -0
  93. package/msg/eu.js +1 -0
  94. package/msg/fa.js +5 -4
  95. package/msg/fi.js +1 -0
  96. package/msg/fo.js +1 -0
  97. package/msg/fr.js +2 -1
  98. package/msg/frr.js +1 -0
  99. package/msg/gl.js +2 -1
  100. package/msg/gn.js +2 -1
  101. package/msg/gor.js +1 -0
  102. package/msg/ha.js +1 -0
  103. package/msg/hak.js +1 -0
  104. package/msg/he.js +3 -2
  105. package/msg/hi.js +1 -0
  106. package/msg/hr.js +2 -1
  107. package/msg/hrx.js +1 -0
  108. package/msg/hsb.js +441 -0
  109. package/msg/hu.js +1 -0
  110. package/msg/hy.js +9 -8
  111. package/msg/ia.js +1 -0
  112. package/msg/id.js +5 -4
  113. package/msg/ig.js +1 -0
  114. package/msg/inh.js +1 -0
  115. package/msg/is.js +1 -0
  116. package/msg/it.js +2 -1
  117. package/msg/ja.js +1 -0
  118. package/msg/ka.js +1 -0
  119. package/msg/kab.js +5 -4
  120. package/msg/kbd-cyrl.js +1 -0
  121. package/msg/km.js +10 -9
  122. package/msg/kn.js +31 -30
  123. package/msg/ko.js +2 -1
  124. package/msg/ksh.js +1 -0
  125. package/msg/ku-latn.js +1 -0
  126. package/msg/ky.js +4 -3
  127. package/msg/la.js +1 -0
  128. package/msg/lb.js +1 -0
  129. package/msg/lki.js +5 -4
  130. package/msg/lo.js +2 -1
  131. package/msg/lrc.js +1 -0
  132. package/msg/lt.js +5 -4
  133. package/msg/lv.js +1 -0
  134. package/msg/mg.js +1 -0
  135. package/msg/mk.js +2 -1
  136. package/msg/ml.js +1 -0
  137. package/msg/mnw.js +2 -1
  138. package/msg/ms.js +2 -1
  139. package/msg/my.js +2 -1
  140. package/msg/mzn.js +1 -0
  141. package/msg/nb.js +1 -0
  142. package/msg/ne.js +3 -2
  143. package/msg/nl.js +2 -1
  144. package/msg/oc.js +1 -0
  145. package/msg/olo.js +1 -0
  146. package/msg/pa.js +1 -0
  147. package/msg/pl.js +3 -2
  148. package/msg/pms.js +1 -0
  149. package/msg/ps.js +1 -0
  150. package/msg/pt-br.js +1 -0
  151. package/msg/pt.js +17 -16
  152. package/msg/ro.js +2 -1
  153. package/msg/ru.js +7 -6
  154. package/msg/sc.js +2 -1
  155. package/msg/sco.js +1 -0
  156. package/msg/sd.js +1 -0
  157. package/msg/shn.js +2 -1
  158. package/msg/si.js +1 -0
  159. package/msg/sk.js +1 -0
  160. package/msg/skr-arab.js +2 -1
  161. package/msg/sl.js +1 -0
  162. package/msg/smn.js +1 -0
  163. package/msg/sq.js +17 -16
  164. package/msg/sr-latn.js +3 -2
  165. package/msg/sr.js +2 -1
  166. package/msg/sv.js +1 -0
  167. package/msg/sw.js +1 -0
  168. package/msg/ta.js +13 -12
  169. package/msg/tcy.js +6 -5
  170. package/msg/tdd.js +2 -1
  171. package/msg/te.js +2 -1
  172. package/msg/th.js +2 -1
  173. package/msg/ti.js +1 -0
  174. package/msg/tl.js +2 -1
  175. package/msg/tlh.js +1 -0
  176. package/msg/tr.js +2 -1
  177. package/msg/ug-arab.js +15 -14
  178. package/msg/uk.js +3 -2
  179. package/msg/ur.js +5 -4
  180. package/msg/uz.js +1 -0
  181. package/msg/vi.js +2 -1
  182. package/msg/xmf.js +1 -0
  183. package/msg/yo.js +2 -1
  184. package/msg/yue.js +1 -0
  185. package/msg/zgh.js +1 -0
  186. package/msg/zh-hans.js +2 -1
  187. package/msg/zh-hant.js +1 -0
  188. package/package.json +1 -1
  189. package/php.d.ts +1 -41
  190. package/python.d.ts +1 -25
@@ -0,0 +1,20 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2012 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /**
7
+ * @file Generating Python for logic blocks.
8
+ */
9
+ import type { Block } from '../../core/block.js';
10
+ import type { PythonGenerator } from './python_generator.js';
11
+ import { Order } from './python_generator.js';
12
+ export declare function controls_if(block: Block, generator: PythonGenerator): string;
13
+ export declare const controls_ifelse: typeof controls_if;
14
+ export declare function logic_compare(block: Block, generator: PythonGenerator): [string, Order];
15
+ export declare function logic_operation(block: Block, generator: PythonGenerator): [string, Order];
16
+ export declare function logic_negate(block: Block, generator: PythonGenerator): [string, Order];
17
+ export declare function logic_boolean(block: Block, generator: PythonGenerator): [string, Order];
18
+ export declare function logic_null(block: Block, generator: PythonGenerator): [string, Order];
19
+ export declare function logic_ternary(block: Block, generator: PythonGenerator): [string, Order];
20
+ //# sourceMappingURL=logic.d.ts.map
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2012 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { Block } from '../../core/block.js';
7
+ import type { PythonGenerator } from './python_generator.js';
8
+ export declare function controls_repeat_ext(block: Block, generator: PythonGenerator): string;
9
+ export declare const controls_repeat: typeof controls_repeat_ext;
10
+ export declare function controls_whileUntil(block: Block, generator: PythonGenerator): string;
11
+ export declare function controls_for(block: Block, generator: PythonGenerator): string;
12
+ export declare function controls_forEach(block: Block, generator: PythonGenerator): string;
13
+ export declare function controls_flow_statements(block: Block, generator: PythonGenerator): string;
14
+ //# sourceMappingURL=loops.d.ts.map
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2012 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /**
7
+ * @file Generating Python for math blocks.
8
+ */
9
+ import type { Block } from '../../core/block.js';
10
+ import type { PythonGenerator } from './python_generator.js';
11
+ import { Order } from './python_generator.js';
12
+ export declare function math_number(block: Block, generator: PythonGenerator): [string, Order];
13
+ export declare function math_arithmetic(block: Block, generator: PythonGenerator): [string, Order];
14
+ export declare function math_single(block: Block, generator: PythonGenerator): [string, Order];
15
+ export declare function math_constant(block: Block, generator: PythonGenerator): [string, Order];
16
+ export declare function math_number_property(block: Block, generator: PythonGenerator): [string, Order];
17
+ export declare function math_change(block: Block, generator: PythonGenerator): string;
18
+ export declare const math_round: typeof math_single;
19
+ export declare const math_trig: typeof math_single;
20
+ export declare function math_on_list(block: Block, generator: PythonGenerator): [string, Order];
21
+ export declare function math_modulo(block: Block, generator: PythonGenerator): [string, Order];
22
+ export declare function math_constrain(block: Block, generator: PythonGenerator): [string, Order];
23
+ export declare function math_random_int(block: Block, generator: PythonGenerator): [string, Order];
24
+ export declare function math_random_float(block: Block, generator: PythonGenerator): [string, Order];
25
+ export declare function math_atan2(block: Block, generator: PythonGenerator): [string, Order];
26
+ //# sourceMappingURL=math.d.ts.map
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2012 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { Block } from '../../core/block.js';
7
+ import { Order } from './python_generator.js';
8
+ import type { PythonGenerator } from './python_generator.js';
9
+ export declare function procedures_defreturn(block: Block, generator: PythonGenerator): null;
10
+ export declare const procedures_defnoreturn: typeof procedures_defreturn;
11
+ export declare function procedures_callreturn(block: Block, generator: PythonGenerator): [string, Order];
12
+ export declare function procedures_callnoreturn(block: Block, generator: PythonGenerator): string;
13
+ export declare function procedures_ifreturn(block: Block, generator: PythonGenerator): string;
14
+ //# sourceMappingURL=procedures.d.ts.map
@@ -0,0 +1,108 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2012 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { Block } from '../../core/block.js';
7
+ import { CodeGenerator } from '../../core/generator.js';
8
+ import type { Workspace } from '../../core/workspace.js';
9
+ /**
10
+ * Order of operation ENUMs.
11
+ * http://docs.python.org/reference/expressions.html#summary
12
+ */
13
+ export declare enum Order {
14
+ ATOMIC = 0,
15
+ COLLECTION = 1,
16
+ STRING_CONVERSION = 1,
17
+ MEMBER = 2.1,
18
+ FUNCTION_CALL = 2.2,
19
+ EXPONENTIATION = 3,
20
+ UNARY_SIGN = 4,
21
+ BITWISE_NOT = 4,
22
+ MULTIPLICATIVE = 5,
23
+ ADDITIVE = 6,
24
+ BITWISE_SHIFT = 7,
25
+ BITWISE_AND = 8,
26
+ BITWISE_XOR = 9,
27
+ BITWISE_OR = 10,
28
+ RELATIONAL = 11,
29
+ LOGICAL_NOT = 12,
30
+ LOGICAL_AND = 13,
31
+ LOGICAL_OR = 14,
32
+ CONDITIONAL = 15,
33
+ LAMBDA = 16,
34
+ NONE = 99
35
+ }
36
+ /**
37
+ * PythonScript code generator class.
38
+ */
39
+ export declare class PythonGenerator extends CodeGenerator {
40
+ /** List of outer-inner pairings that do NOT require parentheses. */
41
+ ORDER_OVERRIDES: [Order, Order][];
42
+ /**
43
+ * Empty loops or conditionals are not allowed in Python.
44
+ */
45
+ PASS: string;
46
+ /** @param name Name of the language the generator is for. */
47
+ constructor(name?: string);
48
+ /**
49
+ * Initialise the database of variable names.
50
+ *
51
+ * @param workspace Workspace to generate code from.
52
+ */
53
+ init(workspace: Workspace): void;
54
+ /**
55
+ * Prepend the generated code with import statements and variable definitions.
56
+ *
57
+ * @param code Generated code.
58
+ * @returns Completed code.
59
+ */
60
+ finish(code: string): string;
61
+ /**
62
+ * Naked values are top-level blocks with outputs that aren't plugged into
63
+ * anything.
64
+ *
65
+ * @param line Line of generated code.
66
+ * @returns Legal line of code.
67
+ */
68
+ scrubNakedValue(line: string): string;
69
+ /**
70
+ * Encode a string as a properly escaped Python string, complete with quotes.
71
+ *
72
+ * @param string Text to encode.
73
+ * @returns Python string.
74
+ */
75
+ quote_(string: string): string;
76
+ /**
77
+ * Encode a string as a properly escaped multiline Python string, complete
78
+ * with quotes.
79
+ *
80
+ * @param string Text to encode.
81
+ * @returns Python string.
82
+ */
83
+ multiline_quote_(string: string): string;
84
+ /**
85
+ * Common tasks for generating Python from blocks.
86
+ * Handles comments for the specified block and any connected value blocks.
87
+ * Calls any statements following this block.
88
+ *
89
+ * @param block The current block.
90
+ * @param code The Python code created for this block.
91
+ * @param thisOnly True to generate code for only this statement.
92
+ * @returns Python code with comments and subsequent blocks added.
93
+
94
+ */
95
+ scrub_(block: Block, code: string, thisOnly?: boolean): string;
96
+ /**
97
+ * Gets a property and adjusts the value, taking into account indexing.
98
+ * If a static int, casts to an integer, otherwise returns a code string.
99
+ *
100
+ * @param block The block.
101
+ * @param atId The ID of the input block to get (and adjust) the value of.
102
+ * @param delta Value to add.
103
+ * @param negate Whether to negate the value.
104
+ * @returns The adjusted value or code that evaluates to it.
105
+ */
106
+ getAdjustedInt(block: Block, atId: string, delta?: number, negate?: boolean): string | number;
107
+ }
108
+ //# sourceMappingURL=python_generator.d.ts.map
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2012 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ import type { Block } from '../../core/block.js';
7
+ import { Order } from './python_generator.js';
8
+ import type { PythonGenerator } from './python_generator.js';
9
+ export declare function text(block: Block, generator: PythonGenerator): [string, Order];
10
+ export declare function text_multiline(block: Block, generator: PythonGenerator): [string, Order];
11
+ export declare function text_join(block: Block, generator: PythonGenerator): [string, Order];
12
+ export declare function text_append(block: Block, generator: PythonGenerator): string;
13
+ export declare function text_length(block: Block, generator: PythonGenerator): [string, Order];
14
+ export declare function text_isEmpty(block: Block, generator: PythonGenerator): [string, Order];
15
+ export declare function text_indexOf(block: Block, generator: PythonGenerator): [string, Order];
16
+ export declare function text_charAt(block: Block, generator: PythonGenerator): [string, Order];
17
+ export declare function text_getSubstring(block: Block, generator: PythonGenerator): [string, Order];
18
+ export declare function text_changeCase(block: Block, generator: PythonGenerator): [string, Order];
19
+ export declare function text_trim(block: Block, generator: PythonGenerator): [string, Order];
20
+ export declare function text_print(block: Block, generator: PythonGenerator): string;
21
+ export declare function text_prompt_ext(block: Block, generator: PythonGenerator): [string, Order];
22
+ export declare const text_prompt: typeof text_prompt_ext;
23
+ export declare function text_count(block: Block, generator: PythonGenerator): [string, Order];
24
+ export declare function text_replace(block: Block, generator: PythonGenerator): [string, Order];
25
+ export declare function text_reverse(block: Block, generator: PythonGenerator): [string, Order];
26
+ //# sourceMappingURL=text.d.ts.map
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2012 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /**
7
+ * @file Generating Python for variable blocks.
8
+ */
9
+ import type { Block } from '../../core/block.js';
10
+ import type { PythonGenerator } from './python_generator.js';
11
+ import { Order } from './python_generator.js';
12
+ export declare function variables_get(block: Block, generator: PythonGenerator): [string, Order];
13
+ export declare function variables_set(block: Block, generator: PythonGenerator): string;
14
+ //# sourceMappingURL=variables.d.ts.map
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2018 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /**
7
+ * @file Generating Python for dynamic variable blocks.
8
+ */
9
+ export { variables_get as variables_get_dynamic, variables_set as variables_set_dynamic, } from './variables.js';
10
+ //# sourceMappingURL=variables_dynamic.d.ts.map
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /**
7
+ * @file Instantiate a PythonGenerator and populate it with the
8
+ * complete set of block generator functions for Python. This is the
9
+ * entrypoint for python_compressed.js.
10
+ */
11
+ import { PythonGenerator } from './python/python_generator.js';
12
+ export * from './python/python_generator.js';
13
+ /**
14
+ * Python code generator instance.
15
+ * @type {!PythonGenerator}
16
+ */
17
+ export declare const pythonGenerator: PythonGenerator;
18
+ //# sourceMappingURL=python.d.ts.map
package/javascript.d.ts CHANGED
@@ -4,42 +4,4 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
- export enum Order {
8
- ATOMIC = 0, // 0 "" ...
9
- NEW = 1.1, // new
10
- MEMBER = 1.2, // . []
11
- FUNCTION_CALL = 2, // ()
12
- INCREMENT = 3, // ++
13
- DECREMENT = 3, // --
14
- BITWISE_NOT = 4.1, // ~
15
- UNARY_PLUS = 4.2, // +
16
- UNARY_NEGATION = 4.3, // -
17
- LOGICAL_NOT = 4.4, // !
18
- TYPEOF = 4.5, // typeof
19
- VOID = 4.6, // void
20
- DELETE = 4.7, // delete
21
- AWAIT = 4.8, // await
22
- EXPONENTIATION = 5.0, // **
23
- MULTIPLICATION = 5.1, // *
24
- DIVISION = 5.2, // /
25
- MODULUS = 5.3, // %
26
- SUBTRACTION = 6.1, // -
27
- ADDITION = 6.2, // +
28
- BITWISE_SHIFT = 7, // << >> >>>
29
- RELATIONAL = 8, // < <= > >=
30
- IN = 8, // in
31
- INSTANCEOF = 8, // instanceof
32
- EQUALITY = 9, // == != === !==
33
- BITWISE_AND = 10, // &
34
- BITWISE_XOR = 11, // ^
35
- BITWISE_OR = 12, // |
36
- LOGICAL_AND = 13, // &&
37
- LOGICAL_OR = 14, // ||
38
- CONDITIONAL = 15, // ?:
39
- ASSIGNMENT = 16, // = += -= **= *= /= %= <<= >>= ...
40
- YIELD = 17, // yield
41
- COMMA = 18, // ,
42
- NONE = 99, // (...)
43
- }
44
-
45
- export declare const javascriptGenerator: any;
7
+ export * from './generators/javascript';
package/lua.d.ts CHANGED
@@ -4,19 +4,4 @@
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
7
- export enum Order {
8
- ATOMIC = 0, // literals
9
- // The next level was not explicit in documentation and inferred by Ellen.
10
- HIGH = 1, // Function calls, tables[]
11
- EXPONENTIATION = 2, // ^
12
- UNARY = 3, // not # - ~
13
- MULTIPLICATIVE = 4, // * / %
14
- ADDITIVE = 5, // + -
15
- CONCATENATION = 6, // ..
16
- RELATIONAL = 7, // < > <= >= ~= ==
17
- AND = 8, // and
18
- OR = 9, // or
19
- NONE = 99,
20
- }
21
-
22
- export declare const luaGenerator: any;
7
+ export * from './generators/lua';
package/msg/ab.js CHANGED
@@ -252,7 +252,7 @@ Blockly.Msg["MATH_ONLIST_TOOLTIP_STD_DEV"] = "Return the standard deviation of t
252
252
  Blockly.Msg["MATH_ONLIST_TOOLTIP_SUM"] = "Иҳанаҭоит ахьӡынҵа иаҵанакуа ахыԥхьаӡарақәа зегьы реицҵалыҵ.";
253
253
  Blockly.Msg["MATH_POWER_SYMBOL"] = "^"; // untranslated
254
254
  Blockly.Msg["MATH_RANDOM_FLOAT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation"; // untranslated
255
- Blockly.Msg["MATH_RANDOM_FLOAT_TITLE_RANDOM"] = "иарбанзаалакь ахыԥхьашара 0 инаркны (иалаҵаны) 1 аҟынӡа";
255
+ Blockly.Msg["MATH_RANDOM_FLOAT_TITLE_RANDOM"] = "иарбанзаалакь ахыԥхьашара 0 инаркны (иалаҵаны) 1 аҟынӡа";
256
256
  Blockly.Msg["MATH_RANDOM_FLOAT_TOOLTIP"] = "Иҳанаҭоит иарбанзаалакь ахыԥхьаӡара 0.0 инаркны (иалаҵаны) 1.0 аҟынӡа.";
257
257
  Blockly.Msg["MATH_RANDOM_INT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation"; // untranslated
258
258
  Blockly.Msg["MATH_RANDOM_INT_TITLE"] = "иарбанзаалакь еибгоу ахыԥхьаӡара %1 инаркны %2 нӡа";
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Аҽеиҭак ахьӡ '%1' змоу ыҟоуп.";
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "A variable named '%1' already exists for another type: '%2'."; // untranslated
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/ace.js CHANGED
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "A variable named '%1' already exists."; // untranslated
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "A variable named '%1' already exists for another type: '%2'."; // untranslated
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/af.js CHANGED
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "'n Veranderlike met die naam '%1' bestaan reeds.";
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "'n Veranderlike met die naam '%1' bestaan reeds vir 'n ander tipe veranderlike: '%2'.";
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/am.js CHANGED
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "A variable named '%1' already exists."; // untranslated
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "A variable named '%1' already exists for another type: '%2'."; // untranslated
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/ar.js CHANGED
@@ -52,7 +52,7 @@ Blockly.Msg["CONTROLS_FOREACH_TITLE"] = "لكل عنصر %1 في قائمة %2";
52
52
  Blockly.Msg["CONTROLS_FOREACH_TOOLTIP"] = "لكل عنصر في قائمة ما، عين المتغير '%1' لهذا الغنصر، ومن ثم نفذ بعض الأوامر.";
53
53
  Blockly.Msg["CONTROLS_FOR_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#count-with"; // untranslated
54
54
  Blockly.Msg["CONTROLS_FOR_TITLE"] = "عد بـ %1 من %2 إلى %3 بمعدل %4";
55
- Blockly.Msg["CONTROLS_FOR_TOOLTIP"] = "اجعل المتغير %1 يأخذ القيم من رقم البداية الى رقم النهاية، وقم بالعد داخل المجال المحدد، وطبق أوامر القطع المحددة.";
55
+ Blockly.Msg["CONTROLS_FOR_TOOLTIP"] = "اجعل المتغير %1 يأخذ القيم من رقم البداية الى رقم النهاية، وقم بالعد داخل المجال المحدد، وطبق أوامر القطع المحددة.";
56
56
  Blockly.Msg["CONTROLS_IF_ELSEIF_TOOLTIP"] = "إضف شرطا إلى القطعة الشرطية \"إذا\".";
57
57
  Blockly.Msg["CONTROLS_IF_ELSE_TOOLTIP"] = "أضف شرط \"نهاية، إجمع\" إلى القطعة الشرطية \"إذا\".";
58
58
  Blockly.Msg["CONTROLS_IF_HELPURL"] = "https://github.com/google/blockly/wiki/IfElse"; // untranslated
@@ -66,7 +66,7 @@ Blockly.Msg["CONTROLS_IF_TOOLTIP_3"] = "إذا كانت القيمة الأول
66
66
  Blockly.Msg["CONTROLS_IF_TOOLTIP_4"] = "إذا كانت القيمة الأولى تساوي \"صحيح\", إذن قم بتنفيذ القطعة الأولى من الأوامر. والا , إذا كانت القيمة الثانية تساوي \"صحيح\", قم بتنفيذ القطعة الثانية من الأوامر. إذا لم تكن هناك أي قيمة تساوي صحيح, قم بتنفيذ آخر قطعة من الأوامر.";
67
67
  Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://ar.wikipedia.org/wiki/حلقة_تكرار";
68
68
  Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "نفّذ";
69
- Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "كرر %1 مرات";
69
+ Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "كرر %1 مرات";
70
70
  Blockly.Msg["CONTROLS_REPEAT_TOOLTIP"] = "نفّذ بعض الأوامر عدة مرات.";
71
71
  Blockly.Msg["CONTROLS_WHILEUNTIL_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#repeat"; // untranslated
72
72
  Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "اكرّر حتى";
@@ -124,7 +124,7 @@ Blockly.Msg["LISTS_GET_SUBLIST_END_FROM_START"] = "إلى #";
124
124
  Blockly.Msg["LISTS_GET_SUBLIST_END_LAST"] = "إلى الأخير";
125
125
  Blockly.Msg["LISTS_GET_SUBLIST_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#getting-a-sublist"; // untranslated
126
126
  Blockly.Msg["LISTS_GET_SUBLIST_START_FIRST"] = "احصل على قائمة فرعية من الأول";
127
- Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_END"] = "احصل على قائمة فرعية من # من نهاية";
127
+ Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_END"] = "احصل على قائمة فرعية من # من نهاية";
128
128
  Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_START"] = "احصل على قائمة فرعية من #";
129
129
  Blockly.Msg["LISTS_GET_SUBLIST_TAIL"] = ""; // untranslated
130
130
  Blockly.Msg["LISTS_GET_SUBLIST_TOOLTIP"] = "يقوم بإنشاء نسخة من الجزء المحدد من قائمة ما.";
@@ -133,7 +133,7 @@ Blockly.Msg["LISTS_INDEX_FROM_START_TOOLTIP"] = "%1 هو العنصر الأول
133
133
  Blockly.Msg["LISTS_INDEX_OF_FIRST"] = "ابحث على على التواجد الأول للعنصر";
134
134
  Blockly.Msg["LISTS_INDEX_OF_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#getting-items-from-a-list"; // untranslated
135
135
  Blockly.Msg["LISTS_INDEX_OF_LAST"] = "ابحث على التواجد الأخير للعنصر";
136
- Blockly.Msg["LISTS_INDEX_OF_TOOLTIP"] = "تقوم بإرجاع مؤشر التواجد الأول/الأخير في القائمة. تقوم بإرجاع %1 إذا لم يتم العثور على النص.";
136
+ Blockly.Msg["LISTS_INDEX_OF_TOOLTIP"] = "تقوم بإرجاع مؤشر التواجد الأول/الأخير في القائمة. تقوم بإرجاع %1 إذا لم يتم العثور على النص.";
137
137
  Blockly.Msg["LISTS_INLIST"] = "في قائمة";
138
138
  Blockly.Msg["LISTS_ISEMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#is-empty"; // untranslated
139
139
  Blockly.Msg["LISTS_ISEMPTY_TITLE"] = "%1 فارغ";
@@ -142,7 +142,7 @@ Blockly.Msg["LISTS_LENGTH_HELPURL"] = "https://github.com/google/blockly/wiki/Li
142
142
  Blockly.Msg["LISTS_LENGTH_TITLE"] = "الطول من %1";
143
143
  Blockly.Msg["LISTS_LENGTH_TOOLTIP"] = "تقوم بإرجاع طول قائمة.";
144
144
  Blockly.Msg["LISTS_REPEAT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-list-with"; // untranslated
145
- Blockly.Msg["LISTS_REPEAT_TITLE"] = "إنشئ قائمة مع العنصر %1 %2 مرات";
145
+ Blockly.Msg["LISTS_REPEAT_TITLE"] = "إنشئ قائمة مع العنصر %1 %2 مرات";
146
146
  Blockly.Msg["LISTS_REPEAT_TOOLTIP"] = "انشئ قائمة تتألف من القيمة المعطاة متكررة لعدد محدد من المرات.";
147
147
  Blockly.Msg["LISTS_REVERSE_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#reversing-a-list"; // untranslated
148
148
  Blockly.Msg["LISTS_REVERSE_MESSAGE0"] = "عكس %1";
@@ -255,7 +255,7 @@ Blockly.Msg["MATH_RANDOM_FLOAT_HELPURL"] = "https://ar.wikipedia.org/wiki/تول
255
255
  Blockly.Msg["MATH_RANDOM_FLOAT_TITLE_RANDOM"] = "كسر عشوائي";
256
256
  Blockly.Msg["MATH_RANDOM_FLOAT_TOOLTIP"] = "يرجع جزء عشوائي بين 0.0 (ضمنياً) و 1.0 (خارجيا).";
257
257
  Blockly.Msg["MATH_RANDOM_INT_HELPURL"] = "https://ar.wikipedia.org/wiki/توليد_الأعداد_العشوائية";
258
- Blockly.Msg["MATH_RANDOM_INT_TITLE"] = " عدد صحيح عشوائي من %1 إلى %2";
258
+ Blockly.Msg["MATH_RANDOM_INT_TITLE"] = "عدد صحيح عشوائي من %1 إلى %2";
259
259
  Blockly.Msg["MATH_RANDOM_INT_TOOLTIP"] = "يرجع عدد صحيح عشوائي بين حدين محددين, ضمنيا.";
260
260
  Blockly.Msg["MATH_ROUND_HELPURL"] = "https://ar.wikipedia.org/wiki/تقريب_(رياضيات)";
261
261
  Blockly.Msg["MATH_ROUND_OPERATOR_ROUND"] = "تقريب";
@@ -298,7 +298,7 @@ Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "مع:";
298
298
  Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://ar.wikipedia.org/wiki/دالة_(برمجة)";
299
299
  Blockly.Msg["PROCEDURES_CALLNORETURN_TOOLTIP"] = "تشغيل الدالة المعرفة من قبل المستخدم '%1'.";
300
300
  Blockly.Msg["PROCEDURES_CALLRETURN_HELPURL"] = "https://ar.wikipedia.org/wiki/دالة_(برمجة)";
301
- Blockly.Msg["PROCEDURES_CALLRETURN_TOOLTIP"] = "تشغيل الدالة المعرفة من قبل المستخدم %1 واستخدام مخرجاتها.";
301
+ Blockly.Msg["PROCEDURES_CALLRETURN_TOOLTIP"] = "تشغيل الدالة المعرفة من قبل المستخدم %1 واستخدام مخرجاتها.";
302
302
  Blockly.Msg["PROCEDURES_CALL_BEFORE_PARAMS"] = "مع:";
303
303
  Blockly.Msg["PROCEDURES_CREATE_DO"] = "إنشئ '%1'";
304
304
  Blockly.Msg["PROCEDURES_DEFNORETURN_COMMENT"] = "صف هذه الوظيفة...";
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "تعيين هذا المتغير لتكون مساوية للقيمة المدخلة.";
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "المتغير '%1' موجود بالفعل";
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "متغير بأسم '%1' معرف من نوع اخر : '%2'.";
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "مساحة عمل بلوكلي";
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "قل شيئا...";
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/ast.js CHANGED
@@ -78,7 +78,7 @@ Blockly.Msg["DELETE_BLOCK"] = "Delete Block"; // untranslated
78
78
  Blockly.Msg["DELETE_VARIABLE"] = "Delete the '%1' variable"; // untranslated
79
79
  Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Delete %1 uses of the '%2' variable?"; // untranslated
80
80
  Blockly.Msg["DELETE_X_BLOCKS"] = "Delete %1 Blocks"; // untranslated
81
- Blockly.Msg["DIALOG_CANCEL"] = "Encaboxar";
81
+ Blockly.Msg["DIALOG_CANCEL"] = "Zarrar";
82
82
  Blockly.Msg["DIALOG_OK"] = "Aceutar";
83
83
  Blockly.Msg["DISABLE_BLOCK"] = "Disable Block"; // untranslated
84
84
  Blockly.Msg["DUPLICATE_BLOCK"] = "Duplicate"; // untranslated
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "A variable named '%1' already exists."; // untranslated
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "A variable named '%1' already exists for another type: '%2'."; // untranslated
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/az.js CHANGED
@@ -342,7 +342,7 @@ Blockly.Msg["TEXT_CHARAT_TITLE"] = "mətndə %1 %2";
342
342
  Blockly.Msg["TEXT_CHARAT_TOOLTIP"] = "Göstərilən mövqedəki hərfi qaytarır.";
343
343
  Blockly.Msg["TEXT_COUNT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#counting-substrings"; // untranslated
344
344
  Blockly.Msg["TEXT_COUNT_MESSAGE0"] = "%2 içindən %1 sayını hesabla";
345
- Blockly.Msg["TEXT_COUNT_TOOLTIP"] = "Hesablayaq, mətnin bu hissəsi başqa mətndə neçə dəfə rast gəlinir.";
345
+ Blockly.Msg["TEXT_COUNT_TOOLTIP"] = "Hesablayaq, mətnin bu hissəsi başqa mətndə neçə dəfə rast gəlinir.";
346
346
  Blockly.Msg["TEXT_CREATE_JOIN_ITEM_TOOLTIP"] = "Mətnə bir element əlavə et.";
347
347
  Blockly.Msg["TEXT_CREATE_JOIN_TITLE_JOIN"] = "birləşdir";
348
348
  Blockly.Msg["TEXT_CREATE_JOIN_TOOLTIP"] = "Bu mətn blokunu yenidən konfigurasiya etmək üçün bölmələri əlavə edin, silin və ya yerlərini dəyişin.";
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Bu dəyişəni daxil edilmiş qiymətə bərabər edir.";
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "'%1' adlı dəyişən artıq mövcuddur.";
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "'%1' adlı dəyişən artıq '%2': tipində istifadə edilir .";
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Buraya nə isə yaz...";
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/ba.js CHANGED
@@ -66,7 +66,7 @@ Blockly.Msg["CONTROLS_IF_TOOLTIP_3"] = "Беренсе шарт дөрөҫ бу
66
66
  Blockly.Msg["CONTROLS_IF_TOOLTIP_4"] = "Беренсе шарт дөрөҫ булһа, командаларҙың беренсе блогын үтәй. Әгәр икенсе шарт дөрөҫ булһа, командаларҙың икенсе блогын үтәй. Бер шарт та дөрөҫ булмаһа, команда блоктарының һуңғыһын үтәй.";
67
67
  Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://en.wikipedia.org/wiki/Цикл_(программалау)";
68
68
  Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "үтәргә";
69
- Blockly.Msg["CONTROLS_REPEAT_TITLE"] = " %1 тапҡыр ҡабатларға";
69
+ Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "%1 тапҡыр ҡабатларға";
70
70
  Blockly.Msg["CONTROLS_REPEAT_TOOLTIP"] = "Командаларҙы бер нисә тапҡыр үтәй.";
71
71
  Blockly.Msg["CONTROLS_WHILEUNTIL_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#repeat"; // untranslated
72
72
  Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "ҡабатларға, әлегә юҡ";
@@ -77,8 +77,8 @@ Blockly.Msg["DELETE_ALL_BLOCKS"] = "Бөтә %1 блоктарҙы юйырға
77
77
  Blockly.Msg["DELETE_BLOCK"] = "Блокты юйҙырырға";
78
78
  Blockly.Msg["DELETE_VARIABLE"] = "Delete the '%1' variable"; // untranslated
79
79
  Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Delete %1 uses of the '%2' variable?"; // untranslated
80
- Blockly.Msg["DELETE_X_BLOCKS"] = " %1 блокты юйҙырырға";
81
- Blockly.Msg["DIALOG_CANCEL"] = " Баш тартыу";
80
+ Blockly.Msg["DELETE_X_BLOCKS"] = "%1 блокты юйҙырырға";
81
+ Blockly.Msg["DIALOG_CANCEL"] = "Баш тартыу";
82
82
  Blockly.Msg["DIALOG_OK"] = "Яҡшы";
83
83
  Blockly.Msg["DISABLE_BLOCK"] = "Блокты һүндерергә";
84
84
  Blockly.Msg["DUPLICATE_BLOCK"] = "Дубликатын эшләргә";
@@ -243,7 +243,7 @@ Blockly.Msg["MATH_ONLIST_OPERATOR_RANDOM"] = "исемлектең осраҡл
243
243
  Blockly.Msg["MATH_ONLIST_OPERATOR_STD_DEV"] = "исемлекте стандарт кире ҡағыу";
244
244
  Blockly.Msg["MATH_ONLIST_OPERATOR_SUM"] = "исемлек суммаһы";
245
245
  Blockly.Msg["MATH_ONLIST_TOOLTIP_AVERAGE"] = "Исемлектең уртаса арифметик дәүмәле күрһәтә.";
246
- Blockly.Msg["MATH_ONLIST_TOOLTIP_MAX"] = "Исемлектең иң ҙур һанын күрһәтә.";
246
+ Blockly.Msg["MATH_ONLIST_TOOLTIP_MAX"] = "Исемлектең иң ҙур һанын күрһәтә.";
247
247
  Blockly.Msg["MATH_ONLIST_TOOLTIP_MEDIAN"] = "Исемлек медианаһын күрһәтә.";
248
248
  Blockly.Msg["MATH_ONLIST_TOOLTIP_MIN"] = "Исемлектәге иң бәләкәй һанды күрһәтә.";
249
249
  Blockly.Msg["MATH_ONLIST_TOOLTIP_MODE"] = "Исемлектең иң күп осраған элементтарын күрһәтә.";
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "A variable named '%1' already exists."; // untranslated
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "A variable named '%1' already exists for another type: '%2'."; // untranslated
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/bcc.js CHANGED
@@ -52,7 +52,7 @@ Blockly.Msg["CONTROLS_FOREACH_TITLE"] = "برای هر مورد %1 در فهرس
52
52
  Blockly.Msg["CONTROLS_FOREACH_TOOLTIP"] = "برای هر مورد در این فهرست، تنظیم متغیر «%1» به مورد و انجام تعدادی عبارت.";
53
53
  Blockly.Msg["CONTROLS_FOR_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#count-with"; // untranslated
54
54
  Blockly.Msg["CONTROLS_FOR_TITLE"] = "با تعداد %1 از %2 به %3 با گام‌های %4";
55
- Blockly.Msg["CONTROLS_FOR_TOOLTIP"] = "متغیر %1 را در مقادیر شروع‌شده از عدد انتهای به عدد انتهایی را دارد، با فواصل مشخص‌شده می‌شمارد و این بلوک مشخص‌شده را انجام می‌دهد.";
55
+ Blockly.Msg["CONTROLS_FOR_TOOLTIP"] = "متغیر %1 را در مقادیر شروع‌شده از عدد انتهای به عدد انتهایی را دارد، با فواصل مشخص‌شده می‌شمارد و این بلوک مشخص‌شده را انجام می‌دهد.";
56
56
  Blockly.Msg["CONTROLS_IF_ELSEIF_TOOLTIP"] = "افزودن یک شرط به بلوک اگر.";
57
57
  Blockly.Msg["CONTROLS_IF_ELSE_TOOLTIP"] = "اضافه‌کردن نهایی، گرفتن همهٔ شرایط به بلوک اگر.";
58
58
  Blockly.Msg["CONTROLS_IF_HELPURL"] = "https://github.com/google/blockly/wiki/IfElse"; // untranslated
@@ -320,7 +320,7 @@ Blockly.Msg["PROCEDURES_MUTATORARG_TOOLTIP"] = "اضافه کردن ورودی
320
320
  Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "ورودی‌ها";
321
321
  Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "افزودن، حذف یا دوباره مرتب‌کردن ورودی این تابع.";
322
322
  Blockly.Msg["REDO"] = "Redo"; // untranslated
323
- Blockly.Msg["REMOVE_COMMENT"] = "حذف نظر";
323
+ Blockly.Msg["REMOVE_COMMENT"] = "گپءِ کار کنگ";
324
324
  Blockly.Msg["RENAME_VARIABLE"] = "تغییر نام متغیر...";
325
325
  Blockly.Msg["RENAME_VARIABLE_TITLE"] = "تغییر نام همهٔ متغیرهای «%1» به:";
326
326
  Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
@@ -387,9 +387,9 @@ Blockly.Msg["TEXT_REVERSE_TOOLTIP"] = "Reverses the order of the characters in t
387
387
  Blockly.Msg["TEXT_TEXT_HELPURL"] = "https://fa.wikipedia.org/wiki/%D8%B1%D8%B4%D8%AA%D9%87_%28%D8%B9%D9%84%D9%88%D9%85_%D8%B1%D8%A7%DB%8C%D8%A7%D9%86%D9%87%29";
388
388
  Blockly.Msg["TEXT_TEXT_TOOLTIP"] = "یک حرف، کلمه یا خطی از متن.";
389
389
  Blockly.Msg["TEXT_TRIM_HELPURL"] = "https://github.com/google/blockly/wiki/Text#trimming-removing-spaces"; // untranslated
390
- Blockly.Msg["TEXT_TRIM_OPERATOR_BOTH"] = "تراشیدن فاصله‌ها از هر دو طرف";
391
- Blockly.Msg["TEXT_TRIM_OPERATOR_LEFT"] = "تراشیدن فاصله‌ها از طرف چپ";
392
- Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "تراشیدن فاصله‌ها از طرف چپ";
390
+ Blockly.Msg["TEXT_TRIM_OPERATOR_BOTH"] = "تراشیدن فاصله‌ها از هر دو طرف";
391
+ Blockly.Msg["TEXT_TRIM_OPERATOR_LEFT"] = "تراشیدن فاصله‌ها از طرف چپ";
392
+ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "تراشیدن فاصله‌ها از طرف چپ";
393
393
  Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "کپی از متن با فاصله‌های حذف‌شده از یک یا هر دو پایان باز می‌گرداند.";
394
394
  Blockly.Msg["TODAY"] = "مرۏچی";
395
395
  Blockly.Msg["UNDO"] = "Undo"; // untranslated
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "متغیر برابر با خروجی را مشخص می‌کند.";
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "A variable named '%1' already exists."; // untranslated
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "A variable named '%1' already exists for another type: '%2'."; // untranslated
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/be-tarask.js CHANGED
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Надаць гэтай зьменнай значэньне ўстаўкі.";
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Зьменная з назвай «%1» ужо існуе.";
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Зьменная з назвай «%1» ужо існуе зь іншым тыпам: «%2».";
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Працоўная прастора Blockly";
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Напішыце што-небудзь…";
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
package/msg/be.js CHANGED
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
404
404
  Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Прысабечвае пераменнай значэнне ўстаўкі.";
405
405
  Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Пераменная з назвай '%1' ужо існуе.";
406
406
  Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Назва пераменнай '%1' ужо выкарыстоўваецца іншай пераменнай тыпу '%2'.";
407
+ Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
407
408
  Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
408
409
  Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
409
410
  Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];