Skip to content

Commit 510b85f

Browse files
authored
Merge pull request #307 from endlessm/T35709-tx-sync
Transifex sync
2 parents af3acb7 + 54b4074 commit 510b85f

38 files changed

+8130
-410
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ repos:
1515
hooks:
1616
- id: gdformat
1717
args: [--line-length=200]
18-
files: ^(addons/block_code/(?!lib/).*|tests/.*)$
18+
files: ^(addons/block_code/(?!lib/|locale/).*|tests/.*)$

addons/block_code/locale/ar.po

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,19 @@
155155
# res://addons/block_code/ui/title_bar/title_bar.tscn
156156
# res://addons/block_code/ui/tooltip/tooltip.gd
157157
# res://addons/block_code/ui/tooltip/tooltip.tscn
158-
#
159-
# Automatically generated, 2024.
160-
#
158+
#
159+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
160+
#
161+
#, fuzzy
161162
msgid ""
162163
msgstr ""
163164
"Project-Id-Version: Block Coding Plugin\n"
164-
"Last-Translator: Automatically generated\n"
165-
"Language-Team: none\n"
166-
"Language: ar\n"
165+
"Language-Team: Arabic (https://app.transifex.com/endless-os/teams/9016/ar/)\n"
167166
"MIME-Version: 1.0\n"
168167
"Content-Type: text/plain; charset=UTF-8\n"
169-
"Content-Transfer-Encoding: 8bit\n"
168+
"Content-Transfer-Encoding: 8-bit\n"
169+
"Language: ar\n"
170+
"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"
170171

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

387388
#: addons/block_code/blocks/input/characterbody2d_move.tres
388389
msgid ""
389-
"move with keys {up: STRING} {down: STRING} {left: STRING} {right: STRING} at "
390-
"speed {speed: VECTOR2}"
390+
"move with keys {up: STRING} {down: STRING} {left: STRING} {right: STRING} at"
391+
" speed {speed: VECTOR2}"
391392
msgstr ""
392393

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

772772
#: addons/block_code/inspector_plugin/block_script_inspector.gd
@@ -799,7 +799,8 @@ msgstr ""
799799

800800
#: addons/block_code/ui/block_canvas/block_canvas.tscn
801801
msgid ""
802-
"Use block coding to create custom behavior and game mechanics for \"{node}\"."
802+
"Use block coding to create custom behavior and game mechanics for "
803+
"\"{node}\"."
803804
msgstr ""
804805

805806
#: addons/block_code/ui/block_canvas/block_canvas.tscn

0 commit comments

Comments
 (0)