-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7d1caa
commit ae1b60d
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 "" | ||
|