mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-14 06:33:15 +00:00
Auto Update (#1006)
* Updater * clang * Adding Updater icon * Updater * TR * settings_dialog.ui * Changelog for Pre-release only * Adding Dump and Download icons * Forgot this... * fix linux and resize * powershell_unzip | changelog fix Does not use zlin-ng to unpack, now uses powershell on windows and on linux/mac uses unzip or 7z, and if it does not find it, it will ask if you want to install it before extracting. Do not show the changelog button if: The current version is a pre-release and the version to be downloaded is a release. * Clang * formatting * links fixed --------- Co-authored-by: Xphalnos <164882787+Xphalnos@users.noreply.github.com>
This commit is contained in:
parent
cec9275c85
commit
f79da986e3
42 changed files with 5890 additions and 244 deletions
|
@ -168,6 +168,11 @@
|
|||
<source>Boot Game</source>
|
||||
<translation>Uruchom grę</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main_window_ui.h" line="308"/>
|
||||
<source>Check for Updates</source>
|
||||
<translation>Sprawdź aktualizacje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main_window_ui.h" line="314"/>
|
||||
<source>About shadPS4</source>
|
||||
|
@ -308,11 +313,11 @@
|
|||
<source>Themes</source>
|
||||
<translation>Motywy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main_window_ui.h" line="358"/>
|
||||
<source>About</source>
|
||||
<translation>O programie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main_window_ui.h" line="358"/>
|
||||
<source>Help</source>
|
||||
<translation>Pomoc</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main_window_ui.h" line="359"/>
|
||||
<source>Dark</source>
|
||||
|
@ -497,6 +502,21 @@
|
|||
<source>Enable RenderDoc Debugging</source>
|
||||
<translation>Włącz debugowanie RenderDoc</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.ui" line="274"/>
|
||||
<source>Update</source>
|
||||
<translation>Aktualizacja</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.ui" line="286"/>
|
||||
<source>Check for Updates at Startup</source>
|
||||
<translation>Sprawdź aktualizacje przy starcie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.ui" line="322"/>
|
||||
<source>Check for Updates</source>
|
||||
<translation>Sprawdź aktualizacje</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
|
@ -975,4 +995,177 @@
|
|||
<translation>Ścieżka</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
<context>
|
||||
<name>CheckUpdate</name>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="34"/>
|
||||
<source>Auto Updater</source>
|
||||
<translation>Automatyczne aktualizacje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="51"/>
|
||||
<source>Error</source>
|
||||
<translation>Błąd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="52"/>
|
||||
<source>Invalid update channel: </source>
|
||||
<translation>Nieprawidłowy kanał aktualizacji: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="53"/>
|
||||
<source>In updateChannel in config.tml file must contain 'stable' or 'unstable'</source>
|
||||
<translation>W pliku config.tml, updateChannel musi zawierać 'stable' lub 'unstable'</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="64"/>
|
||||
<source>Network error:</source>
|
||||
<translation>Błąd sieci:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="73"/>
|
||||
<source>Failed to parse update information.</source>
|
||||
<translation>Nie udało się sparsować informacji o aktualizacji.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="89"/>
|
||||
<source>No pre-releases found.</source>
|
||||
<translation>Nie znaleziono wersji przedpremierowych.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="102"/>
|
||||
<source>Invalid release data.</source>
|
||||
<translation>Nieprawidłowe dane wydania.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="142"/>
|
||||
<source>No download URL found for the specified asset.</source>
|
||||
<translation>Nie znaleziono adresu URL do pobrania dla określonego zasobu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="148"/>
|
||||
<source>Your version is already up to date!</source>
|
||||
<translation>Twoja wersja jest już aktualna!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="172"/>
|
||||
<source>Update Available</source>
|
||||
<translation>Dostępna aktualizacja</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="177"/>
|
||||
<source>Current Version</source>
|
||||
<translation>Aktualna wersja</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="178"/>
|
||||
<source>Latest Version</source>
|
||||
<translation>Ostatnia wersja</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="179"/>
|
||||
<source>Do you want to update?</source>
|
||||
<translation>Czy chcesz zaktualizować?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="193"/>
|
||||
<source>Show Changelog</source>
|
||||
<translation>Pokaż zmiany</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="198"/>
|
||||
<source>Check for Updates at Startup</source>
|
||||
<translation>Sprawdź aktualizacje przy starcie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="199"/>
|
||||
<source>Update</source>
|
||||
<translation>Aktualizuj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="200"/>
|
||||
<source>No</source>
|
||||
<translation>Nie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="223"/>
|
||||
<source>Hide Changelog</source>
|
||||
<translation>Ukryj zmiany</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="296"/>
|
||||
<source>Changes</source>
|
||||
<translation>Zmiany</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="310"/>
|
||||
<source>Network error occurred while trying to access the URL</source>
|
||||
<translation>Błąd sieci wystąpił podczas próby uzyskania dostępu do URL</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="330"/>
|
||||
<source>Download Complete</source>
|
||||
<translation>Pobieranie zakończone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="331"/>
|
||||
<source>The update has been downloaded, press OK to install.</source>
|
||||
<translation>Aktualizacja została pobrana, naciśnij OK, aby zainstalować.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="336"/>
|
||||
<source>Failed to save the update file at</source>
|
||||
<translation>Nie udało się zapisać pliku aktualizacji w</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="352"/>
|
||||
<source>Failed to open the ZIP file</source>
|
||||
<translation>Nie udało się otworzyć pliku ZIP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="420"/>
|
||||
<source>File name is empty. Possibly corrupted ZIP.</source>
|
||||
<translation>Nazwa pliku jest pusta. Możliwe, że ZIP jest uszkodzony.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="445"/>
|
||||
<source>Failed to create directory</source>
|
||||
<translation>Nie udało się utworzyć katalogu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="464"/>
|
||||
<source>Error decompressing file</source>
|
||||
<translation>Błąd podczas dekompresji pliku</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="487"/>
|
||||
<source>Failed to open output file</source>
|
||||
<translation>Nie udało się otworzyć pliku wyjściowego</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="497"/>
|
||||
<source>Unsupported compression method for file:</source>
|
||||
<translation>Nieobsługiwana metoda kompresji dla pliku:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="510"/>
|
||||
<source>Failed to create TAR extraction directory</source>
|
||||
<translation>Nie udało się utworzyć katalogu do rozpakowania TAR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="525"/>
|
||||
<source>Failed to extract the TAR file</source>
|
||||
<translation>Nie udało się wyodrębnić pliku TAR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="545"/>
|
||||
<source>Starting Update...</source>
|
||||
<translation>Rozpoczynanie aktualizacji...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../checkUpdate.cpp" line="619"/>
|
||||
<source>Failed to create the update script file</source>
|
||||
<translation>Nie udało się utworzyć pliku skryptu aktualizacji</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
Add table
Add a link
Reference in a new issue