Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ repos:
hooks:
- id: gdformat
args: [--line-length=200]
files: ^(addons/block_code/(?!lib/).*|tests/.*)$
files: ^(addons/block_code/(?!lib/|locale/).*|tests/.*)$
29 changes: 15 additions & 14 deletions addons/block_code/locale/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,19 @@
# res://addons/block_code/ui/title_bar/title_bar.tscn
# res://addons/block_code/ui/tooltip/tooltip.gd
# res://addons/block_code/ui/tooltip/tooltip.tscn
#
# Automatically generated, 2024.
#
#
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Block Coding Plugin\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ar\n"
"Language-Team: Arabic (https://app.transifex.com/endless-os/teams/9016/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8-bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#: addons/block_code/block_code_plugin.gd
msgid "Regenerate %s POT file"
Expand Down Expand Up @@ -380,14 +381,14 @@ msgstr ""
#: addons/block_code/blocks/input/characterbody2d_move.tres
msgid ""
"Move the character up, down, left, and right with the keyboard using the "
"given keys. The speed of movement can be adjusted separately for x (left and "
"right) and y (up and down)."
"given keys. The speed of movement can be adjusted separately for x (left and"
" right) and y (up and down)."
msgstr ""

#: addons/block_code/blocks/input/characterbody2d_move.tres
msgid ""
"move with keys {up: STRING} {down: STRING} {left: STRING} {right: STRING} at "
"speed {speed: VECTOR2}"
"move with keys {up: STRING} {down: STRING} {left: STRING} {right: STRING} at"
" speed {speed: VECTOR2}"
msgstr ""

#: addons/block_code/blocks/input/is_input_actioned.tres
Expand Down Expand Up @@ -765,8 +766,7 @@ msgid ""
"\n"
"From the Inspector: Try changing spawn limit and spawn limit behavior.\n"
"\n"
"Color balls remove themselves after 3 seconds. While uncolored balls are "
"only removed by the SimpleSpawner node according to the limit setings."
"Color balls remove themselves after 3 seconds. While uncolored balls are only removed by the SimpleSpawner node according to the limit setings."
msgstr ""

#: addons/block_code/inspector_plugin/block_script_inspector.gd
Expand Down Expand Up @@ -799,7 +799,8 @@ msgstr ""

#: addons/block_code/ui/block_canvas/block_canvas.tscn
msgid ""
"Use block coding to create custom behavior and game mechanics for \"{node}\"."
"Use block coding to create custom behavior and game mechanics for "
"\"{node}\"."
msgstr ""

#: addons/block_code/ui/block_canvas/block_canvas.tscn
Expand Down
Loading