58
58
# res://addons/block_code/blocks/math/sin.tres
59
59
# res://addons/block_code/blocks/math/subtract.tres
60
60
# res://addons/block_code/blocks/math/tan.tres
61
- # res://addons/block_code/blocks/math/vector2_x.tres
62
- # res://addons/block_code/blocks/math/vector2_y.tres
63
61
# res://addons/block_code/blocks/math/vector_from_angle.tres
64
62
# res://addons/block_code/blocks/math/vector_multiply.tres
65
63
# res://addons/block_code/blocks/physics/characterbody2d_move_and_slide.tres
155
153
# res://addons/block_code/ui/title_bar/title_bar.tscn
156
154
# res://addons/block_code/ui/tooltip/tooltip.gd
157
155
# res://addons/block_code/ui/tooltip/tooltip.tscn
156
+ # res://addons/block_code/blocks/input/mouse_position.tres
157
+ # res://addons/block_code/blocks/math/vector2_xy.tres
158
+ # res://addons/block_code/blocks/math/vector3_xyz.tres
159
+ # res://addons/block_code/blocks/math/vector3_multiply.tres
160
+ # res://addons/block_code/blocks/communication/switch_scene.tres
161
+ # res://addons/block_code/blocks/variables/vector3.tres
162
+ # res://addons/block_code/blocks/lifecycle/physics_process.tres
158
163
#
159
164
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
160
165
#
@@ -206,6 +211,7 @@ msgstr ""
206
211
#: addons/block_code/blocks/communication/define_method.tres
207
212
#: addons/block_code/blocks/communication/rigidbody2d_on_entered.tres
208
213
#: addons/block_code/blocks/communication/rigidbody2d_on_exited.tres
214
+ #: addons/block_code/blocks/communication/switch_scene.tres
209
215
msgid "Communication | Methods"
210
216
msgstr ""
211
217
@@ -315,7 +321,7 @@ msgid "Play the animation."
315
321
msgstr ""
316
322
317
323
#: addons/block_code/blocks/graphics/animationplayer_play.tres
318
- msgid "play {animation: STRING} {direction: NIL} {wait_mode: NIL}"
324
+ msgid "play {animation: STRING} | {direction: NIL} {wait_mode: NIL}"
319
325
msgstr ""
320
326
321
327
#: addons/block_code/blocks/graphics/animationplayer_stop.tres
@@ -372,6 +378,7 @@ msgstr ""
372
378
373
379
#: addons/block_code/blocks/input/characterbody2d_move.tres
374
380
#: addons/block_code/blocks/input/is_input_actioned.tres
381
+ #: addons/block_code/blocks/input/mouse_position.tres
375
382
msgid "Input"
376
383
msgstr ""
377
384
@@ -395,6 +402,7 @@ msgstr ""
395
402
#: addons/block_code/blocks/lifecycle/queue_free.tres
396
403
#: addons/block_code/blocks/lifecycle/queue_free_node.tres
397
404
#: addons/block_code/blocks/lifecycle/ready.tres
405
+ #: addons/block_code/blocks/lifecycle/physics_process.tres
398
406
msgid "Lifecycle"
399
407
msgstr ""
400
408
@@ -549,11 +557,13 @@ msgstr ""
549
557
#: addons/block_code/blocks/math/sin.tres
550
558
#: addons/block_code/blocks/math/subtract.tres
551
559
#: addons/block_code/blocks/math/tan.tres
552
- #: addons/block_code/blocks/math/vector2_x.tres
553
- #: addons/block_code/blocks/math/vector2_y.tres
554
560
#: addons/block_code/blocks/math/vector_from_angle.tres
555
561
#: addons/block_code/blocks/math/vector_multiply.tres
556
562
#: addons/block_code/blocks/variables/vector2.tres
563
+ #: addons/block_code/blocks/math/vector2_xy.tres
564
+ #: addons/block_code/blocks/math/vector3_xyz.tres
565
+ #: addons/block_code/blocks/math/vector3_multiply.tres
566
+ #: addons/block_code/blocks/variables/vector3.tres
557
567
msgid "Math"
558
568
msgstr ""
559
569
@@ -617,22 +627,6 @@ msgstr ""
617
627
msgid "tan {angle: FLOAT}"
618
628
msgstr ""
619
629
620
- #: addons/block_code/blocks/math/vector2_x.tres
621
- msgid "Gives the x of a [i]Vector2[/i]"
622
- msgstr ""
623
-
624
- #: addons/block_code/blocks/math/vector2_x.tres
625
- msgid "x of {vector2: VECTOR2}"
626
- msgstr ""
627
-
628
- #: addons/block_code/blocks/math/vector2_y.tres
629
- msgid "Gives the y of a [i]Vector2[/i]"
630
- msgstr ""
631
-
632
- #: addons/block_code/blocks/math/vector2_y.tres
633
- msgid "y of {vector2: VECTOR2}"
634
- msgstr ""
635
-
636
630
#: addons/block_code/blocks/math/vector_from_angle.tres
637
631
msgid "Creates a unit Vector2 rotated to the given angle in radians."
638
632
msgstr ""
@@ -696,7 +690,7 @@ msgid "Play the audio stream with volume and pitch"
696
690
msgstr ""
697
691
698
692
#: addons/block_code/blocks/sounds/play_sound.tres
699
- msgid "play the sound {name: STRING} with volume {db: FLOAT} dB and pitch scale {pitch: FLOAT}"
693
+ msgid "play the sound {name: STRING} | with volume {db: FLOAT} dB and pitch scale {pitch: FLOAT}"
700
694
msgstr ""
701
695
702
696
#: addons/block_code/blocks/sounds/stop_sound.tres
@@ -759,6 +753,10 @@ msgstr ""
759
753
msgid "0"
760
754
msgstr ""
761
755
756
+ #: addons/block_code/ui/main_panel.tscn
757
+ msgid "Advanced"
758
+ msgstr ""
759
+
762
760
#: addons/block_code/ui/main_panel.tscn
763
761
msgid "Show Generated Script"
764
762
msgstr ""
@@ -803,6 +801,14 @@ msgstr ""
803
801
msgid "Type:"
804
802
msgstr ""
805
803
804
+ #: addons/block_code/ui/blocks/utilities/drag_drop_area/drag_drop_area.gd
805
+ msgid "Duplicate"
806
+ msgstr ""
807
+
808
+ #: addons/block_code/ui/blocks/utilities/drag_drop_area/drag_drop_area.gd
809
+ msgid "Delete"
810
+ msgstr ""
811
+
806
812
#: addons/block_code/ui/blocks/utilities/parameter_input/parameter_input.tscn
807
813
msgid "Parameter"
808
814
msgstr ""
@@ -835,3 +841,55 @@ msgstr ""
835
841
#: addons/block_code/ui/script_window/script_window.tscn
836
842
msgid "Copy"
837
843
msgstr ""
844
+
845
+ #: addons/block_code/blocks/input/mouse_position.tres
846
+ msgid "The coordinates of the mouse position."
847
+ msgstr ""
848
+
849
+ #: addons/block_code/blocks/input/mouse_position.tres
850
+ msgid "mouse position"
851
+ msgstr ""
852
+
853
+ #: addons/block_code/blocks/math/vector2_xy.tres
854
+ msgid "Gives the x or y of a [b]Vector2[/b]"
855
+ msgstr ""
856
+
857
+ #: addons/block_code/blocks/math/vector2_xy.tres
858
+ msgid "{xy: NIL} of {vector2: VECTOR2}"
859
+ msgstr ""
860
+
861
+ #: addons/block_code/blocks/math/vector3_xyz.tres
862
+ msgid "Gives the x, y, or z of a [b]Vector3[/b]"
863
+ msgstr ""
864
+
865
+ #: addons/block_code/blocks/math/vector3_xyz.tres
866
+ msgid "{xyz: NIL} of {vector3: VECTOR3}"
867
+ msgstr ""
868
+
869
+ #: addons/block_code/blocks/math/vector3_multiply.tres
870
+ msgid "Multiplies a Vector3 with a number. Use this, for example, to get a point some distance away along an angle."
871
+ msgstr ""
872
+
873
+ #: addons/block_code/blocks/math/vector3_multiply.tres
874
+ msgid "multiply {vector: VECTOR3} by {number: FLOAT}"
875
+ msgstr ""
876
+
877
+ #: addons/block_code/blocks/communication/switch_scene.tres
878
+ msgid "Stop playing the current scene, and switch to a different one. You might use this to switch to a new level."
879
+ msgstr ""
880
+
881
+ #: addons/block_code/blocks/communication/switch_scene.tres
882
+ msgid "switch the scene to {file_path: STRING}"
883
+ msgstr ""
884
+
885
+ #: addons/block_code/blocks/variables/vector3.tres
886
+ msgid "vector3 x: {x: FLOAT} y: {y: FLOAT}: z: {z: FLOAT}"
887
+ msgstr ""
888
+
889
+ #: addons/block_code/blocks/lifecycle/physics_process.tres
890
+ msgid "Attached blocks will be executed before each physics step"
891
+ msgstr ""
892
+
893
+ #: addons/block_code/blocks/lifecycle/physics_process.tres
894
+ msgid "every physics step"
895
+ msgstr ""
0 commit comments