blockly 10.3.1 → 10.4.0-beta.0
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.
- package/blockly.min.js +108 -87
- package/blockly_compressed.js +107 -87
- package/blockly_compressed.js.map +1 -1
- package/core/block_dragger.d.ts +39 -4
- package/core/blockly.d.ts +4 -0
- package/core/connection_previewers/insertion_marker_previewer.d.ts +54 -0
- package/core/insertion_marker_manager.d.ts +2 -0
- package/core/interfaces/i_connection_previewer.d.ts +39 -0
- package/core/registry.d.ts +4 -2
- package/core/rendered_connection.d.ts +3 -1
- package/core/renderers/common/constants.d.ts +6 -2
- package/core/renderers/common/drawer.d.ts +18 -0
- package/core/renderers/common/i_path_object.d.ts +6 -15
- package/core/renderers/common/info.d.ts +5 -2
- package/core/renderers/common/path_object.d.ts +13 -0
- package/core/renderers/common/renderer.d.ts +3 -0
- package/core/renderers/measurables/connection.d.ts +1 -0
- package/core/renderers/zelos/drawer.d.ts +4 -0
- package/core/renderers/zelos/renderer.d.ts +4 -2
- package/core/workspace_audio.d.ts +10 -0
- package/dart.d.ts +2 -0
- package/generators/dart/colour.d.ts +16 -0
- package/generators/dart/dart_generator.d.ts +100 -0
- package/generators/dart/lists.d.ts +24 -0
- package/generators/dart/logic.d.ts +20 -0
- package/generators/dart/loops.d.ts +14 -0
- package/generators/dart/math.d.ts +26 -0
- package/generators/dart/procedures.d.ts +17 -0
- package/generators/dart/text.d.ts +29 -0
- package/generators/dart/variables.d.ts +14 -0
- package/generators/dart/variables_dynamic.d.ts +10 -0
- package/generators/dart.d.ts +18 -0
- package/generators/javascript/colour.d.ts +16 -0
- package/generators/javascript/javascript_generator.d.ts +120 -0
- package/generators/javascript/lists.d.ts +24 -0
- package/generators/javascript/logic.d.ts +20 -0
- package/generators/javascript/loops.d.ts +14 -0
- package/generators/javascript/math.d.ts +26 -0
- package/generators/javascript/procedures.d.ts +17 -0
- package/generators/javascript/text.d.ts +29 -0
- package/generators/javascript/variables.d.ts +14 -0
- package/generators/javascript/variables_dynamic.d.ts +10 -0
- package/generators/javascript.d.ts +18 -0
- package/generators/lua/colour.d.ts +16 -0
- package/generators/lua/lists.d.ts +24 -0
- package/generators/lua/logic.d.ts +20 -0
- package/generators/lua/loops.d.ts +14 -0
- package/generators/lua/lua_generator.d.ts +85 -0
- package/generators/lua/math.d.ts +26 -0
- package/generators/lua/procedures.d.ts +17 -0
- package/generators/lua/text.d.ts +29 -0
- package/generators/lua/variables.d.ts +14 -0
- package/generators/lua/variables_dynamic.d.ts +10 -0
- package/generators/lua.d.ts +16 -0
- package/generators/php/colour.d.ts +16 -0
- package/generators/php/lists.d.ts +21 -0
- package/generators/php/logic.d.ts +20 -0
- package/generators/php/loops.d.ts +14 -0
- package/generators/php/math.d.ts +26 -0
- package/generators/php/php_generator.d.ts +118 -0
- package/generators/php/procedures.d.ts +14 -0
- package/generators/php/text.d.ts +29 -0
- package/generators/php/variables.d.ts +14 -0
- package/generators/php/variables_dynamic.d.ts +10 -0
- package/generators/php.d.ts +18 -0
- package/generators/python/colour.d.ts +16 -0
- package/generators/python/lists.d.ts +21 -0
- package/generators/python/logic.d.ts +20 -0
- package/generators/python/loops.d.ts +14 -0
- package/generators/python/math.d.ts +26 -0
- package/generators/python/procedures.d.ts +14 -0
- package/generators/python/python_generator.d.ts +108 -0
- package/generators/python/text.d.ts +26 -0
- package/generators/python/variables.d.ts +14 -0
- package/generators/python/variables_dynamic.d.ts +10 -0
- package/generators/python.d.ts +18 -0
- package/javascript.d.ts +2 -0
- package/lua.d.ts +2 -0
- package/msg/ab.js +2 -1
- package/msg/ace.js +1 -0
- package/msg/af.js +1 -0
- package/msg/am.js +1 -0
- package/msg/ar.js +8 -7
- package/msg/ast.js +2 -1
- package/msg/az.js +2 -1
- package/msg/ba.js +5 -4
- package/msg/bcc.js +6 -5
- package/msg/be-tarask.js +1 -0
- package/msg/be.js +1 -0
- package/msg/bg.js +4 -3
- package/msg/bn.js +1 -0
- package/msg/br.js +3 -2
- package/msg/bs.js +1 -0
- package/msg/ca.js +1 -0
- package/msg/cdo.js +1 -0
- package/msg/ce.js +441 -0
- package/msg/cs.js +1 -0
- package/msg/da.js +1 -0
- package/msg/de.js +3 -2
- package/msg/diq.js +5 -4
- package/msg/dtp.js +441 -0
- package/msg/dty.js +2 -1
- package/msg/ee.js +3 -2
- package/msg/el.js +2 -1
- package/msg/en-gb.js +1 -0
- package/msg/en.js +1 -0
- package/msg/eo.js +1 -0
- package/msg/es.js +1 -0
- package/msg/et.js +1 -0
- package/msg/eu.js +1 -0
- package/msg/fa.js +5 -4
- package/msg/fi.js +1 -0
- package/msg/fo.js +1 -0
- package/msg/fr.js +2 -1
- package/msg/frr.js +1 -0
- package/msg/gl.js +2 -1
- package/msg/gn.js +2 -1
- package/msg/gor.js +1 -0
- package/msg/ha.js +1 -0
- package/msg/hak.js +1 -0
- package/msg/he.js +3 -2
- package/msg/hi.js +1 -0
- package/msg/hr.js +2 -1
- package/msg/hrx.js +1 -0
- package/msg/hsb.js +441 -0
- package/msg/hu.js +1 -0
- package/msg/hy.js +9 -8
- package/msg/ia.js +1 -0
- package/msg/id.js +5 -4
- package/msg/ig.js +1 -0
- package/msg/inh.js +1 -0
- package/msg/is.js +1 -0
- package/msg/it.js +2 -1
- package/msg/ja.js +1 -0
- package/msg/ka.js +1 -0
- package/msg/kab.js +5 -4
- package/msg/kbd-cyrl.js +1 -0
- package/msg/km.js +10 -9
- package/msg/kn.js +31 -30
- package/msg/ko.js +2 -1
- package/msg/ksh.js +1 -0
- package/msg/ku-latn.js +1 -0
- package/msg/ky.js +4 -3
- package/msg/la.js +1 -0
- package/msg/lb.js +1 -0
- package/msg/lki.js +5 -4
- package/msg/lo.js +2 -1
- package/msg/lrc.js +1 -0
- package/msg/lt.js +5 -4
- package/msg/lv.js +1 -0
- package/msg/mg.js +1 -0
- package/msg/mk.js +2 -1
- package/msg/ml.js +1 -0
- package/msg/mnw.js +2 -1
- package/msg/ms.js +2 -1
- package/msg/my.js +2 -1
- package/msg/mzn.js +1 -0
- package/msg/nb.js +1 -0
- package/msg/ne.js +3 -2
- package/msg/nl.js +2 -1
- package/msg/oc.js +1 -0
- package/msg/olo.js +1 -0
- package/msg/pa.js +1 -0
- package/msg/pl.js +3 -2
- package/msg/pms.js +1 -0
- package/msg/ps.js +1 -0
- package/msg/pt-br.js +1 -0
- package/msg/pt.js +17 -16
- package/msg/ro.js +2 -1
- package/msg/ru.js +7 -6
- package/msg/sc.js +2 -1
- package/msg/sco.js +1 -0
- package/msg/sd.js +1 -0
- package/msg/shn.js +2 -1
- package/msg/si.js +1 -0
- package/msg/sk.js +1 -0
- package/msg/skr-arab.js +2 -1
- package/msg/sl.js +1 -0
- package/msg/smn.js +1 -0
- package/msg/sq.js +17 -16
- package/msg/sr-latn.js +3 -2
- package/msg/sr.js +2 -1
- package/msg/sv.js +1 -0
- package/msg/sw.js +1 -0
- package/msg/ta.js +13 -12
- package/msg/tcy.js +6 -5
- package/msg/tdd.js +2 -1
- package/msg/te.js +2 -1
- package/msg/th.js +2 -1
- package/msg/ti.js +1 -0
- package/msg/tl.js +2 -1
- package/msg/tlh.js +1 -0
- package/msg/tr.js +2 -1
- package/msg/ug-arab.js +15 -14
- package/msg/uk.js +3 -2
- package/msg/ur.js +5 -4
- package/msg/uz.js +1 -0
- package/msg/vi.js +2 -1
- package/msg/xmf.js +1 -0
- package/msg/yo.js +2 -1
- package/msg/yue.js +1 -0
- package/msg/zgh.js +1 -0
- package/msg/zh-hans.js +2 -1
- package/msg/zh-hant.js +1 -0
- package/package.json +3 -3
- package/php.d.ts +2 -0
- package/python.d.ts +2 -0
package/msg/ug-arab.js
CHANGED
|
@@ -31,7 +31,7 @@ Blockly.Msg["COLOUR_BLEND_RATIO"] = "نىسبەت";
|
|
|
31
31
|
Blockly.Msg["COLOUR_BLEND_TITLE"] = "ئارىلاش";
|
|
32
32
|
Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "Blends two colours together with a given ratio (0.0 - 1.0)."; // untranslated
|
|
33
33
|
Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://zh.wikipedia.org/wiki/رەڭگى";
|
|
34
|
-
Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "
|
|
34
|
+
Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "تاختىدىن رەڭنى تاللاڭ";
|
|
35
35
|
Blockly.Msg["COLOUR_RANDOM_HELPURL"] = "http://randomcolour.com"; // untranslated
|
|
36
36
|
Blockly.Msg["COLOUR_RANDOM_TITLE"] = "خالىغان رەڭ";
|
|
37
37
|
Blockly.Msg["COLOUR_RANDOM_TOOLTIP"] = "ئىختىيارىي بىر رەڭنى تاللاڭ";
|
|
@@ -43,7 +43,7 @@ Blockly.Msg["COLOUR_RGB_TITLE"] = "رەڭگى";
|
|
|
43
43
|
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
|
|
44
44
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks"; // untranslated
|
|
45
45
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "ئۈزۈلۈپ ئايلىنىش";
|
|
46
|
-
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "
|
|
46
|
+
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "كىيىنكى قېتىم داۋاملىق ئايلىنىشن";
|
|
47
47
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_BREAK"] = "ئۇنىڭ دەۋرىي ئۈزۈلۈش ئۆز ئىچىگە ئالىدۇ .";
|
|
48
48
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_CONTINUE"] = "بۇ ئايلىنىشنىڭ قالغان قىسمى ئاتلاپ ئۆتۈپ كېتىدۇ ، ھەمدە داۋاملىق كېلەر قېتىملىق ئىتېراتسىيە .";
|
|
49
49
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_WARNING"] = "ئاگاھلاندۇرۇش : بۇ پەقەت بىر ئايلىنىش دەۋرى ئىچىدە ئىشلىتىشكە بولىدۇ .";
|
|
@@ -166,7 +166,7 @@ Blockly.Msg["LISTS_SORT_TITLE"] = "sort %1 %2 %3"; // untranslated
|
|
|
166
166
|
Blockly.Msg["LISTS_SORT_TOOLTIP"] = "Sort a copy of a list."; // untranslated
|
|
167
167
|
Blockly.Msg["LISTS_SORT_TYPE_IGNORECASE"] = "ھەرب بويىچە تىزىل، چوڭ كىچىك يېزىلىش ھېساپ قىلىنمايدۇ";
|
|
168
168
|
Blockly.Msg["LISTS_SORT_TYPE_NUMERIC"] = "سان بويىچە تىزىل";
|
|
169
|
-
Blockly.Msg["LISTS_SORT_TYPE_TEXT"] = "
|
|
169
|
+
Blockly.Msg["LISTS_SORT_TYPE_TEXT"] = "ھەرپ بويىچە تىزىل";
|
|
170
170
|
Blockly.Msg["LISTS_SPLIT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#splitting-strings-and-joining-lists"; // untranslated
|
|
171
171
|
Blockly.Msg["LISTS_SPLIT_LIST_FROM_TEXT"] = "make list from text"; // untranslated
|
|
172
172
|
Blockly.Msg["LISTS_SPLIT_TEXT_FROM_LIST"] = "make text from list"; // untranslated
|
|
@@ -189,7 +189,7 @@ Blockly.Msg["LOGIC_NEGATE_TITLE"] = "ئەمەس%1";
|
|
|
189
189
|
Blockly.Msg["LOGIC_NEGATE_TOOLTIP"] = "Returns true if the input is false. Returns false if the input is true."; // untranslated
|
|
190
190
|
Blockly.Msg["LOGIC_NULL"] = "قۇرۇق";
|
|
191
191
|
Blockly.Msg["LOGIC_NULL_HELPURL"] = "https://en.wikipedia.org/wiki/Nullable_type"; // untranslated
|
|
192
|
-
Blockly.Msg["LOGIC_NULL_TOOLTIP"] = "
|
|
192
|
+
Blockly.Msg["LOGIC_NULL_TOOLTIP"] = "نۆلگە قايتىش";
|
|
193
193
|
Blockly.Msg["LOGIC_OPERATION_AND"] = "ۋە";
|
|
194
194
|
Blockly.Msg["LOGIC_OPERATION_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#logical-operations"; // untranslated
|
|
195
195
|
Blockly.Msg["LOGIC_OPERATION_OR"] = "ياكى";
|
|
@@ -211,7 +211,7 @@ Blockly.Msg["MATH_ATAN2_HELPURL"] = "https://en.wikipedia.org/wiki/Atan2"; // u
|
|
|
211
211
|
Blockly.Msg["MATH_ATAN2_TITLE"] = "atan2 of X:%1 Y:%2"; // untranslated
|
|
212
212
|
Blockly.Msg["MATH_ATAN2_TOOLTIP"] = "Return the arctangent of point (X, Y) in degrees from -180 to 180."; // untranslated
|
|
213
213
|
Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://zh.wikipedia.org/wiقوشۇش";
|
|
214
|
-
Blockly.Msg["MATH_CHANGE_TITLE"] = "
|
|
214
|
+
Blockly.Msg["MATH_CHANGE_TITLE"] = "ئۆزگەرتىش %1 دىن %2";
|
|
215
215
|
Blockly.Msg["MATH_CHANGE_TOOLTIP"] = "Add a number to variable '%1'."; // untranslated
|
|
216
216
|
Blockly.Msg["MATH_CONSTANT_HELPURL"] = "https://zh.wikipedia.org/wiki/ماتېماتىكا تۇراقلىق سانى";
|
|
217
217
|
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
|
|
@@ -221,8 +221,8 @@ Blockly.Msg["MATH_CONSTRAIN_TOOLTIP"] = "Constrain a number to be between the sp
|
|
|
221
221
|
Blockly.Msg["MATH_DIVISION_SYMBOL"] = "÷"; // untranslated
|
|
222
222
|
Blockly.Msg["MATH_IS_DIVISIBLE_BY"] = "پۈتۈن بۆلۈنۈش";
|
|
223
223
|
Blockly.Msg["MATH_IS_EVEN"] = "جۈپ سان";
|
|
224
|
-
Blockly.Msg["MATH_IS_NEGATIVE"] = "
|
|
225
|
-
Blockly.Msg["MATH_IS_ODD"] = "
|
|
224
|
+
Blockly.Msg["MATH_IS_NEGATIVE"] = "مەنپى";
|
|
225
|
+
Blockly.Msg["MATH_IS_ODD"] = "تاق سان";
|
|
226
226
|
Blockly.Msg["MATH_IS_POSITIVE"] = "مۇسبەت";
|
|
227
227
|
Blockly.Msg["MATH_IS_PRIME"] = "تۈپ سان";
|
|
228
228
|
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
|
|
@@ -235,17 +235,17 @@ Blockly.Msg["MATH_NUMBER_HELPURL"] = "https://zh.wikipedia.org/wiki/سان";
|
|
|
235
235
|
Blockly.Msg["MATH_NUMBER_TOOLTIP"] = "بىر سان.";
|
|
236
236
|
Blockly.Msg["MATH_ONLIST_HELPURL"] = ""; // untranslated
|
|
237
237
|
Blockly.Msg["MATH_ONLIST_OPERATOR_AVERAGE"] = "جەدۋەل ئىچىدىكى ئوتتۇرىچە سان";
|
|
238
|
-
Blockly.Msg["MATH_ONLIST_OPERATOR_MAX"] = "
|
|
238
|
+
Blockly.Msg["MATH_ONLIST_OPERATOR_MAX"] = "جەدۋەلدىكى ئەڭ چوڭ قىممەت";
|
|
239
239
|
Blockly.Msg["MATH_ONLIST_OPERATOR_MEDIAN"] = "جەدۋەلدىكى ئوتتۇرا سان";
|
|
240
240
|
Blockly.Msg["MATH_ONLIST_OPERATOR_MIN"] = "جەدۋەل ئىچىدىكى ئەڭ كىچىك قىممەت";
|
|
241
|
-
Blockly.Msg["MATH_ONLIST_OPERATOR_MODE"] = "
|
|
241
|
+
Blockly.Msg["MATH_ONLIST_OPERATOR_MODE"] = "جەدۋەل ھالىتى";
|
|
242
242
|
Blockly.Msg["MATH_ONLIST_OPERATOR_RANDOM"] = "random item of list"; // untranslated
|
|
243
243
|
Blockly.Msg["MATH_ONLIST_OPERATOR_STD_DEV"] = "standard deviation of list"; // untranslated
|
|
244
244
|
Blockly.Msg["MATH_ONLIST_OPERATOR_SUM"] = "sum of list"; // untranslated
|
|
245
245
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_AVERAGE"] = "Return the average (arithmetic mean) of the numeric values in the list."; // untranslated
|
|
246
246
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_MAX"] = "Return the largest number in the list."; // untranslated
|
|
247
|
-
Blockly.Msg["MATH_ONLIST_TOOLTIP_MEDIAN"] = "
|
|
248
|
-
Blockly.Msg["MATH_ONLIST_TOOLTIP_MIN"] = "
|
|
247
|
+
Blockly.Msg["MATH_ONLIST_TOOLTIP_MEDIAN"] = "جەدۋەلدىكى ئوتتۇرا سانغا قايتىش";
|
|
248
|
+
Blockly.Msg["MATH_ONLIST_TOOLTIP_MIN"] = "جەدۋەلدىكى ئەڭ كىچىك سانغا قايتىش";
|
|
249
249
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_MODE"] = "Return a list of the most common item(s) in the list."; // untranslated
|
|
250
250
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_RANDOM"] = "Return a random element from the list."; // untranslated
|
|
251
251
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_STD_DEV"] = "Return the standard deviation of the list."; // untranslated
|
|
@@ -260,11 +260,11 @@ Blockly.Msg["MATH_RANDOM_INT_TOOLTIP"] = "Return a random integer between the tw
|
|
|
260
260
|
Blockly.Msg["MATH_ROUND_HELPURL"] = "https://zh.wikipedia.org/wiki/سانلىق قىممەت تۈزىتىش";
|
|
261
261
|
Blockly.Msg["MATH_ROUND_OPERATOR_ROUND"] = "تۆۋەنگە تارتىڭ";
|
|
262
262
|
Blockly.Msg["MATH_ROUND_OPERATOR_ROUNDDOWN"] = "تۆۋەنگە تارتىڭ";
|
|
263
|
-
Blockly.Msg["MATH_ROUND_OPERATOR_ROUNDUP"] = "
|
|
263
|
+
Blockly.Msg["MATH_ROUND_OPERATOR_ROUNDUP"] = "تۆۋەنگە تارتىڭ";
|
|
264
264
|
Blockly.Msg["MATH_ROUND_TOOLTIP"] = "Round a number up or down."; // untranslated
|
|
265
265
|
Blockly.Msg["MATH_SINGLE_HELPURL"] = "https://zh.wikipedia.org/wiki/كۋادرات يىلتىز";
|
|
266
266
|
Blockly.Msg["MATH_SINGLE_OP_ABSOLUTE"] = "مۇتلەق";
|
|
267
|
-
Blockly.Msg["MATH_SINGLE_OP_ROOT"] = "
|
|
267
|
+
Blockly.Msg["MATH_SINGLE_OP_ROOT"] = "كۋادرات يىلتىز";
|
|
268
268
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_ABS"] = "Return the absolute value of a number."; // untranslated
|
|
269
269
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_EXP"] = "Return e to the power of a number."; // untranslated
|
|
270
270
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_LN"] = "Return the natural logarithm of a number."; // untranslated
|
|
@@ -344,7 +344,7 @@ Blockly.Msg["TEXT_COUNT_HELPURL"] = "https://github.com/google/blockly/wiki/Text
|
|
|
344
344
|
Blockly.Msg["TEXT_COUNT_MESSAGE0"] = "count %1 in %2"; // untranslated
|
|
345
345
|
Blockly.Msg["TEXT_COUNT_TOOLTIP"] = "Count how many times some text occurs within some other text."; // untranslated
|
|
346
346
|
Blockly.Msg["TEXT_CREATE_JOIN_ITEM_TOOLTIP"] = "Add an item to the text."; // untranslated
|
|
347
|
-
Blockly.Msg["TEXT_CREATE_JOIN_TITLE_JOIN"] = "
|
|
347
|
+
Blockly.Msg["TEXT_CREATE_JOIN_TITLE_JOIN"] = "قوشۇش";
|
|
348
348
|
Blockly.Msg["TEXT_CREATE_JOIN_TOOLTIP"] = "Add, remove, or reorder sections to reconfigure this text block."; // untranslated
|
|
349
349
|
Blockly.Msg["TEXT_GET_SUBSTRING_END_FROM_END"] = "to letter # from end"; // untranslated
|
|
350
350
|
Blockly.Msg["TEXT_GET_SUBSTRING_END_FROM_START"] = "to letter #"; // 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"] = "ئىسم مەۋجۇت “%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"];
|
package/msg/uk.js
CHANGED
|
@@ -199,7 +199,7 @@ Blockly.Msg["LOGIC_TERNARY_CONDITION"] = "тест";
|
|
|
199
199
|
Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; // untranslated
|
|
200
200
|
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "якщо хибність";
|
|
201
201
|
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "якщо істина";
|
|
202
|
-
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Перевіряє умову в 'тест'. Якщо умова істинна, то повертає
|
|
202
|
+
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Перевіряє умову в 'тест'. Якщо умова істинна, то повертає значення 'якщо істина'; в іншому випадку повертає значення 'якщо хибність'.";
|
|
203
203
|
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
204
204
|
Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://uk.wikipedia.org/wiki/Арифметика";
|
|
205
205
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Повертає суму двох чисел.";
|
|
@@ -233,7 +233,7 @@ Blockly.Msg["MATH_MODULO_TOOLTIP"] = "Повертає остачу від ді
|
|
|
233
233
|
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL"] = "×"; // untranslated
|
|
234
234
|
Blockly.Msg["MATH_NUMBER_HELPURL"] = "https://uk.wikipedia.org/wiki/Число";
|
|
235
235
|
Blockly.Msg["MATH_NUMBER_TOOLTIP"] = "Число.";
|
|
236
|
-
Blockly.Msg["MATH_ONLIST_HELPURL"] = "
|
|
236
|
+
Blockly.Msg["MATH_ONLIST_HELPURL"] = "https://www.mapleprimes.com/questions/100441-Applying-Function-To-List-Of-Numbers";
|
|
237
237
|
Blockly.Msg["MATH_ONLIST_OPERATOR_AVERAGE"] = "середнє списку";
|
|
238
238
|
Blockly.Msg["MATH_ONLIST_OPERATOR_MAX"] = "максимум списку";
|
|
239
239
|
Blockly.Msg["MATH_ONLIST_OPERATOR_MEDIAN"] = "медіана списку";
|
|
@@ -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/ur.js
CHANGED
|
@@ -77,12 +77,12 @@ Blockly.Msg["DELETE_ALL_BLOCKS"] = "تمام%1 بلاکس کو حذف کریں؟
|
|
|
77
77
|
Blockly.Msg["DELETE_BLOCK"] = "حذف بلاک";
|
|
78
78
|
Blockly.Msg["DELETE_VARIABLE"] = "'٪ 1' متغیر کو حذف کریں";
|
|
79
79
|
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "%2 متغیر کے %1 استعمال کو حذف کریں؟";
|
|
80
|
-
Blockly.Msg["DELETE_X_BLOCKS"] = "
|
|
80
|
+
Blockly.Msg["DELETE_X_BLOCKS"] = "بلاکوں کو حذف کریں %1";
|
|
81
81
|
Blockly.Msg["DIALOG_CANCEL"] = "منسوخ";
|
|
82
82
|
Blockly.Msg["DIALOG_OK"] = "ٹھیک ہے";
|
|
83
83
|
Blockly.Msg["DISABLE_BLOCK"] = "بلاک کو غیرفعال کریں";
|
|
84
84
|
Blockly.Msg["DUPLICATE_BLOCK"] = "نقل";
|
|
85
|
-
Blockly.Msg["DUPLICATE_COMMENT"] = "
|
|
85
|
+
Blockly.Msg["DUPLICATE_COMMENT"] = "نقل تبصرہ";
|
|
86
86
|
Blockly.Msg["ENABLE_BLOCK"] = "بلاک کو فعال کریں";
|
|
87
87
|
Blockly.Msg["EXPAND_ALL"] = "بلاکوں میں توسیع کریں";
|
|
88
88
|
Blockly.Msg["EXPAND_BLOCK"] = "بلاک میں توسیع کریں";
|
|
@@ -155,7 +155,7 @@ Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_FIRST"] = "Inserts the item at the s
|
|
|
155
155
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_FROM"] = "Inserts the item at the specified position in a list."; // untranslated
|
|
156
156
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_LAST"] = "Append the item to the end of a list."; // untranslated
|
|
157
157
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_RANDOM"] = "Inserts the item randomly in a list."; // untranslated
|
|
158
|
-
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FIRST"] = "فہرست میں پہلا آئٹم
|
|
158
|
+
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FIRST"] = "فہرست میں پہلا آئٹم کا تعین کریں";
|
|
159
159
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FROM"] = "Sets the item at the specified position in a list."; // untranslated
|
|
160
160
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_LAST"] = "Sets the last item in a list."; // untranslated
|
|
161
161
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_RANDOM"] = "Sets a random item in a list."; // untranslated
|
|
@@ -291,7 +291,7 @@ Blockly.Msg["NEW_NUMBER_VARIABLE"] = "عدد متغیر بناییں";
|
|
|
291
291
|
Blockly.Msg["NEW_STRING_VARIABLE"] = "متغیر بنائیں String";
|
|
292
292
|
Blockly.Msg["NEW_VARIABLE"] = "متغیر بنائیں";
|
|
293
293
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "نیا ویریابل نام:";
|
|
294
|
-
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "
|
|
294
|
+
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "نئی متغیر قسم";
|
|
295
295
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
296
296
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "allow statements"; // untranslated
|
|
297
297
|
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "سمیت:";
|
|
@@ -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"] = "ایک متغیر نام %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"];
|
package/msg/uz.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"] = "'%1' nomli o'zgaruvchi mavjud.";
|
|
406
406
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "'%1' nomli o'zgaruvchi boshqa tur uchun allaqachon mavjud: '%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/vi.js
CHANGED
|
@@ -225,7 +225,7 @@ Blockly.Msg["MATH_IS_NEGATIVE"] = "là số âm";
|
|
|
225
225
|
Blockly.Msg["MATH_IS_ODD"] = "là số lẻ";
|
|
226
226
|
Blockly.Msg["MATH_IS_POSITIVE"] = "là số dương";
|
|
227
227
|
Blockly.Msg["MATH_IS_PRIME"] = "là số nguyên tố";
|
|
228
|
-
Blockly.Msg["MATH_IS_TOOLTIP"] = "Kiểm tra con số xem nó có phải là số chẵn, lẻ, nguyên tố, nguyên, dương, âm,
|
|
228
|
+
Blockly.Msg["MATH_IS_TOOLTIP"] = "Kiểm tra con số xem nó có phải là số chẵn, lẻ, nguyên tố, nguyên, dương, âm, hay xem nó có chia hết cho số đầu vào hay không. Hoàn trả đúng hay sai.";
|
|
229
229
|
Blockly.Msg["MATH_IS_WHOLE"] = "là số nguyên";
|
|
230
230
|
Blockly.Msg["MATH_MODULO_HELPURL"] = "https://en.wikipedia.org/wiki/Modulo_operation"; // untranslated
|
|
231
231
|
Blockly.Msg["MATH_MODULO_TITLE"] = "số dư của %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"] = "Đặt giá trị của biến này thành...";
|
|
405
405
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Một biến có tên '%1' đã tồn tại.";
|
|
406
406
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Giá trị '%1' đã tồn tại dưới dạng: '%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"] = "Không gian làm việc Blockly";
|
|
408
409
|
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Hãy nói gì đó...";
|
|
409
410
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
package/msg/xmf.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"] = "მათირეფონი ჯოხოთი '%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"];
|
package/msg/yo.js
CHANGED
|
@@ -199,7 +199,7 @@ Blockly.Msg["LOGIC_TERNARY_CONDITION"] = "idanwo";
|
|
|
199
199
|
Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; // untranslated
|
|
200
200
|
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "bi irọ";
|
|
201
201
|
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "bi otitọ";
|
|
202
|
-
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Ṣe ayewo ipo naa ni 'idanwo'. Bi ipo nab a je otito, Da pada 'bi otito' iye; bibẹẹkọ da pada
|
|
202
|
+
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Ṣe ayewo ipo naa ni 'idanwo'. Bi ipo nab a je otito, Da pada 'bi otito' iye; bibẹẹkọ da pada 'bi iro' iye.";
|
|
203
203
|
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
204
204
|
Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://yo.wikipedia.org/wiki/Ìṣírò";
|
|
205
205
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Da apapo awọn nọmba meji pada.";
|
|
@@ -404,6 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
|
|
|
404
404
|
Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Ṣeto oniruru yii lati je bakanna sii igbasilẹ.";
|
|
405
405
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Oniruuru ti a darukọ '%1' ti wa tẹlẹtẹlẹ.";
|
|
406
406
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Oniruuru ti a darukọ '%1' ti wa tẹlẹtẹlẹ fun iru miran: '%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"] = "Sọ nkankan...";
|
|
409
410
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
package/msg/yue.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/zgh.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/zh-hans.js
CHANGED
|
@@ -359,7 +359,7 @@ Blockly.Msg["TEXT_GET_SUBSTRING_TOOLTIP"] = "返回文本中指定的一部分
|
|
|
359
359
|
Blockly.Msg["TEXT_INDEXOF_HELPURL"] = "https://github.com/google/blockly/wiki/Text#finding-text"; // untranslated
|
|
360
360
|
Blockly.Msg["TEXT_INDEXOF_OPERATOR_FIRST"] = "寻找第一次出现的文本";
|
|
361
361
|
Blockly.Msg["TEXT_INDEXOF_OPERATOR_LAST"] = "寻找最后一次出现的文本";
|
|
362
|
-
Blockly.Msg["TEXT_INDEXOF_TITLE"] = "在文本 %1 里 %2
|
|
362
|
+
Blockly.Msg["TEXT_INDEXOF_TITLE"] = "在文本 %1 里 %2 %3";
|
|
363
363
|
Blockly.Msg["TEXT_INDEXOF_TOOLTIP"] = "返回第一个文本段在第二个文本段中的第一/最后一个匹配项的起始位置。如果未找到,则返回%1。";
|
|
364
364
|
Blockly.Msg["TEXT_ISEMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Text#checking-for-empty-text"; // untranslated
|
|
365
365
|
Blockly.Msg["TEXT_ISEMPTY_TITLE"] = "%1是空的";
|
|
@@ -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"] = "名为“%1”的变量已经作为参数存在于流程“%2”中。";
|
|
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/zh-hant.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"] = "已存在名為「%1」的變數,該變數作為程序「%2」的參數使用。";
|
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blockly",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.4.0-beta.0",
|
|
4
4
|
"description": "Blockly is a library for building visual programming editors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blockly"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"eslint": "^8.4.1",
|
|
41
41
|
"eslint-config-google": "^0.14.0",
|
|
42
42
|
"eslint-config-prettier": "^9.0.0",
|
|
43
|
-
"eslint-plugin-jsdoc": "^
|
|
43
|
+
"eslint-plugin-jsdoc": "^48.0.2",
|
|
44
44
|
"glob": "^10.3.4",
|
|
45
45
|
"google-closure-compiler": "^20230802.0.0",
|
|
46
46
|
"gulp": "^4.0.2",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"markdown-tables-to-json": "^0.1.7",
|
|
60
60
|
"mocha": "^10.0.0",
|
|
61
61
|
"patch-package": "^8.0.0",
|
|
62
|
-
"prettier": "3.1.
|
|
62
|
+
"prettier": "3.1.1",
|
|
63
63
|
"readline-sync": "^1.4.10",
|
|
64
64
|
"rimraf": "^5.0.0",
|
|
65
65
|
"typescript": "^5.0.2",
|
package/php.d.ts
CHANGED