diff --git a/Makefile b/Makefile
index fa3ba98..39897e1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,10 @@ all:
$(CC) --show-progress --assume-yes-for-downloads NUSGet.py $(ARCH_FLAGS) -o NUSGet
install:
+ rm -rd /opt/NUSGet/
install -d /opt/NUSGet
- install NUSGet /opt/NUSGet/
+ cp -r ./NUSGet.dist/* /opt/NUSGet/
+ chmod 755 /opt/NUSGet/
install ./packaging/icon.png /opt/NUSGet/NUSGet.png
install ./packaging/NUSGet.desktop /usr/share/applications
diff --git a/NUSGet.py b/NUSGet.py
index e15ba9d..33dcc45 100644
--- a/NUSGet.py
+++ b/NUSGet.py
@@ -341,8 +341,6 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def check_batch_result(self, result: BatchResults):
if result.code != 0:
- print(result.warning_titles)
- print(result.failed_titles)
msg_box = QMessageBox()
if result.failed_titles:
msg_box.setIcon(QMessageBox.Icon.Critical)
diff --git a/packaging/NUSGet.desktop b/packaging/NUSGet.desktop
index 602c8b5..e27b18c 100644
--- a/packaging/NUSGet.desktop
+++ b/packaging/NUSGet.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=NUSGet
-Exec=/opt/NUSGet/NUSGet %U
+Exec=/opt/NUSGet/NUSGet.bin %U
Terminal=false
Type=Application
Icon=/opt/NUSGet/NUSGet.png
diff --git a/resources/translations/nusget_de.ts b/resources/translations/nusget_de.ts
index 66e8611..d59be5a 100644
--- a/resources/translations/nusget_de.ts
+++ b/resources/translations/nusget_de.ts
@@ -24,7 +24,7 @@ Unterstützung für DSi bereitgestelt durch libTWLPy {libtwlpy_version}
Wähle einen Titel aus der Liste auf der linken Seite oder gebe eine Title-ID ein, um zu beginnen.
-Titel, welche mit einem Häkchen markiert sind, sind frei verfügbar und haben ein öffentliches Ticket, und können daher entschlüsselt und/oder in eine WAD/TAD verpackt werden. Titel mit einem Kreuz haben kein öffentlich verfügbares Ticket und können nur verschlüsselt heruntergeladen werden.
+Titel, welche mit einem Häkchen markiert sind, sind frei verfügbar und haben ein öffentliches Ticket, und können daher entschlüsselt und/oder in eine WAD/TAD verpackt werden. Titel mit einem Kreuz haben kein öffentlich verfügbares Ticket und können nicht entschlüsselt oder verpackt werden.
Titel werden in einem "NUSGet" Ordner innerhalb des Downloads-Ordners gespeichert.
@@ -53,7 +53,7 @@ Titel werden in einem "NUSGet" Ordner innerhalb des Downloads-Ordners
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.
+ Es muss mindestens "verschlüsselte Inhalte speichern", "entschlüsselte Inhalte speichern (*.app)" oder "Installierbar verpacken (WAD/TAD)" ausgewählt worden sein.
@@ -99,7 +99,7 @@ Titel werden in einem "NUSGet" Ordner innerhalb des Downloads-Ordners
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.
+ Die gespeicherte TMD oder das Ticket könnten möglicherweise fehlerhaft sein. "Lokale Dateien nutzen" kann deaktiviert werden, um diese erneut herunterzuladen.
@@ -109,12 +109,12 @@ Titel werden in einem "NUSGet" Ordner innerhalb des Downloads-Ordners
No Ticket is Available for the Requested Title!
- Kein Ticket konnte für den geforderten Titel gefunden werden.
+ Es konnte kein Ticket 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.
+ Das Ticket zum Entschlüsseln konnte nicht heruntergeladen werden, jedoch ist "Installierbar verpacken" bzw. "Entschlüsselte Inhalte speichern" aktiv. Diese Optionen erfordern ein Ticket, daher wurden nur verschlüsselte Inhalte gespeichert.
@@ -132,81 +132,67 @@ Titel werden in einem "NUSGet" Ordner innerhalb des Downloads-Ordners
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
-
+ Script-Fehler
+
+
+
+ Some issues occurred while running the download script.
+ Ein Fehler ist im Script aufgetreten.
- Some issues occurred while running the download script.
-
-
-
- Check the log for more details about what issues were encountered.
-
+ To keep the indirectness of other text, this was changed to "Error details have been written to the log."
+ Fehlerdetails wurden in den Log geschrieben.
-
+ 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.
-
+ Die angezeigten Titel konnten wegen einem Fehler nicht heruntergeladen werden. Die Title-ID oder Version im Script könnte wohlmöglich fehlerhaft sein.
-
+ 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.
-
+ "Entschlüsselte Inhalte speichern" bzw. "Installierbar verpacken" ist aktiv, jedoch fehlen Tickets für die angezeigten Titel. Sofern aktiv werden die verschlüsselten Inhalte trotzdem heruntergeladen.
+
+
+
+ Script Download Failed
+ Script-Herunterladen fehlgeschlagen
+
+
+
+ Open NUS Script
+ Translating the file type is pointless, since it's not an actual "script"
+ NUS-Script öffnen
- Script Download Failed
-
-
-
-
- Open NUS Script
-
-
-
- NUS Scripts (*.nus *.json)
-
+ "Scripts" isn't the correct way to pluralize a word, and "Scripte" would misalign with referring to them as "Script", so we just keep it as-is (it sounds plural enough anyway!)
+ NUS-Script (*.nus *.json)
-
+ An error occurred while parsing the script file!
-
+ Ein Fehler ist während des Parsen des Script aufgetreten.
-
+ Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again.
-
+ Ein Fehler wurde in Linie {e.lineno}, Spalte {e.colno} gefunden. Das Script muss korrigiert werden.
-
+ An error occurred while parsing Title IDs!
-
+ Ein Fehler ist während des Parsen der Title-IDs aufgetreten.
-
+ 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 Scripts (*.nus *.txt)
- NUS Script (*.nus *.txt)
-
-
- Script Failure
- Script-Fehler
-
-
- Failed to open the script.
- Konnte das NUS-Script nicht öffnen.
+ Der Titel an Stelle {script_data.index(title)} hat keine Title-ID.
@@ -242,19 +228,15 @@ Die neuste Version von NUSGet ist bereits aktiv.
This title isn't shownHauptmenü
-
- Available Titles
- Verfügbare Titel
- Search
-
+ SucheClear
-
+ Leeren
diff --git a/resources/translations/nusget_es.ts b/resources/translations/nusget_es.ts
index 4567a4e..9ca14ee 100644
--- a/resources/translations/nusget_es.ts
+++ b/resources/translations/nusget_es.ts
@@ -244,62 +244,62 @@ Titles will be downloaded to a folder named "NUSGet" inside your downl
-
+ 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!
diff --git a/resources/translations/nusget_fr.ts b/resources/translations/nusget_fr.ts
index 926f3d7..e4cfaff 100644
--- a/resources/translations/nusget_fr.ts
+++ b/resources/translations/nusget_fr.ts
@@ -118,62 +118,62 @@ Titles will be downloaded to a folder named "NUSGet" inside your downl
-
+ 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!
diff --git a/resources/translations/nusget_it.ts b/resources/translations/nusget_it.ts
index 357fdf8..5f71204 100644
--- a/resources/translations/nusget_it.ts
+++ b/resources/translations/nusget_it.ts
@@ -234,62 +234,62 @@ p, li { white-space: pre-wrap; }
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
-
+ 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!
diff --git a/resources/translations/nusget_ko.ts b/resources/translations/nusget_ko.ts
index d61d08a..c003e3f 100644
--- a/resources/translations/nusget_ko.ts
+++ b/resources/translations/nusget_ko.ts
@@ -6,7 +6,7 @@
MainWindow
- 메인윈도우
+ 메인 윈도우Available Titles
@@ -15,12 +15,12 @@
Search
-
+ 검색Clear
-
+ 지우기
@@ -234,64 +234,64 @@ p, li { white-space: pre-wrap; }
다시 시도하세요. 이 문제가 지속되면 GitHub에서 새 이슈를 열어 이 오류가 발생했을 때 무엇을 하려고 했는지 자세히 설명하세요.
-
+ Script Issues Occurred
-
+ 스크립트 문제가 발생함
+
+
+
+ Some issues occurred while running the download script.
+ 다운로드 스크립트를 실행하는 동안 몇 가지 문제가 발생했습니다.
- 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.
-
+ 다음 제목은 오류로 인해 다운로드할 수 없습니다. 스크립트에 나열된 타이틀 ID와 버전이 유효한지 확인하세요.
-
+ 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 스크립트 열기
- Script Download Failed
-
-
-
-
- Open NUS Script
-
-
-
- NUS Scripts (*.nus *.json)
-
+ NUS 스크립트 (*.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.
-
+ {e.lineno} 줄, {e.colno} 열에서 오류가 발생했습니다. 스크립트를 다시 확인하고 다시 시도하세요.
-
+ An error occurred while parsing Title IDs!
-
+ 타이틀 ID를 구문 분석하는 동안 오류가 발생했습니다!
-
+ The title at index {script_data.index(title)} does not have a Title ID!
-
+ {script_data.index(title)} 인덱스의 타이틀에 타이틀 ID가 없습니다!Open NUS script
diff --git a/resources/translations/nusget_nb.ts b/resources/translations/nusget_nb.ts
index f633690..97a40f0 100644
--- a/resources/translations/nusget_nb.ts
+++ b/resources/translations/nusget_nb.ts
@@ -15,12 +15,12 @@
Search
-
+ SøkClear
-
+ Klar
@@ -65,7 +65,7 @@
Run Script
-
+ Kjøre Skript
@@ -122,7 +122,14 @@ li.unchecked::marker { content: "\2610"; }
li.checked::marker { content: "\2612"; }
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<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; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
+<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; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
@@ -162,17 +169,17 @@ Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmap
No Output Selected
-
+ Ingen Utgang ValgtYou have not selected any format to output the data in!
-
+ Du ikke har valgt noe format å lagre dataene i!Please select at least one option for how you would like the download to be saved.
-
+ Velg minst ett valg for hvordan du vil at nedlastingen skal lagres.
@@ -202,7 +209,7 @@ Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmap
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.
+ Sjekk 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.
@@ -247,103 +254,109 @@ Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmap
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.
+ 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 Issues Occurred
-
+ Skriptfeil OppstodSome issues occurred while running the download script.
-
+ Noen feil oppstod under kjøring av nedlastingsskriptet.Check the log for more details about what issues were encountered.
-
+ Sjekk loggen for mer informasjon om feilene som har oppstått.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.
-
+ Følgende titler kunne ikke lastes ned på grunn av en feil. Sjekk at Tittel IDen og versjon som er oppført i skriptet er gyldige.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.
-
+ Du aktiverte "Opprett dekryptert innhold" eller "Pakk installerbart archive", men følgende titler i skriptet har ikke tilgjengelige billetter. Hvis aktivert, ble kryptert innhold fortsatt lastet ned.Script Download Failed
-
+ Skriptnedlasting MislyktesOpen NUS Script
-
+ Åpne NUS SkriptNUS Scripts (*.nus *.json)
-
+ NUS Skript (*.nus *.json)An error occurred while parsing the script file!
-
+ Det oppstod en feil under parsing av skriptfilen!Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again.
-
+ An error occurred while parsing Title IDs!
-
+ Det oppstod en feil under parsing av Tittel IDer!The title at index {script_data.index(title)} does not have a Title ID!
-
+ Tittelen ved indeks {script_data.index(title)} har ikke en Tittel ID!Apply patches to IOS (Applies to WADs only)
-
+ Påfør patcher på IOS (gjelder kun WADer)NUSGet Update Available
-
+ NUSGet Oppdatering TilgjengeligThere's a newer version of NUSGet available!
-
+ Det finnes en nyere versjon av NUSGet tilgjengelig!
Could not check for updates.
-
+
+
+Kunne ikke sjekke for oppdateringer.
There's a newer version of NUSGet available!
-
+
+
+Det finnes en nyere versjon av NUSGet tilgjengelig!
You're running the latest release of NUSGet.
-
+
+
+Du kjører den nyeste versjonen av NUSGet.
diff --git a/resources/translations/nusget_no.ts b/resources/translations/nusget_no.ts
index f633690..97a40f0 100644
--- a/resources/translations/nusget_no.ts
+++ b/resources/translations/nusget_no.ts
@@ -15,12 +15,12 @@
Search
-
+ SøkClear
-
+ Klar
@@ -65,7 +65,7 @@
Run Script
-
+ Kjøre Skript
@@ -122,7 +122,14 @@ li.unchecked::marker { content: "\2610"; }
li.checked::marker { content: "\2612"; }
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<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; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+hr { height: 1px; border-width: 0; }
+li.unchecked::marker { content: "\2610"; }
+li.checked::marker { content: "\2612"; }
+</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
+<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; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
@@ -162,17 +169,17 @@ Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmap
No Output Selected
-
+ Ingen Utgang ValgtYou have not selected any format to output the data in!
-
+ Du ikke har valgt noe format å lagre dataene i!Please select at least one option for how you would like the download to be saved.
-
+ Velg minst ett valg for hvordan du vil at nedlastingen skal lagres.
@@ -202,7 +209,7 @@ Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmap
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.
+ Sjekk 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.
@@ -247,103 +254,109 @@ Titler er lastes ned til en mappe med navnet "NUSGet" i nedlastingsmap
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.
+ 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 Issues Occurred
-
+ Skriptfeil OppstodSome issues occurred while running the download script.
-
+ Noen feil oppstod under kjøring av nedlastingsskriptet.Check the log for more details about what issues were encountered.
-
+ Sjekk loggen for mer informasjon om feilene som har oppstått.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.
-
+ Følgende titler kunne ikke lastes ned på grunn av en feil. Sjekk at Tittel IDen og versjon som er oppført i skriptet er gyldige.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.
-
+ Du aktiverte "Opprett dekryptert innhold" eller "Pakk installerbart archive", men følgende titler i skriptet har ikke tilgjengelige billetter. Hvis aktivert, ble kryptert innhold fortsatt lastet ned.Script Download Failed
-
+ Skriptnedlasting MislyktesOpen NUS Script
-
+ Åpne NUS SkriptNUS Scripts (*.nus *.json)
-
+ NUS Skript (*.nus *.json)An error occurred while parsing the script file!
-
+ Det oppstod en feil under parsing av skriptfilen!Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again.
-
+ An error occurred while parsing Title IDs!
-
+ Det oppstod en feil under parsing av Tittel IDer!The title at index {script_data.index(title)} does not have a Title ID!
-
+ Tittelen ved indeks {script_data.index(title)} har ikke en Tittel ID!Apply patches to IOS (Applies to WADs only)
-
+ Påfør patcher på IOS (gjelder kun WADer)NUSGet Update Available
-
+ NUSGet Oppdatering TilgjengeligThere's a newer version of NUSGet available!
-
+ Det finnes en nyere versjon av NUSGet tilgjengelig!
Could not check for updates.
-
+
+
+Kunne ikke sjekke for oppdateringer.
There's a newer version of NUSGet available!
-
+
+
+Det finnes en nyere versjon av NUSGet tilgjengelig!
You're running the latest release of NUSGet.
-
+
+
+Du kjører den nyeste versjonen av NUSGet.
diff --git a/resources/translations/nusget_ro.ts b/resources/translations/nusget_ro.ts
index 05ffa46..66c34dd 100644
--- a/resources/translations/nusget_ro.ts
+++ b/resources/translations/nusget_ro.ts
@@ -15,7 +15,7 @@ Select a title from the list on the left, or enter a Title ID to begin.
Titles marked with a checkmark are free and have a ticket available, and can be decrypted and/or packed into a WAD or TAD. Titles with an X do not have a ticket, and only their encrypted contents can be saved.
Titles will be downloaded to a folder named "NUSGet" inside your downloads folder.
- NUSGet v{nusget_version}
+ NUSGet v{nusget_version}
Dezvoltat de NinjaCheetah
Operat de libWiiPy {libwiipy_version}
Suport pentru DSi oferit de libTWLPy {libtwlpy_version}
@@ -29,162 +29,162 @@ Titlurile vor fi descărcate într-un folder numit „NUSGet” în fișierul dv
NUSGet Update Available
- Actualizare NUSGet disponibilă
+ Actualizare NUSGet disponibilăThere's a newer version of NUSGet available!
- O nouă versiune NUSGet este disponibilă!
+ O nouă versiune NUSGet este disponibilă!No Output Selected
- Nu s-a selectat un output.
+ Nu s-a selectat un outputYou have not selected any format to output the data in!
- Nu ați selectat niciun format de ieșire.
+ 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.
+ 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
+ Title ID invalidThe Title ID you have entered is not in a valid format!
- Title ID pe care l-ați introdus este invalid!
+ 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-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ă
+ 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!
+ Niciun titlu care să corespundă cu Title ID-ul 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.
+ Vă rugăm să vă asigurați că ați introdus un Title ID valid sau ați selectat unul 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.
+ Decriptarea conținutului a eșuatContent 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.
+ 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.
+ 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
+ Ticket-ul nu este valabilNo Ticket is Available for the Requested Title!
- Niciun Ticket nu este valabil pentru titlul dorit.
+ 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.
+ 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ă
+ Eroare necunoscutăAn Unknown Error has Occurred!
- S-a produs o eroare necunoscută!
+ 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.
+ 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 Issues Occurred
-
+ Au apărut probleme cu scriptul
+
+
+
+ Some issues occurred while running the download script.
+ Au apărut câteva probleme la rularea scriptului descărcat.
- Some issues occurred while running the download script.
-
-
-
- Check the log for more details about what issues were encountered.
-
+ Verificați logurile pentru mai multe detalii despre problemele întâmpinate.
-
+ 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.
-
+ Următoarele titluri nu au putut fi descărcate din cauza unei erori. Vă rugăm să vă asigurați că Title ID și versiunea listate în script sunt valide.
-
+ 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.
-
+ Ați activat „Creare conținut decriptat” sau „Împachetați arhiva instalabilă”, dar următoarele titluri în script nu au tichete valabile.În acest caz, conținuturile encriptate au fost oricum descărcate.
+
+
+
+ Script Download Failed
+ Descărcarea scriptului a eșuat
+
+
+
+ Open NUS Script
+ Deschideți script NUS
- Script Download Failed
-
-
-
-
- Open NUS Script
-
-
-
- NUS Scripts (*.nus *.json)
-
+ Scripturi NUS (*.nus *.json)
-
+ An error occurred while parsing the script file!
-
+ A apărut o eroare la parssarea acestui fișier script!
-
+ Error encountered at line {e.lineno}, column {e.colno}. Please double-check the script and try again.
-
+ S-a produs o eroare la linia {e.lineno}, coloana {e.colno}. Vă rugăm verificați scriptul și încercați din nou.
-
+ An error occurred while parsing Title IDs!
-
+ A apărut o eroare la procesarea Title ID-urilor!
-
+ The title at index {script_data.index(title)} does not have a Title ID!
-
+ Titlul la poziția {script_data.index(title)} nu are un Title ID!Open NUS script
@@ -201,7 +201,7 @@ Titlurile vor fi descărcate într-un folder numit „NUSGet” în fișierul dv
MainWindow
- Fereastra principală
+ Fereastra principalăAvailable Titles
@@ -210,107 +210,107 @@ Titlurile vor fi descărcate într-un folder numit „NUSGet” în fișierul dv
Search
-
+ CăutațiClear
-
+ Goliți câmpulWii
-
+ WiivWii
-
+ vWiiDSi
-
+ DSiTitle ID
-
+ Title IDv
-
+ vVersion
- Versiune
+ VersiuneConsole:
- Consolă
+ Consolă:Start Download
- Începeți descărcarea
+ Începeți descărcareaRun Script
- Rulați script
+ Rulați scriptGeneral Settings
- Setări Generale
+ Setări GeneralePack installable archive (WAD/TAD)
- Împachetați arhiva instalabilă (WAD/TAD)
+ Împachetați arhiva instalabilă (WAD/TAD)File Name
- Nume fișier
+ Nume fișierKeep encrypted contents
- Păstrați conținuturile encriptate
+ Păstrați conținuturile encriptateCreate decrypted contents (*.app)
- Creați conținuturi decriptate (*.app)
+ Creați conținuturi decriptate (*.app)Use local files, if they exist
- Folosiți fișiere locale, dacă există
+ Folosiți fișiere locale, dacă existăUse the Wii U NUS (faster, only effects Wii/vWii)
- Folosiți Wii U NUS (mai rapid, doar pentru Wii/vWii)
+ Folosiți Wii U NUS (mai rapid, doar pentru Wii/vWii)Apply patches to IOS (Applies to WADs only)
- Aplicați patch-uri pentru IOS (se aplică doar pe WAD-uri)
+ Aplicați patch-uri pentru IOS (se aplică doar pentru WAD-uri)vWii Title Settings
- vWII Setări titlu
+ vWII Setări titluRe-encrypt title using the Wii Common Key
- Re-encriptați titlul folosind cheia comună Wii
+ Re-encriptați titlul folosind cheia comună Wii
@@ -322,28 +322,34 @@ li.unchecked::marker { content: "\2610"; }
li.checked::marker { content: "\2612"; }
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<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; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html>
-
+
Could not check for updates.
- Nu s-a putut verifica dacă există actualizări.
+
+
+Nu s-a putut verifica dacă există actualizări.
There's a newer version of NUSGet available!
- O nouă versiune de NUSGet este valabilă!
+
+
+O nouă versiune de NUSGet este valabilă!
You're running the latest release of NUSGet.
- Utilizați ultima versiune de NUSGet.
+
+
+Utilizați ultima versiune de NUSGet.