Skip to content

Commit f3eea03

Browse files
authored
Merge pull request #376 from endlessm/update-pot
Update POT file
2 parents 58de1ec + fb74555 commit f3eea03

File tree

2 files changed

+81
-23
lines changed

2 files changed

+81
-23
lines changed

addons/block_code/locale/godot_block_coding.pot

Lines changed: 80 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
# res://addons/block_code/blocks/math/sin.tres
5959
# res://addons/block_code/blocks/math/subtract.tres
6060
# 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
6361
# res://addons/block_code/blocks/math/vector_from_angle.tres
6462
# res://addons/block_code/blocks/math/vector_multiply.tres
6563
# res://addons/block_code/blocks/physics/characterbody2d_move_and_slide.tres
@@ -155,6 +153,13 @@
155153
# res://addons/block_code/ui/title_bar/title_bar.tscn
156154
# res://addons/block_code/ui/tooltip/tooltip.gd
157155
# 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
158163
#
159164
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
160165
#
@@ -206,6 +211,7 @@ msgstr ""
206211
#: addons/block_code/blocks/communication/define_method.tres
207212
#: addons/block_code/blocks/communication/rigidbody2d_on_entered.tres
208213
#: addons/block_code/blocks/communication/rigidbody2d_on_exited.tres
214+
#: addons/block_code/blocks/communication/switch_scene.tres
209215
msgid "Communication | Methods"
210216
msgstr ""
211217

@@ -315,7 +321,7 @@ msgid "Play the animation."
315321
msgstr ""
316322

317323
#: 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}"
319325
msgstr ""
320326

321327
#: addons/block_code/blocks/graphics/animationplayer_stop.tres
@@ -372,6 +378,7 @@ msgstr ""
372378

373379
#: addons/block_code/blocks/input/characterbody2d_move.tres
374380
#: addons/block_code/blocks/input/is_input_actioned.tres
381+
#: addons/block_code/blocks/input/mouse_position.tres
375382
msgid "Input"
376383
msgstr ""
377384

@@ -395,6 +402,7 @@ msgstr ""
395402
#: addons/block_code/blocks/lifecycle/queue_free.tres
396403
#: addons/block_code/blocks/lifecycle/queue_free_node.tres
397404
#: addons/block_code/blocks/lifecycle/ready.tres
405+
#: addons/block_code/blocks/lifecycle/physics_process.tres
398406
msgid "Lifecycle"
399407
msgstr ""
400408

@@ -549,11 +557,13 @@ msgstr ""
549557
#: addons/block_code/blocks/math/sin.tres
550558
#: addons/block_code/blocks/math/subtract.tres
551559
#: 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
554560
#: addons/block_code/blocks/math/vector_from_angle.tres
555561
#: addons/block_code/blocks/math/vector_multiply.tres
556562
#: 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
557567
msgid "Math"
558568
msgstr ""
559569

@@ -617,22 +627,6 @@ msgstr ""
617627
msgid "tan {angle: FLOAT}"
618628
msgstr ""
619629

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-
636630
#: addons/block_code/blocks/math/vector_from_angle.tres
637631
msgid "Creates a unit Vector2 rotated to the given angle in radians."
638632
msgstr ""
@@ -696,7 +690,7 @@ msgid "Play the audio stream with volume and pitch"
696690
msgstr ""
697691

698692
#: 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}"
700694
msgstr ""
701695

702696
#: addons/block_code/blocks/sounds/stop_sound.tres
@@ -759,6 +753,10 @@ msgstr ""
759753
msgid "0"
760754
msgstr ""
761755

756+
#: addons/block_code/ui/main_panel.tscn
757+
msgid "Advanced"
758+
msgstr ""
759+
762760
#: addons/block_code/ui/main_panel.tscn
763761
msgid "Show Generated Script"
764762
msgstr ""
@@ -803,6 +801,14 @@ msgstr ""
803801
msgid "Type:"
804802
msgstr ""
805803

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+
806812
#: addons/block_code/ui/blocks/utilities/parameter_input/parameter_input.tscn
807813
msgid "Parameter"
808814
msgstr ""
@@ -835,3 +841,55 @@ msgstr ""
835841
#: addons/block_code/ui/script_window/script_window.tscn
836842
msgid "Copy"
837843
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

Comments
 (0)