Skip to content

Commit 8993dcc

Browse files
committed
fixup! Update POT file
1 parent 053ee27 commit 8993dcc

File tree

1 file changed

+63
-4
lines changed

1 file changed

+63
-4
lines changed

addons/block_code/locale/godot_block_coding.pot

Lines changed: 63 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -749,10 +749,6 @@ msgstr ""
749749
msgid "Set the %s variable"
750750
msgstr ""
751751

752-
#: addons/block_code/code_generation/block_definition.gd
753-
msgid "Variables"
754-
msgstr ""
755-
756752
#: addons/block_code/code_generation/block_definition.gd
757753
msgid "set %s to {value: %s}"
758754
msgstr ""
@@ -765,10 +761,73 @@ msgstr ""
765761
msgid "Open Block Script"
766762
msgstr ""
767763

764+
#: addons/block_code/simple_nodes/simple_character/simple_character.gd
765+
msgid "move with {player: NIL} buttons as {kind: NIL}"
766+
msgstr ""
767+
768+
#: addons/block_code/simple_nodes/simple_character/simple_character.gd
769+
msgid ""
770+
"Move the character using the “Player 1” or “Player 2” controls as configured in Godot.\n"
771+
"\n"
772+
"“Top-down” enables the character to move in both x (horizontal) and y (vertical) dimensions, as if the camera is above the character, looking down. No gravity is added.\n"
773+
"\n"
774+
"“Platformer” enables the character to move as if the camera is looking from the side, like a side-scroller. Gravity is applied on the y (vertical) axis, making the character fall down until they collide with something.\n"
775+
"\n"
776+
"“Spaceship” uses the left/right controls to rotate the character and up/down controls to go forward or backward in the direction they are pointing."
777+
msgstr ""
778+
779+
#: addons/block_code/simple_nodes/simple_ending/simple_ending.gd
780+
msgid "game over {result: STRING}"
781+
msgstr ""
782+
783+
#: addons/block_code/simple_nodes/simple_ending/simple_ending.gd
784+
msgid "Show the game over label with the win or lose message."
785+
msgstr ""
786+
787+
#: addons/block_code/simple_nodes/simple_ending/simple_ending.gd
788+
msgid "reset game over"
789+
msgstr ""
790+
791+
#: addons/block_code/simple_nodes/simple_ending/simple_ending.gd
792+
msgid "Reset the game over label."
793+
msgstr ""
794+
768795
#: addons/block_code/simple_nodes/simple_scoring/simple_scoring.gd
769796
msgid "0"
770797
msgstr ""
771798

799+
#: addons/block_code/simple_nodes/simple_scoring/simple_scoring.gd
800+
msgid "set score to {score: INT}"
801+
msgstr ""
802+
803+
#: addons/block_code/simple_nodes/simple_scoring/simple_scoring.gd
804+
msgid "change score by {score: INT}"
805+
msgstr ""
806+
807+
#: addons/block_code/simple_spawner/simple_spawner.gd
808+
msgid "spawn once"
809+
msgstr ""
810+
811+
#: addons/block_code/simple_spawner/simple_spawner.gd
812+
msgid "start spawning"
813+
msgstr ""
814+
815+
#: addons/block_code/simple_spawner/simple_spawner.gd
816+
msgid "stop spawning"
817+
msgstr ""
818+
819+
#: addons/block_code/simple_spawner/simple_spawner.gd
820+
msgid "is spawning"
821+
msgstr ""
822+
823+
#: addons/block_code/simple_spawner/simple_spawner.gd
824+
msgid "set spawn period to {new_period: FLOAT}"
825+
msgstr ""
826+
827+
#: addons/block_code/simple_spawner/simple_spawner.gd
828+
msgid "spawn period"
829+
msgstr ""
830+
772831
#: addons/block_code/ui/main_panel.tscn
773832
msgid "Advanced"
774833
msgstr ""

0 commit comments

Comments
 (0)