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/ps.js
CHANGED
|
@@ -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
|
|
@@ -63,11 +77,12 @@ Blockly.Msg["CHANGE_VALUE_TITLE"] = "ارزښت بدلول:";
|
|
|
63
77
|
Blockly.Msg["CHROME_OS"] = "ChromeOS"; // untranslated
|
|
64
78
|
Blockly.Msg["CLEAN_UP"] = "بلاکونه پاکول";
|
|
65
79
|
Blockly.Msg["CLOSE"] = "تړل";
|
|
80
|
+
Blockly.Msg["CLOSE_BACKPACK"] = "Close backpack"; // untranslated
|
|
66
81
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
|
|
67
82
|
Blockly.Msg["COLLAPSE_ALL"] = "بلاکونه پرځول";
|
|
68
83
|
Blockly.Msg["COLLAPSE_BLOCK"] = "بلاک پرځول";
|
|
69
|
-
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "
|
|
70
|
-
Blockly.Msg["COLOUR_BLEND_COLOUR2"] = "
|
|
84
|
+
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "۱ رنگ";
|
|
85
|
+
Blockly.Msg["COLOUR_BLEND_COLOUR2"] = "۲ رنگ";
|
|
71
86
|
Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-blend/#:::rgbp"; // untranslated
|
|
72
87
|
Blockly.Msg["COLOUR_BLEND_RATIO"] = "ratio"; // untranslated
|
|
73
88
|
Blockly.Msg["COLOUR_BLEND_TITLE"] = "blend"; // untranslated
|
|
@@ -101,15 +116,15 @@ Blockly.Msg["CONTROLS_IF_ELSEIF_TOOLTIP"] = "Add a condition to the if block.";
|
|
|
101
116
|
Blockly.Msg["CONTROLS_IF_ELSE_TOOLTIP"] = "Add a final, catch-all condition to the if block."; // untranslated
|
|
102
117
|
Blockly.Msg["CONTROLS_IF_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/IfElse"; // untranslated
|
|
103
118
|
Blockly.Msg["CONTROLS_IF_IF_TOOLTIP"] = "Add, remove, or reorder sections to reconfigure this if block."; // untranslated
|
|
104
|
-
Blockly.Msg["CONTROLS_IF_MSG_ELSE"] = "
|
|
105
|
-
Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"] = "
|
|
119
|
+
Blockly.Msg["CONTROLS_IF_MSG_ELSE"] = "بل";
|
|
120
|
+
Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"] = "له دې پرته که";
|
|
106
121
|
Blockly.Msg["CONTROLS_IF_MSG_IF"] = "که";
|
|
107
122
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_1"] = "If a value is true, then do some statements."; // untranslated
|
|
108
123
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_2"] = "If a value is true, then do the first block of statements. Otherwise, do the second block of statements."; // untranslated
|
|
109
124
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_3"] = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements."; // untranslated
|
|
110
125
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_4"] = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements. If none of the values are true, do the last block of statements."; // untranslated
|
|
111
126
|
Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://en.wikipedia.org/wiki/For_loop"; // untranslated
|
|
112
|
-
Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "
|
|
127
|
+
Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "کول";
|
|
113
128
|
Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "repeat %1 times"; // untranslated
|
|
114
129
|
Blockly.Msg["CONTROLS_REPEAT_TOOLTIP"] = "Do some statements several times."; // untranslated
|
|
115
130
|
Blockly.Msg["CONTROLS_WHILEUNTIL_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Loops#repeat"; // untranslated
|
|
@@ -118,7 +133,9 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "repeat while"; // untransl
|
|
|
118
133
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "While a value is false, then do some statements."; // untranslated
|
|
119
134
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "While a value is true, then do some statements."; // untranslated
|
|
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
141
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "ټول %1 بلاکونه ړنگ کړي؟";
|
|
@@ -133,6 +150,7 @@ Blockly.Msg["DISABLE_BLOCK"] = "بلاک ناچارنول";
|
|
|
133
150
|
Blockly.Msg["DUPLICATE_BLOCK"] = "دوهگونی";
|
|
134
151
|
Blockly.Msg["DUPLICATE_COMMENT"] = "دوهگونې څرگندونه";
|
|
135
152
|
Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Edit Block contents"; // untranslated
|
|
153
|
+
Blockly.Msg["EMPTY_BACKPACK"] = "Empty Backpack"; // untranslated
|
|
136
154
|
Blockly.Msg["ENABLE_BLOCK"] = "بلاک چارنول";
|
|
137
155
|
Blockly.Msg["END_KEY"] = "End"; // untranslated
|
|
138
156
|
Blockly.Msg["ENTER_KEY"] = "Enter"; // untranslated
|
|
@@ -140,12 +158,16 @@ Blockly.Msg["ESCAPE"] = "Escape"; // untranslated
|
|
|
140
158
|
Blockly.Msg["EXPAND_ALL"] = "بلاکونه غځول";
|
|
141
159
|
Blockly.Msg["EXPAND_BLOCK"] = "بلاک غځول";
|
|
142
160
|
Blockly.Msg["EXTERNAL_INPUTS"] = "باندنۍ ننوېستنې";
|
|
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
|
|
169
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_FINISH_EDITING"] = "Finish editing"; // untranslated
|
|
170
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_NEW_LINE"] = "New line"; // untranslated
|
|
149
171
|
Blockly.Msg["HELP"] = "لارښود";
|
|
150
172
|
Blockly.Msg["HELP_PROMPT"] = "Press %1 for help on keyboard controls."; // untranslated
|
|
151
173
|
Blockly.Msg["HOME_KEY"] = "Home"; // untranslated
|
|
@@ -322,7 +344,7 @@ Blockly.Msg["LOGIC_COMPARE_TOOLTIP_NEQ"] = "Return true if both inputs are not e
|
|
|
322
344
|
Blockly.Msg["LOGIC_NEGATE_HELPURL"] = "https://github.com/RaspberryPiFoundation/blockly/wiki/Logic#not"; // untranslated
|
|
323
345
|
Blockly.Msg["LOGIC_NEGATE_TITLE"] = "نه %1";
|
|
324
346
|
Blockly.Msg["LOGIC_NEGATE_TOOLTIP"] = "Returns true if the input is false. Returns false if the input is true."; // untranslated
|
|
325
|
-
Blockly.Msg["LOGIC_NULL"] = "
|
|
347
|
+
Blockly.Msg["LOGIC_NULL"] = "تش";
|
|
326
348
|
Blockly.Msg["LOGIC_NULL_HELPURL"] = "https://en.wikipedia.org/wiki/Nullable_type"; // untranslated
|
|
327
349
|
Blockly.Msg["LOGIC_NULL_TOOLTIP"] = "Returns null."; // untranslated
|
|
328
350
|
Blockly.Msg["LOGIC_OPERATION_AND"] = "او";
|
|
@@ -332,8 +354,8 @@ Blockly.Msg["LOGIC_OPERATION_TOOLTIP_AND"] = "Return true if both inputs are tru
|
|
|
332
354
|
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_OR"] = "Return true if at least one of the inputs is true."; // untranslated
|
|
333
355
|
Blockly.Msg["LOGIC_TERNARY_CONDITION"] = "آزمويل";
|
|
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"] = "
|
|
357
|
+
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "که ناسم وي";
|
|
358
|
+
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "که سم وي";
|
|
337
359
|
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Check the condition in 'test'. If the condition is true, returns the 'if true' value; otherwise returns the 'if false' value."; // untranslated
|
|
338
360
|
Blockly.Msg["MAC_OS"] = "macOS"; // untranslated
|
|
339
361
|
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
@@ -377,7 +399,7 @@ Blockly.Msg["MATH_MODULO_TOOLTIP"] = "Return the remainder from dividing the two
|
|
|
377
399
|
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL"] = "×"; // untranslated
|
|
378
400
|
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL_ARIA"] = "times"; // untranslated
|
|
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"] = "يو شمېره.";
|
|
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
|
|
@@ -447,6 +469,7 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Return the arctangent of a number."; /
|
|
|
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
474
|
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "رنگيز اوښتونکی جوړول...";
|
|
452
475
|
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "شمېرېز اوښتونکی جوړول...";
|
|
@@ -455,12 +478,14 @@ Blockly.Msg["NEW_VARIABLE"] = "اوښتونکی جوړول...";
|
|
|
455
478
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "د نوي اوښتونکي نوم:";
|
|
456
479
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "د نوي اوښتونکي ډول:";
|
|
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
|
|
@@ -492,6 +517,7 @@ Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "inputs"; // untranslated
|
|
|
492
517
|
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Add, remove, or reorder inputs to this function."; // untranslated
|
|
493
518
|
Blockly.Msg["REDO"] = "بياکړل";
|
|
494
519
|
Blockly.Msg["REMOVE_COMMENT"] = "څرگندونه لرېکول";
|
|
520
|
+
Blockly.Msg["REMOVE_FROM_BACKPACK"] = "Remove from Backpack"; // untranslated
|
|
495
521
|
Blockly.Msg["RENAME_VARIABLE"] = "اوښتونکي نومبدلول...";
|
|
496
522
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "ټول '%1' اوښتونکو ته په لاندې ډول نومبدلون ورکړئ:";
|
|
497
523
|
Blockly.Msg["RESET_ZOOM"] = "Reset zoom"; // 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
|
|
@@ -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"];
|
package/msg/ps.mjs
CHANGED
|
@@ -511,11 +511,18 @@ export const {
|
|
|
511
511
|
SHORTCUTS_CLEANUP,
|
|
512
512
|
SHORTCUTS_SHOW_TOOLTIP,
|
|
513
513
|
SHORTCUTS_TOGGLE_SCREENREADER_MODE,
|
|
514
|
+
SHORTCUTS_JUMP_BLOCK_START,
|
|
515
|
+
SHORTCUTS_JUMP_BLOCK_END,
|
|
516
|
+
SHORTCUTS_JUMP_TOP_STACK,
|
|
517
|
+
SHORTCUTS_JUMP_BOTTOM_STACK,
|
|
518
|
+
SHORTCUTS_JUMP_FIRST_BLOCK,
|
|
519
|
+
SHORTCUTS_JUMP_LAST_BLOCK,
|
|
514
520
|
KEYBOARD_NAV_UNCONSTRAINED_MOVE_HINT,
|
|
515
521
|
KEYBOARD_NAV_CONSTRAINED_MOVE_HINT,
|
|
516
522
|
KEYBOARD_NAV_COPIED_HINT,
|
|
517
523
|
KEYBOARD_NAV_CUT_HINT,
|
|
518
524
|
WORKSPACE_LABEL_PLAIN,
|
|
525
|
+
WORKSPACE_ROLEDESCRIPTION,
|
|
519
526
|
WORKSPACE_LABEL_1_STACK,
|
|
520
527
|
WORKSPACE_LABEL_MANY_STACKS,
|
|
521
528
|
WORKSPACE_LABEL_MUTATOR_WORKSPACE,
|
|
@@ -639,4 +646,31 @@ export const {
|
|
|
639
646
|
PARENT_BLOCKS_ANNOUNCEMENT,
|
|
640
647
|
NO_PARENT_ANNOUNCEMENT,
|
|
641
648
|
SCREENREADER_HINT,
|
|
649
|
+
ARIA_LABEL_ADD_ELSE_IF,
|
|
650
|
+
ARIA_LABEL_REMOVE_ELSE_IF,
|
|
651
|
+
ARIA_LABEL_ADD_LIST_ITEM,
|
|
652
|
+
ARIA_LABEL_REMOVE_LIST_ITEM,
|
|
653
|
+
ARIA_LABEL_ADD_TEXT,
|
|
654
|
+
ARIA_LABEL_REMOVE_TEXT,
|
|
655
|
+
ARIA_LABEL_ADD_INPUT,
|
|
656
|
+
ARIA_LABEL_REMOVE_INPUT,
|
|
657
|
+
ARIA_TYPE_FIELD_ANGLE,
|
|
658
|
+
ARIA_LABEL_FIELD_ANGLE,
|
|
659
|
+
ARIA_TYPE_FIELD_DATE,
|
|
660
|
+
ARIA_TYPE_FIELD_COLOUR,
|
|
661
|
+
ARIA_TYPE_FIELD_BITMAP,
|
|
662
|
+
ARIA_TYPE_FIELD_GRID,
|
|
663
|
+
FIELD_BITMAP_BUTTON_LABEL_RANDOMIZE,
|
|
664
|
+
FIELD_BITMAP_BUTTON_LABEL_CLEAR,
|
|
665
|
+
OPEN_BACKPACK,
|
|
666
|
+
CLOSE_BACKPACK,
|
|
667
|
+
COPY_ALL_TO_BACKPACK,
|
|
668
|
+
COPY_TO_BACKPACK,
|
|
669
|
+
EMPTY_BACKPACK,
|
|
670
|
+
PASTE_ALL_FROM_BACKPACK,
|
|
671
|
+
REMOVE_FROM_BACKPACK,
|
|
672
|
+
FIELD_MULTILINEINPUT_FINISH_EDITING,
|
|
673
|
+
FIELD_MULTILINEINPUT_NEW_LINE,
|
|
674
|
+
ZOOM_TO_FIT_ARIA_LABEL,
|
|
675
|
+
MINIMAP_ARIA_LABEL,
|
|
642
676
|
} = ps;
|
package/msg/pt-br.js
CHANGED
|
@@ -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
|
|
@@ -63,6 +77,7 @@ Blockly.Msg["CHANGE_VALUE_TITLE"] = "Mudar valor:";
|
|
|
63
77
|
Blockly.Msg["CHROME_OS"] = "ChromeOS";
|
|
64
78
|
Blockly.Msg["CLEAN_UP"] = "Limpar blocos";
|
|
65
79
|
Blockly.Msg["CLOSE"] = "Fechar";
|
|
80
|
+
Blockly.Msg["CLOSE_BACKPACK"] = "Close backpack"; // untranslated
|
|
66
81
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Bloqueios recolhidos contêm avisos.";
|
|
67
82
|
Blockly.Msg["COLLAPSE_ALL"] = "Colapsar Blocos";
|
|
68
83
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Colapsar Bloco";
|
|
@@ -118,7 +133,9 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "repita enquanto";
|
|
|
118
133
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "Enquanto um valor for falso, então faça algumas instruções.";
|
|
119
134
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "Enquanto um valor for verdadeiro, então faça algumas instruções.";
|
|
120
135
|
Blockly.Msg["CONTROL_KEY"] = "Ctrl";
|
|
136
|
+
Blockly.Msg["COPY_ALL_TO_BACKPACK"] = "Copy All Blocks to Backpack"; // untranslated
|
|
121
137
|
Blockly.Msg["COPY_SHORTCUT"] = "Copiar";
|
|
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"] = "Recortar";
|
|
124
141
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "Deletar todos os blocos %1?";
|
|
@@ -133,6 +150,7 @@ Blockly.Msg["DISABLE_BLOCK"] = "Desabilitar bloco";
|
|
|
133
150
|
Blockly.Msg["DUPLICATE_BLOCK"] = "Duplicar";
|
|
134
151
|
Blockly.Msg["DUPLICATE_COMMENT"] = "Duplicar comentário";
|
|
135
152
|
Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Editar conteúdo do Bloco";
|
|
153
|
+
Blockly.Msg["EMPTY_BACKPACK"] = "Empty Backpack"; // untranslated
|
|
136
154
|
Blockly.Msg["ENABLE_BLOCK"] = "Habilitar bloco";
|
|
137
155
|
Blockly.Msg["END_KEY"] = "End"; // untranslated
|
|
138
156
|
Blockly.Msg["ENTER_KEY"] = "Enter"; // untranslated
|
|
@@ -140,12 +158,16 @@ Blockly.Msg["ESCAPE"] = "Escape"; // untranslated
|
|
|
140
158
|
Blockly.Msg["EXPAND_ALL"] = "Expandir blocos";
|
|
141
159
|
Blockly.Msg["EXPAND_BLOCK"] = "Expandir bloco";
|
|
142
160
|
Blockly.Msg["EXTERNAL_INPUTS"] = "Entradas externas";
|
|
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
|
|
169
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_FINISH_EDITING"] = "Finish editing"; // untranslated
|
|
170
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_NEW_LINE"] = "New line"; // untranslated
|
|
149
171
|
Blockly.Msg["HELP"] = "Ajuda";
|
|
150
172
|
Blockly.Msg["HELP_PROMPT"] = "Pressione %1 para obter ajuda sobre os controles do teclado.";
|
|
151
173
|
Blockly.Msg["HOME_KEY"] = "Home"; // untranslated
|
|
@@ -447,6 +469,7 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Retorna o arco tangente de um número."
|
|
|
447
469
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Retorna o cosseno de um grau (não radiano).";
|
|
448
470
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Retorna o seno de um grau (não radiano).";
|
|
449
471
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Retorna a tangente de um grau (não radiano).";
|
|
472
|
+
Blockly.Msg["MINIMAP_ARIA_LABEL"] = "Workspace minimap. Use the arrow keys to pan the workspace."; // untranslated
|
|
450
473
|
Blockly.Msg["MOVE_BLOCK"] = "Mover Bloco";
|
|
451
474
|
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Criar variável colorida...";
|
|
452
475
|
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Criar variável numérica...";
|
|
@@ -455,12 +478,14 @@ Blockly.Msg["NEW_VARIABLE"] = "Criar variável...";
|
|
|
455
478
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Nome da nova variável:";
|
|
456
479
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "Tipo da nova variável:";
|
|
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";
|
|
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"] = "Colar";
|
|
465
490
|
Blockly.Msg["PAUSE_KEY"] = "Pause"; // untranslated
|
|
466
491
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "permitir declarações";
|
|
@@ -492,6 +517,7 @@ Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "entradas";
|
|
|
492
517
|
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Adiciona, remove, ou reordena as entradas para esta função.";
|
|
493
518
|
Blockly.Msg["REDO"] = "Refazer";
|
|
494
519
|
Blockly.Msg["REMOVE_COMMENT"] = "Remover comentário";
|
|
520
|
+
Blockly.Msg["REMOVE_FROM_BACKPACK"] = "Remove from Backpack"; // untranslated
|
|
495
521
|
Blockly.Msg["RENAME_VARIABLE"] = "Renomear variável...";
|
|
496
522
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Renomear todas as variáveis '%1' para:";
|
|
497
523
|
Blockly.Msg["RESET_ZOOM"] = "Reset zoom"; // 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"] = "Geral";
|
|
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
|
|
@@ -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"];
|
package/msg/pt-br.mjs
CHANGED
|
@@ -511,11 +511,18 @@ export const {
|
|
|
511
511
|
SHORTCUTS_CLEANUP,
|
|
512
512
|
SHORTCUTS_SHOW_TOOLTIP,
|
|
513
513
|
SHORTCUTS_TOGGLE_SCREENREADER_MODE,
|
|
514
|
+
SHORTCUTS_JUMP_BLOCK_START,
|
|
515
|
+
SHORTCUTS_JUMP_BLOCK_END,
|
|
516
|
+
SHORTCUTS_JUMP_TOP_STACK,
|
|
517
|
+
SHORTCUTS_JUMP_BOTTOM_STACK,
|
|
518
|
+
SHORTCUTS_JUMP_FIRST_BLOCK,
|
|
519
|
+
SHORTCUTS_JUMP_LAST_BLOCK,
|
|
514
520
|
KEYBOARD_NAV_UNCONSTRAINED_MOVE_HINT,
|
|
515
521
|
KEYBOARD_NAV_CONSTRAINED_MOVE_HINT,
|
|
516
522
|
KEYBOARD_NAV_COPIED_HINT,
|
|
517
523
|
KEYBOARD_NAV_CUT_HINT,
|
|
518
524
|
WORKSPACE_LABEL_PLAIN,
|
|
525
|
+
WORKSPACE_ROLEDESCRIPTION,
|
|
519
526
|
WORKSPACE_LABEL_1_STACK,
|
|
520
527
|
WORKSPACE_LABEL_MANY_STACKS,
|
|
521
528
|
WORKSPACE_LABEL_MUTATOR_WORKSPACE,
|
|
@@ -639,4 +646,31 @@ export const {
|
|
|
639
646
|
PARENT_BLOCKS_ANNOUNCEMENT,
|
|
640
647
|
NO_PARENT_ANNOUNCEMENT,
|
|
641
648
|
SCREENREADER_HINT,
|
|
649
|
+
ARIA_LABEL_ADD_ELSE_IF,
|
|
650
|
+
ARIA_LABEL_REMOVE_ELSE_IF,
|
|
651
|
+
ARIA_LABEL_ADD_LIST_ITEM,
|
|
652
|
+
ARIA_LABEL_REMOVE_LIST_ITEM,
|
|
653
|
+
ARIA_LABEL_ADD_TEXT,
|
|
654
|
+
ARIA_LABEL_REMOVE_TEXT,
|
|
655
|
+
ARIA_LABEL_ADD_INPUT,
|
|
656
|
+
ARIA_LABEL_REMOVE_INPUT,
|
|
657
|
+
ARIA_TYPE_FIELD_ANGLE,
|
|
658
|
+
ARIA_LABEL_FIELD_ANGLE,
|
|
659
|
+
ARIA_TYPE_FIELD_DATE,
|
|
660
|
+
ARIA_TYPE_FIELD_COLOUR,
|
|
661
|
+
ARIA_TYPE_FIELD_BITMAP,
|
|
662
|
+
ARIA_TYPE_FIELD_GRID,
|
|
663
|
+
FIELD_BITMAP_BUTTON_LABEL_RANDOMIZE,
|
|
664
|
+
FIELD_BITMAP_BUTTON_LABEL_CLEAR,
|
|
665
|
+
OPEN_BACKPACK,
|
|
666
|
+
CLOSE_BACKPACK,
|
|
667
|
+
COPY_ALL_TO_BACKPACK,
|
|
668
|
+
COPY_TO_BACKPACK,
|
|
669
|
+
EMPTY_BACKPACK,
|
|
670
|
+
PASTE_ALL_FROM_BACKPACK,
|
|
671
|
+
REMOVE_FROM_BACKPACK,
|
|
672
|
+
FIELD_MULTILINEINPUT_FINISH_EDITING,
|
|
673
|
+
FIELD_MULTILINEINPUT_NEW_LINE,
|
|
674
|
+
ZOOM_TO_FIT_ARIA_LABEL,
|
|
675
|
+
MINIMAP_ARIA_LABEL,
|
|
642
676
|
} = pt_br;
|
package/msg/pt.js
CHANGED
|
@@ -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
|
|
@@ -63,6 +77,7 @@ Blockly.Msg["CHANGE_VALUE_TITLE"] = "Alterar valor:";
|
|
|
63
77
|
Blockly.Msg["CHROME_OS"] = "ChromeOS";
|
|
64
78
|
Blockly.Msg["CLEAN_UP"] = "Limpar Blocos";
|
|
65
79
|
Blockly.Msg["CLOSE"] = "Fechar";
|
|
80
|
+
Blockly.Msg["CLOSE_BACKPACK"] = "Close backpack"; // untranslated
|
|
66
81
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Os blocos ocultados contêm avisos.";
|
|
67
82
|
Blockly.Msg["COLLAPSE_ALL"] = "Ocultar Blocos";
|
|
68
83
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Ocultar Bloco";
|
|
@@ -118,7 +133,9 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "repetir enquanto";
|
|
|
118
133
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "Enquanto um valor for falso, então faça algumas instruções.";
|
|
119
134
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "Enquanto um valor for verdadeiro, então faça algumas instruções.";
|
|
120
135
|
Blockly.Msg["CONTROL_KEY"] = "Ctrl";
|
|
136
|
+
Blockly.Msg["COPY_ALL_TO_BACKPACK"] = "Copy All Blocks to Backpack"; // untranslated
|
|
121
137
|
Blockly.Msg["COPY_SHORTCUT"] = "Copiar";
|
|
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"] = "Cortar";
|
|
124
141
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "Eliminar todos os %1 blocos?";
|
|
@@ -133,6 +150,7 @@ Blockly.Msg["DISABLE_BLOCK"] = "Desativar Bloco";
|
|
|
133
150
|
Blockly.Msg["DUPLICATE_BLOCK"] = "Duplicar";
|
|
134
151
|
Blockly.Msg["DUPLICATE_COMMENT"] = "Duplicar comentário";
|
|
135
152
|
Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Editar conteúdos do Bloco";
|
|
153
|
+
Blockly.Msg["EMPTY_BACKPACK"] = "Empty Backpack"; // untranslated
|
|
136
154
|
Blockly.Msg["ENABLE_BLOCK"] = "Ativar Bloco";
|
|
137
155
|
Blockly.Msg["END_KEY"] = "End"; // untranslated
|
|
138
156
|
Blockly.Msg["ENTER_KEY"] = "Enter"; // untranslated
|
|
@@ -140,12 +158,16 @@ Blockly.Msg["ESCAPE"] = "Escape"; // untranslated
|
|
|
140
158
|
Blockly.Msg["EXPAND_ALL"] = "Expandir Blocos";
|
|
141
159
|
Blockly.Msg["EXPAND_BLOCK"] = "Expandir Bloco";
|
|
142
160
|
Blockly.Msg["EXTERNAL_INPUTS"] = "Entradas Externas";
|
|
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
|
|
169
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_FINISH_EDITING"] = "Finish editing"; // untranslated
|
|
170
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_NEW_LINE"] = "New line"; // untranslated
|
|
149
171
|
Blockly.Msg["HELP"] = "Ajuda";
|
|
150
172
|
Blockly.Msg["HELP_PROMPT"] = "Clica %1 para obter ajuda com os controlos do teclado";
|
|
151
173
|
Blockly.Msg["HOME_KEY"] = "Home"; // untranslated
|
|
@@ -447,6 +469,7 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Retorna o arco tangente de um número."
|
|
|
447
469
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Retorna o cosseno de um grau (não radiano).";
|
|
448
470
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Retorna o seno de um grau (não radiano).";
|
|
449
471
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Retorna a tangente de um grau (não radiano).";
|
|
472
|
+
Blockly.Msg["MINIMAP_ARIA_LABEL"] = "Workspace minimap. Use the arrow keys to pan the workspace."; // untranslated
|
|
450
473
|
Blockly.Msg["MOVE_BLOCK"] = "Mover Bloco";
|
|
451
474
|
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Criar variável colorida...";
|
|
452
475
|
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Criar variável numérica...";
|
|
@@ -455,12 +478,14 @@ Blockly.Msg["NEW_VARIABLE"] = "Criar variável…";
|
|
|
455
478
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Nome da nova variável:";
|
|
456
479
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "Tipo da nova variável:";
|
|
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"] = "⌥ Opção";
|
|
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"] = "Colar";
|
|
465
490
|
Blockly.Msg["PAUSE_KEY"] = "Pause"; // untranslated
|
|
466
491
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "permitir declarações";
|
|
@@ -492,6 +517,7 @@ Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "entradas";
|
|
|
492
517
|
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Adicionar, remover ou reordenar as entradas para esta função.";
|
|
493
518
|
Blockly.Msg["REDO"] = "Refazer";
|
|
494
519
|
Blockly.Msg["REMOVE_COMMENT"] = "Remover Comentário";
|
|
520
|
+
Blockly.Msg["REMOVE_FROM_BACKPACK"] = "Remove from Backpack"; // untranslated
|
|
495
521
|
Blockly.Msg["RENAME_VARIABLE"] = "Renomear variável...";
|
|
496
522
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Renomear todas as variáveis '%1' para:";
|
|
497
523
|
Blockly.Msg["RESET_ZOOM"] = "Reset zoom"; // 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"] = "Geral";
|
|
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
|
|
@@ -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"];
|
package/msg/pt.mjs
CHANGED
|
@@ -511,11 +511,18 @@ export const {
|
|
|
511
511
|
SHORTCUTS_CLEANUP,
|
|
512
512
|
SHORTCUTS_SHOW_TOOLTIP,
|
|
513
513
|
SHORTCUTS_TOGGLE_SCREENREADER_MODE,
|
|
514
|
+
SHORTCUTS_JUMP_BLOCK_START,
|
|
515
|
+
SHORTCUTS_JUMP_BLOCK_END,
|
|
516
|
+
SHORTCUTS_JUMP_TOP_STACK,
|
|
517
|
+
SHORTCUTS_JUMP_BOTTOM_STACK,
|
|
518
|
+
SHORTCUTS_JUMP_FIRST_BLOCK,
|
|
519
|
+
SHORTCUTS_JUMP_LAST_BLOCK,
|
|
514
520
|
KEYBOARD_NAV_UNCONSTRAINED_MOVE_HINT,
|
|
515
521
|
KEYBOARD_NAV_CONSTRAINED_MOVE_HINT,
|
|
516
522
|
KEYBOARD_NAV_COPIED_HINT,
|
|
517
523
|
KEYBOARD_NAV_CUT_HINT,
|
|
518
524
|
WORKSPACE_LABEL_PLAIN,
|
|
525
|
+
WORKSPACE_ROLEDESCRIPTION,
|
|
519
526
|
WORKSPACE_LABEL_1_STACK,
|
|
520
527
|
WORKSPACE_LABEL_MANY_STACKS,
|
|
521
528
|
WORKSPACE_LABEL_MUTATOR_WORKSPACE,
|
|
@@ -639,4 +646,31 @@ export const {
|
|
|
639
646
|
PARENT_BLOCKS_ANNOUNCEMENT,
|
|
640
647
|
NO_PARENT_ANNOUNCEMENT,
|
|
641
648
|
SCREENREADER_HINT,
|
|
649
|
+
ARIA_LABEL_ADD_ELSE_IF,
|
|
650
|
+
ARIA_LABEL_REMOVE_ELSE_IF,
|
|
651
|
+
ARIA_LABEL_ADD_LIST_ITEM,
|
|
652
|
+
ARIA_LABEL_REMOVE_LIST_ITEM,
|
|
653
|
+
ARIA_LABEL_ADD_TEXT,
|
|
654
|
+
ARIA_LABEL_REMOVE_TEXT,
|
|
655
|
+
ARIA_LABEL_ADD_INPUT,
|
|
656
|
+
ARIA_LABEL_REMOVE_INPUT,
|
|
657
|
+
ARIA_TYPE_FIELD_ANGLE,
|
|
658
|
+
ARIA_LABEL_FIELD_ANGLE,
|
|
659
|
+
ARIA_TYPE_FIELD_DATE,
|
|
660
|
+
ARIA_TYPE_FIELD_COLOUR,
|
|
661
|
+
ARIA_TYPE_FIELD_BITMAP,
|
|
662
|
+
ARIA_TYPE_FIELD_GRID,
|
|
663
|
+
FIELD_BITMAP_BUTTON_LABEL_RANDOMIZE,
|
|
664
|
+
FIELD_BITMAP_BUTTON_LABEL_CLEAR,
|
|
665
|
+
OPEN_BACKPACK,
|
|
666
|
+
CLOSE_BACKPACK,
|
|
667
|
+
COPY_ALL_TO_BACKPACK,
|
|
668
|
+
COPY_TO_BACKPACK,
|
|
669
|
+
EMPTY_BACKPACK,
|
|
670
|
+
PASTE_ALL_FROM_BACKPACK,
|
|
671
|
+
REMOVE_FROM_BACKPACK,
|
|
672
|
+
FIELD_MULTILINEINPUT_FINISH_EDITING,
|
|
673
|
+
FIELD_MULTILINEINPUT_NEW_LINE,
|
|
674
|
+
ZOOM_TO_FIT_ARIA_LABEL,
|
|
675
|
+
MINIMAP_ARIA_LABEL,
|
|
642
676
|
} = pt;
|