diff --git a/romfs/lang/de.txt b/romfs/lang/de.txt index 05c533a..aee1ffe 100644 --- a/romfs/lang/de.txt +++ b/romfs/lang/de.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -35,25 +41,22 @@ fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "Save Index: " saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "System Save\n" -saveDataTypeText = 1, "Save Data\n" -saveDataTypeText = 2, "BCAT\n" -saveDataTypeText = 3, "Device Save\n" -saveDataTypeText = 4, "Temp Storage\n" -saveDataTypeText = 5, "Cache Storage\n" -saveDataTypeText = 6, "System BCAT\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/en-GB.txt b/romfs/lang/en-GB.txt index cacbdf3..aee1ffe 100644 --- a/romfs/lang/en-GB.txt +++ b/romfs/lang/en-GB.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -35,25 +41,22 @@ fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "存檔索引號:" saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "系統存檔\n" -saveDataTypeText = 1, "用戶存檔\n" -saveDataTypeText = 2, "BCAT存檔\n" -saveDataTypeText = 3, "設備存檔\n" -saveDataTypeText = 4, "臨時存檔\n" -saveDataTypeText = 5, "緩存存檔\n" -saveDataTypeText = 6, "系統BCAT存檔\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/en-US.txt b/romfs/lang/en-US.txt index 91b25cb..aee1ffe 100644 --- a/romfs/lang/en-US.txt +++ b/romfs/lang/en-US.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -34,26 +40,23 @@ fileModeMenu = 4, "Properties" fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" -folderMenuNew = 0, "New Folder" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +folderMenuNew = 0, "New Backup" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "Save Index: " saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "System Save\n" -saveDataTypeText = 1, "Save Data\n" -saveDataTypeText = 2, "BCAT\n" -saveDataTypeText = 3, "Device Save\n" -saveDataTypeText = 4, "Temp Storage\n" -saveDataTypeText = 5, "Cache Storage\n" -saveDataTypeText = 6, "System BCAT\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/es-419.txt b/romfs/lang/es-419.txt index 2450229..8b321c1 100644 --- a/romfs/lang/es-419.txt +++ b/romfs/lang/es-419.txt @@ -6,9 +6,23 @@ confirmDelete = 0, "¿Seguro que desea borrar #%s#? *¡Es permanente!*" confirmDeleteBackupsAll = 0, "¿Seguro que desea borrar *TODOS* los respaldos de partidas guardadas para todos sus juegos?" confirmDeleteBackupsTitle = 0, "¿Seguro que desea borrar todos los respaldos de partidas guardadas para #%s#?" confirmDeleteSaveData = 0, "*ADVERTENCIA*: Ésto eliminará la partida guardada para #%s# *DE SU SISTEMA*. ¿Está seguro que así lo desea?" + +#CHANGED=============================================> +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" +#<==================================================== + confirmOverwrite = 0, "¿Sobre escribir #%s#?" confirmResetSaveData = 0, "*ADVERTENCIA*: Ésto restablecerá la partida guardada para este juego, como si nunca se hubiera ejecutado. ¿Está seguro que es lo que desea?" confirmRestore = 0, "¿Seguro que desea restaurar #%s#?" + +#CHANGED=============================================> +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " +#<==================================================== + dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Si [A]" @@ -35,25 +49,29 @@ fileModeMenu = 5, "Cerrar" fileModeMenu = 6, "Adicionar a filtros de Carpetas" fileModeMenuMkDir = 0, "Nuevo" folderMenuNew = 0, "Nuevo Respaldo" -helpFolder = 0, "[A] Selecionar [Y] Restaurar [X] Borrar [B] Cerrar" + +#CHANGED=============================================> +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" +#<==================================================== + helpSettings = 0, "[A] Alternar [X] Predeterminados [B] Atrás" helpTitle = 0, "[A] Seleccionar [L][R] Saltar [Y] Favoritos [X] Opciones de Títulos [B] Atrás" helpUser = 0, "[A] Seleccionar [X] Opciones de Usuario" holdingText = 0, "(Sostenga) " holdingText = 1, "(Siga Sosteniendo) " holdingText = 2, "(¡Ya Casi!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Tiempo de Juego: " -infoStatus = 3, "Veces Ejecutado: " -infoStatus = 4, "Conteo de Usuario: " -infoStatus = 5, "Usuario Actual: " -infoStatus = 6, "Título Actual: " -infoStatus = 7, "Título Seguro: " -infoStatus = 8, "Organizar por : " -infoStatus = 9, "Guardando archivo maestro..." -infoStatus = 10, "Borrando..." -infoStatus = 11, "Papelera vacía." + +#CHANGED=============================================> +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +#<===================================================== + loadingStartPage = 0, "Cargando..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Configuraciones" @@ -63,10 +81,23 @@ popAddedToPathFilter = 0, "se adicionó '#%s#' a filtros de carpeta." popCPUBoostEnabled = 0, "Aumento de CPU para ZIP." popChangeOutputError = 0, "#%s# contiene carácteres ilegales o no-ASCII." popChangeOutputFolder = 0, "Se cambia #%s# por #%s#" + +#CHANGED=============================================> +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." +#<==================================================== + popErrorCommittingFile = 0, "¡Error guardando archivo!" popFolderIsEmpty = 0, "¡La carpeta está vacía!" popProcessShutdown = 0, "#%s# Apagado satisfactorio." + +#CHANGED=============================================> +popSVIExported = 0, "SVI Exported." +#<==================================================== + popSaveIsEmpty = 0, "¡Partida Guardada está vacía!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "¡Archivo ZIP está vacío!" saveDataBackupDeleted = 0, "#%s# ha sido borrado." saveDataBackupMovedToTrash = 0, "#%s# ha sido movido a papelera." @@ -79,13 +110,13 @@ saveDataExtendSuccess = 0, "¡Partida Guardada para #%s# epandida con éxito!" saveDataIndexText = 0, "Guardar Índice: " saveDataNoneFound = 0, "¡No se encontraron partidas guardadas para #%s#!" saveDataResetSuccess = 0, "¡Partida Guardada para #%s# restablecida!" -saveDataTypeText = 0, "Datos de Sistema\n" -saveDataTypeText = 1, "Partida Guardada\n" -saveDataTypeText = 2, "BCAT\n" -saveDataTypeText = 3, "Datos de Dispositivo\n" -saveDataTypeText = 4, "Almacenamiento Temporal\n" -saveDataTypeText = 5, "Almacenamiento de Caché\n" -saveDataTypeText = 6, "System BCAT\n" +saveDataTypeText = 0, "Datos de Sistema" +saveDataTypeText = 1, "Partida Guardada" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Datos de Dispositivo" +saveDataTypeText = 4, "Almacenamiento Temporal" +saveDataTypeText = 5, "Almacenamiento de Caché" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Dispositivo" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Caché" @@ -128,19 +159,40 @@ swkbdSaveIndex = 0, "Ingrese Índice de Caché" swkbdSetWorkDir = 0, "Ingrese Nueva Carpeta de Salida" swkbdSysSavID = 0, "Ingrese ID de Datos de Sistema" threadStatusAddingFileToZip = 0, "Agregando '#%s#' a archivo ZIP..." + +#CHANGED=============================================> +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." +#<==================================================== + threadStatusCheckingForUpdate = 0, "Verificando actualizaciones..." + +#CHANGED=============================================> +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." +#<==================================================== + threadStatusCopyingFile = 0, "Copiando '#%s#'..." threadStatusCreatingSaveData = 0, "Creando Partida Guardada para #%s#..." threadStatusDecompressingFile = 0, "Descomprimiendo '#%s#'..." threadStatusDeletingFile = 0, "Borrando..." threadStatusDeletingSaveData = 0, "Borrando Partida Guardada para #%s#..." threadStatusDeletingUpdate = 0, "Borrando Actualización Pendiente..." + +#CHANGED=============================================> +threadStatusDownloadingFile = 0, "Downloading #%s#..." +#<==================================================== + threadStatusDownloadingUpdate = 0, "Borrando Actualización..." threadStatusExtendingSaveData = 0, "Expandiendo Datos Guardados para #%s#..." threadStatusGetDirProps = 0, "Obteniendo propiedades de Carpeta..." threadStatusOpeningFolder = 0, "Abriendo '#%s#'..." threadStatusPackingJKSV = 0, "Guardando contenidos de carpeta de JKSV en archivo ZIP..." threadStatusResettingSaveData = 0, "Restableciendo datos de partida..." +threadStatusSavingTranslations = 0, "Saving the file master..." + +#CHANGED=============================================> +threadStatusUploadingFile = 0, "Uploading #%s#..." +#<==================================================== + titleOptions = 0, "Información" titleOptions = 1, "Lista Negra" titleOptions = 2, "Cambiar Carpeta de Salida" @@ -149,6 +201,11 @@ titleOptions = 4, "Borrar todos los respaldos" titleOptions = 5, "Restablecer Datos de Partida" titleOptions = 6, "Borrar Datos de Partida" titleOptions = 7, "Expandir Datos de Partida" + +#CHANGED=============================================> +titleOptions = 8, "Export SVI" +#<==================================================== + translationMainPage = 0, "Traducción: " userOptions = 0, "Extrar Todo para " userOptions = 1, "Crear Datos de Partida" diff --git a/romfs/lang/es.txt b/romfs/lang/es.txt index 05c533a..aee1ffe 100644 --- a/romfs/lang/es.txt +++ b/romfs/lang/es.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -35,25 +41,22 @@ fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "Save Index: " saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "System Save\n" -saveDataTypeText = 1, "Save Data\n" -saveDataTypeText = 2, "BCAT\n" -saveDataTypeText = 3, "Device Save\n" -saveDataTypeText = 4, "Temp Storage\n" -saveDataTypeText = 5, "Cache Storage\n" -saveDataTypeText = 6, "System BCAT\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/fr-CA.txt b/romfs/lang/fr-CA.txt index cacbdf3..aee1ffe 100644 --- a/romfs/lang/fr-CA.txt +++ b/romfs/lang/fr-CA.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -35,25 +41,22 @@ fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "存檔索引號:" saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "系統存檔\n" -saveDataTypeText = 1, "用戶存檔\n" -saveDataTypeText = 2, "BCAT存檔\n" -saveDataTypeText = 3, "設備存檔\n" -saveDataTypeText = 4, "臨時存檔\n" -saveDataTypeText = 5, "緩存存檔\n" -saveDataTypeText = 6, "系統BCAT存檔\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/fr.txt b/romfs/lang/fr.txt index a992dff..5ee37c8 100644 --- a/romfs/lang/fr.txt +++ b/romfs/lang/fr.txt @@ -6,9 +6,23 @@ confirmDelete = 0, "Souhaitez-vous vraiment supprimer #%s# ? *Ceci sera permane confirmDeleteBackupsAll = 0, "Êtes-vous sûr de vouloir supprimer *toutes* vos sauvegardes pour tous vos jeux ?" confirmDeleteBackupsTitle = 0, "Souhaitez-vous vraiment supprimer toutes les sauvegardes sauvegardées pour #%s#?" confirmDeleteSaveData = 0, "*ATTENTION* : Ceci *effacera* les données sauvegardées pour #%s# *de votre système*. Êtes-vous sûr de vouloir faire cela ?" + +#CHANGED=============================================> +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" +#<==================================================== + confirmOverwrite = 0, "Souhaitez-vous vraiment écraser #%s#?" confirmResetSaveData = 0, "*ATTENTION* : Cela *réinitialisera* les données de sauvegarde de ce jeu comme s'il n'avait jamais été exécuté auparavant. Êtes-vous sûr de vouloir faire cela ?" confirmRestore = 0, "Souhaitez-vous vraiment restaurer #%s#?" + +#CHANGED=============================================> +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " +#<==================================================== + dialogNo = 0, "Non [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Oui [A]" @@ -35,25 +49,29 @@ fileModeMenu = 5, "Fermer" fileModeMenu = 6, "Ajouter aux filtres de chemins" fileModeMenuMkDir = 0, "Nouveau" folderMenuNew = 0, "Nouvelle sauvegarde" -helpFolder = 0, "[A] Sélectionner [Y] Restaurer [X] Supprimer [B] Fermer" + +#CHANGED=============================================> +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" +#<==================================================== + helpSettings = 0, "[A] Basculer [X] Défauts [B] Retour" helpTitle = 0, "[A] Sélectionner [L][R] Saut de page [Y] Favorie [X] Options du titre [B] Retour" helpUser = 0, "[A] Sélectionner [X] Options pour l'utilisateur" holdingText = 0, "(Maintenir) " holdingText = 1, "(Garder maintenu) " holdingText = 2, "(Presque fini!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Temps de jeu: " -infoStatus = 3, "Lancements au total: " -infoStatus = 4, "Nombre d'utilisateur: " -infoStatus = 5, "Utilisateur actuel: " -infoStatus = 6, "Titre actuel: " -infoStatus = 7, "Titre saufs: " -infoStatus = 8, "Type de tri: " -infoStatus = 9, "Sauvegarde du fichier principal..." -infoStatus = 10, "Supression..." -infoStatus = 11, "Corbeille vidée." + +#CHANGED=============================================> +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +#<===================================================== + loadingStartPage = 0, "Chargement..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Paramètres" @@ -63,10 +81,23 @@ popAddedToPathFilter = 0, "'#%s#' ajouté aux filtres de chemins." popCPUBoostEnabled = 0, "CPU Boost activé pour les ZIP." popChangeOutputError = 0, "#%s# contient des caractères incorrects ou non-ASCII." popChangeOutputFolder = 0, "#%s# modifié en #%s#" + +#CHANGED=============================================> +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." +#<==================================================== + popErrorCommittingFile = 0, "Erreur d'ajout du fichier à la sauvegarde!" popFolderIsEmpty = 0, "Le dossier est vide!" popProcessShutdown = 0, "#%s# terminé avec succès." + +#CHANGED=============================================> +popSVIExported = 0, "SVI Exported." +#<==================================================== + popSaveIsEmpty = 0, "Les données de la sauvegarde sont vides!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "Le fichier ZIP est vide!" saveDataBackupDeleted = 0, "#%s# a été supprimé." saveDataBackupMovedToTrash = 0, "#%s# a été déplacé dans la corbeille." @@ -79,13 +110,13 @@ saveDataExtendSuccess = 0, "Données de la sauvegarde pour #%s# étendue!" saveDataIndexText = 0, "Index de la sauvegarde: " saveDataNoneFound = 0, "Aucune sauvegarde trouvée pour #%s#!" saveDataResetSuccess = 0, "Sauvegarde pour #%s# réinitialisée!" -saveDataTypeText = 0, "Sauvegarde système\n" -saveDataTypeText = 1, "Données de sauvegarde\n" -saveDataTypeText = 2, "BCAT\n" -saveDataTypeText = 3, "Sauvegarde de périphérique\n" -saveDataTypeText = 4, "Stockage temporaire\n" -saveDataTypeText = 5, "Stockage cache\n" -saveDataTypeText = 6, "BCAT système\n" +saveDataTypeText = 0, "Sauvegarde système" +saveDataTypeText = 1, "Données de sauvegarde" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Sauvegarde de périphérique" +saveDataTypeText = 4, "Stockage temporaire" +saveDataTypeText = 5, "Stockage cache" +saveDataTypeText = 6, "BCAT système" saveTypeMainMenu = 0, "Périphérique" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +159,40 @@ swkbdSaveIndex = 0, "Entrez l'index du cache" swkbdSetWorkDir = 0, "Entrez un nouveau chemin de sortie" swkbdSysSavID = 0, "Entrez l'ID de la sauvegarde système" threadStatusAddingFileToZip = 0, "Ajout de '#%s#' au ZIP..." + +#CHANGED=============================================> +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." +#<==================================================== + threadStatusCheckingForUpdate = 0, "Vérification de mises à jour..." + +#CHANGED=============================================> +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." +#<==================================================== + threadStatusCopyingFile = 0, "Copie de '#%s#'..." threadStatusCreatingSaveData = 0, "Création de la sauvegarde pour #%s#..." threadStatusDecompressingFile = 0, "Décompression de '#%s#'..." threadStatusDeletingFile = 0, "Suppression..." threadStatusDeletingSaveData = 0, "Supression de la sauvegarde pour #%s#..." threadStatusDeletingUpdate = 0, "Suppression de la mise à jour en attente..." + +#CHANGED=============================================> +threadStatusDownloadingFile = 0, "Downloading #%s#..." +#<==================================================== + threadStatusDownloadingUpdate = 0, "Téléchargement de la mise à jour..." threadStatusExtendingSaveData = 0, "Extention de la sauvegarde pour #%s#..." threadStatusGetDirProps = 0, "Obtention des propriétés du dossier..." threadStatusOpeningFolder = 0, "Ouverture de '#%s#'..." threadStatusPackingJKSV = 0, "Ecriture du contenu du répertoire JKSV dans le ZIP..." threadStatusResettingSaveData = 0, "Réinitialisation de la sauvegarde..." +threadStatusSavingTranslations = 0, "Saving the file master..." + +#CHANGED=============================================> +threadStatusUploadingFile = 0, "Uploading #%s#..." +#<==================================================== + titleOptions = 0, "Information" titleOptions = 1, "Liste noir" titleOptions = 2, "Changer le dossier de sortie" @@ -149,6 +201,11 @@ titleOptions = 4, "Supprimer toutes les sauvegardes de la sauvegarde" titleOptions = 5, "Réinitialiser la sauvegarde" titleOptions = 6, "Supprimer la sauvegarde" titleOptions = 7, "Etendre la sauvegarde" + +#CHANGED=============================================> +titleOptions = 8, "Export SVI" +#<==================================================== + translationMainPage = 0, "Traduction: " userOptions = 0, "Dumper tout pour" userOptions = 1, "Sauvegarder la sauvegarde" diff --git a/romfs/lang/it.txt b/romfs/lang/it.txt index 05c533a..aee1ffe 100644 --- a/romfs/lang/it.txt +++ b/romfs/lang/it.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -35,25 +41,22 @@ fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "Save Index: " saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "System Save\n" -saveDataTypeText = 1, "Save Data\n" -saveDataTypeText = 2, "BCAT\n" -saveDataTypeText = 3, "Device Save\n" -saveDataTypeText = 4, "Temp Storage\n" -saveDataTypeText = 5, "Cache Storage\n" -saveDataTypeText = 6, "System BCAT\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/ja.txt b/romfs/lang/ja.txt index 84b6e86..cf56955 100644 --- a/romfs/lang/ja.txt +++ b/romfs/lang/ja.txt @@ -6,9 +6,23 @@ confirmDelete = 0, "#%s#を削除してもよろしいですか? これは永続 confirmDeleteBackupsAll = 0, "全てのゲームのセーブバックアップを全て削除してもよろしいですか?" confirmDeleteBackupsTitle = 0, "#%s#のすべてのセーブデータのバックアップを削除してもよろしいですか?" confirmDeleteSaveData = 0, "警告: これにより、#%s#のセーブデータがシステムから消去されます。 これを実行してもよろしいですか?" + +#CHANGED=============================================> +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" +#<==================================================== + confirmOverwrite = 0, "#%s#を上書きしてもよろしいですか?" confirmResetSaveData = 0, "警告: これにより、このゲームのセーブデータが、以前に実行されたことがないかのようにリセットされます。これを実行してもよろしいですか?" confirmRestore = 0, "#%s#を復元してもよろしいですか?" + +#CHANGED=============================================> +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " +#<==================================================== + dialogNo = 0, "いいえ [B]" dialogOK = 0, "了解 [A]" dialogYes = 0, "はい [A]" @@ -35,25 +49,29 @@ fileModeMenu = 5, "閉じる" fileModeMenu = 6, "パスフィルターに追加" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] 選択 [Y] リストア [X] 削除 [B] 閉じる" + +#CHANGED=============================================> +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" +#<==================================================== + helpSettings = 0, "[A] トグル [X] デフォルト [B] 戻る" helpTitle = 0, "[A] 選択 [L][R] ジャンプ [Y] お気に入り [X] タイトルオプション [B] 戻る" helpUser = 0, "[A] 選択 [X] ユーザー設定" holdingText = 0, "(所有) " holdingText = 1, "(保持し続けます) " holdingText = 2, "(もうすぐです!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." + +#CHANGED=============================================> +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +#<===================================================== + loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +81,23 @@ popAddedToPathFilter = 0, "'#%s#' パスフィルターに追加されました popCPUBoostEnabled = 0, "ZIPでCPUブーストが有効になっています。" popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" + +#CHANGED=============================================> +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." +#<==================================================== + popErrorCommittingFile = 0, "保存するファイルのコミット中にエラーが発生しました!" popFolderIsEmpty = 0, "フォルダは空です!" popProcessShutdown = 0, "#%s# 正常にシャットダウンしました。" + +#CHANGED=============================================> +popSVIExported = 0, "SVI Exported." +#<==================================================== + popSaveIsEmpty = 0, "セーブデータは空です!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIPファイルは空です!" saveDataBackupDeleted = 0, "#%s#が削除されました。" saveDataBackupMovedToTrash = 0, "#%s#はゴミ箱に移動されました" @@ -128,19 +159,40 @@ swkbdSaveIndex = 0, "キャッシュインデックスを入力してくださ swkbdSetWorkDir = 0, "新しい出力パスを入力してください" swkbdSysSavID = 0, "システムセーブIDを入力してください" threadStatusAddingFileToZip = 0, "#%s#をZIPに追加中..." + +#CHANGED=============================================> +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." +#<==================================================== + threadStatusCheckingForUpdate = 0, "アップデートの確認中..." + +#CHANGED=============================================> +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." +#<==================================================== + threadStatusCopyingFile = 0, "#%s#をコピーしています..." threadStatusCreatingSaveData = 0, "#%s#のセームデータの作成中..." threadStatusDecompressingFile = 0, "#%s#の解凍中..." threadStatusDeletingFile = 0, "削除中..." threadStatusDeletingSaveData = 0, "#%s#のセーブデータを削除中..." threadStatusDeletingUpdate = 0, "保留中のアップデータを削除中..." + +#CHANGED=============================================> +threadStatusDownloadingFile = 0, "Downloading #%s#..." +#<==================================================== + threadStatusDownloadingUpdate = 0, "アップデータをダウンロード中..." threadStatusExtendingSaveData = 0, "#%s#のセーブデータを拡張中..." threadStatusGetDirProps = 0, "フォルダプロパティの取得中..." threadStatusOpeningFolder = 0, "#%s#を開き中..." threadStatusPackingJKSV = 0, "JKSVフォルダの内容をZIPに書き込み中..." threadStatusResettingSaveData = 0, "セーブデータをリストアしています..." +threadStatusSavingTranslations = 0, "Saving the file master..." + +#CHANGED=============================================> +threadStatusUploadingFile = 0, "Uploading #%s#..." +#<==================================================== + titleOptions = 0, "インフォメーション" titleOptions = 1, "ブラックリスト" titleOptions = 2, "出力フォルダを変更する" @@ -149,6 +201,11 @@ titleOptions = 4, "すべてのセーブデータバックアップを削除す titleOptions = 5, "セーブデータをリセット" titleOptions = 6, "セーブデータを削除" titleOptions = 7, "セーブデータを拡張" + +#CHANGED=============================================> +titleOptions = 8, "Export SVI" +#<==================================================== + translationMainPage = 0, "Translation: " userOptions = 0, "すべてをダンプする " userOptions = 1, "セーブデータを作成" diff --git a/romfs/lang/ko.txt b/romfs/lang/ko.txt index aafb636..aee1ffe 100644 --- a/romfs/lang/ko.txt +++ b/romfs/lang/ko.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -35,25 +41,22 @@ fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "存档索引号:" saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "系统存档\n" -saveDataTypeText = 1, "用户存档\n" -saveDataTypeText = 2, "BCAT存档\n" -saveDataTypeText = 3, "设备存档\n" -saveDataTypeText = 4, "临时存档\n" -saveDataTypeText = 5, "缓存存档\n" -saveDataTypeText = 6, "系统BCAT存档\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/nl.txt b/romfs/lang/nl.txt index aafb636..aee1ffe 100644 --- a/romfs/lang/nl.txt +++ b/romfs/lang/nl.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -35,25 +41,22 @@ fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "存档索引号:" saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "系统存档\n" -saveDataTypeText = 1, "用户存档\n" -saveDataTypeText = 2, "BCAT存档\n" -saveDataTypeText = 3, "设备存档\n" -saveDataTypeText = 4, "临时存档\n" -saveDataTypeText = 5, "缓存存档\n" -saveDataTypeText = 6, "系统BCAT存档\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/pt.txt b/romfs/lang/pt.txt index aafb636..aee1ffe 100644 --- a/romfs/lang/pt.txt +++ b/romfs/lang/pt.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -35,25 +41,22 @@ fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "存档索引号:" saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "系统存档\n" -saveDataTypeText = 1, "用户存档\n" -saveDataTypeText = 2, "BCAT存档\n" -saveDataTypeText = 3, "设备存档\n" -saveDataTypeText = 4, "临时存档\n" -saveDataTypeText = 5, "缓存存档\n" -saveDataTypeText = 6, "系统BCAT存档\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/ru.txt b/romfs/lang/ru.txt index aafb636..aee1ffe 100644 --- a/romfs/lang/ru.txt +++ b/romfs/lang/ru.txt @@ -6,9 +6,15 @@ confirmDelete = 0, "Are you sure you want to delete #%s#? *This is permanent*!" confirmDeleteBackupsAll = 0, "Are you sure you would like to delete *all* of your save backups for all of your games?" confirmDeleteBackupsTitle = 0, "Are you sure you would like to delete all save backups for #%s#?" confirmDeleteSaveData = 0, "*WARNING*: This *will* erase the save data for #%s# *from your system*. Are you sure you want to do this?" +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" confirmOverwrite = 0, "Are you sure you want to overwrite #%s#?" confirmResetSaveData = 0, "*WARNING*: This *will* reset the save data for this game as if it was never ran before. Are you sure you want to do this?" confirmRestore = 0, "Are you sure you want to restore #%s#?" +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " dialogNo = 0, "No [B]" dialogOK = 0, "OK [A]" dialogYes = 0, "Yes [A]" @@ -35,25 +41,22 @@ fileModeMenu = 5, "Close" fileModeMenu = 6, "Add to Path Filters" fileModeMenuMkDir = 0, "New" folderMenuNew = 0, "New Backup" -helpFolder = 0, "[A] Select [Y] Restore [X] Delete [B] Close" +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" helpSettings = 0, "[A] Toggle [X] Defaults [B] Back" helpTitle = 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back" -helpUser = 0, "[A] Select [X] User Options" +helpUser = 0, "[A] Select [Y] Dump All Saves [X] User Options" holdingText = 0, "(Hold) " holdingText = 1, "(Keep Holding) " holdingText = 2, "(Almost There!) " -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "Play Time: " -infoStatus = 3, "Total Launches: " -infoStatus = 4, "User Count: " -infoStatus = 5, "Current User: " -infoStatus = 6, "Current Title: " -infoStatus = 7, "Safe Title: " -infoStatus = 8, "Sort Type: " -infoStatus = 9, "Saving the file master..." -infoStatus = 10, "Deleting..." -infoStatus = 11, "Trash emptied." +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +infoStatus = 9, "" loadingStartPage = 0, "Loading..." mainMenuExtras = 0, "Extras" mainMenuSettings = 0, "Settings" @@ -63,10 +66,15 @@ popAddedToPathFilter = 0, "'#%s#' added to path filters." popCPUBoostEnabled = 0, "CPU Boost Enabled for ZIP." popChangeOutputError = 0, "#%s# contains illegal or non-ASCII characters." popChangeOutputFolder = 0, "#%s# changed to #%s#" +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." popErrorCommittingFile = 0, "Error committing file to save!" popFolderIsEmpty = 0, "Folder is empty!" popProcessShutdown = 0, "#%s# successfully shutdown." +popSVIExported = 0, "SVI Exported." popSaveIsEmpty = 0, "Save data is empty!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP file is empty!" saveDataBackupDeleted = 0, "#%s# has been deleted." saveDataBackupMovedToTrash = 0, "#%s# has been moved to trash." @@ -76,16 +84,15 @@ saveDataDeleteAllUser = 0, "*ARE YOU SURE YOU WANT TO DELETE ALL SAVE DATA FOR % saveDataDeleteSuccess = 0, "Save data for #%s# deleted!" saveDataExtendFailed = 0, "Failed to extend save data." saveDataExtendSuccess = 0, "Save data for #%s# extended!" -saveDataIndexText = 0, "存档索引号:" saveDataNoneFound = 0, "No saves found for #%s#!" saveDataResetSuccess = 0, "Save for #%s# reset!" -saveDataTypeText = 0, "系统存档\n" -saveDataTypeText = 1, "用户存档\n" -saveDataTypeText = 2, "BCAT存档\n" -saveDataTypeText = 3, "设备存档\n" -saveDataTypeText = 4, "临时存档\n" -saveDataTypeText = 5, "缓存存档\n" -saveDataTypeText = 6, "系统BCAT存档\n" +saveDataTypeText = 0, "System" +saveDataTypeText = 1, "Account" +saveDataTypeText = 2, "BCAT" +saveDataTypeText = 3, "Device" +saveDataTypeText = 4, "Temporary" +saveDataTypeText = 5, "Cache" +saveDataTypeText = 6, "System BCAT" saveTypeMainMenu = 0, "Device" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "Cache" @@ -128,19 +135,24 @@ swkbdSaveIndex = 0, "Enter Cache Index" swkbdSetWorkDir = 0, "Enter a new Output Path" swkbdSysSavID = 0, "Enter System Save ID" threadStatusAddingFileToZip = 0, "Adding '#%s#' to ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "Checking for updates..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "Copying '#%s#'..." threadStatusCreatingSaveData = 0, "Creating Save Data for #%s#..." threadStatusDecompressingFile = 0, "Decompressing '#%s#'..." threadStatusDeletingFile = 0, "Deleting..." threadStatusDeletingSaveData = 0, "Deleting Save Data for #%s#..." threadStatusDeletingUpdate = 0, "Deleting pending update..." +threadStatusDownloadingFile = 0, "Downloading #%s#..." threadStatusDownloadingUpdate = 0, "Downloading update..." threadStatusExtendingSaveData = 0, "Extending Save Data for #%s#..." threadStatusGetDirProps = 0, "Getting Folder Properties..." threadStatusOpeningFolder = 0, "Opening '#%s#'..." threadStatusPackingJKSV = 0, "Writing JKSV folder contents to ZIP..." threadStatusResettingSaveData = 0, "Resetting save data..." +threadStatusSavingTranslations = 0, "Saving the file master..." +threadStatusUploadingFile = 0, "Uploading #%s#..." titleOptions = 0, "Information" titleOptions = 1, "Blacklist" titleOptions = 2, "Change Output Folder" @@ -149,6 +161,7 @@ titleOptions = 4, "Delete All Save Backups" titleOptions = 5, "Reset Save Data" titleOptions = 6, "Delete Save Data" titleOptions = 7, "Extend Save Data" +titleOptions = 8, "Export SVI" translationMainPage = 0, "Translation: " userOptions = 0, "Dump All For " userOptions = 1, "Create Save Data" diff --git a/romfs/lang/zh-CN.txt b/romfs/lang/zh-CN.txt index ae7808e..055fc68 100644 --- a/romfs/lang/zh-CN.txt +++ b/romfs/lang/zh-CN.txt @@ -6,9 +6,23 @@ confirmDelete = 0, "是否确定要删除#%s#?*这是永久的*!" confirmDeleteBackupsAll = 0, "是否确定要删除您所有游戏的*所有*存档备份?" confirmDeleteBackupsTitle = 0, "是否确定要删除#%s#的所有存档备份?" confirmDeleteSaveData = 0, "*警告*:这*将从系统*中删除#%s#*的存档数据。您确定要这样做吗?" + +#CHANGED=============================================> +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" +#<==================================================== + confirmOverwrite = 0, "是否确定要覆盖#%s#?" confirmResetSaveData = 0, "*警告*:此*将*重置此游戏的存档数据,就像以前从未运行过一样。您确定要这样做吗?" confirmRestore = 0, "您确定要还原#%s#吗?" + +#CHANGED=============================================> +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " +#<==================================================== + dialogNo = 0, "否 [B]" dialogOK = 0, "好 [A]" dialogYes = 0, "是 [A]" @@ -35,25 +49,29 @@ fileModeMenu = 5, "关闭" fileModeMenu = 6, "添加到路径过滤器" fileModeMenuMkDir = 0, "新建" folderMenuNew = 0, "新建目录" -helpFolder = 0, "[A] 选择 [Y] 恢复 [X] 删除 [B] 关闭" + +#CHANGED=============================================> +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" +#<==================================================== + helpSettings = 0, "[A] 切换 [X] 恢复默认 [B] 返回" helpTitle = 0, "[A] 选择 [L][R] 翻页 [Y] 收藏 [X] Title选项 [B] 返回" helpUser = 0, "[A] 选择 [X] 用户选项" holdingText = 0, "(按住)" holdingText = 1, "(持续按住)" holdingText = 2, "(快好了!)" -infoStatus = 0, "TID: " -infoStatus = 1, "SID: " -infoStatus = 2, "游戏时间:" -infoStatus = 3, "总启动次数:" -infoStatus = 4, "用户数目:" -infoStatus = 5, "当前用户:" -infoStatus = 6, "当前Title:" -infoStatus = 7, "安全Title:" -infoStatus = 8, "排序类型:" -infoStatus = 9, "正在文件管理器里保存..." -infoStatus = 10, "正在删除" -infoStatus = 11, "回收站已清空。" + +#CHANGED=============================================> +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +#<===================================================== + loadingStartPage = 0, "加载中..." mainMenuExtras = 0, "附加功能" mainMenuSettings = 0, "系统设置" @@ -63,10 +81,23 @@ popAddedToPathFilter = 0, "'#%s#'添加到路径过滤器。" popCPUBoostEnabled = 0, "为ZIP压缩启用CPU超频。" popChangeOutputError = 0, "#%s# 包含非法或者非ASCII的字符。" popChangeOutputFolder = 0, "#%s# 更改到 #%s#" + +#CHANGED=============================================> +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." +#<==================================================== + popErrorCommittingFile = 0, "提交要保存的文件时出错!" popFolderIsEmpty = 0, "文件夹为空!" popProcessShutdown = 0, "#%s#已成功关闭。" + +#CHANGED=============================================> +popSVIExported = 0, "SVI Exported." +#<==================================================== + popSaveIsEmpty = 0, "存档数据为空!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP文件为空!" saveDataBackupDeleted = 0, "#%s#已被删除。" saveDataBackupMovedToTrash = 0, "#%s#已被移到回收站。" @@ -79,13 +110,13 @@ saveDataExtendSuccess = 0, "#%s#的存档数据已扩展!" saveDataIndexText = 0, "存档索引号:" saveDataNoneFound = 0, "没有找到#%s#的存档!" saveDataResetSuccess = 0, "#%s#的存档已重置!" -saveDataTypeText = 0, "系统存档\n" -saveDataTypeText = 1, "用户存档\n" -saveDataTypeText = 2, "BCAT存档\n" -saveDataTypeText = 3, "设备存档\n" -saveDataTypeText = 4, "临时存档\n" -saveDataTypeText = 5, "缓存存档\n" -saveDataTypeText = 6, "系统BCAT存档\n" +saveDataTypeText = 0, "系统存档" +saveDataTypeText = 1, "用户存档" +saveDataTypeText = 2, "BCAT存档" +saveDataTypeText = 3, "设备存档" +saveDataTypeText = 4, "临时存档" +saveDataTypeText = 5, "缓存存档" +saveDataTypeText = 6, "系统BCAT存档" saveTypeMainMenu = 0, "设备" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "缓存" @@ -128,19 +159,40 @@ swkbdSaveIndex = 0, "请输入缓存索引号" swkbdSetWorkDir = 0, "请输入新的输出目录" swkbdSysSavID = 0, "请输入系统存档ID" threadStatusAddingFileToZip = 0, "正在添加'#%s#'到ZIP文件..." + +#CHANGED=============================================> +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." +#<==================================================== + threadStatusCheckingForUpdate = 0, "正在检查更新..." + +#CHANGED=============================================> +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." +#<==================================================== + threadStatusCopyingFile = 0, "正在拷贝'#%s#'..." threadStatusCreatingSaveData = 0, "正在创建#%s#的存档..." threadStatusDecompressingFile = 0, "正在解压'#%s#'..." threadStatusDeletingFile = 0, "正在删除..." threadStatusDeletingSaveData = 0, "正在删除#%s#的存档..." threadStatusDeletingUpdate = 0, "正在删除挂起的更新..." + +#CHANGED=============================================> +threadStatusDownloadingFile = 0, "Downloading #%s#..." +#<==================================================== + threadStatusDownloadingUpdate = 0, "正在下载更新..." threadStatusExtendingSaveData = 0, "正在扩展#%s#的存档..." threadStatusGetDirProps = 0, "正在获取文件夹属性..." threadStatusOpeningFolder = 0, "正在打开'#%s#'..." threadStatusPackingJKSV = 0, "正在写入JKSV文件夹内容到ZIP压缩包..." threadStatusResettingSaveData = 0, "正在重置存档数据..." +threadStatusSavingTranslations = 0, "Saving the file master..." + +#CHANGED=============================================> +threadStatusUploadingFile = 0, "Uploading #%s#..." +#<==================================================== + titleOptions = 0, "信息" titleOptions = 1, "黑名单" titleOptions = 2, "更改输出目录" @@ -149,6 +201,11 @@ titleOptions = 4, "删除所有存储备份" titleOptions = 5, "重置存档数据" titleOptions = 6, "删除存档数据" titleOptions = 7, "扩展存档数据" + +#CHANGED=============================================> +titleOptions = 8, "Export SVI" +#<==================================================== + translationMainPage = 0, "翻译:" userOptions = 0, "转储该游戏的所有存档:" userOptions = 1, "创建存档数据" diff --git a/romfs/lang/zh-TW.txt b/romfs/lang/zh-TW.txt index 02ad510..d6b311a 100644 --- a/romfs/lang/zh-TW.txt +++ b/romfs/lang/zh-TW.txt @@ -6,9 +6,23 @@ confirmDelete = 0, "是否確定要刪除#%s#? *此為永久性刪除!*" confirmDeleteBackupsAll = 0, "是否確定要刪除你備份所有遊戲的 *全部* 存檔進度?" confirmDeleteBackupsTitle = 0, "是否確定要刪除#%s#的全部存檔進度?" confirmDeleteSaveData = 0, "*注意*: 此操作 *將會* 完整刪除#%s# *在主機系統內* 的存檔進度. 請再次確認是否要繼續進行?" + +#CHANGED=============================================> +confirmDriveOverwrite = 0, "Downloading this backup from drive will overwrite the one on your SD card. Continue?" +#<==================================================== + confirmOverwrite = 0, "是否確定要覆寫#%s#?" confirmResetSaveData = 0, "*注意*: 此操作 *將會* 重置歸零此遊戲的存檔進度,像是從未執行過. 請再次確認是否要繼續進行?" confirmRestore = 0, "是否確定要還原#%s#?" + +#CHANGED=============================================> +debugStatus = 0, "User Count: " +debugStatus = 1, "Current User: " +debugStatus = 2, "Current Title: " +debugStatus = 3, "Safe Title: " +debugStatus = 4, "Sort Type: " +#<==================================================== + dialogNo = 0, "否 [B]" dialogOK = 0, "確定 [A]" dialogYes = 0, "是 [A]" @@ -35,25 +49,29 @@ fileModeMenu = 5, "關閉" fileModeMenu = 6, "新增至路徑篩選器" fileModeMenuMkDir = 0, "新建" folderMenuNew = 0, "新建目錄" -helpFolder = 0, "[A] 選定 [Y] 還原 [X] 刪除 [B] 關閉" + +#CHANGED=============================================> +helpFolder = 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close" +#<==================================================== + helpSettings = 0, "[A] 切換 [X] 恢復預設值 [B] 返回" helpTitle = 0, "[A] 選定 [L][R] 翻頁 [Y] 最愛 [X] Title選項 [B] 返回" helpUser = 0, "[A] 選定 [X] 使用者選項" holdingText = 0, "(請按住) " holdingText = 1, "(繼續按住) " holdingText = 2, "(確認執行!) " -infoStatus = 0, "TID:" -infoStatus = 1, "SID:" -infoStatus = 2, "遊戲時間:" -infoStatus = 3, "總啟動次數:" -infoStatus = 4, "使用者人數:" -infoStatus = 5, "目前使用者:" -infoStatus = 6, "目前Title:" -infoStatus = 7, "安全Title:" -infoStatus = 8, "排序模式:" -infoStatus = 9, "檔案管理器正在儲存…" -infoStatus = 10, "正在删除" -infoStatus = 11, "資源回收筒已清空" + +#CHANGED=============================================> +infoStatus = 0, "TID: %016lX" +infoStatus = 1, "SID: %016lX" +infoStatus = 2, "Play Time: %02d:%02d" +infoStatus = 3, "Total Launches: %u" +infoStatus = 4, "Publisher: %s" +infoStatus = 5, "Save Type: %s" +infoStatus = 6, "Cache Index: %u" +infoStatus = 7, "User: %s" +#<===================================================== + loadingStartPage = 0, "加載中…" mainMenuExtras = 0, "附加設定" mainMenuSettings = 0, "系統設定" @@ -63,10 +81,23 @@ popAddedToPathFilter = 0, "'#%s#' 已新增至路徑篩選器." popCPUBoostEnabled = 0, "壓縮ZIP時將啟用CPU超頻." popChangeOutputError = 0, "#%s# 包含非法或者非ASCII字元." popChangeOutputFolder = 0, "#%s# 更改到 #%s#" + +#CHANGED=============================================> +popDriveFailed = 0, "Failed to start Google Drive." +popDriveNotActive = 0, "Google Drive is not available" +popDriveStarted = 0, "Google Drive started successfully." +#<==================================================== + popErrorCommittingFile = 0, "提交檔案進行儲存時發生錯誤!" popFolderIsEmpty = 0, "資料夾內沒有檔案!" popProcessShutdown = 0, "#%s# 程序已關閉." + +#CHANGED=============================================> +popSVIExported = 0, "SVI Exported." +#<==================================================== + popSaveIsEmpty = 0, "沒有找到存檔進度!" +popTrashEmptied = 0, "Trash emptied" popZipIsEmpty = 0, "ZIP壓縮檔內沒有檔案!" saveDataBackupDeleted = 0, "#%s#已被刪除." saveDataBackupMovedToTrash = 0, "#%s#已被移動至資源回收筒." @@ -79,13 +110,13 @@ saveDataExtendSuccess = 0, "#%s#的進度存檔儲存空間已擴充!" saveDataIndexText = 0, "存檔索引:" saveDataNoneFound = 0, "沒有#%s#的進度存檔!" saveDataResetSuccess = 0, "#%s#的進度存檔已重置!" -saveDataTypeText = 0, "系統存檔\n" -saveDataTypeText = 1, "使用者存檔\n" -saveDataTypeText = 2, "BCAT存檔\n" -saveDataTypeText = 3, "主機存檔\n" -saveDataTypeText = 4, "暫存資料夾\n" -saveDataTypeText = 5, "快取資料夾\n" -saveDataTypeText = 6, "系統BCAT\n" +saveDataTypeText = 0, "系統存檔" +saveDataTypeText = 1, "使用者存檔" +saveDataTypeText = 2, "BCAT存檔" +saveDataTypeText = 3, "主機存檔" +saveDataTypeText = 4, "暫存資料夾" +saveDataTypeText = 5, "快取資料夾" +saveDataTypeText = 6, "系統BCAT" saveTypeMainMenu = 0, "設備" saveTypeMainMenu = 1, "BCAT" saveTypeMainMenu = 2, "快取" @@ -128,19 +159,32 @@ swkbdSaveIndex = 0, "請輸入快取索引" swkbdSetWorkDir = 0, "請輸入新的匯出路徑" swkbdSysSavID = 0, "請輸入系統存檔ID" threadStatusAddingFileToZip = 0, "正在將'#%s#'的存檔壓縮為ZIP..." +threadStatusCalculatingSaveSize = 0, "Calculating save data size..." threadStatusCheckingForUpdate = 0, "檢查是否有可用更新..." +threadStatusCompressingSaveForUpload = 0, "Compressing #%s# for upload..." threadStatusCopyingFile = 0, "正在複製'#%s#'..." threadStatusCreatingSaveData = 0, "正在新增#%s#的存檔進度..." threadStatusDecompressingFile = 0, "'#%s#'存檔正在解壓縮..." threadStatusDeletingFile = 0, "刪除中..." threadStatusDeletingSaveData = 0, "正在刪除#%s#的存檔進度.." threadStatusDeletingUpdate = 0, "正在刪除系統更新..." + +#CHANGED=============================================> +threadStatusDownloadingFile = 0, "Downloading #%s#..." +#<==================================================== + threadStatusDownloadingUpdate = 0, "正在下載更新版本..." threadStatusExtendingSaveData = 0, "正在擴充#%s#的存檔空間..." threadStatusGetDirProps = 0, "正在取得資料夾屬性資訊..." threadStatusOpeningFolder = 0, "正在開啟'#%s#'資料夾..." threadStatusPackingJKSV = 0, "正在將JKSV資料夾壓縮為ZIP..." threadStatusResettingSaveData = 0, "正在重置遊戲存檔進度..." +threadStatusSavingTranslations = 0, "Saving the file master..." + +#CHANGED=============================================> +threadStatusUploadingFile = 0, "Uploading #%s#..." +#<==================================================== + titleOptions = 0, "詳細資訊" titleOptions = 1, "設為黑名單" titleOptions = 2, "變更匯出檔案資料夾" @@ -149,6 +193,11 @@ titleOptions = 4, "刪除所有進度存檔" titleOptions = 5, "重置進度存檔" titleOptions = 6, "刪除進度存檔" titleOptions = 7, "擴充存檔空間" + +#CHANGED=============================================> +titleOptions = 8, "Export SVI" +#<==================================================== + translationMainPage = 0, "翻譯:" userOptions = 0, "備份使用者全部存檔:" userOptions = 1, "新增遊戲存檔進度" diff --git a/src/ui/uistr.cpp b/src/ui/uistr.cpp index ad26b2e..885cdbc 100644 --- a/src/ui/uistr.cpp +++ b/src/ui/uistr.cpp @@ -110,7 +110,6 @@ void ui::initStrings() addUIString("helpTitle", 0, "[A] Select [L][R] Jump [Y] Favorite [X] Title Options [B] Back"); addUIString("helpFolder", 0, "[A] Select [Y] Restore [X] Delete [ZR] Upload [B] Close"); addUIString("helpSettings", 0, "[A] Toggle [X] Defaults [B] Back"); - addUIString("helpDrive", 0, "[A] Download [Y] Restore [X] Delete [B] Back"); //Y/N On/Off addUIString("dialogYes", 0, "Yes [A]"); @@ -345,9 +344,24 @@ void ui::saveTranslationFiles(void *a) std::string outputFolder = fs::getWorkDir() + "lang", outputPath, romfsPath; fs::mkDir(outputFolder); + //Save en-us first + ui::initStrings(); + outputPath = fs::getWorkDir() + "lang/" + getFilename(SetLanguage_ENUS); + FILE *out = fopen(outputPath.c_str(), "w"); + for(auto& s : ui::strings) + { + std::string stringOut = s.second; + util::replaceStr(stringOut, "\n", "\\n"); + fprintf(out, "%s = %i, \"%s\"\n", s.first.first.c_str(), s.first.second, stringOut.c_str()); + } + fclose(out); + romfsInit(); for(int i = 0; i < SetLanguage_Total; i++) { + if(i == SetLanguage_ENUS) + continue; + outputPath = fs::getWorkDir() + "lang/" + getFilename(i); romfsPath = "romfs:/lang/" + getFilename(i); @@ -355,7 +369,7 @@ void ui::saveTranslationFiles(void *a) ui::initStrings(); loadTranslationFile(romfsPath); - FILE *out = fopen(outputPath.c_str(), "w"); + out = fopen(outputPath.c_str(), "w"); for(auto& s : ui::strings) { std::string stringOut = s.second;