blockly 12.0.0-beta.4 → 12.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blockly.min.js +552 -494
- package/blockly.mjs +10 -0
- package/blockly_compressed.js +517 -492
- package/blockly_compressed.js.map +1 -1
- package/blocks_compressed.js +2 -2
- package/blocks_compressed.js.map +1 -1
- package/core/block_svg.d.ts +36 -20
- package/core/blockly.d.ts +13 -1
- package/core/connection.d.ts +2 -0
- package/core/contextmenu_registry.d.ts +11 -9
- package/core/dialog.d.ts +36 -16
- package/core/field.d.ts +29 -31
- package/core/field_checkbox.d.ts +9 -0
- package/core/field_dropdown.d.ts +19 -2
- package/core/field_image.d.ts +9 -0
- package/core/field_label.d.ts +9 -0
- package/core/field_number.d.ts +9 -0
- package/core/field_textinput.d.ts +9 -0
- package/core/flyout_base.d.ts +23 -1
- package/core/flyout_button.d.ts +30 -7
- package/core/flyout_item.d.ts +3 -9
- package/core/flyout_separator.d.ts +18 -1
- package/core/focus_manager.d.ts +82 -14
- package/core/interfaces/i_ast_node_location_svg.d.ts +0 -12
- package/core/interfaces/i_autohideable.d.ts +2 -0
- package/core/interfaces/i_flyout.d.ts +2 -1
- package/core/interfaces/i_focusable_node.d.ts +31 -2
- package/core/interfaces/i_focusable_tree.d.ts +67 -0
- package/core/interfaces/i_navigable.d.ts +30 -0
- package/core/interfaces/i_navigation_policy.d.ts +42 -0
- package/core/interfaces/i_toolbox.d.ts +2 -1
- package/core/interfaces/i_toolbox_item.d.ts +2 -1
- package/core/keyboard_nav/ast_node.d.ts +1 -113
- package/core/keyboard_nav/block_navigation_policy.d.ts +56 -0
- package/core/keyboard_nav/connection_navigation_policy.d.ts +53 -0
- package/core/keyboard_nav/field_navigation_policy.d.ts +42 -0
- package/core/keyboard_nav/flyout_button_navigation_policy.d.ts +42 -0
- package/core/keyboard_nav/flyout_navigation_policy.d.ts +51 -0
- package/core/keyboard_nav/flyout_separator_navigation_policy.d.ts +19 -0
- package/core/keyboard_nav/line_cursor.d.ts +32 -103
- package/core/keyboard_nav/marker.d.ts +20 -29
- package/core/keyboard_nav/workspace_navigation_policy.d.ts +42 -0
- package/core/marker_manager.d.ts +0 -26
- package/core/navigator.d.ts +65 -0
- package/core/rendered_connection.d.ts +35 -1
- package/core/renderers/common/block_rendering.d.ts +1 -2
- package/core/renderers/common/drawer.d.ts +1 -1
- package/core/renderers/common/i_path_object.d.ts +1 -25
- package/core/renderers/common/path_object.d.ts +1 -26
- package/core/renderers/common/renderer.d.ts +0 -11
- package/core/renderers/zelos/drawer.d.ts +1 -1
- package/core/renderers/zelos/renderer.d.ts +0 -11
- package/core/renderers/zelos/zelos.d.ts +1 -2
- package/core/shortcut_registry.d.ts +7 -2
- package/core/toast.d.ts +74 -0
- package/core/toolbox/toolbox.d.ts +23 -1
- package/core/toolbox/toolbox_item.d.ts +9 -0
- package/core/utils/aria.d.ts +5 -2
- package/core/variable_map.d.ts +4 -4
- package/core/variables.d.ts +3 -1
- package/core/workspace.d.ts +10 -9
- package/core/workspace_svg.d.ts +103 -47
- package/index.mjs +10 -0
- package/msg/ab.js +33 -0
- package/msg/ab.mjs +33 -0
- package/msg/ace.js +33 -0
- package/msg/ace.mjs +33 -0
- package/msg/af.js +33 -0
- package/msg/af.mjs +33 -0
- package/msg/am.js +33 -0
- package/msg/am.mjs +33 -0
- package/msg/ar.js +33 -0
- package/msg/ar.mjs +33 -0
- package/msg/ast.js +33 -0
- package/msg/ast.mjs +33 -0
- package/msg/az.js +33 -0
- package/msg/az.mjs +33 -0
- package/msg/ba.js +33 -0
- package/msg/ba.mjs +33 -0
- package/msg/bcc.js +33 -0
- package/msg/bcc.mjs +33 -0
- package/msg/be-tarask.js +33 -0
- package/msg/be-tarask.mjs +33 -0
- package/msg/be.js +33 -0
- package/msg/be.mjs +33 -0
- package/msg/bg.js +33 -0
- package/msg/bg.mjs +33 -0
- package/msg/bn.js +33 -0
- package/msg/bn.mjs +33 -0
- package/msg/br.js +33 -0
- package/msg/br.mjs +33 -0
- package/msg/bs.js +33 -0
- package/msg/bs.mjs +33 -0
- package/msg/ca.js +33 -0
- package/msg/ca.mjs +33 -0
- package/msg/cdo.js +33 -0
- package/msg/cdo.mjs +33 -0
- package/msg/ce.js +33 -0
- package/msg/ce.mjs +33 -0
- package/msg/cs.js +33 -0
- package/msg/cs.mjs +33 -0
- package/msg/da.js +33 -0
- package/msg/da.mjs +33 -0
- package/msg/de.js +33 -0
- package/msg/de.mjs +33 -0
- package/msg/diq.js +33 -0
- package/msg/diq.mjs +33 -0
- package/msg/dtp.js +33 -0
- package/msg/dtp.mjs +33 -0
- package/msg/dty.js +33 -0
- package/msg/dty.mjs +33 -0
- package/msg/ee.js +33 -0
- package/msg/ee.mjs +33 -0
- package/msg/el.js +33 -0
- package/msg/el.mjs +33 -0
- package/msg/en-gb.js +33 -0
- package/msg/en-gb.mjs +33 -0
- package/msg/en.js +33 -0
- package/msg/en.mjs +33 -0
- package/msg/eo.js +33 -0
- package/msg/eo.mjs +33 -0
- package/msg/es.js +33 -0
- package/msg/es.mjs +33 -0
- package/msg/et.js +33 -0
- package/msg/et.mjs +33 -0
- package/msg/eu.js +33 -0
- package/msg/eu.mjs +33 -0
- package/msg/fa.js +33 -0
- package/msg/fa.mjs +33 -0
- package/msg/fi.js +33 -0
- package/msg/fi.mjs +33 -0
- package/msg/fo.js +33 -0
- package/msg/fo.mjs +33 -0
- package/msg/fr.js +33 -0
- package/msg/fr.mjs +33 -0
- package/msg/frr.js +33 -0
- package/msg/frr.mjs +33 -0
- package/msg/gl.js +33 -0
- package/msg/gl.mjs +33 -0
- package/msg/gn.js +33 -0
- package/msg/gn.mjs +33 -0
- package/msg/gor.js +33 -0
- package/msg/gor.mjs +33 -0
- package/msg/ha.js +33 -0
- package/msg/ha.mjs +33 -0
- package/msg/hak.js +33 -0
- package/msg/hak.mjs +33 -0
- package/msg/he.js +33 -0
- package/msg/he.mjs +33 -0
- package/msg/hi.js +33 -0
- package/msg/hi.mjs +33 -0
- package/msg/hr.js +33 -0
- package/msg/hr.mjs +33 -0
- package/msg/hrx.js +33 -0
- package/msg/hrx.mjs +33 -0
- package/msg/hsb.js +33 -0
- package/msg/hsb.mjs +33 -0
- package/msg/hu.js +33 -0
- package/msg/hu.mjs +33 -0
- package/msg/hy.js +33 -0
- package/msg/hy.mjs +33 -0
- package/msg/ia.js +33 -0
- package/msg/ia.mjs +33 -0
- package/msg/id.js +33 -0
- package/msg/id.mjs +33 -0
- package/msg/ig.js +33 -0
- package/msg/ig.mjs +33 -0
- package/msg/inh.js +33 -0
- package/msg/inh.mjs +33 -0
- package/msg/is.js +33 -0
- package/msg/is.mjs +33 -0
- package/msg/it.js +33 -0
- package/msg/it.mjs +33 -0
- package/msg/ja.js +33 -0
- package/msg/ja.mjs +33 -0
- package/msg/ka.js +33 -0
- package/msg/ka.mjs +33 -0
- package/msg/kab.js +33 -0
- package/msg/kab.mjs +33 -0
- package/msg/kbd-cyrl.js +33 -0
- package/msg/kbd-cyrl.mjs +33 -0
- package/msg/km.js +33 -0
- package/msg/km.mjs +33 -0
- package/msg/kn.js +33 -0
- package/msg/kn.mjs +33 -0
- package/msg/ko.js +33 -0
- package/msg/ko.mjs +33 -0
- package/msg/ksh.js +33 -0
- package/msg/ksh.mjs +33 -0
- package/msg/ku-latn.js +33 -0
- package/msg/ku-latn.mjs +33 -0
- package/msg/ky.js +33 -0
- package/msg/ky.mjs +33 -0
- package/msg/la.js +33 -0
- package/msg/la.mjs +33 -0
- package/msg/lb.js +33 -0
- package/msg/lb.mjs +33 -0
- package/msg/lki.js +33 -0
- package/msg/lki.mjs +33 -0
- package/msg/lo.js +33 -0
- package/msg/lo.mjs +33 -0
- package/msg/lrc.js +33 -0
- package/msg/lrc.mjs +33 -0
- package/msg/lt.js +33 -0
- package/msg/lt.mjs +33 -0
- package/msg/lv.js +33 -0
- package/msg/lv.mjs +33 -0
- package/msg/mg.js +33 -0
- package/msg/mg.mjs +33 -0
- package/msg/mk.js +33 -0
- package/msg/mk.mjs +33 -0
- package/msg/ml.js +33 -0
- package/msg/ml.mjs +33 -0
- package/msg/mnw.js +33 -0
- package/msg/mnw.mjs +33 -0
- package/msg/ms.js +33 -0
- package/msg/ms.mjs +33 -0
- package/msg/my.js +33 -0
- package/msg/my.mjs +33 -0
- package/msg/mzn.js +33 -0
- package/msg/mzn.mjs +33 -0
- package/msg/nb.js +33 -0
- package/msg/nb.mjs +33 -0
- package/msg/ne.js +33 -0
- package/msg/ne.mjs +33 -0
- package/msg/nl.js +33 -0
- package/msg/nl.mjs +33 -0
- package/msg/oc.js +33 -0
- package/msg/oc.mjs +33 -0
- package/msg/olo.js +33 -0
- package/msg/olo.mjs +33 -0
- package/msg/pa.js +33 -0
- package/msg/pa.mjs +33 -0
- package/msg/pl.js +33 -0
- package/msg/pl.mjs +33 -0
- package/msg/pms.js +33 -0
- package/msg/pms.mjs +33 -0
- package/msg/ps.js +33 -0
- package/msg/ps.mjs +33 -0
- package/msg/pt-br.js +33 -0
- package/msg/pt-br.mjs +33 -0
- package/msg/pt.js +33 -0
- package/msg/pt.mjs +33 -0
- package/msg/ro.js +33 -0
- package/msg/ro.mjs +33 -0
- package/msg/ru.js +33 -0
- package/msg/ru.mjs +33 -0
- package/msg/sc.js +33 -0
- package/msg/sc.mjs +33 -0
- package/msg/sco.js +33 -0
- package/msg/sco.mjs +33 -0
- package/msg/sd.js +33 -0
- package/msg/sd.mjs +33 -0
- package/msg/shn.js +33 -0
- package/msg/shn.mjs +33 -0
- package/msg/si.js +33 -0
- package/msg/si.mjs +33 -0
- package/msg/sk.js +33 -0
- package/msg/sk.mjs +33 -0
- package/msg/skr-arab.js +33 -0
- package/msg/skr-arab.mjs +33 -0
- package/msg/sl.js +33 -0
- package/msg/sl.mjs +33 -0
- package/msg/smn.js +33 -0
- package/msg/smn.mjs +33 -0
- package/msg/sq.js +33 -0
- package/msg/sq.mjs +33 -0
- package/msg/sr-latn.js +33 -0
- package/msg/sr-latn.mjs +33 -0
- package/msg/sr.js +33 -0
- package/msg/sr.mjs +33 -0
- package/msg/sv.js +33 -0
- package/msg/sv.mjs +33 -0
- package/msg/sw.js +33 -0
- package/msg/sw.mjs +33 -0
- package/msg/ta.js +33 -0
- package/msg/ta.mjs +33 -0
- package/msg/tcy.js +33 -0
- package/msg/tcy.mjs +33 -0
- package/msg/tdd.js +33 -0
- package/msg/tdd.mjs +33 -0
- package/msg/te.js +33 -0
- package/msg/te.mjs +33 -0
- package/msg/th.js +33 -0
- package/msg/th.mjs +33 -0
- package/msg/ti.js +33 -0
- package/msg/ti.mjs +33 -0
- package/msg/tl.js +33 -0
- package/msg/tl.mjs +33 -0
- package/msg/tlh.js +33 -0
- package/msg/tlh.mjs +33 -0
- package/msg/tr.js +33 -0
- package/msg/tr.mjs +33 -0
- package/msg/ug-arab.js +33 -0
- package/msg/ug-arab.mjs +33 -0
- package/msg/uk.js +33 -0
- package/msg/uk.mjs +33 -0
- package/msg/ur.js +33 -0
- package/msg/ur.mjs +33 -0
- package/msg/uz.js +33 -0
- package/msg/uz.mjs +33 -0
- package/msg/vi.js +33 -0
- package/msg/vi.mjs +33 -0
- package/msg/xmf.js +33 -0
- package/msg/xmf.mjs +33 -0
- package/msg/yo.js +33 -0
- package/msg/yo.mjs +33 -0
- package/msg/zgh.js +33 -0
- package/msg/zgh.mjs +33 -0
- package/msg/zh-hans.js +33 -0
- package/msg/zh-hans.mjs +33 -0
- package/msg/zh-hant.js +33 -0
- package/msg/zh-hant.mjs +33 -0
- package/package.json +4 -4
- package/core/renderers/common/marker_svg.d.ts +0 -256
- package/core/renderers/zelos/marker_svg.d.ts +0 -49
package/msg/de.mjs
CHANGED
|
@@ -22,6 +22,7 @@ export const {
|
|
|
22
22
|
DELETE_X_BLOCKS,
|
|
23
23
|
DELETE_ALL_BLOCKS,
|
|
24
24
|
CLEAN_UP,
|
|
25
|
+
CLOSE,
|
|
25
26
|
COLLAPSE_BLOCK,
|
|
26
27
|
COLLAPSE_ALL,
|
|
27
28
|
EXPAND_BLOCK,
|
|
@@ -420,4 +421,36 @@ export const {
|
|
|
420
421
|
COLLAPSED_WARNINGS_WARNING,
|
|
421
422
|
DIALOG_OK,
|
|
422
423
|
DIALOG_CANCEL,
|
|
424
|
+
DELETE_SHORTCUT,
|
|
425
|
+
DELETE_KEY,
|
|
426
|
+
EDIT_BLOCK_CONTENTS,
|
|
427
|
+
INSERT_BLOCK,
|
|
428
|
+
START_MOVE,
|
|
429
|
+
FINISH_MOVE,
|
|
430
|
+
ABORT_MOVE,
|
|
431
|
+
MOVE_LEFT_CONSTRAINED,
|
|
432
|
+
MOVE_RIGHT_CONSTRAINED,
|
|
433
|
+
MOVE_UP_CONSTRAINED,
|
|
434
|
+
MOVE_DOWN_CONSTRAINED,
|
|
435
|
+
MOVE_LEFT_UNCONSTRAINED,
|
|
436
|
+
MOVE_RIGHT_UNCONSTRAINED,
|
|
437
|
+
MOVE_UP_UNCONSTRAINED,
|
|
438
|
+
MOVE_DOWN_UNCONSTRAINED,
|
|
439
|
+
MOVE_BLOCK,
|
|
440
|
+
WINDOWS,
|
|
441
|
+
MAC_OS,
|
|
442
|
+
CHROME_OS,
|
|
443
|
+
LINUX,
|
|
444
|
+
UNKNOWN,
|
|
445
|
+
CONTROL_KEY,
|
|
446
|
+
COMMAND_KEY,
|
|
447
|
+
OPTION_KEY,
|
|
448
|
+
ALT_KEY,
|
|
449
|
+
CUT_SHORTCUT,
|
|
450
|
+
COPY_SHORTCUT,
|
|
451
|
+
PASTE_SHORTCUT,
|
|
452
|
+
HELP_PROMPT,
|
|
453
|
+
SHORTCUTS_GENERAL,
|
|
454
|
+
SHORTCUTS_EDITING,
|
|
455
|
+
SHORTCUTS_CODE_NAVIGATION,
|
|
423
456
|
} = de;
|
package/msg/diq.js
CHANGED
|
@@ -17,10 +17,14 @@
|
|
|
17
17
|
|
|
18
18
|
var Blockly = Blockly || { Msg: Object.create(null) };
|
|
19
19
|
|
|
20
|
+
Blockly.Msg["ABORT_MOVE"] = "Abort move"; // untranslated
|
|
20
21
|
Blockly.Msg["ADD_COMMENT"] = "Tefsir cı ke";
|
|
22
|
+
Blockly.Msg["ALT_KEY"] = "Alt"; // untranslated
|
|
21
23
|
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Vurniyaye '%1' nêşeno besteriyo, çıke parçeyê şınasnayışiyê fonksiyonê '%2'yo";
|
|
22
24
|
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Erci bıvurne:";
|
|
25
|
+
Blockly.Msg["CHROME_OS"] = "ChromeOS"; // untranslated
|
|
23
26
|
Blockly.Msg["CLEAN_UP"] = "Blokan pak ke";
|
|
27
|
+
Blockly.Msg["CLOSE"] = "Close"; // untranslated
|
|
24
28
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
|
|
25
29
|
Blockly.Msg["COLLAPSE_ALL"] = "Kılitkerdışan teng ke";
|
|
26
30
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Bloki teng ke";
|
|
@@ -41,6 +45,7 @@ Blockly.Msg["COLOUR_RGB_HELPURL"] = "https://www.december.com/html/spec/colorper
|
|
|
41
45
|
Blockly.Msg["COLOUR_RGB_RED"] = "sur";
|
|
42
46
|
Blockly.Msg["COLOUR_RGB_TITLE"] = "komponentên rengan";
|
|
43
47
|
Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "Şıma renganê sûr, aşıl u kohoy ra rengê do spesifik vırazê. Gani ê pêro 0 u 100 miyan de bıbê.";
|
|
48
|
+
Blockly.Msg["COMMAND_KEY"] = "⌘ Command"; // untranslated
|
|
44
49
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks"; // untranslated
|
|
45
50
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "Çerxen ra vec";
|
|
46
51
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "Gama bin da çerxeni ra dewam ke";
|
|
@@ -73,8 +78,13 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "hend tekrar ke";
|
|
|
73
78
|
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "Tekrar kerdış de";
|
|
74
79
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "Yew erc xırabo se tay beyanati bıd";
|
|
75
80
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "Yew erc raşto se yu beyanat bıd.";
|
|
81
|
+
Blockly.Msg["CONTROL_KEY"] = "Ctrl"; // untranslated
|
|
82
|
+
Blockly.Msg["COPY_SHORTCUT"] = "Copy (%1)"; // untranslated
|
|
83
|
+
Blockly.Msg["CUT_SHORTCUT"] = "Cut (%1)"; // untranslated
|
|
76
84
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "Pêro %1 bloki besteriyê?";
|
|
77
85
|
Blockly.Msg["DELETE_BLOCK"] = "Bloki bestere";
|
|
86
|
+
Blockly.Msg["DELETE_KEY"] = "Del"; // untranslated
|
|
87
|
+
Blockly.Msg["DELETE_SHORTCUT"] = "Delete block (%1)"; // untranslated
|
|
78
88
|
Blockly.Msg["DELETE_VARIABLE"] = "Şıma vırnaoğê '%1'i besterê";
|
|
79
89
|
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "%1 ke vırnayışê '%2'i gırweneno, besteriyo?";
|
|
80
90
|
Blockly.Msg["DELETE_X_BLOCKS"] = "%1 blokan bestere";
|
|
@@ -83,12 +93,17 @@ Blockly.Msg["DIALOG_OK"] = "TEMAM";
|
|
|
83
93
|
Blockly.Msg["DISABLE_BLOCK"] = "Çengi devre ra vec";
|
|
84
94
|
Blockly.Msg["DUPLICATE_BLOCK"] = "Zewnc";
|
|
85
95
|
Blockly.Msg["DUPLICATE_COMMENT"] = "Mışewreyo zewnc";
|
|
96
|
+
Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Edit Block contents (%1)"; // untranslated
|
|
86
97
|
Blockly.Msg["ENABLE_BLOCK"] = "Bloki feal ke";
|
|
87
98
|
Blockly.Msg["EXPAND_ALL"] = "Kılitkerdışan hera ke";
|
|
88
99
|
Blockly.Msg["EXPAND_BLOCK"] = "Bloki hera ke";
|
|
89
100
|
Blockly.Msg["EXTERNAL_INPUTS"] = "Cıkewtışê xarıciyi";
|
|
101
|
+
Blockly.Msg["FINISH_MOVE"] = "Finish move"; // untranslated
|
|
90
102
|
Blockly.Msg["HELP"] = "Peşti";
|
|
103
|
+
Blockly.Msg["HELP_PROMPT"] = "Press %1 for help on keyboard controls"; // untranslated
|
|
91
104
|
Blockly.Msg["INLINE_INPUTS"] = "Cıkerdışê xomiyani";
|
|
105
|
+
Blockly.Msg["INSERT_BLOCK"] = "Insert Block (%1)"; // untranslated
|
|
106
|
+
Blockly.Msg["LINUX"] = "Linux"; // untranslated
|
|
92
107
|
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
|
|
93
108
|
Blockly.Msg["LISTS_CREATE_EMPTY_TITLE"] = "lista venge vıraze";
|
|
94
109
|
Blockly.Msg["LISTS_CREATE_EMPTY_TOOLTIP"] = "Returns a list, of length 0, containing no data records"; // untranslated
|
|
@@ -201,6 +216,7 @@ Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; //
|
|
|
201
216
|
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "eke ğeleto";
|
|
202
217
|
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "eke raşto";
|
|
203
218
|
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Şerta'test'i test keno. Eger ke şert raşta se erca 'raşt'i çarneno, çepo se erca 'çep' çarneno.";
|
|
219
|
+
Blockly.Msg["MAC_OS"] = "macOS"; // untranslated
|
|
204
220
|
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
205
221
|
Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://en.wikipedia.org/wiki/Aritmetik";
|
|
206
222
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Arêdayışê dı amara tadê";
|
|
@@ -287,13 +303,24 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Arktangensê yew amari açarne.";
|
|
|
287
303
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Derecey yew kosinusi tadê (radyan niyo)";
|
|
288
304
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Sinusi yew derece tadê (radyan niyo)";
|
|
289
305
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Tanjantê yew derecey tadê (radyan niyo)";
|
|
306
|
+
Blockly.Msg["MOVE_BLOCK"] = "Move Block (%1)"; // untranslated
|
|
307
|
+
Blockly.Msg["MOVE_DOWN_CONSTRAINED"] = "Move down constrained"; // untranslated
|
|
308
|
+
Blockly.Msg["MOVE_DOWN_UNCONSTRAINED"] = "Move down, unconstrained"; // untranslated
|
|
309
|
+
Blockly.Msg["MOVE_LEFT_CONSTRAINED"] = "Move left, constrained"; // untranslated
|
|
310
|
+
Blockly.Msg["MOVE_LEFT_UNCONSTRAINED"] = "Move left, unconstrained"; // untranslated
|
|
311
|
+
Blockly.Msg["MOVE_RIGHT_CONSTRAINED"] = "Move right constrained"; // untranslated
|
|
312
|
+
Blockly.Msg["MOVE_RIGHT_UNCONSTRAINED"] = "Move right, unconstrained"; // untranslated
|
|
313
|
+
Blockly.Msg["MOVE_UP_CONSTRAINED"] = "Move up, constrained"; // untranslated
|
|
314
|
+
Blockly.Msg["MOVE_UP_UNCONSTRAINED"] = "Move up unconstrained"; // untranslated
|
|
290
315
|
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Vurriyayoğê rengi vıraze...";
|
|
291
316
|
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Vurriyayoğê amari vıraze...";
|
|
292
317
|
Blockly.Msg["NEW_STRING_VARIABLE"] = "Vurriyayoğê rêze vıraze...";
|
|
293
318
|
Blockly.Msg["NEW_VARIABLE"] = "Vuriyayeyo bıvıraz...";
|
|
294
319
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Tewrê vurriyayoğê neweyi:";
|
|
295
320
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "Tewrê vurriyayoğê neweyi:";
|
|
321
|
+
Blockly.Msg["OPTION_KEY"] = "⌥ Option"; // untranslated
|
|
296
322
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
323
|
+
Blockly.Msg["PASTE_SHORTCUT"] = "Paste (%1)"; // untranslated
|
|
297
324
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "ifade rê mısade bıde";
|
|
298
325
|
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "ebe:";
|
|
299
326
|
Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
@@ -325,6 +352,10 @@ Blockly.Msg["REDO"] = "Newe ke";
|
|
|
325
352
|
Blockly.Msg["REMOVE_COMMENT"] = "Tefsiri Wedare";
|
|
326
353
|
Blockly.Msg["RENAME_VARIABLE"] = "Vuriyayey fına name ke...";
|
|
327
354
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Pêro vırnayışê '%1' reyna name ke:";
|
|
355
|
+
Blockly.Msg["SHORTCUTS_CODE_NAVIGATION"] = "Code navigation"; // untranslated
|
|
356
|
+
Blockly.Msg["SHORTCUTS_EDITING"] = "Editing"; // untranslated
|
|
357
|
+
Blockly.Msg["SHORTCUTS_GENERAL"] = "General"; // untranslated
|
|
358
|
+
Blockly.Msg["START_MOVE"] = "Start move"; // untranslated
|
|
328
359
|
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
|
|
329
360
|
Blockly.Msg["TEXT_APPEND_TITLE"] = "rê %1 Metin dek %2";
|
|
330
361
|
Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "Append some text to variable '%1'."; // untranslated
|
|
@@ -395,6 +426,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; //
|
|
|
395
426
|
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
|
|
396
427
|
Blockly.Msg["TODAY"] = "Ewro";
|
|
397
428
|
Blockly.Msg["UNDO"] = "Peyser bıgê";
|
|
429
|
+
Blockly.Msg["UNKNOWN"] = "Unknown"; // untranslated
|
|
398
430
|
Blockly.Msg["UNNAMED_KEY"] = "bêname";
|
|
399
431
|
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "unsur";
|
|
400
432
|
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "'%1 bınuse' vıraze";
|
|
@@ -407,6 +439,7 @@ Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the in
|
|
|
407
439
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Yew vırnayış be namey '%1' xora est.";
|
|
408
440
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Vurnaye be nameyê '%1' ra be babetê bini ra esto: '%2'";
|
|
409
441
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
|
|
442
|
+
Blockly.Msg["WINDOWS"] = "Windows"; // untranslated
|
|
410
443
|
Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Caygurenayışi";
|
|
411
444
|
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Çiyê vace...";
|
|
412
445
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
package/msg/diq.mjs
CHANGED
|
@@ -22,6 +22,7 @@ export const {
|
|
|
22
22
|
DELETE_X_BLOCKS,
|
|
23
23
|
DELETE_ALL_BLOCKS,
|
|
24
24
|
CLEAN_UP,
|
|
25
|
+
CLOSE,
|
|
25
26
|
COLLAPSE_BLOCK,
|
|
26
27
|
COLLAPSE_ALL,
|
|
27
28
|
EXPAND_BLOCK,
|
|
@@ -420,4 +421,36 @@ export const {
|
|
|
420
421
|
COLLAPSED_WARNINGS_WARNING,
|
|
421
422
|
DIALOG_OK,
|
|
422
423
|
DIALOG_CANCEL,
|
|
424
|
+
DELETE_SHORTCUT,
|
|
425
|
+
DELETE_KEY,
|
|
426
|
+
EDIT_BLOCK_CONTENTS,
|
|
427
|
+
INSERT_BLOCK,
|
|
428
|
+
START_MOVE,
|
|
429
|
+
FINISH_MOVE,
|
|
430
|
+
ABORT_MOVE,
|
|
431
|
+
MOVE_LEFT_CONSTRAINED,
|
|
432
|
+
MOVE_RIGHT_CONSTRAINED,
|
|
433
|
+
MOVE_UP_CONSTRAINED,
|
|
434
|
+
MOVE_DOWN_CONSTRAINED,
|
|
435
|
+
MOVE_LEFT_UNCONSTRAINED,
|
|
436
|
+
MOVE_RIGHT_UNCONSTRAINED,
|
|
437
|
+
MOVE_UP_UNCONSTRAINED,
|
|
438
|
+
MOVE_DOWN_UNCONSTRAINED,
|
|
439
|
+
MOVE_BLOCK,
|
|
440
|
+
WINDOWS,
|
|
441
|
+
MAC_OS,
|
|
442
|
+
CHROME_OS,
|
|
443
|
+
LINUX,
|
|
444
|
+
UNKNOWN,
|
|
445
|
+
CONTROL_KEY,
|
|
446
|
+
COMMAND_KEY,
|
|
447
|
+
OPTION_KEY,
|
|
448
|
+
ALT_KEY,
|
|
449
|
+
CUT_SHORTCUT,
|
|
450
|
+
COPY_SHORTCUT,
|
|
451
|
+
PASTE_SHORTCUT,
|
|
452
|
+
HELP_PROMPT,
|
|
453
|
+
SHORTCUTS_GENERAL,
|
|
454
|
+
SHORTCUTS_EDITING,
|
|
455
|
+
SHORTCUTS_CODE_NAVIGATION,
|
|
423
456
|
} = diq;
|
package/msg/dtp.js
CHANGED
|
@@ -17,10 +17,14 @@
|
|
|
17
17
|
|
|
18
18
|
var Blockly = Blockly || { Msg: Object.create(null) };
|
|
19
19
|
|
|
20
|
+
Blockly.Msg["ABORT_MOVE"] = "Abort move"; // untranslated
|
|
20
21
|
Blockly.Msg["ADD_COMMENT"] = "Panahak komi";
|
|
22
|
+
Blockly.Msg["ALT_KEY"] = "Alt"; // untranslated
|
|
21
23
|
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Au milo momugas do pembolehubah '%1' tu' soboogian do definisi montok kogunoon '%2'";
|
|
22
24
|
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Simbanai gatang:";
|
|
25
|
+
Blockly.Msg["CHROME_OS"] = "ChromeOS"; // untranslated
|
|
23
26
|
Blockly.Msg["CLEAN_UP"] = "Lidango taantob";
|
|
27
|
+
Blockly.Msg["CLOSE"] = "Close"; // untranslated
|
|
24
28
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
|
|
25
29
|
Blockly.Msg["COLLAPSE_ALL"] = "Lopio toinsanan taantob";
|
|
26
30
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Lopio taantob";
|
|
@@ -41,6 +45,7 @@ Blockly.Msg["COLOUR_RGB_HELPURL"] = "https://www.december.com/html/spec/colorper
|
|
|
41
45
|
Blockly.Msg["COLOUR_RGB_RED"] = "aragang";
|
|
42
46
|
Blockly.Msg["COLOUR_RGB_TITLE"] = "warana miampai";
|
|
43
47
|
Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "Pomonsoi wotik miampai ginumu spesifik do aragang, otomou om obulou. Oinsanan ginumu minog id pintangaan do 0 om 100.";
|
|
48
|
+
Blockly.Msg["COMMAND_KEY"] = "⌘ Command"; // untranslated
|
|
44
49
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks"; // untranslated
|
|
45
50
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "tingkodo gelung";
|
|
46
51
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "timpuun mimpai lelaran gelung pointilombus";
|
|
@@ -73,8 +78,13 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "Huliton gisom";
|
|
|
73
78
|
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "Huliton kawagu soira";
|
|
74
79
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "Sokiro au koontok o gatang, wonsoyo o tisunud.";
|
|
75
80
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "Soira otopot o gatang dii, wonsoyo piipiro tisunud.";
|
|
81
|
+
Blockly.Msg["CONTROL_KEY"] = "Ctrl"; // untranslated
|
|
82
|
+
Blockly.Msg["COPY_SHORTCUT"] = "Copy (%1)"; // untranslated
|
|
83
|
+
Blockly.Msg["CUT_SHORTCUT"] = "Cut (%1)"; // untranslated
|
|
76
84
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "Iduo toinsanan %1 taantob?";
|
|
77
85
|
Blockly.Msg["DELETE_BLOCK"] = "Iduo taantob";
|
|
86
|
+
Blockly.Msg["DELETE_KEY"] = "Del"; // untranslated
|
|
87
|
+
Blockly.Msg["DELETE_SHORTCUT"] = "Delete block (%1)"; // untranslated
|
|
78
88
|
Blockly.Msg["DELETE_VARIABLE"] = "Pugaso pembolehubah '%1'";
|
|
79
89
|
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Pugaso %1 pomogunoon pembolehubah %2?";
|
|
80
90
|
Blockly.Msg["DELETE_X_BLOCKS"] = "Iduo %1 taantob";
|
|
@@ -83,12 +93,17 @@ Blockly.Msg["DIALOG_OK"] = "OK"; // untranslated
|
|
|
83
93
|
Blockly.Msg["DISABLE_BLOCK"] = "Patayo taantob";
|
|
84
94
|
Blockly.Msg["DUPLICATE_BLOCK"] = "Pomoduo";
|
|
85
95
|
Blockly.Msg["DUPLICATE_COMMENT"] = "Pomoduo kumin";
|
|
96
|
+
Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Edit Block contents (%1)"; // untranslated
|
|
86
97
|
Blockly.Msg["ENABLE_BLOCK"] = "Posi'o taantob";
|
|
87
98
|
Blockly.Msg["EXPAND_ALL"] = "Ukabai toinsanan taantob";
|
|
88
99
|
Blockly.Msg["EXPAND_BLOCK"] = "Ukabai taantob";
|
|
89
100
|
Blockly.Msg["EXTERNAL_INPUTS"] = "Input soliwan";
|
|
101
|
+
Blockly.Msg["FINISH_MOVE"] = "Finish move"; // untranslated
|
|
90
102
|
Blockly.Msg["HELP"] = "Uhupai";
|
|
103
|
+
Blockly.Msg["HELP_PROMPT"] = "Press %1 for help on keyboard controls"; // untranslated
|
|
91
104
|
Blockly.Msg["INLINE_INPUTS"] = "Inpus sambaris";
|
|
105
|
+
Blockly.Msg["INSERT_BLOCK"] = "Insert Block (%1)"; // untranslated
|
|
106
|
+
Blockly.Msg["LINUX"] = "Linux"; // untranslated
|
|
92
107
|
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
|
|
93
108
|
Blockly.Msg["LISTS_CREATE_EMPTY_TITLE"] = "create empty list"; // untranslated
|
|
94
109
|
Blockly.Msg["LISTS_CREATE_EMPTY_TOOLTIP"] = "Returns a list, of length 0, containing no data records"; // untranslated
|
|
@@ -201,6 +216,7 @@ Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; //
|
|
|
201
216
|
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "sokiro kasala";
|
|
202
217
|
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "sokiro otopot";
|
|
203
218
|
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Intangai kowoowoyo id 'test'. Sokiro otopot kowoowoyoon, tumonduli id gatang 'if true'; au nopo nga' tumonduli id gatang 'if false'.";
|
|
219
|
+
Blockly.Msg["MAC_OS"] = "macOS"; // untranslated
|
|
204
220
|
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
205
221
|
Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://en.wikipedia.org/wiki/Arithmetic"; // untranslated
|
|
206
222
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Potondulionon ginumu montok duo numbul.";
|
|
@@ -287,13 +303,24 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Potonduliono arctangen mantad numbul.";
|
|
|
287
303
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Potonduliono cosine do darjah (okon radian).";
|
|
288
304
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Potonduliono darjah sine (okon radian).";
|
|
289
305
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Potonduliono tangen do darjah (okon ko' radian).";
|
|
306
|
+
Blockly.Msg["MOVE_BLOCK"] = "Move Block (%1)"; // untranslated
|
|
307
|
+
Blockly.Msg["MOVE_DOWN_CONSTRAINED"] = "Move down constrained"; // untranslated
|
|
308
|
+
Blockly.Msg["MOVE_DOWN_UNCONSTRAINED"] = "Move down, unconstrained"; // untranslated
|
|
309
|
+
Blockly.Msg["MOVE_LEFT_CONSTRAINED"] = "Move left, constrained"; // untranslated
|
|
310
|
+
Blockly.Msg["MOVE_LEFT_UNCONSTRAINED"] = "Move left, unconstrained"; // untranslated
|
|
311
|
+
Blockly.Msg["MOVE_RIGHT_CONSTRAINED"] = "Move right constrained"; // untranslated
|
|
312
|
+
Blockly.Msg["MOVE_RIGHT_UNCONSTRAINED"] = "Move right, unconstrained"; // untranslated
|
|
313
|
+
Blockly.Msg["MOVE_UP_CONSTRAINED"] = "Move up, constrained"; // untranslated
|
|
314
|
+
Blockly.Msg["MOVE_UP_UNCONSTRAINED"] = "Move up unconstrained"; // untranslated
|
|
290
315
|
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Pomonsoi warana pembolehubah...";
|
|
291
316
|
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Pomonsoi numbul pembolehubah...";
|
|
292
317
|
Blockly.Msg["NEW_STRING_VARIABLE"] = "Pomonsoi tali pembolehubah...";
|
|
293
318
|
Blockly.Msg["NEW_VARIABLE"] = "Pomonsoi pembolehubah";
|
|
294
319
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Ngaran pembolehubah wagu:";
|
|
295
320
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "Kawo pembolehubah wagu:";
|
|
321
|
+
Blockly.Msg["OPTION_KEY"] = "⌥ Option"; // untranslated
|
|
296
322
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
323
|
+
Blockly.Msg["PASTE_SHORTCUT"] = "Paste (%1)"; // untranslated
|
|
297
324
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "allow statements"; // untranslated
|
|
298
325
|
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "with:"; // untranslated
|
|
299
326
|
Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
@@ -325,6 +352,10 @@ Blockly.Msg["REDO"] = "Wonsoyo kawagu";
|
|
|
325
352
|
Blockly.Msg["REMOVE_COMMENT"] = "Pugaso komi";
|
|
326
353
|
Blockly.Msg["RENAME_VARIABLE"] = "Simbanai ngaran pembolehubah...";
|
|
327
354
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Pomungaranai toinsanan%1 pembolehubah kumaa:";
|
|
355
|
+
Blockly.Msg["SHORTCUTS_CODE_NAVIGATION"] = "Code navigation"; // untranslated
|
|
356
|
+
Blockly.Msg["SHORTCUTS_EDITING"] = "Editing"; // untranslated
|
|
357
|
+
Blockly.Msg["SHORTCUTS_GENERAL"] = "General"; // untranslated
|
|
358
|
+
Blockly.Msg["START_MOVE"] = "Start move"; // untranslated
|
|
328
359
|
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
|
|
329
360
|
Blockly.Msg["TEXT_APPEND_TITLE"] = "kumaa %1 ruhangai teks %2";
|
|
330
361
|
Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "Ruhangai soboogian teks kumaa pembolehubah '%1'.";
|
|
@@ -395,6 +426,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; //
|
|
|
395
426
|
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
|
|
396
427
|
Blockly.Msg["TODAY"] = "Baino";
|
|
397
428
|
Blockly.Msg["UNDO"] = "Potonduliono kawagu";
|
|
429
|
+
Blockly.Msg["UNKNOWN"] = "Unknown"; // untranslated
|
|
398
430
|
Blockly.Msg["UNNAMED_KEY"] = "au kingaran";
|
|
399
431
|
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "kakamot";
|
|
400
432
|
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
|
|
@@ -407,6 +439,7 @@ Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the in
|
|
|
407
439
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Pembolehubah pinungaranan %1 haro no.";
|
|
408
440
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Pembolehubah pinungaranan '%1' haro no ngaran montok suai kawo: '%2'.";
|
|
409
441
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "Pembolehubah pinungaranan do '%1' haro no sabaagi parameter id prosedur '%2'.";
|
|
442
|
+
Blockly.Msg["WINDOWS"] = "Windows"; // untranslated
|
|
410
443
|
Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
|
|
411
444
|
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
|
|
412
445
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
package/msg/dtp.mjs
CHANGED
|
@@ -22,6 +22,7 @@ export const {
|
|
|
22
22
|
DELETE_X_BLOCKS,
|
|
23
23
|
DELETE_ALL_BLOCKS,
|
|
24
24
|
CLEAN_UP,
|
|
25
|
+
CLOSE,
|
|
25
26
|
COLLAPSE_BLOCK,
|
|
26
27
|
COLLAPSE_ALL,
|
|
27
28
|
EXPAND_BLOCK,
|
|
@@ -420,4 +421,36 @@ export const {
|
|
|
420
421
|
COLLAPSED_WARNINGS_WARNING,
|
|
421
422
|
DIALOG_OK,
|
|
422
423
|
DIALOG_CANCEL,
|
|
424
|
+
DELETE_SHORTCUT,
|
|
425
|
+
DELETE_KEY,
|
|
426
|
+
EDIT_BLOCK_CONTENTS,
|
|
427
|
+
INSERT_BLOCK,
|
|
428
|
+
START_MOVE,
|
|
429
|
+
FINISH_MOVE,
|
|
430
|
+
ABORT_MOVE,
|
|
431
|
+
MOVE_LEFT_CONSTRAINED,
|
|
432
|
+
MOVE_RIGHT_CONSTRAINED,
|
|
433
|
+
MOVE_UP_CONSTRAINED,
|
|
434
|
+
MOVE_DOWN_CONSTRAINED,
|
|
435
|
+
MOVE_LEFT_UNCONSTRAINED,
|
|
436
|
+
MOVE_RIGHT_UNCONSTRAINED,
|
|
437
|
+
MOVE_UP_UNCONSTRAINED,
|
|
438
|
+
MOVE_DOWN_UNCONSTRAINED,
|
|
439
|
+
MOVE_BLOCK,
|
|
440
|
+
WINDOWS,
|
|
441
|
+
MAC_OS,
|
|
442
|
+
CHROME_OS,
|
|
443
|
+
LINUX,
|
|
444
|
+
UNKNOWN,
|
|
445
|
+
CONTROL_KEY,
|
|
446
|
+
COMMAND_KEY,
|
|
447
|
+
OPTION_KEY,
|
|
448
|
+
ALT_KEY,
|
|
449
|
+
CUT_SHORTCUT,
|
|
450
|
+
COPY_SHORTCUT,
|
|
451
|
+
PASTE_SHORTCUT,
|
|
452
|
+
HELP_PROMPT,
|
|
453
|
+
SHORTCUTS_GENERAL,
|
|
454
|
+
SHORTCUTS_EDITING,
|
|
455
|
+
SHORTCUTS_CODE_NAVIGATION,
|
|
423
456
|
} = dtp;
|
package/msg/dty.js
CHANGED
|
@@ -17,10 +17,14 @@
|
|
|
17
17
|
|
|
18
18
|
var Blockly = Blockly || { Msg: Object.create(null) };
|
|
19
19
|
|
|
20
|
+
Blockly.Msg["ABORT_MOVE"] = "Abort move"; // untranslated
|
|
20
21
|
Blockly.Msg["ADD_COMMENT"] = "टिप्पणी थप्दे";
|
|
22
|
+
Blockly.Msg["ALT_KEY"] = "Alt"; // untranslated
|
|
21
23
|
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Can't delete the variable '%1' because it's part of the definition of the function '%2'"; // untranslated
|
|
22
24
|
Blockly.Msg["CHANGE_VALUE_TITLE"] = "मान बदल";
|
|
25
|
+
Blockly.Msg["CHROME_OS"] = "ChromeOS"; // untranslated
|
|
23
26
|
Blockly.Msg["CLEAN_UP"] = "ब्लकनलाई हटाओ";
|
|
27
|
+
Blockly.Msg["CLOSE"] = "Close"; // untranslated
|
|
24
28
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
|
|
25
29
|
Blockly.Msg["COLLAPSE_ALL"] = "ब्लक भत्काओ";
|
|
26
30
|
Blockly.Msg["COLLAPSE_BLOCK"] = "ब्लक भत्का";
|
|
@@ -41,6 +45,7 @@ Blockly.Msg["COLOUR_RGB_HELPURL"] = "https://www.december.com/html/spec/colorper
|
|
|
41
45
|
Blockly.Msg["COLOUR_RGB_RED"] = "रातो";
|
|
42
46
|
Blockly.Msg["COLOUR_RGB_TITLE"] = "यै रङ्गको";
|
|
43
47
|
Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "रातो, हरियो और नीलोको निर्दिष्ट मात्राकी साथ एक रंग बनाओ । सबै मान ० देखि १०० का बीच हुनु पडन्छ ।";
|
|
48
|
+
Blockly.Msg["COMMAND_KEY"] = "⌘ Command"; // untranslated
|
|
44
49
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks"; // untranslated
|
|
45
50
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "लूप बाट भाइर निकलौं";
|
|
46
51
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "लूपको अर्को आईटरेशन जारी राख";
|
|
@@ -73,8 +78,13 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "दोहराओ जब
|
|
|
73
78
|
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "दोहराओ जब की";
|
|
74
79
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "जब तक मान फॉल्स छ, तब तक क्यै स्टेट्मेंट्स चलाओ ।";
|
|
75
80
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "जब तलक मान सत्य छ, तब तलक क्यै स्टेट्मेंट चलाओ ।";
|
|
81
|
+
Blockly.Msg["CONTROL_KEY"] = "Ctrl"; // untranslated
|
|
82
|
+
Blockly.Msg["COPY_SHORTCUT"] = "Copy (%1)"; // untranslated
|
|
83
|
+
Blockly.Msg["CUT_SHORTCUT"] = "Cut (%1)"; // untranslated
|
|
76
84
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "सबै %1 ब्लकनलाई हटाउन्या ?";
|
|
77
85
|
Blockly.Msg["DELETE_BLOCK"] = "ब्लक हटाउन्या";
|
|
86
|
+
Blockly.Msg["DELETE_KEY"] = "Del"; // untranslated
|
|
87
|
+
Blockly.Msg["DELETE_SHORTCUT"] = "Delete block (%1)"; // untranslated
|
|
78
88
|
Blockly.Msg["DELETE_VARIABLE"] = "'%1' भेरिएबल मेट:";
|
|
79
89
|
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "'%2' भेरिएबला %1 प्रयोग मेट्ट्या?";
|
|
80
90
|
Blockly.Msg["DELETE_X_BLOCKS"] = "%1 ब्लकहरू हटाउन्या";
|
|
@@ -83,12 +93,17 @@ Blockly.Msg["DIALOG_OK"] = "हुन्छ";
|
|
|
83
93
|
Blockly.Msg["DISABLE_BLOCK"] = "ब्लकलाई निश्क्रिय पाड्डे";
|
|
84
94
|
Blockly.Msg["DUPLICATE_BLOCK"] = "कपी गर";
|
|
85
95
|
Blockly.Msg["DUPLICATE_COMMENT"] = "हूबहू टिप्पणी";
|
|
96
|
+
Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Edit Block contents (%1)"; // untranslated
|
|
86
97
|
Blockly.Msg["ENABLE_BLOCK"] = "ब्लकलाई सक्रिय पाड्डे";
|
|
87
98
|
Blockly.Msg["EXPAND_ALL"] = "ब्लकनलाई फैलाओ";
|
|
88
99
|
Blockly.Msg["EXPAND_BLOCK"] = "ब्लकनलाई फैलाओ";
|
|
89
100
|
Blockly.Msg["EXTERNAL_INPUTS"] = "भाइरका इन्पुटहरू";
|
|
101
|
+
Blockly.Msg["FINISH_MOVE"] = "Finish move"; // untranslated
|
|
90
102
|
Blockly.Msg["HELP"] = "सहायता";
|
|
103
|
+
Blockly.Msg["HELP_PROMPT"] = "Press %1 for help on keyboard controls"; // untranslated
|
|
91
104
|
Blockly.Msg["INLINE_INPUTS"] = "इनलाइन इन्पुटहरू";
|
|
105
|
+
Blockly.Msg["INSERT_BLOCK"] = "Insert Block (%1)"; // untranslated
|
|
106
|
+
Blockly.Msg["LINUX"] = "Linux"; // untranslated
|
|
92
107
|
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
|
|
93
108
|
Blockly.Msg["LISTS_CREATE_EMPTY_TITLE"] = "create empty list"; // untranslated
|
|
94
109
|
Blockly.Msg["LISTS_CREATE_EMPTY_TOOLTIP"] = "Returns a list, of length 0, containing no data records"; // untranslated
|
|
@@ -201,6 +216,7 @@ Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; //
|
|
|
201
216
|
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "if false"; // untranslated
|
|
202
217
|
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "if true"; // untranslated
|
|
203
218
|
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
|
|
219
|
+
Blockly.Msg["MAC_OS"] = "macOS"; // untranslated
|
|
204
220
|
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
205
221
|
Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://en.wikipedia.org/wiki/Arithmetic"; // untranslated
|
|
206
222
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Return the sum of the two numbers."; // untranslated
|
|
@@ -287,13 +303,24 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Return the arctangent of a number."; /
|
|
|
287
303
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Return the cosine of a degree (not radian)."; // untranslated
|
|
288
304
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Return the sine of a degree (not radian)."; // untranslated
|
|
289
305
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Return the tangent of a degree (not radian)."; // untranslated
|
|
306
|
+
Blockly.Msg["MOVE_BLOCK"] = "Move Block (%1)"; // untranslated
|
|
307
|
+
Blockly.Msg["MOVE_DOWN_CONSTRAINED"] = "Move down constrained"; // untranslated
|
|
308
|
+
Blockly.Msg["MOVE_DOWN_UNCONSTRAINED"] = "Move down, unconstrained"; // untranslated
|
|
309
|
+
Blockly.Msg["MOVE_LEFT_CONSTRAINED"] = "Move left, constrained"; // untranslated
|
|
310
|
+
Blockly.Msg["MOVE_LEFT_UNCONSTRAINED"] = "Move left, unconstrained"; // untranslated
|
|
311
|
+
Blockly.Msg["MOVE_RIGHT_CONSTRAINED"] = "Move right constrained"; // untranslated
|
|
312
|
+
Blockly.Msg["MOVE_RIGHT_UNCONSTRAINED"] = "Move right, unconstrained"; // untranslated
|
|
313
|
+
Blockly.Msg["MOVE_UP_CONSTRAINED"] = "Move up, constrained"; // untranslated
|
|
314
|
+
Blockly.Msg["MOVE_UP_UNCONSTRAINED"] = "Move up unconstrained"; // untranslated
|
|
290
315
|
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Create colour variable..."; // untranslated
|
|
291
316
|
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Create number variable..."; // untranslated
|
|
292
317
|
Blockly.Msg["NEW_STRING_VARIABLE"] = "Create string variable..."; // untranslated
|
|
293
318
|
Blockly.Msg["NEW_VARIABLE"] = "भेरिएवल बना:";
|
|
294
319
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "नयाँ भेरिबलको नाम:";
|
|
295
320
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "New variable type:"; // untranslated
|
|
321
|
+
Blockly.Msg["OPTION_KEY"] = "⌥ Option"; // untranslated
|
|
296
322
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
323
|
+
Blockly.Msg["PASTE_SHORTCUT"] = "Paste (%1)"; // untranslated
|
|
297
324
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "allow statements"; // untranslated
|
|
298
325
|
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "with:"; // untranslated
|
|
299
326
|
Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
@@ -325,6 +352,10 @@ Blockly.Msg["REDO"] = "पुन: कायम गद्दे";
|
|
|
325
352
|
Blockly.Msg["REMOVE_COMMENT"] = "टिप्पणी हटाउन्या";
|
|
326
353
|
Blockly.Msg["RENAME_VARIABLE"] = "भेरिबललाई पुनः नामांकन गर...";
|
|
327
354
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "सबै भेरिबलनका %1 नाम बदल्न्या:";
|
|
355
|
+
Blockly.Msg["SHORTCUTS_CODE_NAVIGATION"] = "Code navigation"; // untranslated
|
|
356
|
+
Blockly.Msg["SHORTCUTS_EDITING"] = "Editing"; // untranslated
|
|
357
|
+
Blockly.Msg["SHORTCUTS_GENERAL"] = "General"; // untranslated
|
|
358
|
+
Blockly.Msg["START_MOVE"] = "Start move"; // untranslated
|
|
328
359
|
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
|
|
329
360
|
Blockly.Msg["TEXT_APPEND_TITLE"] = "to %1 append text %2"; // untranslated
|
|
330
361
|
Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "Append some text to variable '%1'."; // untranslated
|
|
@@ -395,6 +426,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; //
|
|
|
395
426
|
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
|
|
396
427
|
Blockly.Msg["TODAY"] = "आज";
|
|
397
428
|
Blockly.Msg["UNDO"] = "रद्द गर्न्या";
|
|
429
|
+
Blockly.Msg["UNKNOWN"] = "Unknown"; // untranslated
|
|
398
430
|
Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
|
|
399
431
|
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "वस्तु";
|
|
400
432
|
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
|
|
@@ -407,6 +439,7 @@ Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the in
|
|
|
407
439
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "'%1' नाउँ अरियाऽ भेरिएबल पैली बठेइ छ।";
|
|
408
440
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "A variable named '%1' already exists for another type: '%2'."; // untranslated
|
|
409
441
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
|
|
442
|
+
Blockly.Msg["WINDOWS"] = "Windows"; // untranslated
|
|
410
443
|
Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
|
|
411
444
|
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "केयि भँण...";
|
|
412
445
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
package/msg/dty.mjs
CHANGED
|
@@ -22,6 +22,7 @@ export const {
|
|
|
22
22
|
DELETE_X_BLOCKS,
|
|
23
23
|
DELETE_ALL_BLOCKS,
|
|
24
24
|
CLEAN_UP,
|
|
25
|
+
CLOSE,
|
|
25
26
|
COLLAPSE_BLOCK,
|
|
26
27
|
COLLAPSE_ALL,
|
|
27
28
|
EXPAND_BLOCK,
|
|
@@ -420,4 +421,36 @@ export const {
|
|
|
420
421
|
COLLAPSED_WARNINGS_WARNING,
|
|
421
422
|
DIALOG_OK,
|
|
422
423
|
DIALOG_CANCEL,
|
|
424
|
+
DELETE_SHORTCUT,
|
|
425
|
+
DELETE_KEY,
|
|
426
|
+
EDIT_BLOCK_CONTENTS,
|
|
427
|
+
INSERT_BLOCK,
|
|
428
|
+
START_MOVE,
|
|
429
|
+
FINISH_MOVE,
|
|
430
|
+
ABORT_MOVE,
|
|
431
|
+
MOVE_LEFT_CONSTRAINED,
|
|
432
|
+
MOVE_RIGHT_CONSTRAINED,
|
|
433
|
+
MOVE_UP_CONSTRAINED,
|
|
434
|
+
MOVE_DOWN_CONSTRAINED,
|
|
435
|
+
MOVE_LEFT_UNCONSTRAINED,
|
|
436
|
+
MOVE_RIGHT_UNCONSTRAINED,
|
|
437
|
+
MOVE_UP_UNCONSTRAINED,
|
|
438
|
+
MOVE_DOWN_UNCONSTRAINED,
|
|
439
|
+
MOVE_BLOCK,
|
|
440
|
+
WINDOWS,
|
|
441
|
+
MAC_OS,
|
|
442
|
+
CHROME_OS,
|
|
443
|
+
LINUX,
|
|
444
|
+
UNKNOWN,
|
|
445
|
+
CONTROL_KEY,
|
|
446
|
+
COMMAND_KEY,
|
|
447
|
+
OPTION_KEY,
|
|
448
|
+
ALT_KEY,
|
|
449
|
+
CUT_SHORTCUT,
|
|
450
|
+
COPY_SHORTCUT,
|
|
451
|
+
PASTE_SHORTCUT,
|
|
452
|
+
HELP_PROMPT,
|
|
453
|
+
SHORTCUTS_GENERAL,
|
|
454
|
+
SHORTCUTS_EDITING,
|
|
455
|
+
SHORTCUTS_CODE_NAVIGATION,
|
|
423
456
|
} = dty;
|
package/msg/ee.js
CHANGED
|
@@ -17,10 +17,14 @@
|
|
|
17
17
|
|
|
18
18
|
var Blockly = Blockly || { Msg: Object.create(null) };
|
|
19
19
|
|
|
20
|
+
Blockly.Msg["ABORT_MOVE"] = "Abort move"; // untranslated
|
|
20
21
|
Blockly.Msg["ADD_COMMENT"] = "Ŋlɔ Numeɖeɖe";
|
|
22
|
+
Blockly.Msg["ALT_KEY"] = "Alt"; // untranslated
|
|
21
23
|
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Mate ŋu atutu teaŋutrɔna '%1' o elabe ewɔ akpa aɖe le teaŋutrɔna '%2' me.";
|
|
22
24
|
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Trɔ nuŋlɔdzesiawo:";
|
|
25
|
+
Blockly.Msg["CHROME_OS"] = "ChromeOS"; // untranslated
|
|
23
26
|
Blockly.Msg["CLEAN_UP"] = "Tutu Nuawo";
|
|
27
|
+
Blockly.Msg["CLOSE"] = "Close"; // untranslated
|
|
24
28
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
|
|
25
29
|
Blockly.Msg["COLLAPSE_ALL"] = "Hatsotsoawo Me Nuwo Nebu";
|
|
26
30
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Hatsotso Me Nuwo Nebu";
|
|
@@ -41,6 +45,7 @@ Blockly.Msg["COLOUR_RGB_HELPURL"] = "https://www.december.com/html/spec/colorper
|
|
|
41
45
|
Blockly.Msg["COLOUR_RGB_RED"] = "dzĩ";
|
|
42
46
|
Blockly.Msg["COLOUR_RGB_TITLE"] = "de amae kple";
|
|
43
47
|
Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "tsaka";
|
|
48
|
+
Blockly.Msg["COMMAND_KEY"] = "⌘ Command"; // untranslated
|
|
44
49
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks"; // untranslated
|
|
45
50
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "Nedo le wɔtiaɖenua me";
|
|
46
51
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "neyi edzi kple wɔtiaɖenua si kplɔe ɖo";
|
|
@@ -73,8 +78,13 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "gbugbɔ wɔe va se ɖe";
|
|
|
73
78
|
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "gbugbɔ wɔe ne";
|
|
74
79
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "Ne nyatakaka dea, ke wɔ biabia aɖewo.";
|
|
75
80
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "Ne nyatakaka dea, ke wɔ biabia aɖewo.";
|
|
81
|
+
Blockly.Msg["CONTROL_KEY"] = "Ctrl"; // untranslated
|
|
82
|
+
Blockly.Msg["COPY_SHORTCUT"] = "Copy (%1)"; // untranslated
|
|
83
|
+
Blockly.Msg["CUT_SHORTCUT"] = "Cut (%1)"; // untranslated
|
|
76
84
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "Èdi be netutu nu %1 katã?";
|
|
77
85
|
Blockly.Msg["DELETE_BLOCK"] = "Tutu Hatsotsoa";
|
|
86
|
+
Blockly.Msg["DELETE_KEY"] = "Del"; // untranslated
|
|
87
|
+
Blockly.Msg["DELETE_SHORTCUT"] = "Delete block (%1)"; // untranslated
|
|
78
88
|
Blockly.Msg["DELETE_VARIABLE"] = "Tutu teaŋutrɔna '%1'";
|
|
79
89
|
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Netutu %1 ŋkɔ si nètsɔ na teaŋutrɔna '%2'?";
|
|
80
90
|
Blockly.Msg["DELETE_X_BLOCKS"] = "Tutu Hatsotso %1";
|
|
@@ -83,12 +93,17 @@ Blockly.Msg["DIALOG_OK"] = "Yoo";
|
|
|
83
93
|
Blockly.Msg["DISABLE_BLOCK"] = "Tsi Hatsotsoa";
|
|
84
94
|
Blockly.Msg["DUPLICATE_BLOCK"] = "Gbugbɔe Wɔ";
|
|
85
95
|
Blockly.Msg["DUPLICATE_COMMENT"] = "Kɔpi Numeɖeɖea";
|
|
96
|
+
Blockly.Msg["EDIT_BLOCK_CONTENTS"] = "Edit Block contents (%1)"; // untranslated
|
|
86
97
|
Blockly.Msg["ENABLE_BLOCK"] = "Si Hatsotsoa";
|
|
87
98
|
Blockly.Msg["EXPAND_ALL"] = "Hatsotsoawo Me Nuwo Nedze";
|
|
88
99
|
Blockly.Msg["EXPAND_BLOCK"] = "Hatsotsoa Me Nuwo Nedze";
|
|
89
100
|
Blockly.Msg["EXTERNAL_INPUTS"] = "Gotakpeɖeŋunuwo";
|
|
101
|
+
Blockly.Msg["FINISH_MOVE"] = "Finish move"; // untranslated
|
|
90
102
|
Blockly.Msg["HELP"] = "Kpekpeɖeŋu";
|
|
103
|
+
Blockly.Msg["HELP_PROMPT"] = "Press %1 for help on keyboard controls"; // untranslated
|
|
91
104
|
Blockly.Msg["INLINE_INPUTS"] = "Interdzikpeɖeŋuwo";
|
|
105
|
+
Blockly.Msg["INSERT_BLOCK"] = "Insert Block (%1)"; // untranslated
|
|
106
|
+
Blockly.Msg["LINUX"] = "Linux"; // untranslated
|
|
92
107
|
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
|
|
93
108
|
Blockly.Msg["LISTS_CREATE_EMPTY_TITLE"] = "create empty list"; // untranslated
|
|
94
109
|
Blockly.Msg["LISTS_CREATE_EMPTY_TOOLTIP"] = "Returns a list, of length 0, containing no data records"; // untranslated
|
|
@@ -201,6 +216,7 @@ Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; //
|
|
|
201
216
|
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "nenye dedietɔ";
|
|
202
217
|
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "nenye nyuitɔ";
|
|
203
218
|
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Kpɔ nu si dze le \"dodokpɔ\" me. Ne dediae dze la, tia \"ne dedia\"; ke ne manyomanyotɔe la, tia \"ne mademadea.\"";
|
|
219
|
+
Blockly.Msg["MAC_OS"] = "macOS"; // untranslated
|
|
204
220
|
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
205
221
|
Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://ee.wikipedia.org/wiki/Xexlẽdzesibubu";
|
|
206
222
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Bu xexlẽdzesi evea ƒoƒo ƒu ƒe akɔnta.";
|
|
@@ -287,13 +303,24 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Return the arctangent of a number."; /
|
|
|
287
303
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Return the cosine of a degree (not radian)."; // untranslated
|
|
288
304
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Nebu dzogɔe le digri me (menye radiã o).";
|
|
289
305
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Return the tangent of a degree (not radian)."; // untranslated
|
|
306
|
+
Blockly.Msg["MOVE_BLOCK"] = "Move Block (%1)"; // untranslated
|
|
307
|
+
Blockly.Msg["MOVE_DOWN_CONSTRAINED"] = "Move down constrained"; // untranslated
|
|
308
|
+
Blockly.Msg["MOVE_DOWN_UNCONSTRAINED"] = "Move down, unconstrained"; // untranslated
|
|
309
|
+
Blockly.Msg["MOVE_LEFT_CONSTRAINED"] = "Move left, constrained"; // untranslated
|
|
310
|
+
Blockly.Msg["MOVE_LEFT_UNCONSTRAINED"] = "Move left, unconstrained"; // untranslated
|
|
311
|
+
Blockly.Msg["MOVE_RIGHT_CONSTRAINED"] = "Move right constrained"; // untranslated
|
|
312
|
+
Blockly.Msg["MOVE_RIGHT_UNCONSTRAINED"] = "Move right, unconstrained"; // untranslated
|
|
313
|
+
Blockly.Msg["MOVE_UP_CONSTRAINED"] = "Move up, constrained"; // untranslated
|
|
314
|
+
Blockly.Msg["MOVE_UP_UNCONSTRAINED"] = "Move up unconstrained"; // untranslated
|
|
290
315
|
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Wɔ amadede teaŋutrɔna...";
|
|
291
316
|
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Wɔ xexlẽdzesi teaŋutrɔna...";
|
|
292
317
|
Blockly.Msg["NEW_STRING_VARIABLE"] = "Wɔ nya teaŋutrɔna...";
|
|
293
318
|
Blockly.Msg["NEW_VARIABLE"] = "Wɔ teaŋutrɔna...";
|
|
294
319
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Nuŋlɔdzesi tɔtrɔa yeye ƒe ŋkɔ:";
|
|
295
320
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "Teaŋutrɔna ƒomevi yeye:";
|
|
321
|
+
Blockly.Msg["OPTION_KEY"] = "⌥ Option"; // untranslated
|
|
296
322
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
323
|
+
Blockly.Msg["PASTE_SHORTCUT"] = "Paste (%1)"; // untranslated
|
|
297
324
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "allow statements"; // untranslated
|
|
298
325
|
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "kple:";
|
|
299
326
|
Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
@@ -325,6 +352,10 @@ Blockly.Msg["REDO"] = "Trɔ Wɔe";
|
|
|
325
352
|
Blockly.Msg["REMOVE_COMMENT"] = "Ɖe Numeɖeɖea Ɖa";
|
|
326
353
|
Blockly.Msg["RENAME_VARIABLE"] = "Na ŋkɔ bubu nuŋlɔdzesi tɔtrɔa...";
|
|
327
354
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Na ŋkɔ bubu nuŋlɔdzesi tɔtrɔa '%1' yi:";
|
|
355
|
+
Blockly.Msg["SHORTCUTS_CODE_NAVIGATION"] = "Code navigation"; // untranslated
|
|
356
|
+
Blockly.Msg["SHORTCUTS_EDITING"] = "Editing"; // untranslated
|
|
357
|
+
Blockly.Msg["SHORTCUTS_GENERAL"] = "General"; // untranslated
|
|
358
|
+
Blockly.Msg["START_MOVE"] = "Start move"; // untranslated
|
|
328
359
|
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
|
|
329
360
|
Blockly.Msg["TEXT_APPEND_TITLE"] = "to %1 append text %2"; // untranslated
|
|
330
361
|
Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "Append some text to variable '%1'."; // untranslated
|
|
@@ -395,6 +426,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; //
|
|
|
395
426
|
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
|
|
396
427
|
Blockly.Msg["TODAY"] = "Egbe";
|
|
397
428
|
Blockly.Msg["UNDO"] = "Gbugbɔe";
|
|
429
|
+
Blockly.Msg["UNKNOWN"] = "Unknown"; // untranslated
|
|
398
430
|
Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
|
|
399
431
|
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "nu";
|
|
400
432
|
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
|
|
@@ -407,6 +439,7 @@ Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the in
|
|
|
407
439
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Teaŋutrɔna si ŋkɔe nye '%1' li xoxo.";
|
|
408
440
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Teaŋutrɔna '%1' li xoxo eye wotsɔ ŋkɔ sia xoxo na bubu si nye: '%2'.";
|
|
409
441
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER"] = "A variable named '%1' already exists as a parameter in the procedure '%2'."; // untranslated
|
|
442
|
+
Blockly.Msg["WINDOWS"] = "Windows"; // untranslated
|
|
410
443
|
Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
|
|
411
444
|
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
|
|
412
445
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|