This commit is contained in:
parent
47089e4300
commit
53639a10e6
|
@ -28,7 +28,6 @@ class CheatsPatches : public QWidget {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
// Constructor and Destructor
|
||||
CheatsPatches(const QString& gameName, const QString& gameSerial, const QString& gameVersion,
|
||||
const QString& gameSize, const QPixmap& gameImage, QWidget* parent = nullptr);
|
||||
~CheatsPatches();
|
||||
|
@ -53,16 +52,16 @@ private:
|
|||
void populateFileListCheats();
|
||||
void populateFileListPatches();
|
||||
|
||||
void createFilesJson(const QString& repository);
|
||||
void uncheckAllCheatCheckBoxes();
|
||||
void updateNoteTextEdit(const QString& patchName);
|
||||
|
||||
void addCheatsToLayout(const QJsonArray& modsArray, const QJsonArray& creditsArray);
|
||||
void addPatchesToLayout(const QString& serial);
|
||||
|
||||
void applyCheat(const QString& modName, bool enabled);
|
||||
void applyPatch(const QString& patchName, bool enabled);
|
||||
|
||||
void createFilesJson(const QString& repository);
|
||||
void uncheckAllCheatCheckBoxes();
|
||||
void updateNoteTextEdit(const QString& patchName);
|
||||
|
||||
// Network Manager
|
||||
QNetworkAccessManager* manager;
|
||||
|
||||
|
|
|
@ -319,7 +319,7 @@ void MainWindow::CreateConnects() {
|
|||
});
|
||||
|
||||
// Cheats/Patches Download.
|
||||
connect(ui->checkAllUpdatesCheatsAct, &QAction::triggered, this, [this]() {
|
||||
connect(ui->downloadCheatsPatchesAct, &QAction::triggered, this, [this]() {
|
||||
QDialog* panelDialog = new QDialog(this);
|
||||
QVBoxLayout* layout = new QVBoxLayout(panelDialog);
|
||||
QPushButton* downloadAllCheatsButton =
|
||||
|
|
|
@ -25,7 +25,7 @@ public:
|
|||
QAction* setlistModeGridAct;
|
||||
QAction* setlistElfAct;
|
||||
QAction* gameInstallPathAct;
|
||||
QAction* checkAllUpdatesCheatsAct;
|
||||
QAction* downloadCheatsPatchesAct;
|
||||
QAction* dumpGameListAct;
|
||||
QAction* pkgViewerAct;
|
||||
QAction* aboutAct;
|
||||
|
@ -121,8 +121,8 @@ public:
|
|||
gameInstallPathAct = new QAction(MainWindow);
|
||||
gameInstallPathAct->setObjectName("gameInstallPathAct");
|
||||
gameInstallPathAct->setIcon(QIcon(":images/folder_icon.png"));
|
||||
checkAllUpdatesCheatsAct = new QAction(MainWindow);
|
||||
checkAllUpdatesCheatsAct->setObjectName("checkAllUpdatesCheatsAct");
|
||||
downloadCheatsPatchesAct = new QAction(MainWindow);
|
||||
downloadCheatsPatchesAct->setObjectName("downloadCheatsPatchesAct");
|
||||
dumpGameListAct = new QAction(MainWindow);
|
||||
dumpGameListAct->setObjectName("dumpGameList");
|
||||
pkgViewerAct = new QAction(MainWindow);
|
||||
|
@ -279,7 +279,7 @@ public:
|
|||
menuSettings->addAction(configureAct);
|
||||
menuSettings->addAction(gameInstallPathAct);
|
||||
menuSettings->addAction(menuUtils->menuAction());
|
||||
menuUtils->addAction(checkAllUpdatesCheatsAct);
|
||||
menuUtils->addAction(downloadCheatsPatchesAct);
|
||||
menuUtils->addAction(dumpGameListAct);
|
||||
menuUtils->addAction(pkgViewerAct);
|
||||
menuAbout->addAction(aboutAct);
|
||||
|
@ -326,7 +326,7 @@ public:
|
|||
setlistElfAct->setText(QCoreApplication::translate("MainWindow", "Elf Viewer", nullptr));
|
||||
gameInstallPathAct->setText(
|
||||
QCoreApplication::translate("MainWindow", "Game Install Directory", nullptr));
|
||||
checkAllUpdatesCheatsAct->setText(
|
||||
downloadCheatsPatchesAct->setText(
|
||||
QCoreApplication::translate("MainWindow", "Download Cheats/Patches", nullptr));
|
||||
dumpGameListAct->setText(
|
||||
QCoreApplication::translate("MainWindow", "Dump Game List", nullptr));
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Snyd/Patches er eksperimentelle. Brug med forsigtighed.\n\nHent snydene individuelt ved at vælge repository og klikke på download-knappen.\nI Patch-fanen kan du hente alle patches på én gang, vælge hvilke du vil bruge, og gemme valget. I 'Indstillinger->utils' kan du hente alle/slette.\n\nDa vi ikke udvikler snyd/patches,\nvenligst rapporter problemer til snyd-udvikleren.\n\nHar du lavet et nyt snyd? Besøg:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches er eksperimentelle.\nBrug med forsigtighed.\n\nDownload cheats individuelt ved at vælge lageret og klikke på download-knappen.\nUnder fanen Patches kan du downloade alle patches på én gang, vælge hvilke du vil bruge og gemme valget.\n\nDa vi ikke udvikler cheats/patches,\nvenligst rapporter problemer til cheat-udvikleren.\n\nHar du lavet en ny cheat? Besøg:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Cheats/Patches sind experimentell. Benutzen Sie sie mit Vorsicht.\n\nLaden Sie Cheats einzeln herunter, indem Sie das Repository auswählen und auf die Download-Schaltfläche klicken.\nIm Patch-Tab können Sie alle Patches auf einmal herunterladen, auswählen, welche Sie verwenden möchten, und die Auswahl speichern. Unter 'Einstellungen->utils' können Sie alle herunterladen/löschen.\n\nDa wir keine Cheats/Patches entwickeln,\nbitte melden Sie Probleme dem Cheat-Entwickler.\n\nHaben Sie einen neuen Cheat erstellt? Besuchen Sie:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches sind experimentell.\nVerwenden Sie sie mit Vorsicht.\n\nLaden Sie Cheats einzeln herunter, indem Sie das Repository auswählen und auf die Download-Schaltfläche klicken.\nAuf der Registerkarte Patches können Sie alle Patches auf einmal herunterladen, auswählen, welche Sie verwenden möchten, und die Auswahl speichern.\n\nDa wir die Cheats/Patches nicht entwickeln,\nbitte melden Sie Probleme an den Cheat-Autor.\n\nHaben Sie einen neuen Cheat erstellt? Besuchen Sie:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Τα Cheats/Patches είναι πειραματικά. Χρησιμοποιήστε τα με προσοχή.\n\nΚατεβάστε Cheats ένα-ένα, επιλέγοντας το αποθετήριο και κάνοντας κλικ στο κουμπί λήψης.\nΣτο Tab Patch μπορείτε να κατεβάσετε όλα τα Patches ταυτόχρονα, να επιλέξετε ποια θέλετε να χρησιμοποιήσετε και να αποθηκεύσετε την επιλογή. Στην ενότητα 'Ρυθμίσεις->utils' μπορείτε να κατεβάσετε/διαγράψετε όλα.\n\nΔεδομένου ότι δεν αναπτύσσουμε Cheats/Patches,\nπαρακαλώ αναφέρετε προβλήματα στον προγραμματιστή του Cheat.\n\nΔημιουργήσατε νέο Cheat; Επισκεφθείτε:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Οι cheats/patches είναι πειραματικά.\nΧρησιμοποιήστε τα με προσοχή.\n\nΚατεβάστε τους cheats μεμονωμένα επιλέγοντας το αποθετήριο και κάνοντας κλικ στο κουμπί λήψης.\nΣτην καρτέλα Patches, μπορείτε να κατεβάσετε όλα τα patches ταυτόχρονα, να επιλέξετε ποια θέλετε να χρησιμοποιήσετε και να αποθηκεύσετε την επιλογή.\n\nΔεδομένου ότι δεν αναπτύσσουμε τους cheats/patches,\nπαρακαλώ αναφέρετε προβλήματα στον δημιουργό του cheat.\n\nΔημιουργήσατε ένα νέο cheat; Επισκεφθείτε:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Cheat/Patches are experimental. Use with caution.\n\nDownload the cheats individually by selecting the repository and clicking the download button.\nIn the Patch tab you can download all Patches at once, choose which one you want to use and save the option. In 'Settings->utils' you can download all/delete.\n\nAs we do not develop the Cheat/Patches,\nplease report issues related to the cheat author.\n\nHave you created a new cheat? Visit:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches are experimental.\nUse with caution.\n\nDownload cheats individually by selecting the repository and clicking the download button.\nIn the Patches tab, you can download all patches at once, choose which ones you want to use, and save your selection.\n\nSince we do not develop the Cheats/Patches,\nplease report issues to the cheat author.\n\nCreated a new cheat? Visit:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Los trucos/parches son experimentales. Úselo con precaución.\n\nDescargue los trucos individualmente seleccionando el repositorio y haciendo clic en el botón de descarga.\nEn la pestaña de parches puedes descargar todos los parches a la vez, elegir cuál quieres usar y guardar la opción. En 'Ajustes->utilidades' puedes descargar todo/eliminar.\n\nComo no desarrollamos los trucos/parches,\npor favor informe los problemas relacionados con el autor del truco.\n\n¿Has creado un nuevo truco? Visita:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Los cheats/patches son experimentales.\nÚselos con precaución.\n\nDescargue los cheats individualmente seleccionando el repositorio y haciendo clic en el botón de descarga.\nEn la pestaña Patches, puede descargar todos los patches a la vez, elegir cuáles desea usar y guardar la selección.\n\nComo no desarrollamos los Cheats/Patches,\npor favor informe los problemas al autor del cheat.\n\n¿Creaste un nuevo cheat? Visita:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Huijaukset/Korjaukset ovat kokeellisia. Käytä varoen.\n\nLataa huijaukset yksittäin valitsemalla repositorio ja napsauttamalla latauspainiketta.\nKorjaus-välilehdellä voit ladata kaikki korjaukset kerralla, valita haluamasi ja tallentaa vaihtoehdon. 'Asetukset->työkalut'-välilehdellä voit ladata kaikki/poistaa.\n\nKoska emme kehitä huijauksia/korjauksia,\nilmoita ongelmista huijauksen tekijälle.\n\nOletko luonut uuden huijauksen? Vieraile:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches ovat kokeellisia.\nKäytä varoen.\n\nLataa cheats yksitellen valitsemalla repositorio ja napsauttamalla latauspainiketta.\nPatches-välilehdellä voit ladata kaikki patchit kerralla, valita, mitä haluat käyttää, ja tallentaa valinnan.\n\nKoska emme kehitä Cheats/Patches,\nilmoita ongelmista cheatin tekijälle.\n\nLuo uusi cheat? Käy osoitteessa:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Les cheats/patches sont expérimentaux. Utilisez avec prudence.\n\nTéléchargez les cheats individuellement en sélectionnant le dépôt et en cliquant sur le bouton de téléchargement.\nDans l'onglet Patch, vous pouvez télécharger tous les patches en une fois, choisir celui que vous souhaitez utiliser et enregistrer l'option. Dans 'Paramètres->utils', vous pouvez télécharger tout/supprimer.\n\nComme nous ne développons pas les cheats/patches,\nmerci de signaler les problèmes au développeur des cheats.\n\nAvez-vous créé un nouveau cheat ? Visitez :\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Les cheats/patches sont expérimentaux.\nUtilisez-les avec précaution.\n\nTéléchargez les cheats individuellement en sélectionnant le dépôt et en cliquant sur le bouton de téléchargement.\nDans l'onglet Patches, vous pouvez télécharger tous les patches en une seule fois, choisir lesquels vous souhaitez utiliser et enregistrer votre sélection.\n\nComme nous ne développons pas les Cheats/Patches,\nmerci de signaler les problèmes à l'auteur du cheat.\n\nVous avez créé un nouveau cheat ? Visitez :\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>A csalások/javítások kísérleti jellegűek. Használatuk során légy óvatos.\n\nTöltsd le a csalásokat egyesével a tároló kiválasztásával és a letöltési gomb megnyomásával.\nA Javítások fül alatt letöltheted az összes javítást egyszerre, válaszd ki, melyiket szeretnéd használni, és mentsd el a beállítást. A 'Beállítások->eszközök' menüpont alatt letöltheted az összeset/törölheted.\n\nMivel nem fejlesztjük a Csalásokat/Javításokat,\n kérjük, hogy a csalás szerzőjével kapcsolatban jelentkezz be.\n\nÚj csalást készítettél? Látogass el ide:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>A csalások/patchek kísérleti jellegűek.\nHasználja őket óvatosan.\n\nTöltse le a csalásokat egyesével a repository kiválasztásával és a letöltés gombra kattintással.\nA Patches fül alatt egyszerre letöltheti az összes patchet, választhat, melyeket szeretné használni, és elmentheti a választását.\n\nMivel nem fejlesztjük a csalásokat/patch-eket,\nkérjük, jelentse a problémákat a csalás szerzőjének.\n\nKészített egy új csalást? Látogasson el ide:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Cheat/Patch bersifat eksperimental. Gunakan dengan hati-hati.\n\nUnduh cheat secara individu dengan memilih repositori dan mengklik tombol unduh.\nDi tab Patch, Anda dapat mengunduh semua Patch sekaligus, pilih yang ingin Anda gunakan dan simpan opsi tersebut. Di 'Settings->utils' Anda dapat mengunduh semua/menghapus.\n\nKarena kami tidak mengembangkan Cheat/Patch,\nharap laporkan masalah terkait kepada penulis cheat.\n\nApakah Anda telah membuat cheat baru? Kunjungi:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches bersifat eksperimental.\nGunakan dengan hati-hati.\n\nUnduh cheats satu per satu dengan memilih repositori dan mengklik tombol unduh.\nDi tab Patches, Anda dapat mengunduh semua patch sekaligus, memilih yang ingin digunakan, dan menyimpan pilihan Anda.\n\nKarena kami tidak mengembangkan Cheats/Patches,\nharap laporkan masalah kepada pembuat cheat.\n\nMembuat cheat baru? Kunjungi:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Cheat/Patch bersifat eksperimen. Gunakan dengan hati-hati.\n\nUnduh cheat secara individu dengan memilih repositori dan mengklik tombol unduh.\nDi tab Patch, Anda dapat mengunduh semua Patch sekaligus, pilih yang ingin Anda gunakan dan simpan opsinya. Di 'Pengaturan->utils' Anda dapat mengunduh semua/menghapus.\n\nKarena kami tidak mengembangkan Cheat/Patch,\nharap laporkan masalah terkait kepada penulis cheat.\n\nApakah Anda membuat cheat baru? Kunjungi:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>I cheats/patches sono sperimentali.\nUtilizzali con cautela.\n\nScarica i cheats singolarmente selezionando il repository e cliccando sul pulsante di download.\nNella scheda Patches, puoi scaricare tutti i patch in una volta sola, scegliere quali vuoi utilizzare e salvare la tua selezione.\n\nPoiché non sviluppiamo i Cheats/Patches,\nper favore segnala i problemi all'autore del cheat.\n\nHai creato un nuovo cheat? Visita:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>チート/パッチは実験的です。慎重に使用してください。\n\nリポジトリを選択し、ダウンロードボタンをクリックしてチートを個別にダウンロードします。\nパッチタブでは、すべてのパッチを一度にダウンロードし、使用したいものを選択してオプションを保存できます。'Settings->utils' では、すべてのダウンロード/削除が可能です。\n\nチート/パッチは開発していないため、\nチートの作者に関連する問題を報告してください。\n\n新しいチートを作成しましたか?こちらをご覧ください:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>チート/パッチは実験的です。\n使用には注意してください。\n\nリポジトリを選択し、ダウンロードボタンをクリックしてチートを個別にダウンロードします。\n「Patches」タブでは、すべてのパッチを一度にダウンロードし、使用したいものを選択して選択を保存できます。\n\nチート/パッチを開発していないため、\n問題があればチートの作者に報告してください。\n\n新しいチートを作成しましたか?\nhttps://github.com/shadps4-emu/ps4_cheats を訪問してください。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Cheat/Patches are experimental. Use with caution.\n\nDownload the cheats individually by selecting the repository and clicking the download button.\nIn the Patch tab you can download all Patches at once, choose which one you want to use and save the option. In 'Settings->utils' you can download all/delete.\n\nAs we do not develop the Cheat/Patches,\nplease report issues related to the cheat author.\n\nHave you created a new cheat? Visit:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches are experimental.\nUse with caution.\n\nDownload cheats individually by selecting the repository and clicking the download button.\nIn the Patches tab, you can download all patches at once, choose which ones you want to use, and save your selection.\n\nSince we do not develop the Cheats/Patches,\nplease report issues to the cheat author.\n\nCreated a new cheat? Visit:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Sukčiavimai / Pataisos yra eksperimentiniai. Naudokite atsargiai.\n\nAtsisiųskite sukčiavimus atskirai pasirinkdami saugyklą ir paspausdami atsisiuntimo mygtuką.\nPataisų skirtuke galite atsisiųsti visas pataisas vienu metu, pasirinkti, kurią norite naudoti, ir išsaugoti pasirinkimą. Skiltyje 'Nustatymai->įrankiai' galite atsisiųsti viską / ištrinti.\n\nKadangi mes nesukuriame sukčiavimų / pataisų,\npraneškite apie problemas susijusias su sukčiavimų autoriumi.\n\nSukūrėte naują sukčiavimą? Apsilankykite:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches yra eksperimentiniai.\nNaudokite atsargiai.\n\nAtsisiųskite cheats atskirai pasirinkdami saugyklą ir paspausdami atsisiuntimo mygtuką.\nPatches skirtuke galite atsisiųsti visus patch’us vienu metu, pasirinkti, kuriuos norite naudoti, ir išsaugoti pasirinkimą.\n\nKadangi mes nekurime Cheats/Patches,\npraneškite problemas cheat autoriui.\n\nSukūrėte naują cheat? Apsilankykite:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Jukser/Oppdateringer er eksperimentelle. Bruk med forsiktighet.\n\nLast ned jukser individuelt ved å velge depotet og klikke på last ned-knappen.\nI Patch-fanen kan du laste ned alle oppdateringer samtidig, velge hvilken du vil bruke og lagre valget. I 'Innstillinger->verktøy' kan du laste ned alle/slette.\n\nSiden vi ikke utvikler Jukser/Oppdateringer,\nvennligst rapporter problemer relatert til juksforfatteren.\n\nHar du laget en ny juks? Besøk:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches er eksperimentelle.\nBruk med forsiktighet.\n\nLast ned cheats individuelt ved å velge depotet og klikke på nedlastingsknappen.\nPå fanen Patches kan du laste ned alle patches samtidig, velge hvilke du ønsker å bruke, og lagre valget ditt.\n\nSiden vi ikke utvikler Cheats/Patches,\nvær vennlig å rapportere problemer til cheat-utvikleren.\n\nHar du laget en ny cheat? Besøk:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Cheats/Patches zijn experimenteel. Gebruik met voorzichtigheid.\n\nDownload cheats afzonderlijk door het depot te selecteren en op de download-knop te klikken.\nOp het tabblad Patch kun je alle patches tegelijk downloaden, kiezen welke je wilt gebruiken en je keuze opslaan. In 'Instellingen->hulpmiddelen' kun je alles downloaden/verwijderen.\n\nAangezien wij geen Cheats/Patches ontwikkelen,\nrapporteren eventuele problemen aan de maker van de cheats.\n\nHeb je een nieuwe cheat gemaakt? Bezoek:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches zijn experimenteel.\nGebruik met voorzichtigheid.\n\nDownload cheats afzonderlijk door het repository te selecteren en op de downloadknop te klikken.\nOp het tabblad Patches kun je alle patches tegelijk downloaden, kiezen welke je wilt gebruiken en je selectie opslaan.\n\nAangezien wij de Cheats/Patches niet ontwikkelen,\nmeld problemen bij de auteur van de cheat.\n\nHeb je een nieuwe cheat gemaakt? Bezoek:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Kody/poprawki są eksperymentalne. Korzystaj z ostrożnością.\n\nPobierz kody osobno, wybierając repozytorium i klikając przycisk pobierania.\nNa karcie Poprawki możesz pobrać wszystkie poprawki na raz, wybrać, które chcesz użyć i zapisać swój wybór. W 'Ustawienia->narzędzia' możesz pobrać/usunąć wszystko.\n\nPonieważ nie rozwijamy kodów/poprawek,\nzgłaszaj wszelkie problemy do twórcy kodów.\n\nStworzyłeś nowy kod? Odwiedź:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheaty/Patche są eksperymentalne.\nUżywaj ich ostrożnie.\n\nPobierz cheaty pojedynczo, wybierając repozytorium i klikając przycisk pobierania.\nNa zakładce Patches możesz pobrać wszystkie patche jednocześnie, wybrać, które chcesz używać, i zapisać wybór.\n\nPonieważ nie rozwijamy Cheats/Patches,\nproszę zgłosić problemy do autora cheatu.\n\nStworzyłeś nowy cheat? Odwiedź:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Trapaças/Patches são experimentais.\bUse com cautela.\n\nBaixe as trapaças individualmente selecionando o repositório e clicando no botão de download.\nNa aba Patches, você pode baixar todos os Patches de uma vez, escolher qual deseja usar e salvar a opção. Em 'Configurações->utilitários' você pode baixar todos/excluir.\n\nComo não desenvolvemos as Trapaças/Patches,\npor favor, reporte problemas relacionados ao autor da trapaça.\n\nCriou uma nova trapaça? Visite:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Trapaças/Patches são experimentais.\nUse com cautela.\n\nBaixe as trapaças individualmente selecionando o repositório e clicando no botão de download.\nNa aba Patches, você pode baixar todos os Patches de uma vez, escolher qual deseja usar e salvar a opção.\n\nComo não desenvolvemos as Trapaças/Patches,\npor favor, reporte problemas relacionados ao autor da trapaça.\n\nCriou uma nova trapaça? Visite:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Cheats/Patches sunt experimentale. Folosește-le cu prudență.\n\nDescarcă cheats individual selectând repository-ul și apăsând butonul de descărcare.\nÎn tab-ul Patch poți descărca toate Patches deodată, alege pe care dorești să o folosești și salvează opțiunea. În 'Settings->utils' poți descărca toate/șterge.\n\nÎntrucât nu dezvoltăm Cheat/Patches,\nte rugăm să raportezi problemele autorului de cheats.\n\nAi creat un nou cheat? Vizitează:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches sunt experimentale.\nUtilizați cu prudență.\n\nDescărcați cheats individual prin selectarea depozitului și făcând clic pe butonul de descărcare.\nÎn fila Patches, puteți descărca toate patch-urile deodată, alege pe cele pe care doriți să le utilizați și salvați selecția.\n\nDeoarece nu dezvoltăm Cheats/Patches,\nte rugăm să raportezi problemele autorului cheat-ului.\n\nAi creat un nou cheat? Vizitează:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Читы/Патчи являются экспериментальными. Используйте с осторожностью.\n\nСкачайте читы по отдельности, выбрав репозиторий и нажав кнопку загрузки.\nНа вкладке "Патчи" вы можете скачать все патчи сразу, выбрать нужный и сохранить опцию. В 'Настройки->утилиты' вы можете скачать все/удалить.\n\nПоскольку мы не разрабатываем читы/патчи,\nпожалуйста, сообщите о проблемах автору чита.\n\nСоздали новый чит? Посетите:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches sunt experimentale.\nUtilizați cu prudență.\n\nDescărcați cheats individual prin selectarea depozitului și făcând clic pe butonul de descărcare.\nÎn fila Patches, puteți descărca toate patch-urile deodată, alege pe cele pe care doriți să le utilizați și salvați selecția.\n\nDeoarece nu dezvoltăm Cheats/Patches,\nte rugăm să raportezi problemele autorului cheat-ului.\n\nAi creat un nou cheat? Vizitează:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Hileler/Yamalar deneysel olabilir. Dikkatli kullanın.\n\nHileleri ayrı ayrı indirin, bir depo seçin ve indirme düğmesine tıklayın.\n“Yamalar” sekmesinde tüm yamaları aynı anda indirebilirsiniz, istediğinizi seçin ve kaydetme seçeneğini seçin. 'Ayarlar->Araçlar' kısmında tümünü indirebilir/silme işlemi yapabilirsiniz.\n\nHileler/yamalar oluşturulmadığı için,\nlütfen sorunları hile yazarına bildirin.\n\nYeni bir hile mi oluşturdunuz? Ziyaret edin:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches deneysel niteliktedir.\nDikkatli kullanın.\n\nCheat'leri ayrı ayrı indirerek, depo seçerek ve indirme düğmesine tıklayarak indirin.\nPatches sekmesinde tüm patch'leri bir kerede indirebilir, hangi patch'leri kullanmak istediğinizi seçebilir ve seçiminizi kaydedebilirsiniz.\n\nCheats/Patches'i geliştirmediğimiz için,\nproblemleri cheat yazarına bildirin.\n\nYeni bir cheat mi oluşturduğunuz? Şu adresi ziyaret edin:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>Cheat/Bản vá là tính năng thử nghiệm. Sử dụng với sự cẩn trọng.\n\nTải xuống các cheat riêng lẻ bằng cách chọn kho lưu trữ và nhấp vào nút tải xuống.\nTrong tab Bản vá, bạn có thể tải xuống tất cả các bản vá cùng một lúc, chọn cái mà bạn muốn sử dụng và lưu tùy chọn. Trong 'Cài đặt->utils' bạn có thể tải xuống tất cả/xóa.\n\nVì chúng tôi không phát triển Cheat/Bản vá,\nhãy báo cáo vấn đề liên quan đến tác giả cheat.\n\nBạn đã tạo một cheat mới? Ghé thăm:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>Cheats/Patches là các tính năng thử nghiệm.\nHãy sử dụng cẩn thận.\n\nTải xuống các cheat riêng lẻ bằng cách chọn kho lưu trữ và nhấp vào nút tải xuống.\nTại tab Patches, bạn có thể tải xuống tất cả các patch cùng một lúc, chọn cái nào bạn muốn sử dụng và lưu lựa chọn của mình.\n\nVì chúng tôi không phát triển Cheats/Patches,\nxin vui lòng báo cáo các vấn đề cho tác giả cheat.\n\nBạn đã tạo ra một cheat mới? Truy cập:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>作弊码/补丁是实验性功能。请谨慎使用。\n\n通过选择存储库并单击下载按钮下载单独的作弊码。\n在补丁标签中,您可以一次性下载所有补丁,选择您想要的并保存选项。在“设置->工具”中,您可以下载所有/删除。\n\n由于我们不开发作弊码/补丁,\n请将相关问题报告给作弊码的作者。\n\n您创建了一个新的作弊码?访问:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>作弊/补丁是实验性的。\n请小心使用。\n\n通过选择存储库并点击下载按钮,单独下载作弊程序。\n在“补丁”选项卡中,您可以一次性下载所有补丁,选择要使用的补丁并保存选择。\n\n由于我们不开发作弊程序/补丁,\n请将问题报告给作弊程序的作者。\n\n创建了新的作弊程序?访问:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
|
@ -646,7 +646,7 @@
|
|||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="50"/>
|
||||
<source>defaultTextEdit_MSG</source>
|
||||
<translation>作弊碼/修補檔為實驗性質。請小心使用。\n\n透過選擇儲存庫並點擊下載按鈕來逐一下載作弊碼。\n在修補檔標籤頁中,您可以一次下載所有修補檔,選擇您要使用的修補檔並儲存選項。在 '設定->工具' 中,您可以下載所有/刪除。\n\n由於我們不開發作弊碼/修補檔,\n請向作弊碼作者報告問題。\n\n您創建了新的作弊碼?請訪問:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
<translation>作弊/補丁為實驗性功能。\n請小心使用。\n\n透過選擇儲存庫並點擊下載按鈕來單獨下載作弊程式。\n在“補丁”標籤頁中,您可以一次下載所有補丁,選擇要使用的補丁並保存您的選擇。\n\n由於我們不開發作弊/補丁,\n請將問題報告給作弊程式的作者。\n\n創建了新的作弊程式?請訪問:\nhttps://github.com/shadps4-emu/ps4_cheats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../cheats_patches.cpp" line="69"/>
|
||||
|
|
Loading…
Reference in New Issue