-
-
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.
Github Actions: Update .pot string index
- Loading branch information
1 parent
6fd3124
commit 5a9ff3c
Showing
1 changed file
with
19 additions
and
7 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 14:31+0000\n" | ||
"POT-Creation-Date: 2023-12-23 15:03+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" | ||
|
@@ -3275,6 +3275,10 @@ msgid "" | |
"Try to have less unique tiles. Unique tiles are 8x8 sections of the images that can't be found anywhere else in the image (including flipped or with a different sub-palette)." | ||
msgstr "" | ||
|
||
#: skytemple-rust/src/python_image.rs:53 | ||
msgid "The image you provided is not an indexed image (it has no palette). Please convert it to an indexed image (with a maximum of {} colors) and try again." | ||
msgstr "" | ||
|
||
#: skytemple-rust/src/romfs.rs:100 | ||
msgid "ROM Header checksum does not match contents." | ||
msgstr "" | ||
|
@@ -5219,24 +5223,24 @@ msgid "" | |
"Clicking 'Yes' will remember this plugin configuration and not ask you again next time." | ||
msgstr "" | ||
|
||
#: skytemple/skytemple/core/rom_project.py:167 | ||
#: skytemple/skytemple/core/rom_project.py:168 | ||
msgid "There was a backup file for this ROM found. This indicates that the ROM was corrupted when SkyTemple tried to save it last." | ||
msgstr "" | ||
|
||
#: skytemple/skytemple/core/rom_project.py:170 | ||
#: skytemple/skytemple/core/rom_project.py:171 | ||
msgid "No, load ROM as-is" | ||
msgstr "" | ||
|
||
#: skytemple/skytemple/core/rom_project.py:172 | ||
#: skytemple/skytemple/core/rom_project.py:173 | ||
msgid "Yes, load backup" | ||
msgstr "" | ||
|
||
#: skytemple/skytemple/core/rom_project.py:174 | ||
#: skytemple/skytemple/core/rom_project.py:178 | ||
#: skytemple/skytemple/core/rom_project.py:175 | ||
#: skytemple/skytemple/core/rom_project.py:179 | ||
msgid "Last modified: {} - Size: {}" | ||
msgstr "" | ||
|
||
#: skytemple/skytemple/core/rom_project.py:185 | ||
#: skytemple/skytemple/core/rom_project.py:186 | ||
msgid "" | ||
"Do you want to restore the backup?\n" | ||
"If you select 'Yes, load backup', the backup will replace the ROM file and will then be loaded.\n" | ||
|
@@ -5246,6 +5250,14 @@ msgid "" | |
"Backup ROM: {}" | ||
msgstr "" | ||
|
||
#: skytemple/skytemple/core/rom_project.py:239 | ||
msgid "There was an error trying to read the ROM file." | ||
msgstr "" | ||
|
||
#: skytemple/skytemple/core/rom_project.py:242 | ||
msgid "Are you sure you provided a ROM? A ROM usually has the file extension \".nds\"." | ||
msgstr "" | ||
|
||
#: skytemple/skytemple/core/ssb_debugger/context.py:198 | ||
#: skytemple/skytemple/core/ssb_debugger/context.py:217 | ||
msgid "A scene for this script was not found." | ||
|