Skip to content

Commit

Permalink
Update source file skytemple.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Dec 29, 2023
1 parent e7d1caa commit ae1b60d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions skytemple/data/locale/skytemple.pot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: skytemple\n"
"Report-Msgid-Bugs-To: https://translate.skytemple.org\n"
"POT-Creation-Date: 2023-12-23 15:03+0000\n"
"POT-Creation-Date: 2023-12-29 12:43+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -3084,51 +3084,51 @@ msgstr ""
msgid "Unknown constant {constant_as_string}."
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:153
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:155
msgid "The routine data lists for the decompiler must have the same lengths."
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:170
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:172
#, python-brace-format
msgid "Routine {i} not found."
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:194
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:196
msgid "The script must contain exactly {len(self.rom_data.script_data.common_routine_info)} coroutines."
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:200
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:202
msgid "The script must not contain any duplicate coroutines."
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:210
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:212
#, python-brace-format
msgid "Unknown coroutine {err}"
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:226
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:228
msgid "Coroutines and regular routines can not be mixed in a script file."
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:245
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:256
#, python-brace-format
msgid "Unknown operation {in_op.op_code.name}."
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:272
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:283
msgid "The number of parameters for {normal_op_code.name} must be at least {normal_op_code.params}, is {self._correct_param_list_len(in_op.params)}."
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:293
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:304
msgid "The number of parameters for {op_code.name} must be {op_code.params}, is {self._correct_param_list_len(in_op.params)}."
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:398
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:409
#, python-brace-format
msgid "Unknown language for string: {lang}"
msgstr ""

#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:404
#: skytemple-files/skytemple_files/script/ssb/script_compiler.py:415
#, python-brace-format
msgid "Invalid parameter supplied for an operation: {param}"
msgstr ""
Expand Down

0 comments on commit ae1b60d

Please sign in to comment.