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/el.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"] = "Άλλαξε την τιμή:";
|
|
|
63
77
|
Blockly.Msg["CHROME_OS"] = "ChromeOS";
|
|
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"] = "Υπάρχουν προειδοποιήσεις στα συμπτυγμένα μπλοκ.";
|
|
67
82
|
Blockly.Msg["COLLAPSE_ALL"] = "Σύμπτυξη μπλοκ";
|
|
68
83
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Σύμπτυξη μπλοκ";
|
|
@@ -118,12 +133,14 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "επανάλαβε ενώ";
|
|
|
118
133
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "Εφόσον μια τιμή είναι ψευδής, τότε εκτελεί κάποιες εντολές.";
|
|
119
134
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "Εφόσον μια τιμή είναι αληθής, τότε εκτελεί κάποιες εντολές.";
|
|
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"] = "Αντιγραφή";
|
|
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"] = "Αποκοπή";
|
|
124
141
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "Να διαγραφούν όλα τα %1 μπλοκ;";
|
|
125
142
|
Blockly.Msg["DELETE_BLOCK"] = "Διαγραφή μπλοκ";
|
|
126
|
-
Blockly.Msg["DELETE_KEY"] = "
|
|
143
|
+
Blockly.Msg["DELETE_KEY"] = "Διαγραφή";
|
|
127
144
|
Blockly.Msg["DELETE_VARIABLE"] = "Διάγραψε την μεταβλητή '%1'";
|
|
128
145
|
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Θέλετε να διαγράψετε %1 χρήσεις της μεταβλητής '%2'?";
|
|
129
146
|
Blockly.Msg["DELETE_X_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"] = "Επεξεργασία περιεχομένων μπλοκ";
|
|
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"] = "Πατήστε %1 για βοήθεια σχετικά με τους χειρισμούς πληκτρολογίου";
|
|
151
173
|
Blockly.Msg["HOME_KEY"] = "Home"; // untranslated
|
|
@@ -447,6 +469,7 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Επιστρέφει το τόξο εφ
|
|
|
447
469
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Επιστρέφει το συνημίτονο μίας γωνίας σε μοίρες (όχι ακτίνια).";
|
|
448
470
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Επιστρέφει το ημίτονο μία γωνίας σε μοίρες (όχι ακτίνια).";
|
|
449
471
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Επιστρέφει την εφαπτομένη μία γωνίας σε μοίρες (όχι ακτίνια).";
|
|
472
|
+
Blockly.Msg["MINIMAP_ARIA_LABEL"] = "Workspace minimap. Use the arrow keys to pan the workspace."; // untranslated
|
|
450
473
|
Blockly.Msg["MOVE_BLOCK"] = "Μετακίνηση μπλοκ";
|
|
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";
|
|
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"] = "Επικόλληση";
|
|
465
490
|
Blockly.Msg["PAUSE_KEY"] = "Pause"; // untranslated
|
|
466
491
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "επέτρεψε δηλώσεις";
|
|
@@ -492,6 +517,7 @@ Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "είσοδοι";
|
|
|
492
517
|
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Πρόσθεσε, αφαίρεσε ή αναδιάταξε τις εισόδους σε αυτήν τη συνάρτηση.";
|
|
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"] = "Γενικά";
|
|
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/el.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
|
} = el;
|
package/msg/en-gb.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"] = "Change value:";
|
|
|
63
77
|
Blockly.Msg["CHROME_OS"] = "ChromeOS"; // untranslated
|
|
64
78
|
Blockly.Msg["CLEAN_UP"] = "Clean up Blocks";
|
|
65
79
|
Blockly.Msg["CLOSE"] = "Close"; // untranslated
|
|
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"] = "Collapse Blocks";
|
|
68
83
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Collapse Block";
|
|
@@ -118,7 +133,9 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "repeat while";
|
|
|
118
133
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "While a value is false, then do some statements.";
|
|
119
134
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "While a value is true, then do some statements.";
|
|
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"] = "Delete all %1 blocks?";
|
|
@@ -133,6 +150,7 @@ Blockly.Msg["DISABLE_BLOCK"] = "Disable Block";
|
|
|
133
150
|
Blockly.Msg["DUPLICATE_BLOCK"] = "Duplicate";
|
|
134
151
|
Blockly.Msg["DUPLICATE_COMMENT"] = "Duplicate Comment"; // untranslated
|
|
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"] = "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"] = "Expand Blocks";
|
|
141
159
|
Blockly.Msg["EXPAND_BLOCK"] = "Expand Block";
|
|
142
160
|
Blockly.Msg["EXTERNAL_INPUTS"] = "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"] = "Help";
|
|
150
172
|
Blockly.Msg["HELP_PROMPT"] = "Press %1 for help on keyboard controls."; // untranslated
|
|
151
173
|
Blockly.Msg["HOME_KEY"] = "Home"; // 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).";
|
|
448
470
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Return the sine of a degree (not radian).";
|
|
449
471
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Return the tangent of a degree (not radian).";
|
|
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"] = "Create colour variable..."; // untranslated
|
|
452
475
|
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Create number variable..."; // untranslated
|
|
@@ -455,12 +478,14 @@ Blockly.Msg["NEW_VARIABLE"] = "Create variable...";
|
|
|
455
478
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "New variable name:";
|
|
456
479
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "New variable type:"; // untranslated
|
|
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"] = "Redo";
|
|
494
519
|
Blockly.Msg["REMOVE_COMMENT"] = "Remove Comment";
|
|
520
|
+
Blockly.Msg["REMOVE_FROM_BACKPACK"] = "Remove from Backpack"; // untranslated
|
|
495
521
|
Blockly.Msg["RENAME_VARIABLE"] = "Rename variable...";
|
|
496
522
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Rename all '%1' variables to:";
|
|
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/en-gb.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
|
} = en_gb;
|
package/msg/en.js
CHANGED
|
@@ -27,13 +27,27 @@ Blockly.Msg["ANNOUNCE_MOVE_INSIDE"] = "Moving %1 inside %2.";
|
|
|
27
27
|
Blockly.Msg["ANNOUNCE_MOVE_OF"] = "%1 of %2";
|
|
28
28
|
Blockly.Msg["ANNOUNCE_MOVE_TO"] = "Moving %1 to %2.";
|
|
29
29
|
Blockly.Msg["ANNOUNCE_MOVE_WORKSPACE"] = "Moving %1 on workspace.";
|
|
30
|
+
Blockly.Msg["ARIA_LABEL_ADD_ELSE_IF"] = "Add else if";
|
|
31
|
+
Blockly.Msg["ARIA_LABEL_ADD_INPUT"] = "Add input";
|
|
32
|
+
Blockly.Msg["ARIA_LABEL_ADD_LIST_ITEM"] = "Add list item";
|
|
33
|
+
Blockly.Msg["ARIA_LABEL_ADD_TEXT"] = "Add text";
|
|
30
34
|
Blockly.Msg["ARIA_LABEL_BUTTON"] = "button";
|
|
31
35
|
Blockly.Msg["ARIA_LABEL_COMMENT"] = "Comment";
|
|
32
36
|
Blockly.Msg["ARIA_LABEL_COMMENT_COLLAPSE"] = "Collapse Comment";
|
|
33
37
|
Blockly.Msg["ARIA_LABEL_COMMENT_EXPAND"] = "Expand Comment";
|
|
38
|
+
Blockly.Msg["ARIA_LABEL_FIELD_ANGLE"] = "%1 degrees";
|
|
34
39
|
Blockly.Msg["ARIA_LABEL_HEADING"] = "heading";
|
|
40
|
+
Blockly.Msg["ARIA_LABEL_REMOVE_ELSE_IF"] = "Remove else if";
|
|
41
|
+
Blockly.Msg["ARIA_LABEL_REMOVE_INPUT"] = "Remove input";
|
|
42
|
+
Blockly.Msg["ARIA_LABEL_REMOVE_LIST_ITEM"] = "Remove list item";
|
|
43
|
+
Blockly.Msg["ARIA_LABEL_REMOVE_TEXT"] = "Remove text";
|
|
44
|
+
Blockly.Msg["ARIA_TYPE_FIELD_ANGLE"] = "angle";
|
|
45
|
+
Blockly.Msg["ARIA_TYPE_FIELD_BITMAP"] = "pixel image";
|
|
35
46
|
Blockly.Msg["ARIA_TYPE_FIELD_CHECKBOX"] = "checkbox";
|
|
47
|
+
Blockly.Msg["ARIA_TYPE_FIELD_COLOUR"] = "color";
|
|
48
|
+
Blockly.Msg["ARIA_TYPE_FIELD_DATE"] = "date";
|
|
36
49
|
Blockly.Msg["ARIA_TYPE_FIELD_DROPDOWN"] = "dropdown";
|
|
50
|
+
Blockly.Msg["ARIA_TYPE_FIELD_GRID"] = "grid dropdown";
|
|
37
51
|
Blockly.Msg["ARIA_TYPE_FIELD_IMAGE"] = "image";
|
|
38
52
|
Blockly.Msg["ARIA_TYPE_FIELD_INPUT"] = "input";
|
|
39
53
|
Blockly.Msg["ARIA_TYPE_FIELD_NUMBER"] = "number";
|
|
@@ -63,6 +77,7 @@ Blockly.Msg["CHANGE_VALUE_TITLE"] = "Change value:";
|
|
|
63
77
|
Blockly.Msg["CHROME_OS"] = "ChromeOS";
|
|
64
78
|
Blockly.Msg["CLEAN_UP"] = "Clean up Blocks";
|
|
65
79
|
Blockly.Msg["CLOSE"] = "Close";
|
|
80
|
+
Blockly.Msg["CLOSE_BACKPACK"] = "Close backpack";
|
|
66
81
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings.";
|
|
67
82
|
Blockly.Msg["COLLAPSE_ALL"] = "Collapse Blocks";
|
|
68
83
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Collapse Block";
|
|
@@ -118,7 +133,9 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "repeat while";
|
|
|
118
133
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "While a value is false, then do some statements.";
|
|
119
134
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "While a value is true, then do some statements.";
|
|
120
135
|
Blockly.Msg["CONTROL_KEY"] = "Control";
|
|
136
|
+
Blockly.Msg["COPY_ALL_TO_BACKPACK"] = "Copy All Blocks to Backpack";
|
|
121
137
|
Blockly.Msg["COPY_SHORTCUT"] = "Copy";
|
|
138
|
+
Blockly.Msg["COPY_TO_BACKPACK"] = "Copy to Backpack";
|
|
122
139
|
Blockly.Msg["CURRENT_BLOCK_ANNOUNCEMENT"] = "Current block: %1";
|
|
123
140
|
Blockly.Msg["CUT_SHORTCUT"] = "Cut";
|
|
124
141
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "Delete all %1 blocks?";
|
|
@@ -133,6 +150,7 @@ Blockly.Msg["DISABLE_BLOCK"] = "Disable Block";
|
|
|
133
150
|
Blockly.Msg["DUPLICATE_BLOCK"] = "Duplicate";
|
|
134
151
|
Blockly.Msg["DUPLICATE_COMMENT"] = "Duplicate Comment";
|
|
135
152
|
Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Edit Block contents";
|
|
153
|
+
Blockly.Msg["EMPTY_BACKPACK"] = "Empty Backpack";
|
|
136
154
|
Blockly.Msg["ENABLE_BLOCK"] = "Enable Block";
|
|
137
155
|
Blockly.Msg["END_KEY"] = "End";
|
|
138
156
|
Blockly.Msg["ENTER_KEY"] = "Enter";
|
|
@@ -140,12 +158,16 @@ Blockly.Msg["ESCAPE"] = "Escape";
|
|
|
140
158
|
Blockly.Msg["EXPAND_ALL"] = "Expand Blocks";
|
|
141
159
|
Blockly.Msg["EXPAND_BLOCK"] = "Expand Block";
|
|
142
160
|
Blockly.Msg["EXTERNAL_INPUTS"] = "External Inputs";
|
|
161
|
+
Blockly.Msg["FIELD_BITMAP_BUTTON_LABEL_CLEAR"] = "Clear";
|
|
162
|
+
Blockly.Msg["FIELD_BITMAP_BUTTON_LABEL_RANDOMIZE"] = "Randomize";
|
|
143
163
|
Blockly.Msg["FIELD_LABEL_CHECKBOX_CHECKED"] = "Checked";
|
|
144
164
|
Blockly.Msg["FIELD_LABEL_CHECKBOX_UNCHECKED"] = "Not checked";
|
|
145
165
|
Blockly.Msg["FIELD_LABEL_EDIT_PREFIX"] = "Edit %1";
|
|
146
166
|
Blockly.Msg["FIELD_LABEL_EMPTY"] = "empty";
|
|
147
167
|
Blockly.Msg["FIELD_LABEL_OPTION_INDEX"] = "Option %1";
|
|
148
168
|
Blockly.Msg["FIELD_LABEL_VARIABLE"] = "Variable '%1'";
|
|
169
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_FINISH_EDITING"] = "Finish editing";
|
|
170
|
+
Blockly.Msg["FIELD_MULTILINEINPUT_NEW_LINE"] = "New line";
|
|
149
171
|
Blockly.Msg["HELP"] = "Help";
|
|
150
172
|
Blockly.Msg["HELP_PROMPT"] = "Press %1 for help on keyboard controls.";
|
|
151
173
|
Blockly.Msg["HOME_KEY"] = "Home";
|
|
@@ -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).";
|
|
448
470
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Return the sine of a degree (not radian).";
|
|
449
471
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Return the tangent of a degree (not radian).";
|
|
472
|
+
Blockly.Msg["MINIMAP_ARIA_LABEL"] = "Workspace minimap. Use the arrow keys to pan the workspace.";
|
|
450
473
|
Blockly.Msg["MOVE_BLOCK"] = "Move Block";
|
|
451
474
|
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Create colour variable...";
|
|
452
475
|
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Create number variable...";
|
|
@@ -455,12 +478,14 @@ Blockly.Msg["NEW_VARIABLE"] = "Create variable...";
|
|
|
455
478
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "New variable name:";
|
|
456
479
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "New variable type:";
|
|
457
480
|
Blockly.Msg["NO_PARENT_ANNOUNCEMENT"] = "Current block has no parent";
|
|
481
|
+
Blockly.Msg["OPEN_BACKPACK"] = "Open backpack";
|
|
458
482
|
Blockly.Msg["OPEN_TRASH"] = "Open trash";
|
|
459
483
|
Blockly.Msg["OPTION_KEY"] = "Option";
|
|
460
484
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = "";
|
|
461
485
|
Blockly.Msg["PAGE_DOWN_KEY"] = "Page Down";
|
|
462
486
|
Blockly.Msg["PAGE_UP_KEY"] = "Page Up";
|
|
463
487
|
Blockly.Msg["PARENT_BLOCKS_ANNOUNCEMENT"] = "Parent blocks: %1";
|
|
488
|
+
Blockly.Msg["PASTE_ALL_FROM_BACKPACK"] = "Paste All Blocks from Backpack";
|
|
464
489
|
Blockly.Msg["PASTE_SHORTCUT"] = "Paste";
|
|
465
490
|
Blockly.Msg["PAUSE_KEY"] = "Pause";
|
|
466
491
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "allow statements";
|
|
@@ -492,6 +517,7 @@ Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "inputs";
|
|
|
492
517
|
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Add, remove, or reorder inputs to this function.";
|
|
493
518
|
Blockly.Msg["REDO"] = "Redo";
|
|
494
519
|
Blockly.Msg["REMOVE_COMMENT"] = "Remove Comment";
|
|
520
|
+
Blockly.Msg["REMOVE_FROM_BACKPACK"] = "Remove from Backpack";
|
|
495
521
|
Blockly.Msg["RENAME_VARIABLE"] = "Rename the '%1' variable";
|
|
496
522
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Rename all '%1' variables to:";
|
|
497
523
|
Blockly.Msg["RESET_ZOOM"] = "Reset zoom";
|
|
@@ -513,6 +539,12 @@ Blockly.Msg["SHORTCUTS_FOCUS_TOOLBOX"] = "Focus toolbox";
|
|
|
513
539
|
Blockly.Msg["SHORTCUTS_FOCUS_WORKSPACE"] = "Focus workspace";
|
|
514
540
|
Blockly.Msg["SHORTCUTS_GENERAL"] = "General";
|
|
515
541
|
Blockly.Msg["SHORTCUTS_INFORMATION"] = "Announce information";
|
|
542
|
+
Blockly.Msg["SHORTCUTS_JUMP_BLOCK_END"] = "Jump to block end";
|
|
543
|
+
Blockly.Msg["SHORTCUTS_JUMP_BLOCK_START"] = "Jump to block start";
|
|
544
|
+
Blockly.Msg["SHORTCUTS_JUMP_BOTTOM_STACK"] = "Jump to bottom of stack";
|
|
545
|
+
Blockly.Msg["SHORTCUTS_JUMP_FIRST_BLOCK"] = "Jump to first block";
|
|
546
|
+
Blockly.Msg["SHORTCUTS_JUMP_LAST_BLOCK"] = "Jump to last block";
|
|
547
|
+
Blockly.Msg["SHORTCUTS_JUMP_TOP_STACK"] = "Jump to top of stack";
|
|
516
548
|
Blockly.Msg["SHORTCUTS_MOVE_DOWN"] = "Move down";
|
|
517
549
|
Blockly.Msg["SHORTCUTS_MOVE_LEFT"] = "Move left";
|
|
518
550
|
Blockly.Msg["SHORTCUTS_MOVE_RIGHT"] = "Move right";
|
|
@@ -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.";
|
|
622
654
|
Blockly.Msg["WORKSPACE_CONTENTS_COMMENTS_MANY"] = " and %1 comments";
|
|
623
655
|
Blockly.Msg["WORKSPACE_CONTENTS_COMMENTS_ONE"] = " and one comment";
|
|
624
|
-
Blockly.Msg["WORKSPACE_LABEL_1_STACK"] = "
|
|
656
|
+
Blockly.Msg["WORKSPACE_LABEL_1_STACK"] = "1 stack of blocks";
|
|
625
657
|
Blockly.Msg["WORKSPACE_LABEL_FLYOUT_WORKSPACE"] = "%1 blocks";
|
|
626
|
-
Blockly.Msg["WORKSPACE_LABEL_MANY_STACKS"] = "
|
|
658
|
+
Blockly.Msg["WORKSPACE_LABEL_MANY_STACKS"] = "%1 stacks of blocks";
|
|
627
659
|
Blockly.Msg["WORKSPACE_LABEL_MUTATOR_WORKSPACE"] = "Block editor workspace";
|
|
628
660
|
Blockly.Msg["WORKSPACE_LABEL_PLAIN"] = "Blocks workspace.";
|
|
661
|
+
Blockly.Msg["WORKSPACE_ROLEDESCRIPTION"] = "workspace";
|
|
629
662
|
Blockly.Msg["ZOOM_IN"] = "Zoom in";
|
|
630
663
|
Blockly.Msg["ZOOM_OUT"] = "Zoom out";
|
|
664
|
+
Blockly.Msg["ZOOM_TO_FIT_ARIA_LABEL"] = "Zoom to fit";
|
|
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/en.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
|
} = en;
|