blockly 9.3.0-beta.0 → 9.3.1
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 +1674 -1520
- package/blockly_compressed.js +1313 -1152
- package/blockly_compressed.js.map +1 -1
- package/blocks_compressed.js +166 -173
- package/blocks_compressed.js.map +1 -1
- package/core/any_aliases.d.ts +5 -0
- package/core/block.d.ts +49 -17
- package/core/block_animations.d.ts +0 -4
- package/core/block_drag_surface.d.ts +135 -0
- package/core/block_dragger.d.ts +2 -7
- package/core/block_svg.d.ts +72 -9
- package/core/blockly.d.ts +29 -58
- package/core/blockly_options.d.ts +0 -2
- package/core/blocks.d.ts +0 -2
- package/core/browser_events.d.ts +0 -9
- package/core/bubble.d.ts +6 -4
- package/core/bubble_dragger.d.ts +2 -3
- package/core/bump_objects.d.ts +0 -3
- package/core/clipboard.d.ts +0 -3
- package/core/comment.d.ts +6 -10
- package/core/common.d.ts +0 -12
- package/core/component_manager.d.ts +0 -2
- package/core/connection.d.ts +19 -6
- package/core/connection_checker.d.ts +1 -3
- package/core/connection_db.d.ts +0 -2
- package/core/connection_type.d.ts +0 -2
- package/core/constants.d.ts +0 -4
- package/core/contextmenu.d.ts +0 -11
- package/core/contextmenu_items.d.ts +0 -27
- package/core/contextmenu_registry.d.ts +0 -2
- package/core/css.d.ts +0 -2
- package/core/delete_area.d.ts +0 -2
- package/core/dialog.d.ts +0 -6
- package/core/drag_target.d.ts +0 -2
- package/core/events/events_abstract.d.ts +0 -3
- package/core/events/events_block_base.d.ts +0 -2
- package/core/events/events_block_change.d.ts +0 -2
- package/core/events/events_block_create.d.ts +0 -2
- package/core/events/events_block_delete.d.ts +0 -2
- package/core/events/events_block_drag.d.ts +0 -2
- package/core/events/events_block_move.d.ts +0 -2
- package/core/events/events_bubble_open.d.ts +0 -2
- package/core/events/events_click.d.ts +0 -2
- package/core/events/events_comment_base.d.ts +0 -2
- package/core/events/events_comment_change.d.ts +0 -2
- package/core/events/events_comment_create.d.ts +0 -2
- package/core/events/events_comment_delete.d.ts +0 -2
- package/core/events/events_comment_move.d.ts +0 -2
- package/core/events/events_marker_move.d.ts +0 -2
- package/core/events/events_selected.d.ts +0 -2
- package/core/events/events_theme_change.d.ts +0 -2
- package/core/events/events_toolbox_item_select.d.ts +0 -2
- package/core/events/events_trashcan_open.d.ts +0 -2
- package/core/events/events_ui.d.ts +0 -1
- package/core/events/events_ui_base.d.ts +0 -2
- package/core/events/events_var_base.d.ts +0 -2
- package/core/events/events_var_create.d.ts +0 -2
- package/core/events/events_viewport.d.ts +0 -2
- package/core/events/utils.d.ts +0 -73
- package/core/events/workspace_events.d.ts +0 -2
- package/core/extensions.d.ts +0 -8
- package/core/field.d.ts +16 -15
- package/core/field_angle.d.ts +60 -50
- package/core/field_checkbox.d.ts +22 -10
- package/core/field_colour.d.ts +55 -42
- package/core/field_dropdown.d.ts +34 -18
- package/core/field_image.d.ts +9 -12
- package/core/field_input.d.ts +34 -11
- package/core/field_label.d.ts +7 -10
- package/core/field_label_serializable.d.ts +4 -6
- package/core/field_multilineinput.d.ts +34 -12
- package/core/field_number.d.ts +27 -19
- package/core/field_registry.d.ts +0 -3
- package/core/field_textinput.d.ts +28 -12
- package/core/field_variable.d.ts +28 -16
- package/core/flyout_base.d.ts +5 -6
- package/core/flyout_button.d.ts +2 -2
- package/core/flyout_horizontal.d.ts +0 -2
- package/core/flyout_metrics_manager.d.ts +0 -2
- package/core/flyout_vertical.d.ts +0 -2
- package/core/generator.d.ts +0 -1
- package/core/gesture.d.ts +4 -17
- package/core/grid.d.ts +0 -2
- package/core/icon.d.ts +0 -2
- package/core/inject.d.ts +0 -1
- package/core/input.d.ts +0 -3
- package/core/input_types.d.ts +0 -2
- package/core/insertion_marker_manager.d.ts +6 -6
- package/core/interfaces/i_ast_node_location.d.ts +0 -2
- package/core/interfaces/i_ast_node_location_svg.d.ts +0 -2
- package/core/interfaces/i_ast_node_location_with_block.d.ts +0 -2
- package/core/interfaces/i_autohideable.d.ts +0 -2
- package/core/interfaces/i_block_dragger.d.ts +1 -3
- package/core/interfaces/i_bounded_element.d.ts +0 -2
- package/core/interfaces/i_bubble.d.ts +6 -4
- package/core/interfaces/i_collapsible_toolbox_item.d.ts +0 -2
- package/core/interfaces/i_component.d.ts +0 -2
- package/core/interfaces/i_connection_checker.d.ts +0 -2
- package/core/interfaces/i_contextmenu.d.ts +0 -1
- package/core/interfaces/i_copyable.d.ts +3 -2
- package/core/interfaces/i_deletable.d.ts +0 -2
- package/core/interfaces/i_delete_area.d.ts +0 -2
- package/core/interfaces/i_drag_target.d.ts +0 -2
- package/core/interfaces/i_draggable.d.ts +0 -2
- package/core/interfaces/i_flyout.d.ts +0 -2
- package/core/interfaces/i_keyboard_accessible.d.ts +0 -2
- package/core/interfaces/i_legacy_procedure_blocks.d.ts +34 -0
- package/core/interfaces/i_metrics_manager.d.ts +0 -2
- package/core/interfaces/i_movable.d.ts +0 -2
- package/core/interfaces/i_positionable.d.ts +0 -2
- package/core/interfaces/i_procedure_model.d.ts +0 -5
- package/core/interfaces/i_registrable.d.ts +0 -2
- package/core/interfaces/i_selectable.d.ts +0 -2
- package/core/interfaces/i_selectable_toolbox_item.d.ts +4 -2
- package/core/interfaces/i_serializer.d.ts +0 -2
- package/core/interfaces/i_styleable.d.ts +0 -2
- package/core/interfaces/i_toolbox.d.ts +0 -2
- package/core/interfaces/i_toolbox_item.d.ts +0 -2
- package/core/interfaces/i_variable_backed_parameter_model.d.ts +17 -0
- package/core/internal_constants.d.ts +0 -5
- package/core/keyboard_nav/ast_node.d.ts +0 -3
- package/core/keyboard_nav/basic_cursor.d.ts +0 -3
- package/core/keyboard_nav/cursor.d.ts +0 -3
- package/core/keyboard_nav/marker.d.ts +0 -2
- package/core/keyboard_nav/tab_navigate_cursor.d.ts +0 -2
- package/core/marker_manager.d.ts +0 -2
- package/core/menu.d.ts +0 -2
- package/core/menuitem.d.ts +0 -2
- package/core/metrics_manager.d.ts +0 -2
- package/core/mutator.d.ts +0 -2
- package/core/names.d.ts +0 -3
- package/core/options.d.ts +0 -2
- package/core/positionable_helpers.d.ts +0 -7
- package/core/procedures.d.ts +2 -25
- package/core/registry.d.ts +0 -11
- package/core/render_management.d.ts +15 -0
- package/core/rendered_connection.d.ts +22 -9
- package/core/renderers/common/block_rendering.d.ts +0 -3
- package/core/renderers/common/constants.d.ts +6 -51
- package/core/renderers/common/debug.d.ts +0 -3
- package/core/renderers/common/debugger.d.ts +9 -23
- package/core/renderers/common/drawer.d.ts +0 -5
- package/core/renderers/common/i_path_object.d.ts +0 -17
- package/core/renderers/common/info.d.ts +2 -12
- package/core/renderers/common/marker_svg.d.ts +2 -4
- package/core/renderers/common/path_object.d.ts +0 -24
- package/core/renderers/common/renderer.d.ts +5 -20
- package/core/renderers/geras/constants.d.ts +0 -5
- package/core/renderers/geras/drawer.d.ts +2 -4
- package/core/renderers/geras/highlight_constants.d.ts +6 -17
- package/core/renderers/geras/highlighter.d.ts +0 -13
- package/core/renderers/geras/info.d.ts +2 -5
- package/core/renderers/geras/measurables/inline_input.d.ts +0 -3
- package/core/renderers/geras/measurables/statement_input.d.ts +0 -3
- package/core/renderers/geras/path_object.d.ts +0 -8
- package/core/renderers/geras/renderer.d.ts +5 -7
- package/core/renderers/measurables/base.d.ts +0 -3
- package/core/renderers/measurables/bottom_row.d.ts +0 -9
- package/core/renderers/measurables/connection.d.ts +0 -3
- package/core/renderers/measurables/external_value_input.d.ts +0 -3
- package/core/renderers/measurables/field.d.ts +0 -3
- package/core/renderers/measurables/hat.d.ts +0 -3
- package/core/renderers/measurables/icon.d.ts +2 -5
- package/core/renderers/measurables/in_row_spacer.d.ts +0 -3
- package/core/renderers/measurables/inline_input.d.ts +1 -4
- package/core/renderers/measurables/input_connection.d.ts +1 -4
- package/core/renderers/measurables/input_row.d.ts +0 -7
- package/core/renderers/measurables/jagged_edge.d.ts +2 -5
- package/core/renderers/measurables/next_connection.d.ts +0 -3
- package/core/renderers/measurables/output_connection.d.ts +0 -3
- package/core/renderers/measurables/previous_connection.d.ts +0 -3
- package/core/renderers/measurables/round_corner.d.ts +0 -3
- package/core/renderers/measurables/row.d.ts +0 -39
- package/core/renderers/measurables/spacer_row.d.ts +0 -3
- package/core/renderers/measurables/square_corner.d.ts +0 -3
- package/core/renderers/measurables/statement_input.d.ts +0 -3
- package/core/renderers/measurables/top_row.d.ts +0 -6
- package/core/renderers/measurables/types.d.ts +0 -31
- package/core/renderers/minimalist/constants.d.ts +2 -4
- package/core/renderers/minimalist/drawer.d.ts +0 -3
- package/core/renderers/minimalist/info.d.ts +0 -4
- package/core/renderers/minimalist/renderer.d.ts +0 -3
- package/core/renderers/thrasos/info.d.ts +0 -4
- package/core/renderers/thrasos/renderer.d.ts +3 -3
- package/core/renderers/zelos/constants.d.ts +3 -17
- package/core/renderers/zelos/drawer.d.ts +0 -3
- package/core/renderers/zelos/info.d.ts +0 -4
- package/core/renderers/zelos/marker_svg.d.ts +0 -2
- package/core/renderers/zelos/measurables/bottom_row.d.ts +0 -3
- package/core/renderers/zelos/measurables/inputs.d.ts +0 -3
- package/core/renderers/zelos/measurables/row_elements.d.ts +0 -3
- package/core/renderers/zelos/measurables/top_row.d.ts +0 -3
- package/core/renderers/zelos/path_object.d.ts +0 -9
- package/core/renderers/zelos/renderer.d.ts +3 -5
- package/core/scrollbar.d.ts +0 -2
- package/core/scrollbar_pair.d.ts +0 -2
- package/core/serialization/blocks.d.ts +3 -9
- package/core/serialization/exceptions.d.ts +0 -8
- package/core/serialization/priorities.d.ts +0 -4
- package/core/serialization/registry.d.ts +0 -2
- package/core/serialization/variables.d.ts +0 -4
- package/core/serialization/workspaces.d.ts +0 -2
- package/core/shortcut_items.d.ts +0 -17
- package/core/shortcut_registry.d.ts +0 -2
- package/core/sprites.d.ts +0 -2
- package/core/theme/classic.d.ts +0 -2
- package/core/theme/zelos.d.ts +0 -2
- package/core/theme.d.ts +0 -2
- package/core/theme_manager.d.ts +3 -6
- package/core/toolbox/category.d.ts +5 -7
- package/core/toolbox/collapsible_category.d.ts +0 -4
- package/core/toolbox/separator.d.ts +0 -2
- package/core/toolbox/toolbox.d.ts +2 -5
- package/core/toolbox/toolbox_item.d.ts +0 -2
- package/core/tooltip.d.ts +0 -29
- package/core/touch.d.ts +0 -13
- package/core/trashcan.d.ts +0 -2
- package/core/utils/aria.d.ts +0 -6
- package/core/utils/array.d.ts +0 -1
- package/core/utils/colour.d.ts +0 -12
- package/core/utils/coordinate.d.ts +0 -2
- package/core/utils/deprecation.d.ts +0 -1
- package/core/utils/dom.d.ts +0 -25
- package/core/utils/idgenerator.d.ts +0 -2
- package/core/utils/keycodes.d.ts +0 -2
- package/core/utils/math.d.ts +0 -3
- package/core/utils/metrics.d.ts +0 -1
- package/core/utils/object.d.ts +0 -4
- package/core/utils/parsing.d.ts +0 -4
- package/core/utils/rect.d.ts +0 -2
- package/core/utils/size.d.ts +0 -2
- package/core/utils/string.d.ts +0 -6
- package/core/utils/style.d.ts +0 -8
- package/core/utils/svg.d.ts +0 -2
- package/core/utils/svg_math.d.ts +0 -6
- package/core/utils/svg_paths.d.ts +0 -8
- package/core/utils/toolbox.d.ts +2 -35
- package/core/utils/useragent.d.ts +0 -8
- package/core/utils/xml.d.ts +9 -8
- package/core/utils.d.ts +0 -12
- package/core/variable_map.d.ts +1 -3
- package/core/variable_model.d.ts +0 -1
- package/core/variables.d.ts +13 -17
- package/core/variables_dynamic.d.ts +0 -4
- package/core/warning.d.ts +0 -2
- package/core/widgetdiv.d.ts +0 -10
- package/core/workspace.d.ts +3 -3
- package/core/workspace_audio.d.ts +0 -2
- package/core/workspace_comment.d.ts +1 -3
- package/core/workspace_comment_svg.d.ts +16 -5
- package/core/workspace_drag_surface_svg.d.ts +74 -0
- package/core/workspace_dragger.d.ts +3 -2
- package/core/workspace_svg.d.ts +48 -8
- package/core/xml.d.ts +1 -13
- package/core/zoom_controls.d.ts +4 -15
- package/dart_compressed.js +199 -199
- package/dart_compressed.js.map +1 -1
- package/javascript_compressed.js +168 -168
- package/javascript_compressed.js.map +1 -1
- package/lua_compressed.js +211 -211
- package/lua_compressed.js.map +1 -1
- package/msg/bn.js +2 -2
- package/msg/bs.js +7 -7
- package/msg/de.js +1 -1
- package/msg/fi.js +1 -1
- package/msg/fr.js +3 -3
- package/msg/ia.js +5 -5
- package/msg/kn.js +5 -5
- package/msg/ko.js +1 -1
- package/msg/lb.js +22 -22
- package/msg/sd.js +9 -9
- package/msg/skr-arab.js +2 -2
- package/msg/sl.js +18 -18
- package/msg/sw.js +1 -1
- package/msg/zh-hans.js +6 -6
- package/msg/zh-hant.js +2 -2
- package/package.json +6 -6
- package/php_compressed.js +185 -185
- package/php_compressed.js.map +1 -1
- package/python_compressed.js +138 -138
- package/python_compressed.js.map +1 -1
- package/core/utils/sentinel.d.ts +0 -18
package/msg/bs.js
CHANGED
|
@@ -54,9 +54,9 @@ Blockly.Msg["CONTROLS_FOR_HELPURL"] = "https://github.com/google/blockly/wiki/Lo
|
|
|
54
54
|
Blockly.Msg["CONTROLS_FOR_TITLE"] = "broji sa %1 od %2 do %3 po %4";
|
|
55
55
|
Blockly.Msg["CONTROLS_FOR_TOOLTIP"] = "Neka varijabla \"%1\" uzima vrijednosti od početnog do krajnjeg broja, brojeći po određenom intervalu i neka izvršava određene blokove.";
|
|
56
56
|
Blockly.Msg["CONTROLS_IF_ELSEIF_TOOLTIP"] = "Dodajte uslov bloku \"ako\".";
|
|
57
|
-
Blockly.Msg["CONTROLS_IF_ELSE_TOOLTIP"] = "
|
|
57
|
+
Blockly.Msg["CONTROLS_IF_ELSE_TOOLTIP"] = "Dodaj konačni, sveobuhvatni uvjet u if blok.";
|
|
58
58
|
Blockly.Msg["CONTROLS_IF_HELPURL"] = "https://github.com/google/blockly/wiki/IfElse"; // untranslated
|
|
59
|
-
Blockly.Msg["CONTROLS_IF_IF_TOOLTIP"] = "
|
|
59
|
+
Blockly.Msg["CONTROLS_IF_IF_TOOLTIP"] = "Dodaj, ukloni ili promijeni redoslijed sekcija kako bi ponovo konfigurisali ovaj if blok.";
|
|
60
60
|
Blockly.Msg["CONTROLS_IF_MSG_ELSE"] = "inače";
|
|
61
61
|
Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"] = "inače ako";
|
|
62
62
|
Blockly.Msg["CONTROLS_IF_MSG_IF"] = "ako";
|
|
@@ -180,13 +180,13 @@ Blockly.Msg["LOGIC_BOOLEAN_TRUE"] = "tačno";
|
|
|
180
180
|
Blockly.Msg["LOGIC_COMPARE_HELPURL"] = "https://bs.wikipedia.org/wiki/Nejednakost";
|
|
181
181
|
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_EQ"] = "Vraća tačno ako su oba ulaza jednaka jedan drugom.";
|
|
182
182
|
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GT"] = "Vraća tačno ako je prvi ulaz veći od drugog ulaza.";
|
|
183
|
-
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GTE"] = "
|
|
183
|
+
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GTE"] = "Vraća tačno ako je prvi ulaz veći ili jednak drugom ulazu.";
|
|
184
184
|
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LT"] = "Vraća tačno ako je prvi ulaz manji od drugog ulaza.";
|
|
185
|
-
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LTE"] = "
|
|
186
|
-
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_NEQ"] = "
|
|
185
|
+
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LTE"] = "Vraća tačno ako je prvi ulaz manji ili jednak drugom ulazu.";
|
|
186
|
+
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_NEQ"] = "Vraća tačno ako su oba ulaza jednaka jedan drugom.";
|
|
187
187
|
Blockly.Msg["LOGIC_NEGATE_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#not"; // untranslated
|
|
188
188
|
Blockly.Msg["LOGIC_NEGATE_TITLE"] = "nije %1";
|
|
189
|
-
Blockly.Msg["LOGIC_NEGATE_TOOLTIP"] = "
|
|
189
|
+
Blockly.Msg["LOGIC_NEGATE_TOOLTIP"] = "Vraća tačno ako je unos netačan. Vraća netačno ako je unos tačan.";
|
|
190
190
|
Blockly.Msg["LOGIC_NULL"] = "bez vrijednosti";
|
|
191
191
|
Blockly.Msg["LOGIC_NULL_HELPURL"] = "https://en.wikipedia.org/wiki/Nullable_type"; // untranslated
|
|
192
192
|
Blockly.Msg["LOGIC_NULL_TOOLTIP"] = "Vraća \"bez vrijednosti\".";
|
|
@@ -194,7 +194,7 @@ Blockly.Msg["LOGIC_OPERATION_AND"] = "i";
|
|
|
194
194
|
Blockly.Msg["LOGIC_OPERATION_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#logical-operations"; // untranslated
|
|
195
195
|
Blockly.Msg["LOGIC_OPERATION_OR"] = "ili";
|
|
196
196
|
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_AND"] = "Vraća tačno ako su oba ulaza tačna.";
|
|
197
|
-
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_OR"] = "
|
|
197
|
+
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_OR"] = "Vrati tačno ako je barem jedan od ulaza istinit.";
|
|
198
198
|
Blockly.Msg["LOGIC_TERNARY_CONDITION"] = "test";
|
|
199
199
|
Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; // untranslated
|
|
200
200
|
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "ako je netačno";
|
package/msg/de.js
CHANGED
|
@@ -31,7 +31,7 @@ Blockly.Msg["COLOUR_BLEND_RATIO"] = "im Verhältnis";
|
|
|
31
31
|
Blockly.Msg["COLOUR_BLEND_TITLE"] = "mische";
|
|
32
32
|
Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "Vermischt 2 Farben mit konfigurierbarem Farbverhältnis (0.0 - 1.0).";
|
|
33
33
|
Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://de.wikipedia.org/wiki/Farbe";
|
|
34
|
-
Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "
|
|
34
|
+
Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "Wähle eine Farbe aus der Palette.";
|
|
35
35
|
Blockly.Msg["COLOUR_RANDOM_HELPURL"] = "http://randomcolour.com"; // untranslated
|
|
36
36
|
Blockly.Msg["COLOUR_RANDOM_TITLE"] = "zufällige Farbe";
|
|
37
37
|
Blockly.Msg["COLOUR_RANDOM_TOOLTIP"] = "Erzeugt eine Farbe nach dem Zufallsprinzip.";
|
package/msg/fi.js
CHANGED
|
@@ -322,7 +322,7 @@ Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Lisää, poista tai järje
|
|
|
322
322
|
Blockly.Msg["REDO"] = "Tee uudelleen";
|
|
323
323
|
Blockly.Msg["REMOVE_COMMENT"] = "Poista kommentti";
|
|
324
324
|
Blockly.Msg["RENAME_VARIABLE"] = "Nimeä uudelleen muuttuja...";
|
|
325
|
-
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Nimeä uudelleen
|
|
325
|
+
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Nimeä uudelleen muuttuja '%1' kaikkialla:";
|
|
326
326
|
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
|
|
327
327
|
Blockly.Msg["TEXT_APPEND_TITLE"] = "muuttujaan %1 lisää teksti %2";
|
|
328
328
|
Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "Lisää tekstiä muuttujaan '%1'.";
|
package/msg/fr.js
CHANGED
|
@@ -99,7 +99,7 @@ Blockly.Msg["LISTS_CREATE_WITH_INPUT_WITH"] = "créer une liste avec";
|
|
|
99
99
|
Blockly.Msg["LISTS_CREATE_WITH_ITEM_TOOLTIP"] = "Ajouter un élément à la liste.";
|
|
100
100
|
Blockly.Msg["LISTS_CREATE_WITH_TOOLTIP"] = "Créer une liste avec un nombre quelconque d’éléments.";
|
|
101
101
|
Blockly.Msg["LISTS_GET_INDEX_FIRST"] = "premier";
|
|
102
|
-
Blockly.Msg["LISTS_GET_INDEX_FROM_END"] = "n
|
|
102
|
+
Blockly.Msg["LISTS_GET_INDEX_FROM_END"] = "nº depuis la fin";
|
|
103
103
|
Blockly.Msg["LISTS_GET_INDEX_FROM_START"] = "nº";
|
|
104
104
|
Blockly.Msg["LISTS_GET_INDEX_GET"] = "obtenir";
|
|
105
105
|
Blockly.Msg["LISTS_GET_INDEX_GET_REMOVE"] = "obtenir et supprimer";
|
|
@@ -120,11 +120,11 @@ Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_REMOVE_FROM"] = "Supprime l’élément à
|
|
|
120
120
|
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_REMOVE_LAST"] = "Supprime le dernier élément dans une liste.";
|
|
121
121
|
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_REMOVE_RANDOM"] = "Supprime un élément au hasard dans une liste.";
|
|
122
122
|
Blockly.Msg["LISTS_GET_SUBLIST_END_FROM_END"] = "jusqu’au n° depuis la fin";
|
|
123
|
-
Blockly.Msg["LISTS_GET_SUBLIST_END_FROM_START"] = "jusqu’au n
|
|
123
|
+
Blockly.Msg["LISTS_GET_SUBLIST_END_FROM_START"] = "jusqu’au nº";
|
|
124
124
|
Blockly.Msg["LISTS_GET_SUBLIST_END_LAST"] = "jusqu’à la fin";
|
|
125
125
|
Blockly.Msg["LISTS_GET_SUBLIST_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#getting-a-sublist"; // untranslated
|
|
126
126
|
Blockly.Msg["LISTS_GET_SUBLIST_START_FIRST"] = "obtenir la sous-liste depuis le début";
|
|
127
|
-
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_END"] = "obtenir la sous-liste depuis le n
|
|
127
|
+
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_END"] = "obtenir la sous-liste depuis le nº depuis la fin";
|
|
128
128
|
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_START"] = "obtenir la sous-liste depuis le n°";
|
|
129
129
|
Blockly.Msg["LISTS_GET_SUBLIST_TAIL"] = ""; // untranslated
|
|
130
130
|
Blockly.Msg["LISTS_GET_SUBLIST_TOOLTIP"] = "Crée une copie de la partie spécifiée d’une liste.";
|
package/msg/ia.js
CHANGED
|
@@ -21,9 +21,9 @@ Blockly.Msg["ADD_COMMENT"] = "Adder commento";
|
|
|
21
21
|
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Impossibile deler le variabile '%1' perque illo face parte del definition del function '%2'";
|
|
22
22
|
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Cambiar valor:";
|
|
23
23
|
Blockly.Msg["CLEAN_UP"] = "Rangiar le blocos";
|
|
24
|
-
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "
|
|
25
|
-
Blockly.Msg["COLLAPSE_ALL"] = "
|
|
26
|
-
Blockly.Msg["COLLAPSE_BLOCK"] = "
|
|
24
|
+
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Il ha blocos contrahite con advertimentos.";
|
|
25
|
+
Blockly.Msg["COLLAPSE_ALL"] = "Contraher blocos";
|
|
26
|
+
Blockly.Msg["COLLAPSE_BLOCK"] = "Contraher bloco";
|
|
27
27
|
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "color 1";
|
|
28
28
|
Blockly.Msg["COLOUR_BLEND_COLOUR2"] = "color 2";
|
|
29
29
|
Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-blend/#:::rgbp"; // untranslated
|
|
@@ -84,8 +84,8 @@ Blockly.Msg["DISABLE_BLOCK"] = "Disactivar bloco";
|
|
|
84
84
|
Blockly.Msg["DUPLICATE_BLOCK"] = "Duplicar";
|
|
85
85
|
Blockly.Msg["DUPLICATE_COMMENT"] = "Duplicar commento";
|
|
86
86
|
Blockly.Msg["ENABLE_BLOCK"] = "Activar bloco";
|
|
87
|
-
Blockly.Msg["EXPAND_ALL"] = "
|
|
88
|
-
Blockly.Msg["EXPAND_BLOCK"] = "
|
|
87
|
+
Blockly.Msg["EXPAND_ALL"] = "Expander blocos";
|
|
88
|
+
Blockly.Msg["EXPAND_BLOCK"] = "Expander bloco";
|
|
89
89
|
Blockly.Msg["EXTERNAL_INPUTS"] = "Entrata externe";
|
|
90
90
|
Blockly.Msg["HELP"] = "Adjuta";
|
|
91
91
|
Blockly.Msg["INLINE_INPUTS"] = "Entrata interne";
|
package/msg/kn.js
CHANGED
|
@@ -100,7 +100,7 @@ Blockly.Msg["LISTS_CREATE_WITH_ITEM_TOOLTIP"] = "ಪಟ್ಟಿಗೆ ಒಂದ
|
|
|
100
100
|
Blockly.Msg["LISTS_CREATE_WITH_TOOLTIP"] = "ಹಲವು ಅಂಶಗಳೊಂದಿಗೆ ಪಟ್ಟಿಯನ್ನು ರಚಿಸಿ.";
|
|
101
101
|
Blockly.Msg["LISTS_GET_INDEX_FIRST"] = "ಮೊದಲ";
|
|
102
102
|
Blockly.Msg["LISTS_GET_INDEX_FROM_END"] = "# ಕೊನೆಯಿಂದ";
|
|
103
|
-
Blockly.Msg["LISTS_GET_INDEX_FROM_START"] = "#";
|
|
103
|
+
Blockly.Msg["LISTS_GET_INDEX_FROM_START"] = "#";
|
|
104
104
|
Blockly.Msg["LISTS_GET_INDEX_GET"] = "ಪಡೆಯಿರಿ";
|
|
105
105
|
Blockly.Msg["LISTS_GET_INDEX_GET_REMOVE"] = "ಪಡೆಯಿರಿ ಮತ್ತು ತೆಗೆದುಹಾಕಿ";
|
|
106
106
|
Blockly.Msg["LISTS_GET_INDEX_LAST"] = "ಕೊನೆಯ";
|
|
@@ -273,13 +273,13 @@ Blockly.Msg["MATH_SINGLE_TOOLTIP_NEG"] = "ಸಂಖ್ಯೆಯೊಂದರ ನ
|
|
|
273
273
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_POW10"] = "ಒಂದು ಸಂಖ್ಯೆಯ 10ರ ಘಾತವಾಗಿದ್ದಾಗಿನ ಮೌಲ್ಯವನ್ನು ಹಿಂತಿರುಗಿಸಿ.";
|
|
274
274
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_ROOT"] = "ಸಂಖ್ಯೆಯ ವರ್ಗಮೂಲವನ್ನು ಹಿಂತಿರುಗಿಸಿ.";
|
|
275
275
|
Blockly.Msg["MATH_SUBTRACTION_SYMBOL"] = "-"; // untranslated
|
|
276
|
-
Blockly.Msg["MATH_TRIG_ACOS"] = "
|
|
277
|
-
Blockly.Msg["MATH_TRIG_ASIN"] = "
|
|
276
|
+
Blockly.Msg["MATH_TRIG_ACOS"] = "ಅಕೋಸ್";
|
|
277
|
+
Blockly.Msg["MATH_TRIG_ASIN"] = "ಅಸಿನ್";
|
|
278
278
|
Blockly.Msg["MATH_TRIG_ATAN"] = "atan"; // untranslated
|
|
279
279
|
Blockly.Msg["MATH_TRIG_COS"] = "cos"; // untranslated
|
|
280
280
|
Blockly.Msg["MATH_TRIG_HELPURL"] = "https://en.wikipedia.org/wiki/Trigonometric_functions"; // untranslated
|
|
281
|
-
Blockly.Msg["MATH_TRIG_SIN"] = "
|
|
282
|
-
Blockly.Msg["MATH_TRIG_TAN"] = "
|
|
281
|
+
Blockly.Msg["MATH_TRIG_SIN"] = "ಪಾಪ";
|
|
282
|
+
Blockly.Msg["MATH_TRIG_TAN"] = "ಕಂದುಬಣ್ಣ";
|
|
283
283
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ACOS"] = "ಸಂಖ್ಯೆಯೊಂದರ ಆರ್ಕ್ ಕೊಸೈನ್ ಅನ್ನು ಹಿಂತಿರುಗಿಸಿ(ರೇಡಿಯನ್ಗಳಲ್ಲ)";
|
|
284
284
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ASIN"] = "ಸಂಖ್ಯೆಯೊಂದರ ಆರ್ಕ್ ಸೈನ್ ಅನ್ನು ಹಿಂತಿರುಗಿಸಿ.";
|
|
285
285
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "ಸಂಖ್ಯೆಯೊಂದರ ಆರ್ಕ್ ಟ್ಯಾಂಜೆಂಟ್ ಅನ್ನು ಹಿಂತಿರುಗಿಸಿ(ರೇಡಿಯನ್ಗಳಲ್ಲ)";
|
package/msg/ko.js
CHANGED
|
@@ -211,7 +211,7 @@ Blockly.Msg["MATH_ATAN2_HELPURL"] = "https://en.wikipedia.org/wiki/Atan2"; // u
|
|
|
211
211
|
Blockly.Msg["MATH_ATAN2_TITLE"] = "X:%1 Y:%2의 atan2";
|
|
212
212
|
Blockly.Msg["MATH_ATAN2_TOOLTIP"] = "점 (X, Y)의 아크탄젠트를 -180에서 180까지 도 단위로 반환합니다.";
|
|
213
213
|
Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter"; // untranslated
|
|
214
|
-
Blockly.Msg["MATH_CHANGE_TITLE"] = "
|
|
214
|
+
Blockly.Msg["MATH_CHANGE_TITLE"] = "%1 을 %2 만큼 바꾸기";
|
|
215
215
|
Blockly.Msg["MATH_CHANGE_TOOLTIP"] = "변수 '%1' 에 저장되어있는 값에, 어떤 수를 더해, 변수에 다시 저장합니다.";
|
|
216
216
|
Blockly.Msg["MATH_CONSTANT_HELPURL"] = "https://ko.wikipedia.org/wiki/수학_상수";
|
|
217
217
|
Blockly.Msg["MATH_CONSTANT_TOOLTIP"] = "일반적인 상수 값들 중 하나를 돌려줍니다. : π (3.141…), e (2.718…), φ (1.618…), sqrt(2) (1.414…), sqrt(½) (0.707…), or ∞ (infinity).";
|
package/msg/lb.js
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
var Blockly = Blockly || { Msg: Object.create(null) };
|
|
19
19
|
|
|
20
20
|
Blockly.Msg["ADD_COMMENT"] = "Bemierkung derbäisetzen";
|
|
21
|
-
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "
|
|
21
|
+
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "D'Variabel '%1' kann net geläscht ginn, well se Deel vun der Definitioun vun der Funktioun '%2' ass.";
|
|
22
22
|
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Wäert änneren:";
|
|
23
23
|
Blockly.Msg["CLEAN_UP"] = "Bléck opraumen";
|
|
24
24
|
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
|
|
@@ -73,10 +73,10 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "widderhuele bis";
|
|
|
73
73
|
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "Widderhuel soulaang";
|
|
74
74
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "Féiert d'Uweisungen aus, soulaang wéi de Wäert falsch ass.";
|
|
75
75
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "Féiert d'Uweisungen aus, soulaang wéi de Wäert richteg ass";
|
|
76
|
-
Blockly.Msg["DELETE_ALL_BLOCKS"] = "
|
|
76
|
+
Blockly.Msg["DELETE_ALL_BLOCKS"] = "All %1 Bléck läschen?";
|
|
77
77
|
Blockly.Msg["DELETE_BLOCK"] = "Block läschen";
|
|
78
|
-
Blockly.Msg["DELETE_VARIABLE"] = "
|
|
79
|
-
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "
|
|
78
|
+
Blockly.Msg["DELETE_VARIABLE"] = "D'Variabel '%1' läschen";
|
|
79
|
+
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "%1 Verwendunge vun der Variabel '%2' läschen?";
|
|
80
80
|
Blockly.Msg["DELETE_X_BLOCKS"] = "%1 Bléck läschen";
|
|
81
81
|
Blockly.Msg["DIALOG_CANCEL"] = "Ofbriechen";
|
|
82
82
|
Blockly.Msg["DIALOG_OK"] = "OK";
|
|
@@ -110,7 +110,7 @@ Blockly.Msg["LISTS_GET_INDEX_TAIL"] = ""; // untranslated
|
|
|
110
110
|
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_FIRST"] = "Returns the first item in a list."; // untranslated
|
|
111
111
|
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_FROM"] = "Returns the item at the specified position in a list."; // untranslated
|
|
112
112
|
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_LAST"] = "Returns the last item in a list."; // untranslated
|
|
113
|
-
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_RANDOM"] = "
|
|
113
|
+
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_RANDOM"] = "Gëtt en zoufällegt Element aus enger Lëscht zréck.";
|
|
114
114
|
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_REMOVE_FIRST"] = "Removes and returns the first item in a list."; // untranslated
|
|
115
115
|
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_REMOVE_FROM"] = "Removes and returns the item at the specified position in a list."; // untranslated
|
|
116
116
|
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_REMOVE_LAST"] = "Removes and returns the last item in a list."; // untranslated
|
|
@@ -208,7 +208,7 @@ Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_MINUS"] = "Return the difference of the two
|
|
|
208
208
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_MULTIPLY"] = "D'Produkt vun den zwou Zuelen zréckginn.";
|
|
209
209
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_POWER"] = "Return the first number raised to the power of the second number."; // untranslated
|
|
210
210
|
Blockly.Msg["MATH_ATAN2_HELPURL"] = "https://en.wikipedia.org/wiki/Atan2"; // untranslated
|
|
211
|
-
Blockly.Msg["MATH_ATAN2_TITLE"] = "atan2
|
|
211
|
+
Blockly.Msg["MATH_ATAN2_TITLE"] = "atan2 vun X:%1 Y:%2";
|
|
212
212
|
Blockly.Msg["MATH_ATAN2_TOOLTIP"] = "Return the arctangent of point (X, Y) in degrees from -180 to 180."; // untranslated
|
|
213
213
|
Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter"; // untranslated
|
|
214
214
|
Blockly.Msg["MATH_CHANGE_TITLE"] = "änneren %1 ëm %2";
|
|
@@ -219,7 +219,7 @@ Blockly.Msg["MATH_CONSTRAIN_HELPURL"] = "https://en.wikipedia.org/wiki/Clamping_
|
|
|
219
219
|
Blockly.Msg["MATH_CONSTRAIN_TITLE"] = "constrain %1 low %2 high %3"; // untranslated
|
|
220
220
|
Blockly.Msg["MATH_CONSTRAIN_TOOLTIP"] = "Constrain a number to be between the specified limits (inclusive)."; // untranslated
|
|
221
221
|
Blockly.Msg["MATH_DIVISION_SYMBOL"] = "÷"; // untranslated
|
|
222
|
-
Blockly.Msg["MATH_IS_DIVISIBLE_BY"] = "
|
|
222
|
+
Blockly.Msg["MATH_IS_DIVISIBLE_BY"] = "ass deelbar duerch";
|
|
223
223
|
Blockly.Msg["MATH_IS_EVEN"] = "ass gerued";
|
|
224
224
|
Blockly.Msg["MATH_IS_NEGATIVE"] = "ass negativ";
|
|
225
225
|
Blockly.Msg["MATH_IS_ODD"] = "ass ongerued";
|
|
@@ -273,25 +273,25 @@ Blockly.Msg["MATH_SINGLE_TOOLTIP_NEG"] = "Return the negation of a number."; //
|
|
|
273
273
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_POW10"] = "Return 10 to the power of a number."; // untranslated
|
|
274
274
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_ROOT"] = "Return the square root of a number."; // untranslated
|
|
275
275
|
Blockly.Msg["MATH_SUBTRACTION_SYMBOL"] = "-"; // untranslated
|
|
276
|
-
Blockly.Msg["MATH_TRIG_ACOS"] = "acos";
|
|
277
|
-
Blockly.Msg["MATH_TRIG_ASIN"] = "asin";
|
|
278
|
-
Blockly.Msg["MATH_TRIG_ATAN"] = "atan";
|
|
279
|
-
Blockly.Msg["MATH_TRIG_COS"] = "cos";
|
|
276
|
+
Blockly.Msg["MATH_TRIG_ACOS"] = "acos";
|
|
277
|
+
Blockly.Msg["MATH_TRIG_ASIN"] = "asin";
|
|
278
|
+
Blockly.Msg["MATH_TRIG_ATAN"] = "atan";
|
|
279
|
+
Blockly.Msg["MATH_TRIG_COS"] = "cos";
|
|
280
280
|
Blockly.Msg["MATH_TRIG_HELPURL"] = "https://en.wikipedia.org/wiki/Trigonometric_functions"; // untranslated
|
|
281
|
-
Blockly.Msg["MATH_TRIG_SIN"] = "sin";
|
|
282
|
-
Blockly.Msg["MATH_TRIG_TAN"] = "tan";
|
|
281
|
+
Blockly.Msg["MATH_TRIG_SIN"] = "sin";
|
|
282
|
+
Blockly.Msg["MATH_TRIG_TAN"] = "tan";
|
|
283
283
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ACOS"] = "Return the arccosine of a number."; // untranslated
|
|
284
284
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ASIN"] = "Return the arcsine of a number."; // untranslated
|
|
285
285
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Return the arctangent of a number."; // untranslated
|
|
286
286
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Return the cosine of a degree (not radian)."; // untranslated
|
|
287
287
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Return the sine of a degree (not radian)."; // untranslated
|
|
288
288
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Return the tangent of a degree (not radian)."; // untranslated
|
|
289
|
-
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "
|
|
290
|
-
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "
|
|
289
|
+
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Faarfvariabel uleeën...";
|
|
290
|
+
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Zuelevariabel uleeën...";
|
|
291
291
|
Blockly.Msg["NEW_STRING_VARIABLE"] = "Create string variable..."; // untranslated
|
|
292
292
|
Blockly.Msg["NEW_VARIABLE"] = "Variabel uleeën...";
|
|
293
|
-
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Neie
|
|
294
|
-
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "
|
|
293
|
+
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Neie Variabelennumm:";
|
|
294
|
+
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "Neie Variabelentyp:";
|
|
295
295
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
296
296
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "allow statements"; // untranslated
|
|
297
297
|
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "mat:";
|
|
@@ -314,7 +314,7 @@ Blockly.Msg["PROCEDURES_DEF_DUPLICATE_WARNING"] = "Warning: This function has du
|
|
|
314
314
|
Blockly.Msg["PROCEDURES_HIGHLIGHT_DEF"] = "Highlight function definition"; // untranslated
|
|
315
315
|
Blockly.Msg["PROCEDURES_IFRETURN_HELPURL"] = "http://c2.com/cgi/wiki?GuardClause"; // untranslated
|
|
316
316
|
Blockly.Msg["PROCEDURES_IFRETURN_TOOLTIP"] = "If a value is true, then return a second value."; // untranslated
|
|
317
|
-
Blockly.Msg["PROCEDURES_IFRETURN_WARNING"] = "
|
|
317
|
+
Blockly.Msg["PROCEDURES_IFRETURN_WARNING"] = "Opgepasst: Dëse Block däerf nëmmen bannent enger Funktiounsdefitioun benotzt ginn.";
|
|
318
318
|
Blockly.Msg["PROCEDURES_MUTATORARG_TITLE"] = "input name:"; // untranslated
|
|
319
319
|
Blockly.Msg["PROCEDURES_MUTATORARG_TOOLTIP"] = "Add an input to the function."; // untranslated
|
|
320
320
|
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "inputs"; // untranslated
|
|
@@ -341,7 +341,7 @@ Blockly.Msg["TEXT_CHARAT_TAIL"] = ""; // untranslated
|
|
|
341
341
|
Blockly.Msg["TEXT_CHARAT_TITLE"] = "am Text %1 %2";
|
|
342
342
|
Blockly.Msg["TEXT_CHARAT_TOOLTIP"] = "Returns the letter at the specified position."; // untranslated
|
|
343
343
|
Blockly.Msg["TEXT_COUNT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#counting-substrings"; // untranslated
|
|
344
|
-
Blockly.Msg["TEXT_COUNT_MESSAGE0"] = "
|
|
344
|
+
Blockly.Msg["TEXT_COUNT_MESSAGE0"] = "ziel %1 an %2";
|
|
345
345
|
Blockly.Msg["TEXT_COUNT_TOOLTIP"] = "Count how many times some text occurs within some other text."; // untranslated
|
|
346
346
|
Blockly.Msg["TEXT_CREATE_JOIN_ITEM_TOOLTIP"] = "En Element bei den Text derbäisetzen.";
|
|
347
347
|
Blockly.Msg["TEXT_CREATE_JOIN_TITLE_JOIN"] = "join"; // untranslated
|
|
@@ -382,7 +382,7 @@ Blockly.Msg["TEXT_REPLACE_HELPURL"] = "https://github.com/google/blockly/wiki/Te
|
|
|
382
382
|
Blockly.Msg["TEXT_REPLACE_MESSAGE0"] = "%1 duerch %2 a(n) %3 ersetzen";
|
|
383
383
|
Blockly.Msg["TEXT_REPLACE_TOOLTIP"] = "All Kéiers wou e bestëmmten Text do ass duerch en aneren Text ersetzen.";
|
|
384
384
|
Blockly.Msg["TEXT_REVERSE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#reversing-text"; // untranslated
|
|
385
|
-
Blockly.Msg["TEXT_REVERSE_MESSAGE0"] = "
|
|
385
|
+
Blockly.Msg["TEXT_REVERSE_MESSAGE0"] = "%1 ëmdréinen";
|
|
386
386
|
Blockly.Msg["TEXT_REVERSE_TOOLTIP"] = "Dréint d'Reiefolleg vun den Zeechen am Text ëm.";
|
|
387
387
|
Blockly.Msg["TEXT_TEXT_HELPURL"] = "https://en.wikipedia.org/wiki/String_(computer_science)"; // untranslated
|
|
388
388
|
Blockly.Msg["TEXT_TEXT_TOOLTIP"] = "E Buschtaf, e Wuert oder eng Textzeil.";
|
|
@@ -402,8 +402,8 @@ Blockly.Msg["VARIABLES_SET"] = "set %1 to %2"; // untranslated
|
|
|
402
402
|
Blockly.Msg["VARIABLES_SET_CREATE_GET"] = "Create 'get %1'"; // untranslated
|
|
403
403
|
Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#set"; // untranslated
|
|
404
404
|
Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
|
|
405
|
-
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "
|
|
406
|
-
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "
|
|
405
|
+
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Et gëtt schonn eng Variabel mam Numm '%1'.";
|
|
406
|
+
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Et gëtt schonn eng Variabel mam Numm '%1' fir een aneren Typ: '%2'.";
|
|
407
407
|
Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
|
|
408
408
|
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Sot eppes...";
|
|
409
409
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
package/msg/sd.js
CHANGED
|
@@ -76,7 +76,7 @@ Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_WHILE"] = "While a value is true, then
|
|
|
76
76
|
Blockly.Msg["DELETE_ALL_BLOCKS"] = "سڀ %1 بلاڪ ڊاھيون؟";
|
|
77
77
|
Blockly.Msg["DELETE_BLOCK"] = "بلاڪ ڊاهيو";
|
|
78
78
|
Blockly.Msg["DELETE_VARIABLE"] = "Delete the '%1' variable"; // untranslated
|
|
79
|
-
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "
|
|
79
|
+
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "'%2' وري ايبل جي استعمال %1 مٽايو؟";
|
|
80
80
|
Blockly.Msg["DELETE_X_BLOCKS"] = "1٪ بلاڪ ڊاهيو";
|
|
81
81
|
Blockly.Msg["DIALOG_CANCEL"] = "رد";
|
|
82
82
|
Blockly.Msg["DIALOG_OK"] = "ٺيڪ";
|
|
@@ -286,12 +286,12 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Return the arctangent of a number."; /
|
|
|
286
286
|
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Return the cosine of a degree (not radian)."; // untranslated
|
|
287
287
|
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Return the sine of a degree (not radian)."; // untranslated
|
|
288
288
|
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Return the tangent of a degree (not radian)."; // untranslated
|
|
289
|
-
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "
|
|
290
|
-
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "
|
|
291
|
-
Blockly.Msg["NEW_STRING_VARIABLE"] = "
|
|
289
|
+
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "رنگ وري ايبل ٺاھيو...";
|
|
290
|
+
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "نمبر وري ايبل ٺاھيو...";
|
|
291
|
+
Blockly.Msg["NEW_STRING_VARIABLE"] = "اسٽرينگ وري ايبل ٺاھيو...";
|
|
292
292
|
Blockly.Msg["NEW_VARIABLE"] = "نئون ڦرڻو...";
|
|
293
293
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "ڦرڻي جو نئون نالو:";
|
|
294
|
-
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "
|
|
294
|
+
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "نئين وري ايبل جو قسم:";
|
|
295
295
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
296
296
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "allow statements"; // untranslated
|
|
297
297
|
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "سان:";
|
|
@@ -322,7 +322,7 @@ Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Add, remove, or reorder in
|
|
|
322
322
|
Blockly.Msg["REDO"] = "ٻيهر ڪريو";
|
|
323
323
|
Blockly.Msg["REMOVE_COMMENT"] = "رايو ڊاهيو";
|
|
324
324
|
Blockly.Msg["RENAME_VARIABLE"] = "ڦرڻي کي نئون نالو ڏيو...";
|
|
325
|
-
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "
|
|
325
|
+
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "سڀني '%1' کي تبديل ڪيو:";
|
|
326
326
|
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
|
|
327
327
|
Blockly.Msg["TEXT_APPEND_TITLE"] = "to %1 append text %2"; // untranslated
|
|
328
328
|
Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "Append some text to variable '%1'."; // untranslated
|
|
@@ -393,7 +393,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; //
|
|
|
393
393
|
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
|
|
394
394
|
Blockly.Msg["TODAY"] = "اڄ";
|
|
395
395
|
Blockly.Msg["UNDO"] = "اڻڪريو";
|
|
396
|
-
Blockly.Msg["UNNAMED_KEY"] = "
|
|
396
|
+
Blockly.Msg["UNNAMED_KEY"] = "بينام";
|
|
397
397
|
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "اسم";
|
|
398
398
|
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
|
|
399
399
|
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#get"; // untranslated
|
|
@@ -402,8 +402,8 @@ Blockly.Msg["VARIABLES_SET"] = "set %1 to %2"; // untranslated
|
|
|
402
402
|
Blockly.Msg["VARIABLES_SET_CREATE_GET"] = "Create 'get %1'"; // untranslated
|
|
403
403
|
Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#set"; // untranslated
|
|
404
404
|
Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Sets this variable to be equal to the input."; // untranslated
|
|
405
|
-
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "
|
|
406
|
-
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "
|
|
405
|
+
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "'%1' جي نالي سان اڳ ئي وري ايبل موجود آھي.";
|
|
406
|
+
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "'%2' وري ايبل لاءِ '%1' وري اينل اڳ ئي موجود آھي،";
|
|
407
407
|
Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly Workspace"; // untranslated
|
|
408
408
|
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Say something..."; // untranslated
|
|
409
409
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
package/msg/skr-arab.js
CHANGED
|
@@ -30,7 +30,7 @@ Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-ble
|
|
|
30
30
|
Blockly.Msg["COLOUR_BLEND_RATIO"] = "نسبت";
|
|
31
31
|
Blockly.Msg["COLOUR_BLEND_TITLE"] = "مرکب";
|
|
32
32
|
Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "Blends two colours together with a given ratio (0.0 - 1.0)."; // untranslated
|
|
33
|
-
Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://en.wikipedia.org/wiki/Color";
|
|
33
|
+
Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://en.wikipedia.org/wiki/Color";
|
|
34
34
|
Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "Choose a colour from the palette."; // untranslated
|
|
35
35
|
Blockly.Msg["COLOUR_RANDOM_HELPURL"] = "http://randomcolour.com"; // untranslated
|
|
36
36
|
Blockly.Msg["COLOUR_RANDOM_TITLE"] = "بنا ترتيب رنگ";
|
|
@@ -104,7 +104,7 @@ Blockly.Msg["LISTS_GET_INDEX_FROM_START"] = "#"; // untranslated
|
|
|
104
104
|
Blockly.Msg["LISTS_GET_INDEX_GET"] = "گھنو";
|
|
105
105
|
Blockly.Msg["LISTS_GET_INDEX_GET_REMOVE"] = "گھنو تے ہٹاؤ";
|
|
106
106
|
Blockly.Msg["LISTS_GET_INDEX_LAST"] = "چھیکڑی";
|
|
107
|
-
Blockly.Msg["LISTS_GET_INDEX_RANDOM"] = "
|
|
107
|
+
Blockly.Msg["LISTS_GET_INDEX_RANDOM"] = "بے ترتیبا";
|
|
108
108
|
Blockly.Msg["LISTS_GET_INDEX_REMOVE"] = "ہٹاؤ";
|
|
109
109
|
Blockly.Msg["LISTS_GET_INDEX_TAIL"] = ""; // untranslated
|
|
110
110
|
Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_GET_FIRST"] = "Returns the first item in a list."; // untranslated
|
package/msg/sl.js
CHANGED
|
@@ -43,9 +43,9 @@ Blockly.Msg["COLOUR_RGB_TITLE"] = "določena barva";
|
|
|
43
43
|
Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "Ustvari barvo z določeno količino rdeče, zelene in modre. Vse vrednosti morajo biti med 0 in 100.";
|
|
44
44
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks"; // untranslated
|
|
45
45
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "prekini zanko";
|
|
46
|
-
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "nadaljuj z naslednjo
|
|
46
|
+
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "nadaljuj z naslednjo iteracijo zanke";
|
|
47
47
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_BREAK"] = "Prekine vsebujočo zanko.";
|
|
48
|
-
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_CONTINUE"] = "
|
|
48
|
+
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_CONTINUE"] = "Preskočite preostanek te zanke in nadaljujte z naslednjo iteracijo.";
|
|
49
49
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_WARNING"] = "Pozor: Ta blok lahko uporabite znotraj zanke samo enkrat.";
|
|
50
50
|
Blockly.Msg["CONTROLS_FOREACH_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#for-each"; // untranslated
|
|
51
51
|
Blockly.Msg["CONTROLS_FOREACH_TITLE"] = "za vsak element %1 v seznamu %2";
|
|
@@ -153,7 +153,7 @@ Blockly.Msg["LISTS_SET_INDEX_INSERT"] = "vstavi na";
|
|
|
153
153
|
Blockly.Msg["LISTS_SET_INDEX_SET"] = "nastavi na";
|
|
154
154
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_FIRST"] = "Vstavi element na začetek seznama.";
|
|
155
155
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_FROM"] = "Vstavi element na določeno mesto v seznamu.";
|
|
156
|
-
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_LAST"] = "
|
|
156
|
+
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_LAST"] = "Pripne element na konec seznama.";
|
|
157
157
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_INSERT_RANDOM"] = "Vstavi element na naključno mesto v seznamu.";
|
|
158
158
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FIRST"] = "Nastavi prvi element seznama.";
|
|
159
159
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FROM"] = "Nastavi element na določenem mestu v seznamu.";
|
|
@@ -167,10 +167,10 @@ Blockly.Msg["LISTS_SORT_TOOLTIP"] = "Uredi kopijo seznama.";
|
|
|
167
167
|
Blockly.Msg["LISTS_SORT_TYPE_IGNORECASE"] = "abecedno, prezri velikost črk";
|
|
168
168
|
Blockly.Msg["LISTS_SORT_TYPE_NUMERIC"] = "številsko";
|
|
169
169
|
Blockly.Msg["LISTS_SORT_TYPE_TEXT"] = "abecedno";
|
|
170
|
-
Blockly.Msg["LISTS_SPLIT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#splitting-strings-and-joining-lists";
|
|
170
|
+
Blockly.Msg["LISTS_SPLIT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#splitting-strings-and-joining-lists";
|
|
171
171
|
Blockly.Msg["LISTS_SPLIT_LIST_FROM_TEXT"] = "ustvari seznam iz besedila";
|
|
172
172
|
Blockly.Msg["LISTS_SPLIT_TEXT_FROM_LIST"] = "ustvari besedilo iz seznama";
|
|
173
|
-
Blockly.Msg["LISTS_SPLIT_TOOLTIP_JOIN"] = "
|
|
173
|
+
Blockly.Msg["LISTS_SPLIT_TOOLTIP_JOIN"] = "Spoji seznam besedil v eno besedilo z razmejevalcem med besedili.";
|
|
174
174
|
Blockly.Msg["LISTS_SPLIT_TOOLTIP_SPLIT"] = "Razdruži besedilo v seznam besedil s prelomom pri vsakem ločilu.";
|
|
175
175
|
Blockly.Msg["LISTS_SPLIT_WITH_DELIMITER"] = "z ločilom";
|
|
176
176
|
Blockly.Msg["LOGIC_BOOLEAN_FALSE"] = "neresnično";
|
|
@@ -317,16 +317,16 @@ Blockly.Msg["PROCEDURES_IFRETURN_TOOLTIP"] = "Če je vrednost resnična, vrne dr
|
|
|
317
317
|
Blockly.Msg["PROCEDURES_IFRETURN_WARNING"] = "Pozor: Ta blok lahko uporabite samo v bloku funkcije.";
|
|
318
318
|
Blockly.Msg["PROCEDURES_MUTATORARG_TITLE"] = "ime vnosa:";
|
|
319
319
|
Blockly.Msg["PROCEDURES_MUTATORARG_TOOLTIP"] = "Funkciji doda vnos.";
|
|
320
|
-
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "
|
|
320
|
+
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TITLE"] = "vhodi";
|
|
321
321
|
Blockly.Msg["PROCEDURES_MUTATORCONTAINER_TOOLTIP"] = "Doda, odstrani ali spremeni vrstni red vnosov za to funkcijo.";
|
|
322
322
|
Blockly.Msg["REDO"] = "Ponovi";
|
|
323
323
|
Blockly.Msg["REMOVE_COMMENT"] = "Odstrani komentar";
|
|
324
324
|
Blockly.Msg["RENAME_VARIABLE"] = "Preimenuj spremenljivko ...";
|
|
325
325
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Preimenuj vse spremenljivke »%1« v:";
|
|
326
|
-
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification";
|
|
327
|
-
Blockly.Msg["TEXT_APPEND_TITLE"] = "k %1
|
|
328
|
-
Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "
|
|
329
|
-
Blockly.Msg["TEXT_CHANGECASE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#adjusting-text-case";
|
|
326
|
+
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification";
|
|
327
|
+
Blockly.Msg["TEXT_APPEND_TITLE"] = "k %1 pripni besedilo %2";
|
|
328
|
+
Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "Pripne neko besedilo spremenljivki »%1«.";
|
|
329
|
+
Blockly.Msg["TEXT_CHANGECASE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#adjusting-text-case";
|
|
330
330
|
Blockly.Msg["TEXT_CHANGECASE_OPERATOR_LOWERCASE"] = "v male črke";
|
|
331
331
|
Blockly.Msg["TEXT_CHANGECASE_OPERATOR_TITLECASE"] = "v Velike Začetnice";
|
|
332
332
|
Blockly.Msg["TEXT_CHANGECASE_OPERATOR_UPPERCASE"] = "v VELIKE ČRKE";
|
|
@@ -334,7 +334,7 @@ Blockly.Msg["TEXT_CHANGECASE_TOOLTIP"] = "Vrne kopijo besedila v drugi obliki.";
|
|
|
334
334
|
Blockly.Msg["TEXT_CHARAT_FIRST"] = "vrni prvo črko";
|
|
335
335
|
Blockly.Msg["TEXT_CHARAT_FROM_END"] = "vrni črko št. od konca";
|
|
336
336
|
Blockly.Msg["TEXT_CHARAT_FROM_START"] = "vrni črko št.";
|
|
337
|
-
Blockly.Msg["TEXT_CHARAT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#extracting-text";
|
|
337
|
+
Blockly.Msg["TEXT_CHARAT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#extracting-text";
|
|
338
338
|
Blockly.Msg["TEXT_CHARAT_LAST"] = "vrni zadnjo črko";
|
|
339
339
|
Blockly.Msg["TEXT_CHARAT_RANDOM"] = "vrni naključno črko";
|
|
340
340
|
Blockly.Msg["TEXT_CHARAT_TAIL"] = ""; // untranslated
|
|
@@ -344,7 +344,7 @@ Blockly.Msg["TEXT_COUNT_HELPURL"] = "https://github.com/google/blockly/wiki/Text
|
|
|
344
344
|
Blockly.Msg["TEXT_COUNT_MESSAGE0"] = "preštej %1 v %2";
|
|
345
345
|
Blockly.Msg["TEXT_COUNT_TOOLTIP"] = "Preštej, kolikokrat se neko besedilo pojavi v drugem besedilu.";
|
|
346
346
|
Blockly.Msg["TEXT_CREATE_JOIN_ITEM_TOOLTIP"] = "Doda element k besedilu.";
|
|
347
|
-
Blockly.Msg["TEXT_CREATE_JOIN_TITLE_JOIN"] = "
|
|
347
|
+
Blockly.Msg["TEXT_CREATE_JOIN_TITLE_JOIN"] = "spoji";
|
|
348
348
|
Blockly.Msg["TEXT_CREATE_JOIN_TOOLTIP"] = "Doda, odstrani ali spremeni vrstni red odsekov za ponovno nastavitev tega bloka besedila.";
|
|
349
349
|
Blockly.Msg["TEXT_GET_SUBSTRING_END_FROM_END"] = "do črke št. od konca";
|
|
350
350
|
Blockly.Msg["TEXT_GET_SUBSTRING_END_FROM_START"] = "do črke št.";
|
|
@@ -356,21 +356,21 @@ Blockly.Msg["TEXT_GET_SUBSTRING_START_FROM_END"] = "vrni podniz od črke št. od
|
|
|
356
356
|
Blockly.Msg["TEXT_GET_SUBSTRING_START_FROM_START"] = "vrni podniz od črke št.";
|
|
357
357
|
Blockly.Msg["TEXT_GET_SUBSTRING_TAIL"] = ""; // untranslated
|
|
358
358
|
Blockly.Msg["TEXT_GET_SUBSTRING_TOOLTIP"] = "Vrne določen del besedila.";
|
|
359
|
-
Blockly.Msg["TEXT_INDEXOF_HELPURL"] = "https://github.com/google/blockly/wiki/Text#finding-text";
|
|
359
|
+
Blockly.Msg["TEXT_INDEXOF_HELPURL"] = "https://github.com/google/blockly/wiki/Text#finding-text";
|
|
360
360
|
Blockly.Msg["TEXT_INDEXOF_OPERATOR_FIRST"] = "najdi prvo pojavitev besedila";
|
|
361
361
|
Blockly.Msg["TEXT_INDEXOF_OPERATOR_LAST"] = "najdi zadnjo pojavitev besedila";
|
|
362
362
|
Blockly.Msg["TEXT_INDEXOF_TITLE"] = "v besedilu %1 %2 %3";
|
|
363
363
|
Blockly.Msg["TEXT_INDEXOF_TOOLTIP"] = "Vrne mesto (indeks) prve/zadnje pojavitve drugega besedila v prvem besedilu. Če besedila ne najde, vrne %1.";
|
|
364
|
-
Blockly.Msg["TEXT_ISEMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Text#checking-for-empty-text";
|
|
364
|
+
Blockly.Msg["TEXT_ISEMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Text#checking-for-empty-text";
|
|
365
365
|
Blockly.Msg["TEXT_ISEMPTY_TITLE"] = "%1 je prazno";
|
|
366
366
|
Blockly.Msg["TEXT_ISEMPTY_TOOLTIP"] = "Vrne resnično, če je določeno besedilo prazno.";
|
|
367
|
-
Blockly.Msg["TEXT_JOIN_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-creation";
|
|
367
|
+
Blockly.Msg["TEXT_JOIN_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-creation";
|
|
368
368
|
Blockly.Msg["TEXT_JOIN_TITLE_CREATEWITH"] = "ustvari besedilo iz";
|
|
369
369
|
Blockly.Msg["TEXT_JOIN_TOOLTIP"] = "Ustvari besedilo tako, da združi poljubno število elementov.";
|
|
370
|
-
Blockly.Msg["TEXT_LENGTH_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification";
|
|
370
|
+
Blockly.Msg["TEXT_LENGTH_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification";
|
|
371
371
|
Blockly.Msg["TEXT_LENGTH_TITLE"] = "dolžina %1";
|
|
372
372
|
Blockly.Msg["TEXT_LENGTH_TOOLTIP"] = "Vrne število znakov (vključno s presledki) v določenem besedilu.";
|
|
373
|
-
Blockly.Msg["TEXT_PRINT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#printing-text";
|
|
373
|
+
Blockly.Msg["TEXT_PRINT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#printing-text";
|
|
374
374
|
Blockly.Msg["TEXT_PRINT_TITLE"] = "izpiši %1";
|
|
375
375
|
Blockly.Msg["TEXT_PRINT_TOOLTIP"] = "Izpiše določeno besedilo, številko ali drugo vrednost.";
|
|
376
376
|
Blockly.Msg["TEXT_PROMPT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#getting-input-from-the-user"; // untranslated
|
|
@@ -381,7 +381,7 @@ Blockly.Msg["TEXT_PROMPT_TYPE_TEXT"] = "vprašaj za besedilo s sporočilom";
|
|
|
381
381
|
Blockly.Msg["TEXT_REPLACE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#replacing-substrings"; // untranslated
|
|
382
382
|
Blockly.Msg["TEXT_REPLACE_MESSAGE0"] = "zamenjaj %1 z %2 v %3";
|
|
383
383
|
Blockly.Msg["TEXT_REPLACE_TOOLTIP"] = "Zamenja vse pojavitve besedila v drugem besedilu.";
|
|
384
|
-
Blockly.Msg["TEXT_REVERSE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#reversing-text";
|
|
384
|
+
Blockly.Msg["TEXT_REVERSE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#reversing-text";
|
|
385
385
|
Blockly.Msg["TEXT_REVERSE_MESSAGE0"] = "obrni %1";
|
|
386
386
|
Blockly.Msg["TEXT_REVERSE_TOOLTIP"] = "Obrne vrstni red znakov v besedilu.";
|
|
387
387
|
Blockly.Msg["TEXT_TEXT_HELPURL"] = "https://sl.wikipedia.org/wiki/Niz";
|
package/msg/sw.js
CHANGED
|
@@ -392,7 +392,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_LEFT"] = "trim spaces from left side of"; // un
|
|
|
392
392
|
Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; // untranslated
|
|
393
393
|
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
|
|
394
394
|
Blockly.Msg["TODAY"] = "Leo";
|
|
395
|
-
Blockly.Msg["UNDO"] = "
|
|
395
|
+
Blockly.Msg["UNDO"] = "Tengua";
|
|
396
396
|
Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
|
|
397
397
|
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "item"; // untranslated
|
|
398
398
|
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
|
package/msg/zh-hans.js
CHANGED
|
@@ -273,13 +273,13 @@ Blockly.Msg["MATH_SINGLE_TOOLTIP_NEG"] = "返回一个数值的相反数。";
|
|
|
273
273
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_POW10"] = "返回10的n次幂。";
|
|
274
274
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_ROOT"] = "返回一个数的平方根。";
|
|
275
275
|
Blockly.Msg["MATH_SUBTRACTION_SYMBOL"] = "-"; // untranslated
|
|
276
|
-
Blockly.Msg["MATH_TRIG_ACOS"] = "
|
|
277
|
-
Blockly.Msg["MATH_TRIG_ASIN"] = "
|
|
278
|
-
Blockly.Msg["MATH_TRIG_ATAN"] = "
|
|
279
|
-
Blockly.Msg["MATH_TRIG_COS"] = "
|
|
276
|
+
Blockly.Msg["MATH_TRIG_ACOS"] = "反余玄";
|
|
277
|
+
Blockly.Msg["MATH_TRIG_ASIN"] = "反正弦";
|
|
278
|
+
Blockly.Msg["MATH_TRIG_ATAN"] = "反正切";
|
|
279
|
+
Blockly.Msg["MATH_TRIG_COS"] = "余弦";
|
|
280
280
|
Blockly.Msg["MATH_TRIG_HELPURL"] = "https://zh.wikipedia.org/wiki/三角函数";
|
|
281
|
-
Blockly.Msg["MATH_TRIG_SIN"] = "
|
|
282
|
-
Blockly.Msg["MATH_TRIG_TAN"] = "
|
|
281
|
+
Blockly.Msg["MATH_TRIG_SIN"] = "正弦";
|
|
282
|
+
Blockly.Msg["MATH_TRIG_TAN"] = "正切";
|
|
283
283
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ACOS"] = "返回一个数值的反余弦值。";
|
|
284
284
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ASIN"] = "返回一个数值的反正弦值。";
|
|
285
285
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "返回一个数值的反正切值。";
|
package/msg/zh-hant.js
CHANGED
|
@@ -61,7 +61,7 @@ Blockly.Msg["CONTROLS_IF_MSG_ELSE"] = "否則";
|
|
|
61
61
|
Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"] = "否則,如果";
|
|
62
62
|
Blockly.Msg["CONTROLS_IF_MSG_IF"] = "如果";
|
|
63
63
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_1"] = "當值為 true 時,執行一些陳述式。";
|
|
64
|
-
Blockly.Msg["CONTROLS_IF_TOOLTIP_2"] = "
|
|
64
|
+
Blockly.Msg["CONTROLS_IF_TOOLTIP_2"] = "值為是(true)就執行第一塊陳述式,否則執行第二塊。";
|
|
65
65
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_3"] = "如果第一個值為 true,則執行第一個陳述式。否則,當第二個值為 true 時,則執行第二個陳述式。";
|
|
66
66
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_4"] = "如果第一個值為 true,則執行第一個陳述式。否則當第二個值為 true 時,則執行第二個陳述式。如果前幾個敘述都不為 ture,則執行最後一個陳述式。";
|
|
67
67
|
Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://zh.wikipedia.org/wiki/For迴圈";
|
|
@@ -261,7 +261,7 @@ Blockly.Msg["MATH_ROUND_HELPURL"] = "https://zh.wikipedia.org/wiki/數值簡化"
|
|
|
261
261
|
Blockly.Msg["MATH_ROUND_OPERATOR_ROUND"] = "四捨五入";
|
|
262
262
|
Blockly.Msg["MATH_ROUND_OPERATOR_ROUNDDOWN"] = "無條件捨去";
|
|
263
263
|
Blockly.Msg["MATH_ROUND_OPERATOR_ROUNDUP"] = "無條件進位";
|
|
264
|
-
Blockly.Msg["MATH_ROUND_TOOLTIP"] = "
|
|
264
|
+
Blockly.Msg["MATH_ROUND_TOOLTIP"] = "上捨入或下捨入數字";
|
|
265
265
|
Blockly.Msg["MATH_SINGLE_HELPURL"] = "https://zh.wikipedia.org/wiki/平方根";
|
|
266
266
|
Blockly.Msg["MATH_SINGLE_OP_ABSOLUTE"] = "絕對值";
|
|
267
267
|
Blockly.Msg["MATH_SINGLE_OP_ROOT"] = "開根號";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blockly",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.1",
|
|
4
4
|
"description": "Blockly is a library for building visual programming editors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blockly"
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"concurrently": "^7.4.0",
|
|
43
43
|
"eslint": "^8.4.1",
|
|
44
44
|
"eslint-config-google": "^0.14.0",
|
|
45
|
-
"eslint-plugin-jsdoc": "^
|
|
46
|
-
"google-closure-compiler": "^
|
|
47
|
-
"google-closure-deps": "^
|
|
45
|
+
"eslint-plugin-jsdoc": "^40.0.0",
|
|
46
|
+
"google-closure-compiler": "^20230206.0.0",
|
|
47
|
+
"google-closure-deps": "^20230206.0.0",
|
|
48
48
|
"gulp": "^4.0.2",
|
|
49
49
|
"gulp-clang-format": "^1.0.27",
|
|
50
50
|
"gulp-concat": "^2.6.1",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"rimraf": "^4.0.7",
|
|
68
68
|
"selenium-standalone": "^8.0.3",
|
|
69
69
|
"through2": "^4.0.2",
|
|
70
|
-
"typescript": "^
|
|
70
|
+
"typescript": "^5.0.2",
|
|
71
71
|
"webdriverio": "^8.0.5",
|
|
72
72
|
"yargs": "^17.2.1"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"jsdom": "21.1.
|
|
75
|
+
"jsdom": "21.1.1"
|
|
76
76
|
}
|
|
77
77
|
}
|