From 4ec15d0eb3c4aaab3e4a01081609e9f0deb2bb4d Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:28:53 -0500 Subject: [PATCH] Mention scripting in README, added example script --- NUSGet.py | 7 +- README.md | 1 + example-script.json | 16 ++++ resources/translations/nusget_de.ts | 116 ++++++++++++++++++-------- resources/translations/nusget_es.ts | 102 ++++++++++++++++------- resources/translations/nusget_fr.ts | 102 ++++++++++++++++------- resources/translations/nusget_it.ts | 122 +++++++++++++++++++--------- resources/translations/nusget_ko.ts | 122 +++++++++++++++++++--------- resources/translations/nusget_nb.ts | 102 ++++++++++++++++------- resources/translations/nusget_no.ts | 102 ++++++++++++++++------- resources/translations/nusget_ro.ts | 108 ++++++++++++++++-------- 11 files changed, 633 insertions(+), 267 deletions(-) create mode 100644 example-script.json diff --git a/NUSGet.py b/NUSGet.py index 76973df..fa5910b 100644 --- a/NUSGet.py +++ b/NUSGet.py @@ -323,9 +323,10 @@ class MainWindow(QMainWindow, Ui_MainWindow): msg_box.setIcon(QMessageBox.Icon.Warning) msg_box.setStandardButtons(QMessageBox.StandardButton.Ok) msg_box.setDefaultButton(QMessageBox.StandardButton.Ok) - msg_box.setWindowTitle("Script Issues Occurred") - msg_box.setText("Some issues occurred while running the download script.") - msg_box.setInformativeText("Check the log for more details about what issues were encountered.") + msg_box.setWindowTitle(app.translate("MainWindow", "Script Issues Occurred")) + msg_box.setText(app.translate("MainWindow", "Some issues occurred while running the download script.")) + msg_box.setInformativeText( + app.translate("MainWindow", "Check the log for more details about what issues were encountered.")) msg_box.exec() self.log_text = "" if result.failed_titles: diff --git a/README.md b/README.md index 2b11e9e..1e57de6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ NUSGet also offers the ability to create vWii WADs that can be installed from wi The following features are available for all supported consoles: - Downloading encrypted contents (files like `00000000`, `00000001`, etc.) directly from the update servers for any title. - Creating decrypted contents (*.app files) from the encrypted contents on the servers. Only supported for free titles. +- Scripting support, allowing you to perform batch downloads of any titles for the Wii, vWii, or DSi in one script. (See `example-script.json` for an example of the scripting format.) **For Wii and vWii titles only:** - "Pack installable archive (WAD/TAD)": Pack the encrypted contents, TMD, and Ticket into a WAD file that can be installed on a Wii or in Dolphin Emulator. Only supported for free titles. diff --git a/example-script.json b/example-script.json new file mode 100644 index 0000000..c4fa01a --- /dev/null +++ b/example-script.json @@ -0,0 +1,16 @@ +[ + { + "Title ID": "0000000100000050", + "Console": "Wii" + }, + { + "Title ID": "0000000100000002", + "Version": 518, + "Console": "Wii" + }, + { + "Title ID": "00030017484E4145", + "Version": 1792, + "Console": "DSi" + } +] diff --git a/resources/translations/nusget_de.ts b/resources/translations/nusget_de.ts index 0ea8d18..dec9d6d 100644 --- a/resources/translations/nusget_de.ts +++ b/resources/translations/nusget_de.ts @@ -4,7 +4,7 @@ MainWindow - + NUSGet v{nusget_version} Developed by NinjaCheetah Powered by libWiiPy {libwiipy_version} @@ -29,128 +29,176 @@ Titel, welche mit einem Häkchen markiert sind, sind frei verfügbar und haben e Titel werden in einem "NUSGet" Ordner innerhalb des Downloads-Ordners gespeichert. - + NUSGet Update Available NUSGet-Update verfügbar - + There's a newer version of NUSGet available! Eine neuere Version von NUSGet ist verfügbar. - + No Output Selected Changed from "output" to "packaging" for clarity Keine Verpackmethode ausgewählt - + You have not selected any format to output the data in! Es wurde keine Methode zum Verpacken der Inhalte ausgewählt. - + Please select at least one option for how you would like the download to be saved. Explicitly mentions options for clarity Es muss mindestens "verschlüsselte Inhalte speichern", "entschlüsselte Inhalte speichern" oder "Verpacke als WAD/TAD" ausgewählt worden sein. - + Invalid Title ID Fehlerhafte Title-ID - + The Title ID you have entered is not in a valid format! Die eingegebene Title-ID ist nicht korrekt. - + Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left. Die Title-ID muss mindestens 16 alphanumerische Zeichen enthalten. - + Title ID/Version Not Found Title-ID/Version nicht gefunden - + No title with the provided Title ID or version could be found! The title was moved into the body, and the title was made less of a mouthful, for ease of translation Es konnte kein Titel mit der gegebenen Title-ID oder Version gefunden werden. - + Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download. Die Title-ID könnte möglicherweise fehlerhaft sein. - + Content Decryption Failed Entschlüsselung fehlgeschlagen - + Content decryption was not successful! Decrypted contents could not be created. Die Inhalte des Titels konnten nicht korrekt entschlüsselt werden. - + Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data. Die gespeicherte TMD oder das Ticket könnten möglicherweise fehlerhaft sein. "Lokale Dateien nutzen" kann ausgeschaltet werden, um diese erneut herunterzuladen. - + Ticket Not Available Ticket nicht verfügbar - + No Ticket is Available for the Requested Title! Kein Ticket konnte für den geforderten Titel gefunden werden. - + A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved. Es wurden nur verschlüsselte Inhalte gespeichert. - + Unknown Error Unbekannter Fehler - + An Unknown Error has Occurred! Ein unbekannter Fehler ist aufgetreten. - + Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred. Versuchen Sie es erneut. Sofern das Problem bestehen bleibt, können Sie ein Issue auf GitHub öffnen, um den Fehler zu berichten. - + + Script Issues Occurred + + + + + Some issues occurred while running the download script. + + + + + Check the log for more details about what issues were encountered. + + + + + The following titles could not be downloaded due to an error. Please ensure that the Title ID and version listed in the script are valid. + + + + + You enabled "Create decrypted contents" or "Pack installable archive", but the following titles in the script do not have tickets available. If enabled, encrypted contents were still downloaded. + + + + Script Download Failed - + + Open NUS Script + + + + + NUS Scripts (*.nus *.json) + + + + + An error occurred while parsing the script file! + + + + + Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again. + + + + + An error occurred while parsing Title IDs! + + + + + The title at index {script_data.index(title)} does not have a Title ID! + + + Open NUS script Translating the file type is pointless, since it's not an actual "script" - NUS-Script öffnen + NUS-Script öffnen - NUS Scripts (*.nus *.txt) - NUS Script (*.nus *.txt) - - - - The script could not be opened. - + NUS Script (*.nus *.txt) Script Failure @@ -161,7 +209,7 @@ Titel werden in einem "NUSGet" Ordner innerhalb des Downloads-Ordners Konnte das NUS-Script nicht öffnen. - + Could not check for updates. @@ -170,7 +218,7 @@ Could not check for updates. Konnte nicht nach Updates suchen. - + There's a newer version of NUSGet available! @@ -179,7 +227,7 @@ There's a newer version of NUSGet available! Eine neuere Version von NUSGet ist verfügbar. - + You're running the latest release of NUSGet. diff --git a/resources/translations/nusget_es.ts b/resources/translations/nusget_es.ts index a62e011..104e3bb 100644 --- a/resources/translations/nusget_es.ts +++ b/resources/translations/nusget_es.ts @@ -125,7 +125,7 @@ li.checked::marker { content: "\2612"; } - + NUSGet v{nusget_version} Developed by NinjaCheetah Powered by libWiiPy {libwiipy_version} @@ -139,141 +139,181 @@ Titles will be downloaded to a folder named "NUSGet" inside your downl - + NUSGet Update Available - + There's a newer version of NUSGet available! - + No Output Selected - + You have not selected any format to output the data in! - + Please select at least one option for how you would like the download to be saved. - + Invalid Title ID - + The Title ID you have entered is not in a valid format! - + Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left. - + Title ID/Version Not Found - + No title with the provided Title ID or version could be found! - + Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download. - + Content Decryption Failed - + Content decryption was not successful! Decrypted contents could not be created. - + Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data. - + Ticket Not Available - + No Ticket is Available for the Requested Title! - + A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved. - + Unknown Error - + An Unknown Error has Occurred! - + Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred. - - Script Download Failed + + Script Issues Occurred - - Open NUS script + + Some issues occurred while running the download script. - - NUS Scripts (*.nus *.txt) + + Check the log for more details about what issues were encountered. + + + + + The following titles could not be downloaded due to an error. Please ensure that the Title ID and version listed in the script are valid. - The script could not be opened. + You enabled "Create decrypted contents" or "Pack installable archive", but the following titles in the script do not have tickets available. If enabled, encrypted contents were still downloaded. - + + Script Download Failed + + + + + Open NUS Script + + + + + NUS Scripts (*.nus *.json) + + + + + An error occurred while parsing the script file! + + + + + Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again. + + + + + An error occurred while parsing Title IDs! + + + + + The title at index {script_data.index(title)} does not have a Title ID! + + + + Could not check for updates. - + There's a newer version of NUSGet available! - + You're running the latest release of NUSGet. diff --git a/resources/translations/nusget_fr.ts b/resources/translations/nusget_fr.ts index 2b2fc22..d90693e 100644 --- a/resources/translations/nusget_fr.ts +++ b/resources/translations/nusget_fr.ts @@ -4,7 +4,7 @@ MainWindow - + NUSGet v{nusget_version} Developed by NinjaCheetah Powered by libWiiPy {libwiipy_version} @@ -18,123 +18,163 @@ Titles will be downloaded to a folder named "NUSGet" inside your downl - + NUSGet Update Available - + There's a newer version of NUSGet available! - + No Output Selected - + You have not selected any format to output the data in! - + Please select at least one option for how you would like the download to be saved. - + Invalid Title ID - + The Title ID you have entered is not in a valid format! - + Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left. - + Title ID/Version Not Found - + No title with the provided Title ID or version could be found! - + Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download. - + Content Decryption Failed - + Content decryption was not successful! Decrypted contents could not be created. - + Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data. - + Ticket Not Available - + No Ticket is Available for the Requested Title! - + A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved. - + Unknown Error - + An Unknown Error has Occurred! - + Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred. - - Script Download Failed + + Script Issues Occurred - - Open NUS script + + Some issues occurred while running the download script. - - NUS Scripts (*.nus *.txt) + + Check the log for more details about what issues were encountered. + + + + + The following titles could not be downloaded due to an error. Please ensure that the Title ID and version listed in the script are valid. - The script could not be opened. + You enabled "Create decrypted contents" or "Pack installable archive", but the following titles in the script do not have tickets available. If enabled, encrypted contents were still downloaded. + + + + + Script Download Failed + + + + + Open NUS Script + + + + + NUS Scripts (*.nus *.json) + + + + + An error occurred while parsing the script file! + + + + + Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again. + + + + + An error occurred while parsing Title IDs! + + + + + The title at index {script_data.index(title)} does not have a Title ID! @@ -255,21 +295,21 @@ li.checked::marker { content: "\2612"; } - + Could not check for updates. - + There's a newer version of NUSGet available! - + You're running the latest release of NUSGet. diff --git a/resources/translations/nusget_it.ts b/resources/translations/nusget_it.ts index abc8e0f..8b8fcf9 100644 --- a/resources/translations/nusget_it.ts +++ b/resources/translations/nusget_it.ts @@ -135,115 +135,163 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + No Output Selected Nessun output selezionato - + You have not selected any format to output the data in! Non hai selezionato alcun formato in cui esportare i dati! - + Please select at least one option for how you would like the download to be saved. Per favore scegli almeno un opzione per come vorresti che fosse salvato il download. - + Invalid Title ID ID Titolo invalido - + The Title ID you have entered is not in a valid format! L' ID Titolo che hai inserito non è in un formato valido! - + Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left. Gli ID Titolo sono un codice di 16 caratteri tra numeri e lettere. Per favore inserisci in ID Titolo formattato correttamente, o scegline uno dal menù a sinistra. - + Title ID/Version Not Found ID Titolo/Versione non trovata - + No title with the provided Title ID or version could be found! Non è stato trovato nessun titolo con l' ID Titolo o versione data! - + Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download. Assicurati di aver inserito un' ID Titolo valido, o scegline uno dal database, e che la versione richiesta esista per il titolo che vuoi scaricare. - + Content Decryption Failed Decriptazione contenuti fallita - + Content decryption was not successful! Decrypted contents could not be created. La decriptazione dei contenuti non è andata a buon fine! I contenuti decriptadi non sono stati creati. - + Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data. Il tuo TMD o Ticket potrebbe essere danneggiato, o potrebbe non corrispondere col contenuto da decriptare. Se hai selezionato "Usa file locali, se esistenti", prova a disabilitare quell'opzione prima di riprovare a scaricare per aggiustare potenziali errori coi dati locali. - + Ticket Not Available Ticket non disponibile - + No Ticket is Available for the Requested Title! Nessun ticket disponibile per il titolo richiesto! - + A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved. Non è stato possibile scaricare un ticket per il titolo richiesto, ma hai selezionato "Crea archivio installabile" o "Crea contenuto decriptato". Queste opzioni non sono disponibili per i titoli senza un ticket. Sono stati salvati solo i contenuti criptati. - + Unknown Error Errore sconosciuto - + An Unknown Error has Occurred! Errore sconosciuto! - + Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred. Per favore riprova. Se il problema persiste, apri un issue su GitHub specificando in modo dettagliato cosa volevi fare quando è comparso questo errore. - + + Script Issues Occurred + + + + + Some issues occurred while running the download script. + + + + + Check the log for more details about what issues were encountered. + + + + + The following titles could not be downloaded due to an error. Please ensure that the Title ID and version listed in the script are valid. + + + + + You enabled "Create decrypted contents" or "Pack installable archive", but the following titles in the script do not have tickets available. If enabled, encrypted contents were still downloaded. + + + + Script Download Failed - - Open NUS script - Apri script NUS - - - - NUS Scripts (*.nus *.txt) - Scrpit NUS (*.nus *.txt) - - - - The script could not be opened. + + Open NUS Script + + + NUS Scripts (*.nus *.json) + + + + + An error occurred while parsing the script file! + + + + + Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again. + + + + + An error occurred while parsing Title IDs! + + + + + The title at index {script_data.index(title)} does not have a Title ID! + + + + Open NUS script + Apri script NUS + + + NUS Scripts (*.nus *.txt) + Scrpit NUS (*.nus *.txt) + Script Failure Errore script @@ -253,7 +301,7 @@ p, li { white-space: pre-wrap; } Impossibile aprire lo script. - + NUSGet v{nusget_version} Developed by NinjaCheetah Powered by libWiiPy {libwiipy_version} @@ -280,31 +328,31 @@ I titoli verranno scaricati nella cartella "NUSGet" all'interno d Applica patch agli IOS (Solo per le WAD) - + NUSGet Update Available Aggiornamento di NUSGet disponibile - + There's a newer version of NUSGet available! Una nuova versione di NUSGet è disponibile! - + Could not check for updates. Impossibile trovare eventuali aggiornamenti. - + There's a newer version of NUSGet available! Una nuova versione di NUSGet è disponibile! - + You're running the latest release of NUSGet. diff --git a/resources/translations/nusget_ko.ts b/resources/translations/nusget_ko.ts index b3b7311..7069f15 100644 --- a/resources/translations/nusget_ko.ts +++ b/resources/translations/nusget_ko.ts @@ -135,115 +135,163 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + No Output Selected 선택된 출력 없음 - + You have not selected any format to output the data in! 데이터를 출력할 형식을 선택하지 않았습니다! - + Please select at least one option for how you would like the download to be saved. 다운로드를 저장할 방법을 하나 이상 선택하세요. - + Invalid Title ID 잘못된 제목 ID - + The Title ID you have entered is not in a valid format! 입력한 타이틀 ID의 형식이 올바르지 않습니다! - + Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left. 타이틀 ID는 숫자와 문자로 구성된 16자리 문자열이어야 합니다. 올바르게 포맷된 타이틀 ID를 입력하거나 왼쪽 메뉴에서 하나를 선택하세요. - + Title ID/Version Not Found 타이틀 ID/버전을 찾을 수 없음 - + No title with the provided Title ID or version could be found! 제공된 타이틀 ID 또는 버전으로 제목을 찾을 수 없습니다! - + Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download. 유효한 타이틀 ID를 입력했는지 또는 타이틀 데이터베이스에서 선택했는지, 그리고 다운로드하려는 타이틀에 대해 제공된 버전이 있는지 확인하세요. - + Content Decryption Failed 콘텐츠 복호화 실패 - + Content decryption was not successful! Decrypted contents could not be created. 콘텐츠 복호화가 성공하지 못했습니다! 복호화된 콘텐츠를 만들 수 없습니다. - + Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data. TMD 또는 티켓이 손상되었거나 복호화되는 콘텐츠와 일치하지 않을 수 있습니다. "로컬 파일이 있으면 사용"을 체크한 경우, 로컬 데이터와 관련된 잠재적인 문제를 해결하기 위해 다시 다운로드를 시도하기 전에 해당 옵션을 비활성화해 보세요. - + Ticket Not Available 사용 가능한 티켓이 아님 - + No Ticket is Available for the Requested Title! 요청한 타이틀에 대한 티켓이 없습니다! - + A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved. 요청한 타이틀에 대한 티켓을 다운로드할 수 없지만 "설치 가능한 아카이브 팩" 또는 "암호 해독된 콘텐츠 생성"을 선택했습니다. 이러한 옵션은 티켓이 없는 타이틀에는 사용할 수 없습니다. 암호화된 콘텐츠만 저장되었습니다. - + Unknown Error 알 수 없는 오류 - + An Unknown Error has Occurred! 알 수 없는 오류가 발생했습니다! - + Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred. 다시 시도하세요. 이 문제가 지속되면 GitHub에서 새 이슈를 열어 이 오류가 발생했을 때 무엇을 하려고 했는지 자세히 설명하세요. - + + Script Issues Occurred + + + + + Some issues occurred while running the download script. + + + + + Check the log for more details about what issues were encountered. + + + + + The following titles could not be downloaded due to an error. Please ensure that the Title ID and version listed in the script are valid. + + + + + You enabled "Create decrypted contents" or "Pack installable archive", but the following titles in the script do not have tickets available. If enabled, encrypted contents were still downloaded. + + + + Script Download Failed - - Open NUS script - NUS 스크립트 열기 - - - - NUS Scripts (*.nus *.txt) - NUS 스크립트 (*.nus *.txt) - - - - The script could not be opened. + + Open NUS Script + + + NUS Scripts (*.nus *.json) + + + + + An error occurred while parsing the script file! + + + + + Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again. + + + + + An error occurred while parsing Title IDs! + + + + + The title at index {script_data.index(title)} does not have a Title ID! + + + + Open NUS script + NUS 스크립트 열기 + + + NUS Scripts (*.nus *.txt) + NUS 스크립트 (*.nus *.txt) + Script Failure 스크립트 실패 @@ -253,7 +301,7 @@ p, li { white-space: pre-wrap; } 스크립트를 열 수 없습니다. - + NUSGet v{nusget_version} Developed by NinjaCheetah Powered by libWiiPy {libwiipy_version} @@ -281,17 +329,17 @@ DSi 지원 : libTWLPy {libtwlpy_version}에서 제공 IOS에 패치 적용 (WAD에만 적용) - + NUSGet Update Available NUSGet 업데이트 가능 - + There's a newer version of NUSGet available! NUSBet의 새로운 버전이 나왔습니다! - + Could not check for updates. @@ -300,7 +348,7 @@ Could not check for updates. 업데이트를 확인할 수 없습니다. - + There's a newer version of NUSGet available! @@ -309,7 +357,7 @@ There's a newer version of NUSGet available! NUSBet의 새로운 버전이 나왔습니다! - + You're running the latest release of NUSGet. diff --git a/resources/translations/nusget_nb.ts b/resources/translations/nusget_nb.ts index f6efcc0..14014c1 100644 --- a/resources/translations/nusget_nb.ts +++ b/resources/translations/nusget_nb.ts @@ -128,7 +128,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + NUSGet v{nusget_version} Developed by NinjaCheetah Powered by libWiiPy {libwiipy_version} @@ -151,113 +151,153 @@ Titler merket med en hake er fri og har en billett tilgjengelig, og kan dekrypte Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmappen din. - + No Output Selected - + You have not selected any format to output the data in! - + Please select at least one option for how you would like the download to be saved. - + Invalid Title ID Ugyldig Tittel ID - + The Title ID you have entered is not in a valid format! Tittel IDen du har angitt er ikke i et gyldig format! - + Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left. Tittel IDer må være 16-sifrede tall og bokstav strenger. Vennligst skriv inn en korrekt formatert Tittel ID, eller velg en fra menyen til venstre. - + Title ID/Version Not Found Tittel ID/Versjon Ikke Funnet - + No title with the provided Title ID or version could be found! Ingen tittel med oppgitt Tittel ID eller versjon ble funnet! - + Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download. Vennligst kontroller at du har oppgitt en gyldig Tittel ID, eller valgt en fra titteldatabasen, og at den angitte versjonen finnes for tittelen du forsøker å laste ned. - + Content Decryption Failed Dekryptering av Innhold Mislyktes - + Content decryption was not successful! Decrypted contents could not be created. Dekryptering av innhold var ikke vellykket! Dekryptert innhold kunne ikke opprettes. - + Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data. TMDen eller Billetten kan være skadet, eller det kan hende at de ikke samsvarer med innholdet some dekrypteres. Hvis du har krysset av for "Bruk lokale filer, hvis de finnes", kan du prøve å deaktivere dette alternativet før du prøver nedlastingen på nytt for å løse eventuelle problemer med lokale data. - + Ticket Not Available Billett Ikke Tilgjengelig - + No Ticket is Available for the Requested Title! Ingen billett er tilgjengelig for den forespurte tittelen! - + A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved. En billett kunne ikke lastes ned for den forespurte tittelen, men du har valgt "Pakk installerbart arkiv" eller "Opprett dekryptert innhold". Disse alternativene er ikke tilgjenelige for titler uten billett. Bare kryptert innhold har blitt lagret. - + Unknown Error Ukjent Feil - + An Unknown Error has Occurred! En ukjent feil har oppstått! - + Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred. Vennligst prøv igjen. Hvis dette problemet vedvarer, åpne et nytt issue på GitHub med detaljer om hva du prøvde å gjøre da denne feilen oppstod. - - Script Download Failed + + Script Issues Occurred - - Open NUS script + + Some issues occurred while running the download script. - - NUS Scripts (*.nus *.txt) + + Check the log for more details about what issues were encountered. + + + + + The following titles could not be downloaded due to an error. Please ensure that the Title ID and version listed in the script are valid. - The script could not be opened. + You enabled "Create decrypted contents" or "Pack installable archive", but the following titles in the script do not have tickets available. If enabled, encrypted contents were still downloaded. + + + + + Script Download Failed + + + + + Open NUS Script + + + + + NUS Scripts (*.nus *.json) + + + + + An error occurred while parsing the script file! + + + + + Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again. + + + + + An error occurred while parsing Title IDs! + + + + + The title at index {script_data.index(title)} does not have a Title ID! @@ -266,31 +306,31 @@ Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmap - + NUSGet Update Available - + There's a newer version of NUSGet available! - + Could not check for updates. - + There's a newer version of NUSGet available! - + You're running the latest release of NUSGet. diff --git a/resources/translations/nusget_no.ts b/resources/translations/nusget_no.ts index f6efcc0..14014c1 100644 --- a/resources/translations/nusget_no.ts +++ b/resources/translations/nusget_no.ts @@ -128,7 +128,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + NUSGet v{nusget_version} Developed by NinjaCheetah Powered by libWiiPy {libwiipy_version} @@ -151,113 +151,153 @@ Titler merket med en hake er fri og har en billett tilgjengelig, og kan dekrypte Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmappen din. - + No Output Selected - + You have not selected any format to output the data in! - + Please select at least one option for how you would like the download to be saved. - + Invalid Title ID Ugyldig Tittel ID - + The Title ID you have entered is not in a valid format! Tittel IDen du har angitt er ikke i et gyldig format! - + Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left. Tittel IDer må være 16-sifrede tall og bokstav strenger. Vennligst skriv inn en korrekt formatert Tittel ID, eller velg en fra menyen til venstre. - + Title ID/Version Not Found Tittel ID/Versjon Ikke Funnet - + No title with the provided Title ID or version could be found! Ingen tittel med oppgitt Tittel ID eller versjon ble funnet! - + Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download. Vennligst kontroller at du har oppgitt en gyldig Tittel ID, eller valgt en fra titteldatabasen, og at den angitte versjonen finnes for tittelen du forsøker å laste ned. - + Content Decryption Failed Dekryptering av Innhold Mislyktes - + Content decryption was not successful! Decrypted contents could not be created. Dekryptering av innhold var ikke vellykket! Dekryptert innhold kunne ikke opprettes. - + Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data. TMDen eller Billetten kan være skadet, eller det kan hende at de ikke samsvarer med innholdet some dekrypteres. Hvis du har krysset av for "Bruk lokale filer, hvis de finnes", kan du prøve å deaktivere dette alternativet før du prøver nedlastingen på nytt for å løse eventuelle problemer med lokale data. - + Ticket Not Available Billett Ikke Tilgjengelig - + No Ticket is Available for the Requested Title! Ingen billett er tilgjengelig for den forespurte tittelen! - + A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved. En billett kunne ikke lastes ned for den forespurte tittelen, men du har valgt "Pakk installerbart arkiv" eller "Opprett dekryptert innhold". Disse alternativene er ikke tilgjenelige for titler uten billett. Bare kryptert innhold har blitt lagret. - + Unknown Error Ukjent Feil - + An Unknown Error has Occurred! En ukjent feil har oppstått! - + Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred. Vennligst prøv igjen. Hvis dette problemet vedvarer, åpne et nytt issue på GitHub med detaljer om hva du prøvde å gjøre da denne feilen oppstod. - - Script Download Failed + + Script Issues Occurred - - Open NUS script + + Some issues occurred while running the download script. - - NUS Scripts (*.nus *.txt) + + Check the log for more details about what issues were encountered. + + + + + The following titles could not be downloaded due to an error. Please ensure that the Title ID and version listed in the script are valid. - The script could not be opened. + You enabled "Create decrypted contents" or "Pack installable archive", but the following titles in the script do not have tickets available. If enabled, encrypted contents were still downloaded. + + + + + Script Download Failed + + + + + Open NUS Script + + + + + NUS Scripts (*.nus *.json) + + + + + An error occurred while parsing the script file! + + + + + Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again. + + + + + An error occurred while parsing Title IDs! + + + + + The title at index {script_data.index(title)} does not have a Title ID! @@ -266,31 +306,31 @@ Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmap - + NUSGet Update Available - + There's a newer version of NUSGet available! - + Could not check for updates. - + There's a newer version of NUSGet available! - + You're running the latest release of NUSGet. diff --git a/resources/translations/nusget_ro.ts b/resources/translations/nusget_ro.ts index 1e86065..7057619 100644 --- a/resources/translations/nusget_ro.ts +++ b/resources/translations/nusget_ro.ts @@ -4,7 +4,7 @@ MainWindow - + NUSGet v{nusget_version} Developed by NinjaCheetah Powered by libWiiPy {libwiipy_version} @@ -27,125 +27,169 @@ Titlurile marcate cu bifă sunt gratuite și au un tichet disponibil și pot fi Titlurile vor fi descărcate într-un folder numit „NUSGet” în fișierul dvs. de download. - + NUSGet Update Available Actualizare NUSGet disponibilă - + There's a newer version of NUSGet available! O nouă versiune NUSGet este disponibilă! - + No Output Selected Nu s-a selectat un output. - + You have not selected any format to output the data in! Nu ați selectat niciun format de ieșire. - + Please select at least one option for how you would like the download to be saved. Vă rugăm să selectați cel puțin o opțiune pentru modul în care doriți să salvați datele descărcate. - + Invalid Title ID Title ID invalid - + The Title ID you have entered is not in a valid format! Title ID pe care l-ați introdus este invalid! - + Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left. Title ID-urile trebuie să conțină exact 16 cifre și/sau litere. Vă rugăm introduceți un Title ID corect, sau selectați unul din meniul din stânga. - + Title ID/Version Not Found Title ID/Versiunea nu a fost găsită - + No title with the provided Title ID or version could be found! Niciun titlu care să corespundă cu Title ID sau cu versiunea introdusă nu a fost găsit! - + Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download. Vă rugăm să vă asigurați că ați introdus un Title ID valid sau selectat din baza de date cu titluri, și că versiunea introdusă există pentru titlul pe care încercați să îl descărcați. - + Content Decryption Failed Decriptarea conținutului a eșuat. - + Content decryption was not successful! Decrypted contents could not be created. Decriptarea conținutului nu a reușit. Nu s-a putut crea conținutul decriptat. - + Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data. TMD-ul sau Ticket-ul dvs. sunt corupte, sau nu corespund cu conținutul de decriptat. Dacă ați bifat „Folosiți fișiere locale, dacă există”, încercați să debifați această opțiune înainte de a descărca din nou pentru a rezolva potențiale probleme cu datele existente local. - + Ticket Not Available Ticket-ul nu este valabil - + No Ticket is Available for the Requested Title! Niciun Ticket nu este valabil pentru titlul dorit. - + A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved. Nu se poate descărca un tichet pentru titlul cerut, dar ați selectat „Împachetați arhiva instalabilă” sau „Creați conținut decriptat”. Aceste opțiuni nu sunt valabile pentru titluri fărătichet. Doar conținuturile criptate au fost salvate. - + Unknown Error Eroare necunoscută - + An Unknown Error has Occurred! S-a produs o eroare necunoscută! - + Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred. Vă rugăm încercați din nou. Dacă problema persistă, vă rugăm să deschideți un issue pe GitHub în care să explicați ce ați încercat să faceți atunci când această eroare a apărut. - - Script Download Failed + + Script Issues Occurred - - Open NUS script - Deschideți script NUS + + Some issues occurred while running the download script. + - - NUS Scripts (*.nus *.txt) + + Check the log for more details about what issues were encountered. + + + + + The following titles could not be downloaded due to an error. Please ensure that the Title ID and version listed in the script are valid. - The script could not be opened. + You enabled "Create decrypted contents" or "Pack installable archive", but the following titles in the script do not have tickets available. If enabled, encrypted contents were still downloaded. + + + Script Download Failed + + + + + Open NUS Script + + + + + NUS Scripts (*.nus *.json) + + + + + An error occurred while parsing the script file! + + + + + Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again. + + + + + An error occurred while parsing Title IDs! + + + + + The title at index {script_data.index(title)} does not have a Title ID! + + + + Open NUS script + Deschideți script NUS + Script Failure Eșuare Script @@ -272,21 +316,21 @@ li.checked::marker { content: "\2612"; } - + Could not check for updates. Nu s-a putut verifica dacă există actualizări. - + There's a newer version of NUSGet available! O nouă versiune de NUSGet este valabilă! - + You're running the latest release of NUSGet.