blockly 13.0.0-beta.9 → 13.1.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/README.md +42 -16
- package/blockly.min.js +1100 -1037
- package/blockly_compressed.js +952 -923
- package/blockly_compressed.js.map +1 -1
- package/blocks_compressed.js +85 -85
- package/blocks_compressed.js.map +1 -1
- package/core/block.d.ts +0 -8
- package/core/block_aria_composer.d.ts +13 -2
- package/core/block_svg.d.ts +13 -1
- package/core/blockly.d.ts +0 -4
- package/core/component_manager.d.ts +2 -0
- package/core/dragging/block_drag_strategy.d.ts +7 -0
- package/core/dragging/dragger.d.ts +5 -0
- package/core/field.d.ts +8 -2
- package/core/field_checkbox.d.ts +0 -1
- package/core/field_dropdown.d.ts +1 -1
- package/core/field_input.d.ts +0 -6
- package/core/field_label.d.ts +1 -0
- package/core/field_textinput.d.ts +0 -1
- package/core/field_variable.d.ts +0 -1
- package/core/gesture.d.ts +0 -7
- package/core/inputs/input.d.ts +0 -1
- package/core/procedures.d.ts +0 -1
- package/core/rendered_connection.d.ts +6 -0
- package/core/shortcut_items.d.ts +42 -1
- package/core/toolbox/collapsible_category.d.ts +2 -0
- package/core/trashcan.d.ts +2 -8
- package/core/utils/aria.d.ts +2 -2
- package/core/variable_map.d.ts +0 -7
- package/core/variable_model.d.ts +0 -6
- package/core/workspace.d.ts +0 -1
- package/core/workspace_focus_target.d.ts +46 -0
- package/core/workspace_svg.d.ts +36 -4
- package/core/zoom_controls.d.ts +0 -46
- package/dart_compressed.js +25 -25
- package/javascript_compressed.js +27 -27
- package/lua_compressed.js +42 -42
- package/msg/ab.js +36 -2
- package/msg/ab.mjs +34 -0
- package/msg/ace.js +36 -2
- package/msg/ace.mjs +34 -0
- package/msg/af.js +36 -2
- package/msg/af.mjs +34 -0
- package/msg/am.js +36 -2
- package/msg/am.mjs +34 -0
- package/msg/ar.js +44 -10
- package/msg/ar.mjs +34 -0
- package/msg/ast.js +36 -2
- package/msg/ast.mjs +34 -0
- package/msg/az.js +36 -2
- package/msg/az.mjs +34 -0
- package/msg/ba.js +36 -2
- package/msg/ba.mjs +34 -0
- package/msg/bcc.js +36 -2
- package/msg/bcc.mjs +34 -0
- package/msg/be-tarask.js +36 -2
- package/msg/be-tarask.mjs +34 -0
- package/msg/be.js +36 -2
- package/msg/be.mjs +34 -0
- package/msg/bg.js +36 -2
- package/msg/bg.mjs +34 -0
- package/msg/bn.js +36 -2
- package/msg/bn.mjs +34 -0
- package/msg/br.js +36 -2
- package/msg/br.mjs +34 -0
- package/msg/bs.js +36 -2
- package/msg/bs.mjs +34 -0
- package/msg/ca.js +36 -2
- package/msg/ca.mjs +34 -0
- package/msg/ce.js +36 -2
- package/msg/ce.mjs +34 -0
- package/msg/cs.js +36 -2
- package/msg/cs.mjs +34 -0
- package/msg/{hak.js → csb.js} +173 -139
- package/msg/csb.mjs +676 -0
- package/msg/da.js +36 -2
- package/msg/da.mjs +34 -0
- package/msg/de.js +36 -2
- package/msg/de.mjs +34 -0
- package/msg/diq.js +36 -2
- package/msg/diq.mjs +34 -0
- package/msg/dtp.js +36 -2
- package/msg/dtp.mjs +34 -0
- package/msg/dty.js +36 -2
- package/msg/dty.mjs +34 -0
- package/msg/ee.js +36 -2
- package/msg/ee.mjs +34 -0
- package/msg/el.js +37 -3
- package/msg/el.mjs +34 -0
- package/msg/en-gb.js +36 -2
- package/msg/en-gb.mjs +34 -0
- package/msg/en.js +36 -2
- package/msg/en.mjs +34 -0
- package/msg/eo.js +36 -2
- package/msg/eo.mjs +34 -0
- package/msg/es.js +49 -15
- package/msg/es.mjs +34 -0
- package/msg/et.js +36 -2
- package/msg/et.mjs +34 -0
- package/msg/eu.js +36 -2
- package/msg/eu.mjs +34 -0
- package/msg/fa.js +36 -2
- package/msg/fa.mjs +34 -0
- package/msg/fi.js +36 -2
- package/msg/fi.mjs +34 -0
- package/msg/fo.js +36 -2
- package/msg/fo.mjs +34 -0
- package/msg/fr.js +39 -5
- package/msg/fr.mjs +34 -0
- package/msg/frr.js +36 -2
- package/msg/frr.mjs +34 -0
- package/msg/ga.js +238 -204
- package/msg/ga.mjs +34 -0
- package/msg/gl.js +243 -209
- package/msg/gl.mjs +34 -0
- package/msg/gn.js +36 -2
- package/msg/gn.mjs +34 -0
- package/msg/gor.js +36 -2
- package/msg/gor.mjs +34 -0
- package/msg/ha.js +36 -2
- package/msg/ha.mjs +34 -0
- package/msg/he.js +126 -92
- package/msg/he.mjs +34 -0
- package/msg/hi.js +36 -2
- package/msg/hi.mjs +34 -0
- package/msg/hr.js +36 -2
- package/msg/hr.mjs +34 -0
- package/msg/hrx.js +36 -2
- package/msg/hrx.mjs +34 -0
- package/msg/hsb.js +36 -2
- package/msg/hsb.mjs +34 -0
- package/msg/hu.js +46 -12
- package/msg/hu.mjs +34 -0
- package/msg/hy.js +36 -2
- package/msg/hy.mjs +34 -0
- package/msg/ia.js +135 -101
- package/msg/ia.mjs +34 -0
- package/msg/id.js +36 -2
- package/msg/id.mjs +34 -0
- package/msg/ig.js +36 -2
- package/msg/ig.mjs +34 -0
- package/msg/inh.js +36 -2
- package/msg/inh.mjs +34 -0
- package/msg/is.js +36 -2
- package/msg/is.mjs +34 -0
- package/msg/it.js +51 -17
- package/msg/it.mjs +34 -0
- package/msg/ja.js +39 -5
- package/msg/ja.mjs +34 -0
- package/msg/ka.js +36 -2
- package/msg/ka.mjs +34 -0
- package/msg/kab.js +36 -2
- package/msg/kab.mjs +34 -0
- package/msg/kbd-cyrl.js +36 -2
- package/msg/kbd-cyrl.mjs +34 -0
- package/msg/km.js +36 -2
- package/msg/km.mjs +34 -0
- package/msg/kn.js +36 -2
- package/msg/kn.mjs +34 -0
- package/msg/ko.js +335 -301
- package/msg/ko.mjs +34 -0
- package/msg/krc.js +36 -2
- package/msg/krc.mjs +34 -0
- package/msg/ksh.js +36 -2
- package/msg/ksh.mjs +34 -0
- package/msg/ku-latn.js +36 -2
- package/msg/ku-latn.mjs +34 -0
- package/msg/ky.js +36 -2
- package/msg/ky.mjs +34 -0
- package/msg/la.js +36 -2
- package/msg/la.mjs +34 -0
- package/msg/lb.js +37 -3
- package/msg/lb.mjs +34 -0
- package/msg/lki.js +36 -2
- package/msg/lki.mjs +34 -0
- package/msg/lo.js +36 -2
- package/msg/lo.mjs +34 -0
- package/msg/lrc.js +36 -2
- package/msg/lrc.mjs +34 -0
- package/msg/lt.js +36 -2
- package/msg/lt.mjs +34 -0
- package/msg/lv.js +36 -2
- package/msg/lv.mjs +34 -0
- package/msg/mg.js +36 -2
- package/msg/mg.mjs +34 -0
- package/msg/mk.js +36 -2
- package/msg/mk.mjs +34 -0
- package/msg/ml.js +36 -2
- package/msg/ml.mjs +34 -0
- package/msg/mnw.js +36 -2
- package/msg/mnw.mjs +34 -0
- package/msg/ms.js +36 -2
- package/msg/ms.mjs +34 -0
- package/msg/mt.js +695 -0
- package/msg/{hak.mjs → mt.mjs} +36 -2
- package/msg/my.js +36 -2
- package/msg/my.mjs +34 -0
- package/msg/mzn.js +36 -2
- package/msg/mzn.mjs +34 -0
- package/msg/nb.js +36 -2
- package/msg/nb.mjs +34 -0
- package/msg/ne.js +36 -2
- package/msg/ne.mjs +34 -0
- package/msg/nl.js +239 -205
- package/msg/nl.mjs +34 -0
- package/msg/oc.js +36 -2
- package/msg/oc.mjs +34 -0
- package/msg/olo.js +36 -2
- package/msg/olo.mjs +34 -0
- package/msg/pa.js +37 -3
- package/msg/pa.mjs +34 -0
- package/msg/pl.js +36 -2
- package/msg/pl.mjs +34 -0
- package/msg/pms.js +187 -153
- package/msg/pms.mjs +34 -0
- package/msg/ps.js +45 -11
- package/msg/ps.mjs +34 -0
- package/msg/pt-br.js +36 -2
- package/msg/pt-br.mjs +34 -0
- package/msg/pt.js +36 -2
- package/msg/pt.mjs +34 -0
- package/msg/ro.js +36 -2
- package/msg/ro.mjs +34 -0
- package/msg/ru.js +37 -3
- package/msg/ru.mjs +34 -0
- package/msg/sc.js +36 -2
- package/msg/sc.mjs +34 -0
- package/msg/sco.js +36 -2
- package/msg/sco.mjs +34 -0
- package/msg/sd.js +36 -2
- package/msg/sd.mjs +34 -0
- package/msg/shn.js +36 -2
- package/msg/shn.mjs +34 -0
- package/msg/si.js +36 -2
- package/msg/si.mjs +34 -0
- package/msg/sk.js +254 -220
- package/msg/sk.mjs +34 -0
- package/msg/skr-arab.js +36 -2
- package/msg/skr-arab.mjs +34 -0
- package/msg/sl.js +36 -2
- package/msg/sl.mjs +34 -0
- package/msg/smn.js +36 -2
- package/msg/smn.mjs +34 -0
- package/msg/sq.js +36 -2
- package/msg/sq.mjs +34 -0
- package/msg/sr-latn.js +36 -2
- package/msg/sr-latn.mjs +34 -0
- package/msg/sr.js +37 -3
- package/msg/sr.mjs +34 -0
- package/msg/sv.js +36 -2
- package/msg/sv.mjs +34 -0
- package/msg/sw.js +36 -2
- package/msg/sw.mjs +34 -0
- package/msg/ta.js +36 -2
- package/msg/ta.mjs +34 -0
- package/msg/tcy.js +36 -2
- package/msg/tcy.mjs +34 -0
- package/msg/tdd.js +36 -2
- package/msg/tdd.mjs +34 -0
- package/msg/te.js +36 -2
- package/msg/te.mjs +34 -0
- package/msg/th.js +36 -2
- package/msg/th.mjs +34 -0
- package/msg/ti.js +36 -2
- package/msg/ti.mjs +34 -0
- package/msg/tl.js +36 -2
- package/msg/tl.mjs +34 -0
- package/msg/tlh.js +36 -2
- package/msg/tlh.mjs +34 -0
- package/msg/tr.js +50 -16
- package/msg/tr.mjs +34 -0
- package/msg/ug-arab.js +36 -2
- package/msg/ug-arab.mjs +34 -0
- package/msg/uk.js +59 -25
- package/msg/uk.mjs +34 -0
- package/msg/ur.js +36 -2
- package/msg/ur.mjs +34 -0
- package/msg/uz.js +36 -2
- package/msg/uz.mjs +34 -0
- package/msg/vi.js +37 -3
- package/msg/vi.mjs +34 -0
- package/msg/xmf.js +36 -2
- package/msg/xmf.mjs +34 -0
- package/msg/yo.js +36 -2
- package/msg/yo.mjs +34 -0
- package/msg/zgh.js +36 -2
- package/msg/zgh.mjs +34 -0
- package/msg/zh-hans.js +67 -33
- package/msg/zh-hans.mjs +34 -0
- package/msg/zh-hant.js +36 -2
- package/msg/zh-hant.mjs +34 -0
- package/package.json +12 -12
- package/php_compressed.js +23 -23
- package/python_compressed.js +27 -27
package/msg/{hak.js → csb.js}
RENAMED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
var Blockly = Blockly || { Msg: Object.create(null) };
|
|
19
19
|
|
|
20
|
-
Blockly.Msg["ADD_COMMENT"] = "
|
|
20
|
+
Blockly.Msg["ADD_COMMENT"] = "Dodôj dopòwiesc";
|
|
21
21
|
Blockly.Msg["ALT_KEY"] = "Alt"; // untranslated
|
|
22
22
|
Blockly.Msg["ANNOUNCE_MOVE_AFTER"] = "Moving %1 after %2."; // untranslated
|
|
23
23
|
Blockly.Msg["ANNOUNCE_MOVE_AROUND"] = "Moving %1 around %2."; // untranslated
|
|
@@ -27,13 +27,27 @@ Blockly.Msg["ANNOUNCE_MOVE_INSIDE"] = "Moving %1 inside %2."; // untranslated
|
|
|
27
27
|
Blockly.Msg["ANNOUNCE_MOVE_OF"] = "%1 of %2"; // untranslated
|
|
28
28
|
Blockly.Msg["ANNOUNCE_MOVE_TO"] = "Moving %1 to %2."; // untranslated
|
|
29
29
|
Blockly.Msg["ANNOUNCE_MOVE_WORKSPACE"] = "Moving %1 on workspace."; // untranslated
|
|
30
|
+
Blockly.Msg["ARIA_LABEL_ADD_ELSE_IF"] = "Add else if"; // untranslated
|
|
31
|
+
Blockly.Msg["ARIA_LABEL_ADD_INPUT"] = "Add input"; // untranslated
|
|
32
|
+
Blockly.Msg["ARIA_LABEL_ADD_LIST_ITEM"] = "Add list item"; // untranslated
|
|
33
|
+
Blockly.Msg["ARIA_LABEL_ADD_TEXT"] = "Add text"; // untranslated
|
|
30
34
|
Blockly.Msg["ARIA_LABEL_BUTTON"] = "button"; // untranslated
|
|
31
35
|
Blockly.Msg["ARIA_LABEL_COMMENT"] = "Comment"; // untranslated
|
|
32
36
|
Blockly.Msg["ARIA_LABEL_COMMENT_COLLAPSE"] = "Collapse Comment"; // untranslated
|
|
33
37
|
Blockly.Msg["ARIA_LABEL_COMMENT_EXPAND"] = "Expand Comment"; // untranslated
|
|
38
|
+
Blockly.Msg["ARIA_LABEL_FIELD_ANGLE"] = "%1 degrees"; // untranslated
|
|
34
39
|
Blockly.Msg["ARIA_LABEL_HEADING"] = "heading"; // untranslated
|
|
40
|
+
Blockly.Msg["ARIA_LABEL_REMOVE_ELSE_IF"] = "Remove else if"; // untranslated
|
|
41
|
+
Blockly.Msg["ARIA_LABEL_REMOVE_INPUT"] = "Remove input"; // untranslated
|
|
42
|
+
Blockly.Msg["ARIA_LABEL_REMOVE_LIST_ITEM"] = "Remove list item"; // untranslated
|
|
43
|
+
Blockly.Msg["ARIA_LABEL_REMOVE_TEXT"] = "Remove text"; // untranslated
|
|
44
|
+
Blockly.Msg["ARIA_TYPE_FIELD_ANGLE"] = "angle"; // untranslated
|
|
45
|
+
Blockly.Msg["ARIA_TYPE_FIELD_BITMAP"] = "pixel image"; // untranslated
|
|
35
46
|
Blockly.Msg["ARIA_TYPE_FIELD_CHECKBOX"] = "checkbox"; // untranslated
|
|
47
|
+
Blockly.Msg["ARIA_TYPE_FIELD_COLOUR"] = "color"; // untranslated
|
|
48
|
+
Blockly.Msg["ARIA_TYPE_FIELD_DATE"] = "date"; // untranslated
|
|
36
49
|
Blockly.Msg["ARIA_TYPE_FIELD_DROPDOWN"] = "dropdown"; // untranslated
|
|
50
|
+
Blockly.Msg["ARIA_TYPE_FIELD_GRID"] = "grid dropdown"; // untranslated
|
|
37
51
|
Blockly.Msg["ARIA_TYPE_FIELD_IMAGE"] = "image"; // untranslated
|
|
38
52
|
Blockly.Msg["ARIA_TYPE_FIELD_INPUT"] = "input"; // untranslated
|
|
39
53
|
Blockly.Msg["ARIA_TYPE_FIELD_NUMBER"] = "number"; // untranslated
|
|
@@ -57,96 +71,104 @@ Blockly.Msg["BLOCK_LABEL_VALUE"] = "value"; // untranslated
|
|
|
57
71
|
Blockly.Msg["BUBBLE_LABEL_COMMENT"] = "Comment: %1"; // untranslated
|
|
58
72
|
Blockly.Msg["BUBBLE_LABEL_DEFAULT"] = "Bubble"; // untranslated
|
|
59
73
|
Blockly.Msg["BUBBLE_LABEL_WARNING"] = "Warning: %1"; // untranslated
|
|
60
|
-
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "
|
|
74
|
+
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Ni mòże rëmnąc zmiennej '%1', bò je partã definicji fùnkcji '%2'";
|
|
61
75
|
Blockly.Msg["CAPS_LOCK_KEY"] = "Caps Lock"; // untranslated
|
|
62
|
-
Blockly.Msg["CHANGE_VALUE_TITLE"] = "
|
|
76
|
+
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Zjinaczë wôrtnotã:";
|
|
63
77
|
Blockly.Msg["CHROME_OS"] = "ChromeOS"; // untranslated
|
|
64
|
-
Blockly.Msg["CLEAN_UP"] = "
|
|
65
|
-
Blockly.Msg["CLOSE"] = "
|
|
78
|
+
Blockly.Msg["CLEAN_UP"] = "Ùpòrządkùjë bloczi";
|
|
79
|
+
Blockly.Msg["CLOSE"] = "Zamkni";
|
|
80
|
+
Blockly.Msg["CLOSE_BACKPACK"] = "Close backpack"; // untranslated
|
|
66
81
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
|
|
67
|
-
Blockly.Msg["COLLAPSE_ALL"] = "
|
|
68
|
-
Blockly.Msg["COLLAPSE_BLOCK"] = "
|
|
69
|
-
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "
|
|
70
|
-
Blockly.Msg["COLOUR_BLEND_COLOUR2"] = "
|
|
82
|
+
Blockly.Msg["COLLAPSE_ALL"] = "Zwinie bloczi";
|
|
83
|
+
Blockly.Msg["COLLAPSE_BLOCK"] = "Zwinie blok";
|
|
84
|
+
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "farwa 1";
|
|
85
|
+
Blockly.Msg["COLOUR_BLEND_COLOUR2"] = "farwa 2";
|
|
71
86
|
Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-blend/#:::rgbp"; // untranslated
|
|
72
|
-
Blockly.Msg["COLOUR_BLEND_RATIO"] = "
|
|
73
|
-
Blockly.Msg["COLOUR_BLEND_TITLE"] = "
|
|
74
|
-
Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "
|
|
87
|
+
Blockly.Msg["COLOUR_BLEND_RATIO"] = "propòrcjô";
|
|
88
|
+
Blockly.Msg["COLOUR_BLEND_TITLE"] = "mieszôj";
|
|
89
|
+
Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "Miészô dwa farwë w proporcji (0.0 - 1.0).";
|
|
75
90
|
Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://en.wikipedia.org/wiki/Color"; // untranslated
|
|
76
|
-
Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "
|
|
91
|
+
Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "Wëbierzë farwã z paletë.";
|
|
77
92
|
Blockly.Msg["COLOUR_RANDOM_HELPURL"] = "http://randomcolour.com"; // untranslated
|
|
78
|
-
Blockly.Msg["COLOUR_RANDOM_TITLE"] = "
|
|
79
|
-
Blockly.Msg["COLOUR_RANDOM_TOOLTIP"] = "
|
|
80
|
-
Blockly.Msg["COLOUR_RGB_BLUE"] = "
|
|
81
|
-
Blockly.Msg["COLOUR_RGB_GREEN"] = "
|
|
93
|
+
Blockly.Msg["COLOUR_RANDOM_TITLE"] = "przëtrôfkòwô farwa";
|
|
94
|
+
Blockly.Msg["COLOUR_RANDOM_TOOLTIP"] = "Wëbierzë przëtrôfkówą farwã.";
|
|
95
|
+
Blockly.Msg["COLOUR_RGB_BLUE"] = "mòdrô";
|
|
96
|
+
Blockly.Msg["COLOUR_RGB_GREEN"] = "zelonô";
|
|
82
97
|
Blockly.Msg["COLOUR_RGB_HELPURL"] = "https://www.december.com/html/spec/colorpercompact.html"; // untranslated
|
|
83
|
-
Blockly.Msg["COLOUR_RGB_RED"] = "
|
|
84
|
-
Blockly.Msg["COLOUR_RGB_TITLE"] = "
|
|
85
|
-
Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "
|
|
98
|
+
Blockly.Msg["COLOUR_RGB_RED"] = "czerwionô";
|
|
99
|
+
Blockly.Msg["COLOUR_RGB_TITLE"] = "farwa z";
|
|
100
|
+
Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "Ùsôdzë farwa skłôdającë sã z pòdóny jiloscë czerwieni, zeleni ë mòdrzi. Òbrëmienié wôrtnotë: 0 do 100.";
|
|
86
101
|
Blockly.Msg["COMMAND_KEY"] = "Command"; // untranslated
|
|
87
102
|
Blockly.Msg["CONTEXT_MENU_KEY"] = "≣ Menu"; // untranslated
|
|
88
103
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Loops#loop-termination-blocks"; // untranslated
|
|
89
|
-
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "
|
|
90
|
-
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "
|
|
91
|
-
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_BREAK"] = "
|
|
92
|
-
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_CONTINUE"] = "
|
|
93
|
-
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_WARNING"] = "
|
|
104
|
+
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "przerwi zôdzerzgã";
|
|
105
|
+
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "biéj do nôslédny iteracji";
|
|
106
|
+
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_BREAK"] = "Przerwë dzejanié zôdzerzdżi.";
|
|
107
|
+
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_CONTINUE"] = "Pòmini négã nôwrotu a kòntinuùj w pòsobny iteracji.";
|
|
108
|
+
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_WARNING"] = "Bôczënk: Nen klock mòże bëc brëkòwóny leno bënë nôwrotu.";
|
|
94
109
|
Blockly.Msg["CONTROLS_FOREACH_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Loops#for-each"; // untranslated
|
|
95
|
-
Blockly.Msg["CONTROLS_FOREACH_TITLE"] = "
|
|
96
|
-
Blockly.Msg["CONTROLS_FOREACH_TOOLTIP"] = "
|
|
110
|
+
Blockly.Msg["CONTROLS_FOREACH_TITLE"] = "dlô kòżdegò elementu %1 lëstë %2";
|
|
111
|
+
Blockly.Msg["CONTROLS_FOREACH_TOOLTIP"] = "Dlô kòżdegò elementu z lëstë %1 przëpiszë jegò wôrtnotã zmienny ë zrëszë zadóné instrukcje.";
|
|
97
112
|
Blockly.Msg["CONTROLS_FOR_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Loops#count-with"; // untranslated
|
|
98
|
-
Blockly.Msg["CONTROLS_FOR_TITLE"] = "
|
|
99
|
-
Blockly.Msg["CONTROLS_FOR_TOOLTIP"] = "
|
|
100
|
-
Blockly.Msg["CONTROLS_IF_ELSEIF_TOOLTIP"] = "
|
|
101
|
-
Blockly.Msg["CONTROLS_IF_ELSE_TOOLTIP"] = "
|
|
113
|
+
Blockly.Msg["CONTROLS_FOR_TITLE"] = "liczë z %1 òd %2 do %3 co %4 (wôrtnota krokù)";
|
|
114
|
+
Blockly.Msg["CONTROLS_FOR_TOOLTIP"] = "Zmienny '%1' przëpisëje wôrtnotë z pòdónégò zakresu z pòdónym skòką ë zrëszë zadóné bloczi.";
|
|
115
|
+
Blockly.Msg["CONTROLS_IF_ELSEIF_TOOLTIP"] = "Dodôj zastrzégã do klocka „jeżlë”.";
|
|
116
|
+
Blockly.Msg["CONTROLS_IF_ELSE_TOOLTIP"] = "Dodôj slédny wiedno prôwdzëwi zastrzégã do klocka „jeżlë”.";
|
|
102
117
|
Blockly.Msg["CONTROLS_IF_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/IfElse"; // untranslated
|
|
103
|
-
Blockly.Msg["CONTROLS_IF_IF_TOOLTIP"] = "
|
|
104
|
-
Blockly.Msg["CONTROLS_IF_MSG_ELSE"] = "
|
|
105
|
-
Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"] = "
|
|
106
|
-
Blockly.Msg["CONTROLS_IF_MSG_IF"] = "
|
|
107
|
-
Blockly.Msg["CONTROLS_IF_TOOLTIP_1"] = "
|
|
108
|
-
Blockly.Msg["CONTROLS_IF_TOOLTIP_2"] = "
|
|
109
|
-
Blockly.Msg["CONTROLS_IF_TOOLTIP_3"] = "
|
|
110
|
-
Blockly.Msg["CONTROLS_IF_TOOLTIP_4"] = "
|
|
118
|
+
Blockly.Msg["CONTROLS_IF_IF_TOOLTIP"] = "Dodôj, rëmôj abò zmieni pòsobicë dzejnotë, żebë zjinaczowac nen klock „jeżlë”.";
|
|
119
|
+
Blockly.Msg["CONTROLS_IF_MSG_ELSE"] = "w procëmnym razu";
|
|
120
|
+
Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"] = "w procëmnym razu, jeżlë";
|
|
121
|
+
Blockly.Msg["CONTROLS_IF_MSG_IF"] = "jeżlë";
|
|
122
|
+
Blockly.Msg["CONTROLS_IF_TOOLTIP_1"] = "Jeżlë warënk je spełniony, szlëgni zadóné czinnoscë.";
|
|
123
|
+
Blockly.Msg["CONTROLS_IF_TOOLTIP_2"] = "Jeżlë warënk je spełniony, szlëgni pierszi blok instrukcjów. W procëmnym razu, szlëgni drëdżi blok instrukcjów.";
|
|
124
|
+
Blockly.Msg["CONTROLS_IF_TOOLTIP_3"] = "Jeżlë pierszi warënk je spełniony, szlëgni pierszi blok instrukcjów. W procëmnym razu, jeżlë drëdżi warënk je spełniony, szlëgni drëdżi blok instrukcjów.";
|
|
125
|
+
Blockly.Msg["CONTROLS_IF_TOOLTIP_4"] = "Jeżlë pierszi warënk je spełniony, szlëgni pierszi blok czinnoscy. W procëmnym razu, jeżlë drëdżi warënk je spełniony, szlëgni drëdżi blok czinnoscy. Jeżlë niżóden z warënków nie òstónie spełniony, szlëgni slédny blok czinnoscy.";
|
|
111
126
|
Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://en.wikipedia.org/wiki/For_loop"; // untranslated
|
|
112
|
-
Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "
|
|
113
|
-
Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "
|
|
114
|
-
Blockly.Msg["CONTROLS_REPEAT_TOOLTIP"] = "
|
|
127
|
+
Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "zrëszë";
|
|
128
|
+
Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "pòwtórzë %1 razë";
|
|
129
|
+
Blockly.Msg["CONTROLS_REPEAT_TOOLTIP"] = "Zrëszë niechtërné instrukcje czile razë.";
|
|
115
130
|
Blockly.Msg["CONTROLS_WHILEUNTIL_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Loops#repeat"; // untranslated
|
|
116
|
-
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "
|
|
117
|
-
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "
|
|
118
|
-
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "
|
|
119
|
-
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "
|
|
131
|
+
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "pòwtórzë jaż do";
|
|
132
|
+
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "pòwtórzë dopóczi";
|
|
133
|
+
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "Dopóczi wërażenié je falszëwé, zrëszë zadóné òperacje.";
|
|
134
|
+
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "Dopóczi wërażenié je prôwdzëwé, zrëszë zadóné òperacje.";
|
|
120
135
|
Blockly.Msg["CONTROL_KEY"] = "Control"; // untranslated
|
|
136
|
+
Blockly.Msg["COPY_ALL_TO_BACKPACK"] = "Copy All Blocks to Backpack"; // untranslated
|
|
121
137
|
Blockly.Msg["COPY_SHORTCUT"] = "Copy"; // untranslated
|
|
138
|
+
Blockly.Msg["COPY_TO_BACKPACK"] = "Copy to Backpack"; // untranslated
|
|
122
139
|
Blockly.Msg["CURRENT_BLOCK_ANNOUNCEMENT"] = "Current block: %1"; // untranslated
|
|
123
140
|
Blockly.Msg["CUT_SHORTCUT"] = "Cut"; // untranslated
|
|
124
|
-
Blockly.Msg["DELETE_ALL_BLOCKS"] = "
|
|
125
|
-
Blockly.Msg["DELETE_BLOCK"] = "
|
|
141
|
+
Blockly.Msg["DELETE_ALL_BLOCKS"] = "Rëmôj wszëtczé %1 bloczi(ków)?";
|
|
142
|
+
Blockly.Msg["DELETE_BLOCK"] = "Rëmôj blok";
|
|
126
143
|
Blockly.Msg["DELETE_KEY"] = "Delete"; // untranslated
|
|
127
|
-
Blockly.Msg["DELETE_VARIABLE"] = "
|
|
128
|
-
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "
|
|
129
|
-
Blockly.Msg["DELETE_X_BLOCKS"] = "
|
|
130
|
-
Blockly.Msg["DIALOG_CANCEL"] = "
|
|
131
|
-
Blockly.Msg["DIALOG_OK"] = "
|
|
132
|
-
Blockly.Msg["DISABLE_BLOCK"] = "
|
|
133
|
-
Blockly.Msg["DUPLICATE_BLOCK"] = "
|
|
134
|
-
Blockly.Msg["DUPLICATE_COMMENT"] = "
|
|
144
|
+
Blockly.Msg["DELETE_VARIABLE"] = "Rëmôj zmienną '%1'";
|
|
145
|
+
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Rëmnąc %1 wëstãpień zmiennej '%2'?";
|
|
146
|
+
Blockly.Msg["DELETE_X_BLOCKS"] = "Rëmôj %1 blok(czi)";
|
|
147
|
+
Blockly.Msg["DIALOG_CANCEL"] = "Cancel"; // untranslated
|
|
148
|
+
Blockly.Msg["DIALOG_OK"] = "OK"; // untranslated
|
|
149
|
+
Blockly.Msg["DISABLE_BLOCK"] = "Wëłączë blok";
|
|
150
|
+
Blockly.Msg["DUPLICATE_BLOCK"] = "Pòwielë";
|
|
151
|
+
Blockly.Msg["DUPLICATE_COMMENT"] = "Zduplowóny kòmentôrz";
|
|
135
152
|
Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Edit Block contents"; // untranslated
|
|
136
|
-
Blockly.Msg["
|
|
153
|
+
Blockly.Msg["EMPTY_BACKPACK"] = "Empty Backpack"; // untranslated
|
|
154
|
+
Blockly.Msg["ENABLE_BLOCK"] = "Włączë blok";
|
|
137
155
|
Blockly.Msg["END_KEY"] = "End"; // untranslated
|
|
138
156
|
Blockly.Msg["ENTER_KEY"] = "Enter"; // untranslated
|
|
139
157
|
Blockly.Msg["ESCAPE"] = "Escape"; // untranslated
|
|
140
|
-
Blockly.Msg["EXPAND_ALL"] = "
|
|
141
|
-
Blockly.Msg["EXPAND_BLOCK"] = "
|
|
142
|
-
Blockly.Msg["EXTERNAL_INPUTS"] = "
|
|
158
|
+
Blockly.Msg["EXPAND_ALL"] = "Rozwinie bloczi";
|
|
159
|
+
Blockly.Msg["EXPAND_BLOCK"] = "Rozwinie blok";
|
|
160
|
+
Blockly.Msg["EXTERNAL_INPUTS"] = "Bùtnowé weńdzenia";
|
|
161
|
+
Blockly.Msg["FIELD_BITMAP_BUTTON_LABEL_CLEAR"] = "Clear"; // untranslated
|
|
162
|
+
Blockly.Msg["FIELD_BITMAP_BUTTON_LABEL_RANDOMIZE"] = "Randomize"; // untranslated
|
|
143
163
|
Blockly.Msg["FIELD_LABEL_CHECKBOX_CHECKED"] = "Checked"; // untranslated
|
|
144
164
|
Blockly.Msg["FIELD_LABEL_CHECKBOX_UNCHECKED"] = "Not checked"; // untranslated
|
|
145
165
|
Blockly.Msg["FIELD_LABEL_EDIT_PREFIX"] = "Edit %1"; // untranslated
|
|
146
166
|
Blockly.Msg["FIELD_LABEL_EMPTY"] = "empty"; // untranslated
|
|
147
167
|
Blockly.Msg["FIELD_LABEL_OPTION_INDEX"] = "Option %1"; // untranslated
|
|
148
168
|
Blockly.Msg["FIELD_LABEL_VARIABLE"] = "Variable '%1'"; // untranslated
|
|
149
|
-
Blockly.Msg["
|
|
169
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_FINISH_EDITING"] = "Finish editing"; // untranslated
|
|
170
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_NEW_LINE"] = "New line"; // untranslated
|
|
171
|
+
Blockly.Msg["HELP"] = "Pòmòc";
|
|
150
172
|
Blockly.Msg["HELP_PROMPT"] = "Press %1 for help on keyboard controls."; // untranslated
|
|
151
173
|
Blockly.Msg["HOME_KEY"] = "Home"; // untranslated
|
|
152
174
|
Blockly.Msg["ICON_LABEL_COMMENT_CLOSED"] = "Open Comment"; // untranslated
|
|
@@ -156,7 +178,7 @@ Blockly.Msg["ICON_LABEL_MUTATOR_CLOSED"] = "Edit this block"; // untranslated
|
|
|
156
178
|
Blockly.Msg["ICON_LABEL_MUTATOR_OPEN"] = "Close block editor"; // untranslated
|
|
157
179
|
Blockly.Msg["ICON_LABEL_WARNING_CLOSED"] = "Open Warning"; // untranslated
|
|
158
180
|
Blockly.Msg["ICON_LABEL_WARNING_OPEN"] = "Close Warning"; // untranslated
|
|
159
|
-
Blockly.Msg["INLINE_INPUTS"] = "
|
|
181
|
+
Blockly.Msg["INLINE_INPUTS"] = "Wbùdowóné weńdzenia";
|
|
160
182
|
Blockly.Msg["INPUT_LABEL_CONDITION"] = "condition"; // untranslated
|
|
161
183
|
Blockly.Msg["INPUT_LABEL_CONDITION_A"] = "first condition"; // untranslated
|
|
162
184
|
Blockly.Msg["INPUT_LABEL_CONDITION_B"] = "second condition"; // untranslated
|
|
@@ -302,42 +324,42 @@ Blockly.Msg["LISTS_SPLIT_TEXT_FROM_LIST"] = "make text from list"; // untransla
|
|
|
302
324
|
Blockly.Msg["LISTS_SPLIT_TOOLTIP_JOIN"] = "Join a list of texts into one text, separated by a delimiter."; // untranslated
|
|
303
325
|
Blockly.Msg["LISTS_SPLIT_TOOLTIP_SPLIT"] = "Split text into a list of texts, breaking at each delimiter."; // untranslated
|
|
304
326
|
Blockly.Msg["LISTS_SPLIT_WITH_DELIMITER"] = "with delimiter"; // untranslated
|
|
305
|
-
Blockly.Msg["LOGIC_BOOLEAN_FALSE"] = "
|
|
327
|
+
Blockly.Msg["LOGIC_BOOLEAN_FALSE"] = "falszëwi";
|
|
306
328
|
Blockly.Msg["LOGIC_BOOLEAN_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Logic#values"; // untranslated
|
|
307
|
-
Blockly.Msg["LOGIC_BOOLEAN_TOOLTIP"] = "
|
|
308
|
-
Blockly.Msg["LOGIC_BOOLEAN_TRUE"] = "
|
|
309
|
-
Blockly.Msg["LOGIC_COMPARE_EQ_ARIA"] = "
|
|
310
|
-
Blockly.Msg["LOGIC_COMPARE_GTE_ARIA"] = "
|
|
311
|
-
Blockly.Msg["LOGIC_COMPARE_GT_ARIA"] = "
|
|
329
|
+
Blockly.Msg["LOGIC_BOOLEAN_TOOLTIP"] = "Zwracô \"prôwda\" abò \"falszëwi\".";
|
|
330
|
+
Blockly.Msg["LOGIC_BOOLEAN_TRUE"] = "prôwda";
|
|
331
|
+
Blockly.Msg["LOGIC_COMPARE_EQ_ARIA"] = "równô sã";
|
|
332
|
+
Blockly.Msg["LOGIC_COMPARE_GTE_ARIA"] = "wiãkszi abò równy";
|
|
333
|
+
Blockly.Msg["LOGIC_COMPARE_GT_ARIA"] = "wiãkszi jak";
|
|
312
334
|
Blockly.Msg["LOGIC_COMPARE_HELPURL"] = "https://en.wikipedia.org/wiki/Inequality_(mathematics)"; // untranslated
|
|
313
|
-
Blockly.Msg["LOGIC_COMPARE_LTE_ARIA"] = "
|
|
314
|
-
Blockly.Msg["LOGIC_COMPARE_LT_ARIA"] = "
|
|
315
|
-
Blockly.Msg["LOGIC_COMPARE_NEQ_ARIA"] = "
|
|
316
|
-
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_EQ"] = "
|
|
317
|
-
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GT"] = "
|
|
318
|
-
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GTE"] = "
|
|
319
|
-
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LT"] = "
|
|
320
|
-
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LTE"] = "
|
|
321
|
-
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_NEQ"] = "
|
|
335
|
+
Blockly.Msg["LOGIC_COMPARE_LTE_ARIA"] = "mniészi abò równy";
|
|
336
|
+
Blockly.Msg["LOGIC_COMPARE_LT_ARIA"] = "mni jak";
|
|
337
|
+
Blockly.Msg["LOGIC_COMPARE_NEQ_ARIA"] = "nie je równy";
|
|
338
|
+
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_EQ"] = "Zwracô \"prôwda\", jeżlë wéńdzeniô są juwerno.";
|
|
339
|
+
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GT"] = "Zwracô \"prôwda\", jeżlë pierszé wéńdzenié je wiãkszé òd drëdżégò.";
|
|
340
|
+
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GTE"] = "Zwracô \"prôwda\", jeżlë pierszé wéńdzenié je wiãkszé abò równé drëdżémù.";
|
|
341
|
+
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LT"] = "Zwracô \"prôwda\", jeżlë pierszé wéńdzenié je mniészé òd drëdżégò.";
|
|
342
|
+
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LTE"] = "Zwracô \"prôwda\", jeżlë pierszé wéńdzenié je mniészé abò równé drëdżémù.";
|
|
343
|
+
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_NEQ"] = "Zwracô \"prôwda\", jeżlë wéńdzeniô nie są juwerno.";
|
|
322
344
|
Blockly.Msg["LOGIC_NEGATE_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Logic#not"; // untranslated
|
|
323
|
-
Blockly.Msg["LOGIC_NEGATE_TITLE"] = "
|
|
324
|
-
Blockly.Msg["LOGIC_NEGATE_TOOLTIP"] = "
|
|
325
|
-
Blockly.Msg["LOGIC_NULL"] = "
|
|
345
|
+
Blockly.Msg["LOGIC_NEGATE_TITLE"] = "nié %1";
|
|
346
|
+
Blockly.Msg["LOGIC_NEGATE_TOOLTIP"] = "Zwracô \"prôwda\", jeżlë wéńdzeniù je \"falszëwi\". Zwracô \"falszëwi\", jeżlë na wéńdzeniù je \"prôwda\".";
|
|
347
|
+
Blockly.Msg["LOGIC_NULL"] = "nick";
|
|
326
348
|
Blockly.Msg["LOGIC_NULL_HELPURL"] = "https://en.wikipedia.org/wiki/Nullable_type"; // untranslated
|
|
327
|
-
Blockly.Msg["LOGIC_NULL_TOOLTIP"] = "
|
|
328
|
-
Blockly.Msg["LOGIC_OPERATION_AND"] = "
|
|
349
|
+
Blockly.Msg["LOGIC_NULL_TOOLTIP"] = "Zwracô nick.";
|
|
350
|
+
Blockly.Msg["LOGIC_OPERATION_AND"] = "ë";
|
|
329
351
|
Blockly.Msg["LOGIC_OPERATION_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Logic#logical-operations"; // untranslated
|
|
330
|
-
Blockly.Msg["LOGIC_OPERATION_OR"] = "
|
|
331
|
-
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_AND"] = "
|
|
332
|
-
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_OR"] = "
|
|
333
|
-
Blockly.Msg["LOGIC_TERNARY_CONDITION"] = "test";
|
|
352
|
+
Blockly.Msg["LOGIC_OPERATION_OR"] = "abò";
|
|
353
|
+
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_AND"] = "Zwracô \"prôwda\" jeżlë na òbëdwùch wéńdzeniach je \"prôwda\".";
|
|
354
|
+
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_OR"] = "Zwracô \"prôwda\" jeżlë conômni na jedurny wéńdzeniù je \"prôwda\".";
|
|
355
|
+
Blockly.Msg["LOGIC_TERNARY_CONDITION"] = "test";
|
|
334
356
|
Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; // untranslated
|
|
335
|
-
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "
|
|
336
|
-
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "
|
|
337
|
-
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "
|
|
357
|
+
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "jeżlë falszëwi";
|
|
358
|
+
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "jeżlë prôwda";
|
|
359
|
+
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Sprôwdzë zastrzédżã w „test”. Jeżlë zastrzéga je prôwdzëwi, to zwarcë „jeżlë prôwda”; jeżlë nie je prôwdzëwi to zwarcë „jeżlë falszëwi”.";
|
|
338
360
|
Blockly.Msg["MAC_OS"] = "macOS"; // untranslated
|
|
339
361
|
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
340
|
-
Blockly.Msg["MATH_ADDITION_SYMBOL_ARIA"] = "plus";
|
|
362
|
+
Blockly.Msg["MATH_ADDITION_SYMBOL_ARIA"] = "plus";
|
|
341
363
|
Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://en.wikipedia.org/wiki/Arithmetic"; // untranslated
|
|
342
364
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Return the sum of the two numbers."; // untranslated
|
|
343
365
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_DIVIDE"] = "Return the quotient of the two numbers."; // untranslated
|
|
@@ -350,19 +372,19 @@ Blockly.Msg["MATH_ATAN2_TOOLTIP"] = "Return the arctangent of point (X, Y) in de
|
|
|
350
372
|
Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter"; // untranslated
|
|
351
373
|
Blockly.Msg["MATH_CHANGE_TITLE"] = "change %1 by %2"; // untranslated
|
|
352
374
|
Blockly.Msg["MATH_CHANGE_TOOLTIP"] = "Add a number to variable '%1'."; // untranslated
|
|
353
|
-
Blockly.Msg["MATH_CONSTANT_E_ARIA"] = "e";
|
|
354
|
-
Blockly.Msg["MATH_CONSTANT_GOLDEN_RATIO_ARIA"] = "
|
|
375
|
+
Blockly.Msg["MATH_CONSTANT_E_ARIA"] = "wielëna e";
|
|
376
|
+
Blockly.Msg["MATH_CONSTANT_GOLDEN_RATIO_ARIA"] = "złoti pòdzôł";
|
|
355
377
|
Blockly.Msg["MATH_CONSTANT_HELPURL"] = "https://en.wikipedia.org/wiki/Mathematical_constant"; // untranslated
|
|
356
|
-
Blockly.Msg["MATH_CONSTANT_INFINITY_ARIA"] = "
|
|
357
|
-
Blockly.Msg["MATH_CONSTANT_PI_ARIA"] = "pi";
|
|
358
|
-
Blockly.Msg["MATH_CONSTANT_SQRT1_2_ARIA"] = "
|
|
359
|
-
Blockly.Msg["MATH_CONSTANT_SQRT2_ARIA"] = "
|
|
378
|
+
Blockly.Msg["MATH_CONSTANT_INFINITY_ARIA"] = "bezkùńc";
|
|
379
|
+
Blockly.Msg["MATH_CONSTANT_PI_ARIA"] = "wielëna pi";
|
|
380
|
+
Blockly.Msg["MATH_CONSTANT_SQRT1_2_ARIA"] = "kwadratny pierwiôstk z 1 bez 2";
|
|
381
|
+
Blockly.Msg["MATH_CONSTANT_SQRT2_ARIA"] = "kwadratny pierwiôstk z 2";
|
|
360
382
|
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
|
|
361
383
|
Blockly.Msg["MATH_CONSTRAIN_HELPURL"] = "https://en.wikipedia.org/wiki/Clamping_(graphics)"; // untranslated
|
|
362
384
|
Blockly.Msg["MATH_CONSTRAIN_TITLE"] = "constrain %1 low %2 high %3"; // untranslated
|
|
363
385
|
Blockly.Msg["MATH_CONSTRAIN_TOOLTIP"] = "Constrain a number to be between the specified limits (inclusive)."; // untranslated
|
|
364
386
|
Blockly.Msg["MATH_DIVISION_SYMBOL"] = "÷"; // untranslated
|
|
365
|
-
Blockly.Msg["MATH_DIVISION_SYMBOL_ARIA"] = "
|
|
387
|
+
Blockly.Msg["MATH_DIVISION_SYMBOL_ARIA"] = "pòdzeloné bez";
|
|
366
388
|
Blockly.Msg["MATH_IS_DIVISIBLE_BY"] = "is divisible by"; // untranslated
|
|
367
389
|
Blockly.Msg["MATH_IS_EVEN"] = "is even"; // untranslated
|
|
368
390
|
Blockly.Msg["MATH_IS_NEGATIVE"] = "is negative"; // untranslated
|
|
@@ -375,9 +397,9 @@ Blockly.Msg["MATH_MODULO_HELPURL"] = "https://en.wikipedia.org/wiki/Modulo_opera
|
|
|
375
397
|
Blockly.Msg["MATH_MODULO_TITLE"] = "remainder of %1 ÷ %2"; // untranslated
|
|
376
398
|
Blockly.Msg["MATH_MODULO_TOOLTIP"] = "Return the remainder from dividing the two numbers."; // untranslated
|
|
377
399
|
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL"] = "×"; // untranslated
|
|
378
|
-
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL_ARIA"] = "
|
|
400
|
+
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL_ARIA"] = "razë";
|
|
379
401
|
Blockly.Msg["MATH_NUMBER_HELPURL"] = "https://en.wikipedia.org/wiki/Number"; // untranslated
|
|
380
|
-
Blockly.Msg["MATH_NUMBER_TOOLTIP"] = "
|
|
402
|
+
Blockly.Msg["MATH_NUMBER_TOOLTIP"] = "Wielëna.";
|
|
381
403
|
Blockly.Msg["MATH_ONLIST_HELPURL"] = ""; // untranslated
|
|
382
404
|
Blockly.Msg["MATH_ONLIST_OPERATOR_AVERAGE"] = "average of list"; // untranslated
|
|
383
405
|
Blockly.Msg["MATH_ONLIST_OPERATOR_MAX"] = "max of list"; // untranslated
|
|
@@ -398,7 +420,7 @@ Blockly.Msg["MATH_ONLIST_TOOLTIP_RANDOM"] = "Return a random element from the li
|
|
|
398
420
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_STD_DEV"] = "Return the standard deviation of the list."; // untranslated
|
|
399
421
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_SUM"] = "Return the sum of all the numbers in the list."; // untranslated
|
|
400
422
|
Blockly.Msg["MATH_POWER_SYMBOL"] = "^"; // untranslated
|
|
401
|
-
Blockly.Msg["MATH_POWER_SYMBOL_ARIA"] = "
|
|
423
|
+
Blockly.Msg["MATH_POWER_SYMBOL_ARIA"] = "do pòtãdżi";
|
|
402
424
|
Blockly.Msg["MATH_RANDOM_FLOAT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation"; // untranslated
|
|
403
425
|
Blockly.Msg["MATH_RANDOM_FLOAT_TITLE_RANDOM"] = "random fraction"; // untranslated
|
|
404
426
|
Blockly.Msg["MATH_RANDOM_FLOAT_TOOLTIP"] = "Return a random fraction between 0.0 (inclusive) and 1.0 (exclusive)."; // untranslated
|
|
@@ -427,56 +449,59 @@ Blockly.Msg["MATH_SINGLE_TOOLTIP_NEG"] = "Return the negation of a number."; //
|
|
|
427
449
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_POW10"] = "Return 10 to the power of a number."; // untranslated
|
|
428
450
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_ROOT"] = "Return the square root of a number."; // untranslated
|
|
429
451
|
Blockly.Msg["MATH_SUBTRACTION_SYMBOL"] = "-"; // untranslated
|
|
430
|
-
Blockly.Msg["MATH_SUBTRACTION_SYMBOL_ARIA"] = "minus";
|
|
431
|
-
Blockly.Msg["MATH_TRIG_ACOS"] = "
|
|
432
|
-
Blockly.Msg["MATH_TRIG_ACOS_ARIA"] = "
|
|
433
|
-
Blockly.Msg["MATH_TRIG_ASIN"] = "
|
|
434
|
-
Blockly.Msg["MATH_TRIG_ASIN_ARIA"] = "
|
|
435
|
-
Blockly.Msg["MATH_TRIG_ATAN"] = "
|
|
436
|
-
Blockly.Msg["MATH_TRIG_ATAN_ARIA"] = "
|
|
437
|
-
Blockly.Msg["MATH_TRIG_COS"] = "cos";
|
|
438
|
-
Blockly.Msg["MATH_TRIG_COS_ARIA"] = "
|
|
452
|
+
Blockly.Msg["MATH_SUBTRACTION_SYMBOL_ARIA"] = "minus";
|
|
453
|
+
Blockly.Msg["MATH_TRIG_ACOS"] = "arccos";
|
|
454
|
+
Blockly.Msg["MATH_TRIG_ACOS_ARIA"] = "òpaczny cosinus";
|
|
455
|
+
Blockly.Msg["MATH_TRIG_ASIN"] = "arcsin";
|
|
456
|
+
Blockly.Msg["MATH_TRIG_ASIN_ARIA"] = "òpaczny sinus";
|
|
457
|
+
Blockly.Msg["MATH_TRIG_ATAN"] = "arctg";
|
|
458
|
+
Blockly.Msg["MATH_TRIG_ATAN_ARIA"] = "òpacznô tangens";
|
|
459
|
+
Blockly.Msg["MATH_TRIG_COS"] = "cos";
|
|
460
|
+
Blockly.Msg["MATH_TRIG_COS_ARIA"] = "cosinus";
|
|
439
461
|
Blockly.Msg["MATH_TRIG_HELPURL"] = "https://en.wikipedia.org/wiki/Trigonometric_functions"; // untranslated
|
|
440
|
-
Blockly.Msg["MATH_TRIG_SIN"] = "sin";
|
|
441
|
-
Blockly.Msg["MATH_TRIG_SIN_ARIA"] = "
|
|
442
|
-
Blockly.Msg["MATH_TRIG_TAN"] = "
|
|
443
|
-
Blockly.Msg["MATH_TRIG_TAN_ARIA"] = "
|
|
462
|
+
Blockly.Msg["MATH_TRIG_SIN"] = "sin";
|
|
463
|
+
Blockly.Msg["MATH_TRIG_SIN_ARIA"] = "sinus";
|
|
464
|
+
Blockly.Msg["MATH_TRIG_TAN"] = "tg";
|
|
465
|
+
Blockly.Msg["MATH_TRIG_TAN_ARIA"] = "tangens";
|
|
444
466
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ACOS"] = "Return the arccosine of a number."; // untranslated
|
|
445
467
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ASIN"] = "Return the arcsine of a number."; // untranslated
|
|
446
468
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Return the arctangent of a number."; // untranslated
|
|
447
469
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Return the cosine of a degree (not radian)."; // untranslated
|
|
448
470
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Return the sine of a degree (not radian)."; // untranslated
|
|
449
471
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Return the tangent of a degree (not radian)."; // untranslated
|
|
472
|
+
Blockly.Msg["MINIMAP_ARIA_LABEL"] = "Workspace minimap. Use the arrow keys to pan the workspace."; // untranslated
|
|
450
473
|
Blockly.Msg["MOVE_BLOCK"] = "Move Block"; // untranslated
|
|
451
|
-
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "
|
|
452
|
-
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "
|
|
453
|
-
Blockly.Msg["NEW_STRING_VARIABLE"] = "
|
|
454
|
-
Blockly.Msg["NEW_VARIABLE"] = "
|
|
455
|
-
Blockly.Msg["NEW_VARIABLE_TITLE"] = "
|
|
456
|
-
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "
|
|
474
|
+
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Ùsôdzë zmienną ôrtu colour...";
|
|
475
|
+
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Ùsôdzë zmienną ôrtu number...";
|
|
476
|
+
Blockly.Msg["NEW_STRING_VARIABLE"] = "Ùsôdzë zmienną ôrtu string...";
|
|
477
|
+
Blockly.Msg["NEW_VARIABLE"] = "Ùsôdzë zmienną...";
|
|
478
|
+
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Nowé miono zmienny:";
|
|
479
|
+
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "Nowi ôrt zmienny:";
|
|
457
480
|
Blockly.Msg["NO_PARENT_ANNOUNCEMENT"] = "Current block has no parent"; // untranslated
|
|
481
|
+
Blockly.Msg["OPEN_BACKPACK"] = "Open backpack"; // untranslated
|
|
458
482
|
Blockly.Msg["OPEN_TRASH"] = "Open trash"; // untranslated
|
|
459
483
|
Blockly.Msg["OPTION_KEY"] = "Option"; // untranslated
|
|
460
484
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
461
485
|
Blockly.Msg["PAGE_DOWN_KEY"] = "Page Down"; // untranslated
|
|
462
486
|
Blockly.Msg["PAGE_UP_KEY"] = "Page Up"; // untranslated
|
|
463
487
|
Blockly.Msg["PARENT_BLOCKS_ANNOUNCEMENT"] = "Parent blocks: %1"; // untranslated
|
|
488
|
+
Blockly.Msg["PASTE_ALL_FROM_BACKPACK"] = "Paste All Blocks from Backpack"; // untranslated
|
|
464
489
|
Blockly.Msg["PASTE_SHORTCUT"] = "Paste"; // untranslated
|
|
465
490
|
Blockly.Msg["PAUSE_KEY"] = "Pause"; // untranslated
|
|
466
491
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "allow statements"; // untranslated
|
|
467
|
-
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "
|
|
492
|
+
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "z:";
|
|
468
493
|
Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
469
494
|
Blockly.Msg["PROCEDURES_CALLNORETURN_TOOLTIP"] = "Run the user-defined function '%1'."; // untranslated
|
|
470
495
|
Blockly.Msg["PROCEDURES_CALLRETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
471
496
|
Blockly.Msg["PROCEDURES_CALLRETURN_TOOLTIP"] = "Run the user-defined function '%1' and use its output."; // untranslated
|
|
472
|
-
Blockly.Msg["PROCEDURES_CALL_BEFORE_PARAMS"] = "
|
|
497
|
+
Blockly.Msg["PROCEDURES_CALL_BEFORE_PARAMS"] = "z:";
|
|
473
498
|
Blockly.Msg["PROCEDURES_CALL_DISABLED_DEF_WARNING"] = "Can't run the user-defined function '%1' because the definition block is disabled."; // untranslated
|
|
474
|
-
Blockly.Msg["PROCEDURES_CREATE_DO"] = "
|
|
499
|
+
Blockly.Msg["PROCEDURES_CREATE_DO"] = "Ùsôdzë '%1'";
|
|
475
500
|
Blockly.Msg["PROCEDURES_DEFNORETURN_COMMENT"] = "Describe this function..."; // untranslated
|
|
476
501
|
Blockly.Msg["PROCEDURES_DEFNORETURN_DO"] = ""; // untranslated
|
|
477
502
|
Blockly.Msg["PROCEDURES_DEFNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
478
|
-
Blockly.Msg["PROCEDURES_DEFNORETURN_PROCEDURE"] = "
|
|
479
|
-
Blockly.Msg["PROCEDURES_DEFNORETURN_TITLE"] = "
|
|
503
|
+
Blockly.Msg["PROCEDURES_DEFNORETURN_PROCEDURE"] = "zrobi cos";
|
|
504
|
+
Blockly.Msg["PROCEDURES_DEFNORETURN_TITLE"] = "do";
|
|
480
505
|
Blockly.Msg["PROCEDURES_DEFNORETURN_TOOLTIP"] = "Creates a function with no output."; // untranslated
|
|
481
506
|
Blockly.Msg["PROCEDURES_DEFRETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
482
507
|
Blockly.Msg["PROCEDURES_DEFRETURN_RETURN"] = "return"; // untranslated
|
|
@@ -486,14 +511,15 @@ Blockly.Msg["PROCEDURES_HIGHLIGHT_DEF"] = "Highlight function definition"; // u
|
|
|
486
511
|
Blockly.Msg["PROCEDURES_IFRETURN_HELPURL"] = "https://c2.com/cgi/wiki?GuardClause"; // untranslated
|
|
487
512
|
Blockly.Msg["PROCEDURES_IFRETURN_TOOLTIP"] = "If a value is true, then return a second value."; // untranslated
|
|
488
513
|
Blockly.Msg["PROCEDURES_IFRETURN_WARNING"] = "Warning: This block may be used only within a function definition."; // untranslated
|
|
489
|
-
Blockly.Msg["PROCEDURES_MUTATORARG_TITLE"] = "
|
|
514
|
+
Blockly.Msg["PROCEDURES_MUTATORARG_TITLE"] = "miono weńdzenia:";
|
|
490
515
|
Blockly.Msg["PROCEDURES_MUTATORARG_TOOLTIP"] = "Add an input to the function."; // untranslated
|
|
491
|
-
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "
|
|
516
|
+
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "weńdzenia";
|
|
492
517
|
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Add, remove, or reorder inputs to this function."; // untranslated
|
|
493
|
-
Blockly.Msg["REDO"] = "
|
|
494
|
-
Blockly.Msg["REMOVE_COMMENT"] = "
|
|
495
|
-
Blockly.Msg["
|
|
496
|
-
Blockly.Msg["
|
|
518
|
+
Blockly.Msg["REDO"] = "Znowi";
|
|
519
|
+
Blockly.Msg["REMOVE_COMMENT"] = "Rémôj dopòwiesc";
|
|
520
|
+
Blockly.Msg["REMOVE_FROM_BACKPACK"] = "Remove from Backpack"; // untranslated
|
|
521
|
+
Blockly.Msg["RENAME_VARIABLE"] = "Zmieni miono zmienny '%1'";
|
|
522
|
+
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Zmieni miona wszëtczich '%1' zmiennych na:";
|
|
497
523
|
Blockly.Msg["RESET_ZOOM"] = "Reset zoom"; // untranslated
|
|
498
524
|
Blockly.Msg["SCREENREADER_HINT"] = "Use the arrow keys to navigate. Press %1 to toggle screenreader accessibility mode."; // untranslated
|
|
499
525
|
Blockly.Msg["SCREENREADER_MODE_DISABLED"] = "Screenreader mode is off, press %1 to turn it on"; // untranslated
|
|
@@ -513,6 +539,12 @@ Blockly.Msg["SHORTCUTS_FOCUS_TOOLBOX"] = "Focus toolbox"; // untranslated
|
|
|
513
539
|
Blockly.Msg["SHORTCUTS_FOCUS_WORKSPACE"] = "Focus workspace"; // untranslated
|
|
514
540
|
Blockly.Msg["SHORTCUTS_GENERAL"] = "General"; // untranslated
|
|
515
541
|
Blockly.Msg["SHORTCUTS_INFORMATION"] = "Announce information"; // untranslated
|
|
542
|
+
Blockly.Msg["SHORTCUTS_JUMP_BLOCK_END"] = "Jump to block end"; // untranslated
|
|
543
|
+
Blockly.Msg["SHORTCUTS_JUMP_BLOCK_START"] = "Jump to block start"; // untranslated
|
|
544
|
+
Blockly.Msg["SHORTCUTS_JUMP_BOTTOM_STACK"] = "Jump to bottom of stack"; // untranslated
|
|
545
|
+
Blockly.Msg["SHORTCUTS_JUMP_FIRST_BLOCK"] = "Jump to first block"; // untranslated
|
|
546
|
+
Blockly.Msg["SHORTCUTS_JUMP_LAST_BLOCK"] = "Jump to last block"; // untranslated
|
|
547
|
+
Blockly.Msg["SHORTCUTS_JUMP_TOP_STACK"] = "Jump to top of stack"; // untranslated
|
|
516
548
|
Blockly.Msg["SHORTCUTS_MOVE_DOWN"] = "Move down"; // untranslated
|
|
517
549
|
Blockly.Msg["SHORTCUTS_MOVE_LEFT"] = "Move left"; // untranslated
|
|
518
550
|
Blockly.Msg["SHORTCUTS_MOVE_RIGHT"] = "Move right"; // untranslated
|
|
@@ -599,11 +631,11 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_BOTH"] = "trim spaces from both sides of"; // u
|
|
|
599
631
|
Blockly.Msg["TEXT_TRIM_OPERATOR_LEFT"] = "trim spaces from left side of"; // untranslated
|
|
600
632
|
Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; // untranslated
|
|
601
633
|
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
|
|
602
|
-
Blockly.Msg["TODAY"] = "
|
|
603
|
-
Blockly.Msg["UNDO"] = "
|
|
634
|
+
Blockly.Msg["TODAY"] = "Dzysô";
|
|
635
|
+
Blockly.Msg["UNDO"] = "Doprowôdzë nazôd";
|
|
604
636
|
Blockly.Msg["UNKNOWN"] = "Unknown"; // untranslated
|
|
605
|
-
Blockly.Msg["UNNAMED_KEY"] = "
|
|
606
|
-
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "
|
|
637
|
+
Blockly.Msg["UNNAMED_KEY"] = "felënk pòzwë";
|
|
638
|
+
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "element";
|
|
607
639
|
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
|
|
608
640
|
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Variables#get"; // untranslated
|
|
609
641
|
Blockly.Msg["VARIABLES_GET_TOOLTIP"] = "Returns the value of this variable."; // untranslated
|
|
@@ -611,9 +643,9 @@ Blockly.Msg["VARIABLES_SET"] = "set %1 to %2"; // untranslated
|
|
|
611
643
|
Blockly.Msg["VARIABLES_SET_CREATE_GET"] = "Create 'get %1'"; // untranslated
|
|
612
644
|
Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Variables#set"; // untranslated
|
|
613
645
|
Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
|
|
614
|
-
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "
|
|
615
|
-
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "
|
|
616
|
-
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "
|
|
646
|
+
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Zmiennô ò mionie '%1' ju je.";
|
|
647
|
+
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Zmiennô ò mionie '%1' ju egzystëje ë je ôrtu '%2'.";
|
|
648
|
+
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "Zmiennô ò pòzwie '%1' ju egzystëje jakno paramétr w cëgù '%2'.";
|
|
617
649
|
Blockly.Msg["WINDOWS"] = "Windows"; // untranslated
|
|
618
650
|
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
|
|
619
651
|
Blockly.Msg["WORKSPACE_CONTENTS_BLOCKS_MANY"] = "%1 stacks of blocks%2 in workspace."; // untranslated
|
|
@@ -621,13 +653,15 @@ Blockly.Msg["WORKSPACE_CONTENTS_BLOCKS_ONE"] = "One stack of blocks%2 in workspa
|
|
|
621
653
|
Blockly.Msg["WORKSPACE_CONTENTS_BLOCKS_ZERO"] = "No blocks%2 in workspace."; // untranslated
|
|
622
654
|
Blockly.Msg["WORKSPACE_CONTENTS_COMMENTS_MANY"] = " and %1 comments"; // untranslated
|
|
623
655
|
Blockly.Msg["WORKSPACE_CONTENTS_COMMENTS_ONE"] = " and one comment"; // untranslated
|
|
624
|
-
Blockly.Msg["WORKSPACE_LABEL_1_STACK"] = "
|
|
656
|
+
Blockly.Msg["WORKSPACE_LABEL_1_STACK"] = "1 stack of blocks"; // untranslated
|
|
625
657
|
Blockly.Msg["WORKSPACE_LABEL_FLYOUT_WORKSPACE"] = "%1 blocks"; // untranslated
|
|
626
|
-
Blockly.Msg["WORKSPACE_LABEL_MANY_STACKS"] = "
|
|
658
|
+
Blockly.Msg["WORKSPACE_LABEL_MANY_STACKS"] = "%1 stacks of blocks"; // untranslated
|
|
627
659
|
Blockly.Msg["WORKSPACE_LABEL_MUTATOR_WORKSPACE"] = "Block editor workspace"; // untranslated
|
|
628
660
|
Blockly.Msg["WORKSPACE_LABEL_PLAIN"] = "Blocks workspace."; // untranslated
|
|
661
|
+
Blockly.Msg["WORKSPACE_ROLEDESCRIPTION"] = "workspace"; // untranslated
|
|
629
662
|
Blockly.Msg["ZOOM_IN"] = "Zoom in"; // untranslated
|
|
630
663
|
Blockly.Msg["ZOOM_OUT"] = "Zoom out"; // untranslated
|
|
664
|
+
Blockly.Msg["ZOOM_TO_FIT_ARIA_LABEL"] = "Zoom to fit"; // untranslated
|
|
631
665
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
|
632
666
|
Blockly.Msg["CONTROLS_FOR_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
|
633
667
|
Blockly.Msg["CONTROLS_IF_ELSEIF_TITLE_ELSEIF"] = Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"];
|