From 023aa0223edfae14651a4d67e82bdb138d372f11 Mon Sep 17 00:00:00 2001 From: Syping Date: Sun, 4 Feb 2018 02:34:16 +0100 Subject: [PATCH] string update --- PictureDialog.cpp | 6 +- PictureDialog.ui | 2 +- SnapmaticWidget.cpp | 8 +- config.h | 2 +- lang/gta5sync_no.ts | 342 +++++++++++++++++++-------------------- res/app.rc | 4 +- res/gta5sync_de.qm | Bin 45242 -> 45248 bytes res/gta5sync_de.ts | 362 +++++++++++++++++++++--------------------- res/gta5sync_en_US.qm | Bin 23644 -> 23573 bytes res/gta5sync_en_US.ts | 344 +++++++++++++++++++-------------------- res/gta5sync_fr.qm | Bin 25649 -> 25649 bytes res/gta5sync_fr.ts | 348 ++++++++++++++++++++-------------------- res/gta5sync_ru.qm | Bin 44353 -> 44353 bytes res/gta5sync_ru.ts | 348 ++++++++++++++++++++-------------------- res/gta5sync_zh_TW.qm | Bin 33855 -> 33855 bytes res/gta5sync_zh_TW.ts | 44 ++--- 16 files changed, 913 insertions(+), 897 deletions(-) diff --git a/PictureDialog.cpp b/PictureDialog.cpp index 661718c..df89a44 100644 --- a/PictureDialog.cpp +++ b/PictureDialog.cpp @@ -631,8 +631,7 @@ void PictureDialog::setSnapmaticPicture(SnapmaticPicture *picture, bool readOk, { picAreaStr = picArea; } - - this->setWindowTitle(windowTitleStr.arg(picture->getPictureStr())); + setWindowTitle(windowTitleStr.arg(picTitl)); ui->labJSON->setText(jsonDrawString.arg(locX, locY, locZ, generatePlayersString(), generateCrewString(), picTitl, picAreaStr, created)); } else @@ -818,7 +817,7 @@ void PictureDialog::on_labPicture_mouseDoubleClicked(Qt::MouseButton button) #else pictureWidget->setWindowFlags(pictureWidget->windowFlags()^Qt::FramelessWindowHint^Qt::WindowStaysOnTopHint); #endif - pictureWidget->setWindowTitle(this->windowTitle()); + pictureWidget->setWindowTitle(windowTitle()); pictureWidget->setStyleSheet("QLabel#pictureLabel{background-color: black;}"); pictureWidget->setImage(snapmaticPicture, desktopRect); pictureWidget->setModal(true); @@ -993,6 +992,7 @@ void PictureDialog::updated() { picAreaStr = picArea; } + setWindowTitle(windowTitleStr.arg(picTitl)); ui->labJSON->setText(jsonDrawString.arg(locX, locY, locZ, generatePlayersString(), generateCrewString(), picTitl, picAreaStr, created)); } diff --git a/PictureDialog.ui b/PictureDialog.ui index dc10eeb..982c0eb 100644 --- a/PictureDialog.ui +++ b/PictureDialog.ui @@ -11,7 +11,7 @@ - %1 - Snapmatic Picture Viewer + Snapmatic Picture Viewer - %1 diff --git a/SnapmaticWidget.cpp b/SnapmaticWidget.cpp index d7fdcca..16cbc6d 100644 --- a/SnapmaticWidget.cpp +++ b/SnapmaticWidget.cpp @@ -154,7 +154,7 @@ void SnapmaticWidget::on_cmdDelete_clicked() bool SnapmaticWidget::deletePicture() { - int uchoice = QMessageBox::question(this, tr("Delete picture"), tr("Are you sure to delete %1 from your Snapmatic pictures?").arg("\""+smpic->getPictureStr()+"\""), QMessageBox::Yes | QMessageBox::No, QMessageBox::No); + int uchoice = QMessageBox::question(this, tr("Delete picture"), tr("Are you sure to delete %1 from your Snapmatic pictures?").arg("\""+smpic->getPictureTitle()+"\""), QMessageBox::Yes | QMessageBox::No, QMessageBox::No); if (uchoice == QMessageBox::Yes) { if (smpic->deletePicFile()) @@ -163,7 +163,7 @@ bool SnapmaticWidget::deletePicture() } else { - QMessageBox::warning(this, tr("Delete picture"), tr("Failed at deleting %1 from your Snapmatic pictures").arg("\""+smpic->getPictureStr()+"\"")); + QMessageBox::warning(this, tr("Delete picture"), tr("Failed at deleting %1 from your Snapmatic pictures").arg("\""+smpic->getPictureTitle()+"\"")); } } return false; @@ -287,7 +287,7 @@ void SnapmaticWidget::makePictureHiddenSlot() { if (!makePictureHidden()) { - QMessageBox::warning(this, QApplication::translate("UserInterface", "Hide In-game"), QApplication::translate("SnapmaticWidget", "Failed to hide %1 In-game from your Snapmatic pictures").arg("\""+smpic->getPictureStr()+"\"")); + QMessageBox::warning(this, QApplication::translate("UserInterface", "Hide In-game"), QApplication::translate("SnapmaticWidget", "Failed to hide %1 In-game from your Snapmatic pictures").arg("\""+smpic->getPictureTitle()+"\"")); } } @@ -295,7 +295,7 @@ void SnapmaticWidget::makePictureVisibleSlot() { if (!makePictureVisible()) { - QMessageBox::warning(this, QApplication::translate("UserInterface", "Show In-game"), QApplication::translate("SnapmaticWidget", "Failed to show %1 In-game from your Snapmatic pictures").arg("\""+smpic->getPictureStr()+"\"")); + QMessageBox::warning(this, QApplication::translate("UserInterface", "Show In-game"), QApplication::translate("SnapmaticWidget", "Failed to show %1 In-game from your Snapmatic pictures").arg("\""+smpic->getPictureTitle()+"\"")); } } diff --git a/config.h b/config.h index 6649c57..ec58559 100644 --- a/config.h +++ b/config.h @@ -49,7 +49,7 @@ #endif #ifndef GTA5SYNC_APPVER -#define GTA5SYNC_APPVER "1.5.0-rc3" +#define GTA5SYNC_APPVER "1.5.0-rc4" #endif #ifdef GTA5SYNC_BUILDTYPE_REL diff --git a/lang/gta5sync_no.ts b/lang/gta5sync_no.ts index 9fcbaa7..eab7bef 100644 --- a/lang/gta5sync_no.ts +++ b/lang/gta5sync_no.ts @@ -310,14 +310,14 @@ Pictures and Savegames - + Custom Avatar Custom Avatar Description in SC, don't use Special Character! - + Custom Picture Custom Picture Description in SC, don't use Special Character! @@ -353,12 +353,12 @@ When you want to use it as Avatar the image will be detached! - + &Save - + &Close @@ -758,7 +758,7 @@ Y: %2 PictureDialog - %1 - Snapmatic Picture Viewer + Snapmatic Picture Viewer - %1 @@ -791,31 +791,31 @@ Y: %2 - + Export as &Picture... - + Export as &Snapmatic... - + &Overwrite Image... - + &Edit Properties... - + Open &Map Viewer... @@ -828,36 +828,36 @@ Arrow Keys - Navigate - + Snapmatic Picture Viewer - + Failed at %1 - - + + No Crew - + Unknown Location - - + + No Players - + Avatar Preview Mode Press 1 for Default View @@ -967,7 +967,7 @@ Press 1 for Default View - + Open &JSON Editor... @@ -990,12 +990,12 @@ Press 1 for Default View - + &Apply - + &Cancel @@ -1076,15 +1076,15 @@ Press 1 for Default View - + Loading... - - + + Import... @@ -1095,252 +1095,252 @@ Press 1 for Default View - - - - - - - - - - - - - - + + + + + + + + + + + + + + Import - - + + GTA V Export (*.g5e) - - + + Savegames files (SGTA*) - - + + Snapmatic pictures (PGTA*) - + Importable files (%1) - + Snapmatic Loader - + <h4>Following Snapmatic Pictures got repaired</h4>%1 - + All image files (%1) - - + + All files (**) - - - + + + No valid file is selected - - + + Import file %1 of %2 files - + Import failed with... %1 - - + + Failed to read Snapmatic picture - - + + Failed to read Savegame file - + Can't import %1 because file can't be open - + Can't import %1 because file can't be parsed properly - + Can't import %1 because file format can't be detected - + Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e - + Failed to import the Snapmatic picture, the picture is already in the game - + Failed to import the Snapmatic picture, can't copy the file into profile - + Failed to import the Savegame, can't copy the file into profile - + Failed to import the Savegame, no Savegame slot is left - - + + JPG pictures and GTA Snapmatic - - + + JPG pictures only - - + + GTA Snapmatic only - + %1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as: - - - - - + + + + + Export selected... - + Initialising export... - + Export failed with... %1 - - + + No Snapmatic pictures or Savegames files are selected - - - + + + Remove selected - + You really want remove the selected Snapmatic picutres and Savegame files? - - + + Qualify as Avatar - - - - - - + + + + + + No Snapmatic pictures are selected - - - - + + + + Patch selected... - - - - - - - - + + + + + + + + Patch file %1 of %2 files - - - - - - + + + + + + %1 failed with... %2 @@ -1348,66 +1348,66 @@ Press 1 for Default View - + Failed to remove all selected Snapmatic pictures and/or Savegame files - + Qualify %1 failed with... - - + + Change Players... - + Change Players %1 failed with... - - - + + + Change Crew... - + Failed to enter a valid Snapmatic Crew ID - + Change Crew %1 failed with... - - - + + + Change Title... - + Failed to enter a valid Snapmatic title - + Change Title %1 failed with... - + All profile files (*.g5e SGTA* PGTA*) @@ -1434,7 +1434,7 @@ Press 1 for Default View SavegameDialog - + Savegame Viewer @@ -1454,7 +1454,7 @@ Press 1 for Default View - + Failed at %1 @@ -1503,37 +1503,37 @@ Press 1 for Default View - + &View - + &Export - + &Remove - + &Select - + &Deselect - + Select &All - + &Deselect All @@ -1631,7 +1631,7 @@ Press 1 for Default View - + Snapmatic Properties @@ -1766,32 +1766,32 @@ Press 1 for Default View - + Patching of Snapmatic Properties failed because of I/O Error - + Snapmatic Title - + New Snapmatic title: - + Snapmatic Crew - + New Snapmatic crew: @@ -1919,52 +1919,52 @@ Press 1 for Default View - + Edi&t - + Show &In-game - + Hide &In-game - + &Export - + &View - + &Remove - + &Select - + &Deselect - + Select &All - + &Deselect All @@ -2079,7 +2079,7 @@ Press 1 for Default View - + &About %1 @@ -2135,15 +2135,15 @@ Press 1 for Default View - + Select &GTA V Folder... - - + + Select GTA V Folder... @@ -2184,39 +2184,39 @@ Press 1 for Default View - - + + Select Profile - + Open File... - - - - + + + + Open File - + Can't open %1 because of not valid file format - - + + Show In-game - - + + Hide In-game diff --git a/res/app.rc b/res/app.rc index eb8d280..04da6bf 100644 --- a/res/app.rc +++ b/res/app.rc @@ -25,12 +25,12 @@ BEGIN BEGIN VALUE "CompanyName", "Syping" VALUE "FileDescription", "gta5view" - VALUE "FileVersion", "1.5.0-rc3" + VALUE "FileVersion", "1.5.0-rc4" VALUE "InternalName", "gta5view" VALUE "LegalCopyright", "Copyright 2016-2018 Syping" VALUE "OriginalFilename", "gta5view.exe" VALUE "ProductName", "gta5view" - VALUE "ProductVersion", "1.5.0-rc3" + VALUE "ProductVersion", "1.5.0-rc4" END END END diff --git a/res/gta5sync_de.qm b/res/gta5sync_de.qm index 89f216f7f5ed0fa0334791f78ae117fe3e3f73a1..e346dc2477a265e806769d0beca1c0e6f188b964 100644 GIT binary patch delta 1275 zcmZ9KYfMvT7{~wb>E-mCB3i~)8!Z);mP@$`6m$+1(HTL6sasSSYPe<81q5cYshNaq zi-N#oDNGn3sHkW%+01m-OB_MJtb7o&C5{CXVvJ+PZ5U^m+ryeHnJ0PAFXwsx=eb`V zm#&XXO%=k>>~@(RLi?>2*#8__KeKDB`Rfde6Na9Az-~fh(m^1*D8ROUnkCG6cMv@z z{oI7;kqG8lME{b&979ao5MVihn2yyzSSMn9>wpzr#Q2ASs?q=(C$Ky%3n)5@tl~RB zM?2LBo0uez$QAo(Lbwt~g?i5kw0|P3rxyZ?dqv5XDIjiKR1`J>-W0KC$sfQ+R>Ma2_y+;jNdx+~Bt-tmtP?H#7 zvy+Cj4$EPkcE-9(uM6$>vi}DGuDVA$-CFUOa&$IvhTJ-v5~;Ti1@p+>B#&-ohB{Tv z(chK-W!V=2?yZtTwWoldYW?IOqPfg0YEAKns z3$(PzOUJvaE+b-C{bH|1ER{N?&zfh36#KJ9K=V~{%Vx`JCG|7jqFsI^b>tE- zzf)Q3ZR9v6>XdC_4*BG;5Z6=Xa2(ICxkBl?!8P=NCS|*tdPRA>^*7c&Bdfs?o~I@x zb7miISC^G^FoOg1BnQ}YgNh9f(;oGm2V74^qPpYaeju%YIt{tv9!(nJO^a3kDULn2 zLA`6+%!}7cu}ZFprhSUdRA@ZBhO@7H6kua1ol_huPa69!j011l8=i9DAtEyKdfp9@tily)$;c qFP~AR*=6?V%uz^ni delta 1244 zcmZXSe@xVM7{}kA@Ar=HuQNIW&r6RZ?e08&-~D6EFp=mRRbj zR{VZE;1Uw$Fe}!UEHoS8KbvDu=-;r`CtvKe_(+?zQi;=lML(`~5r@ z$ArEyp`nBcjirgkpP)Oh0}kGWF2H&GdgG^S%y!5pvH`mhOWcQn%)B65PtqJ_+I$63 zv#IZDh#IkRb|LE51kUS-ZXE*5U5IX52Sl_Zx<3O*RS_K+2KMa=vhF5QlG1^^qew6K z8fYV`WL7poUY5nCXq+Xw0!;lr2JjtXmJb#IPj<4xtusK}7%R!G16tx)`O<0NfQ41H z69WmoEwG9&7na0LLsns8PH)6Mt*AoLI;GKmp1^hlfsXu!T|3m)ryXc zB5~g54}evZqPe0BNLVZ`tK|Kgw~IO5ZvjuO6pQyi!M*i}CH^x&;&)>8KU|g^E!ID) zaCvcJ@3Kw6x*WPM+J#jPvgs1pH0{t?jpuaTF^}-rx`J%9 z(~!<#enYRDjpm2w!%nyG_a}l(%ObsgJ-bC4^;YJmQoU7K6k-{Ags*HZdG)EG()e7! zeMnMgDuA?6`ay3}Jko+2e5R$}(tW*&)lhiIajyNC zy!Orsp!F*`^K<~HpHEjqUULpA5&Or1C3%Yduf;&)ImP*M0ne@r(w3{Z6S(Q?&Qg_R zVj6iRt4mc%3a0@57s|dr-N1{(%9{hDz~f7lw>>w2q++Eej<2(^Q1K6PaUFMQT(YZ) z@yhMz?(p&NP`K=1mncOxDRJt`!ZzTYkfza2W*|%g;H)*r8$(+D(~GS&T&_86UOKj-+`Z7Mm+FHj*;3=)ALbzhiNhGOKSi0XaeRMlMbzu1Zvk5Y_sR3H+CRPS9toh_>$%DUIm^w9t8 jOBY(*ERLpH&7n59c;!ndz%Krkk=2*;-|U`xpUd - + Custom Avatar Custom Avatar Description in SC, don't use Special Character! Eigener Avatar - + Custom Picture Custom Picture Description in SC, don't use Special Character! Eigenes Bild @@ -365,12 +365,12 @@ Wenn du es als Avatar verwenden möchtest wird es abgetrennt! Snapmatic JSON Editor - + &Save &Speichern - + &Close S&chließen @@ -770,9 +770,13 @@ Y: %2 PictureDialog - %1 - Snapmatic Picture Viewer - %1 - Snapmatic Bildansicht + %1 - Snapmatic Bildansicht + + + + Snapmatic Picture Viewer - %1 + Snapmatic Bildansicht - %1 @@ -813,31 +817,31 @@ Y: %2 - + Export as &Picture... Als &Bild exportieren... - + Export as &Snapmatic... Als &Snapmatic exportieren... - + &Edit Properties... Eigenschaften bearb&eiten... - + &Overwrite Image... Bild &überschreiben... - + Open &Map Viewer... &Kartenansicht öffnen... @@ -852,38 +856,38 @@ Pfeiltasten - Navigieren - + Snapmatic Picture Viewer Snapmatic Bildansicht - + Failed at %1 Fehlgeschlagen beim %1 - - + + No Crew Keine Crew - - + + No Players Keine Spieler - + Avatar Preview Mode Press 1 for Default View Avatar Vorschaumodus Drücke 1 für Standardmodus - + Unknown Location Unbekannter Standort @@ -986,7 +990,7 @@ Drücke 1 für Standardmodus - + Open &JSON Editor... &JSON Editor öffnen... @@ -1009,12 +1013,12 @@ Drücke 1 für Standardmodus Ausgewählte Spieler: - + &Apply &Übernehmen - + &Cancel Abbre&chen @@ -1084,25 +1088,25 @@ Drücke 1 für Standardmodus S&chließen - + Loading... Lade... - + Snapmatic Loader Snapmatic Lader - + <h4>Following Snapmatic Pictures got repaired</h4>%1 <h4>Folgende Snapmatic Bilder wurden repariert</h4>%1 - - + + Import... Importieren... @@ -1113,63 +1117,63 @@ Drücke 1 für Standardmodus - - - - - - - - - - - - - - + + + + + + + + + + + + + + Import Importieren - - + + Savegames files (SGTA*) Spielstanddateien (SGTA*) - - + + Snapmatic pictures (PGTA*) Snapmatic Bilder (PGTA*) - + Importable files (%1) Importfähige Dateien (%1) - + All image files (%1) Alle Bilddateien (%1) - - + + All files (**) Alle Dateien (**) - - + + Import file %1 of %2 files Importiere Datei %1 von %2 Dateien - + Import failed with... %1 @@ -1178,60 +1182,60 @@ Drücke 1 für Standardmodus %1 - - + + Failed to read Snapmatic picture Fehler beim Lesen vom Snapmatic Bild - - + + Failed to read Savegame file Fehler beim Lesen von Spielstanddatei - + Can't import %1 because file can't be open Kann %1 nicht importieren weil die Datei nicht geöffnet werden kann - + Can't import %1 because file can't be parsed properly Kann %1 nicht importieren weil die Datei nicht richtig gelesen werden kann - + Can't import %1 because file format can't be detected Kann %1 nicht importieren weil das Dateiformat nicht erkannt werden kann - + Initialising export... Initialisiere Export... - + Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e Fehlgeschlagen beim Importieren vom Snapmatic Bild, Datei beginnt nicht mit PGTA oder endet mit .g5e - + Failed to import the Snapmatic picture, the picture is already in the game Fehlgeschlagen beim Importieren vom Snapmatic Bild, dieses Bild ist bereits im Spiel - + %1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as: %1Exportiere Snapmatic Bilder%2<br><br>JPG Bilder machen es möglich sie mit ein Bildansicht Programm zu öffnen<br>Das GTA Snapmatic Format macht es möglich sie wieder ins Game zu importieren<br><br>Exportieren als: - - - + + + No valid file is selected Keine gültige Datei wurde ausgewählt @@ -1241,86 +1245,86 @@ Drücke 1 für Standardmodus Aktivierte Bilder: %1 von %2 - + Failed to import the Snapmatic picture, can't copy the file into profile Fehlgeschlagen beim Importieren vom Snapmatic Bild, kann Snapmatic Bild nicht ins Profil kopieren - + Failed to import the Savegame, can't copy the file into profile Fehlgeschlagen beim Importieren vom Spielstand, kann Spielstanddatei nicht ins Profil kopieren - + Failed to import the Savegame, no Savegame slot is left Fehlgeschlagen beim Importieren vom Spielstand, kein Spielstandslot mehr frei - - + + JPG pictures and GTA Snapmatic JPG Bilder und GTA Snapmatic - - + + JPG pictures only Nur JPG Bilder - - + + GTA Snapmatic only Nur GTA Snapmatic - - - - + + + + Patch selected... Auswahl patchen... - - - - - - - - + + + + + + + + Patch file %1 of %2 files Patche Datei %1 von %2 Dateien - - + + Qualify as Avatar Als Avatar qualifizieren - - - - - - + + + + + + No Snapmatic pictures are selected Keine Snapmatic Bilder sind ausgewählt - + Failed to remove all selected Snapmatic pictures and/or Savegame files Fehlgeschlagen beim Entfernen von allen augewählten Snapmatic Bildern und/oder Spielstanddateien - - - - - - + + + + + + %1 failed with... %2 @@ -1330,88 +1334,88 @@ Drücke 1 für Standardmodus %2 - + Qualify %1 failed with... Qualifizieren - - + + Change Players... Spieler ändern... - + Change Players %1 failed with... Spieler ändern - - - + + + Change Crew... Crew ändern... - + Failed to enter a valid Snapmatic Crew ID Fehlgeschlagen beim Eingeben von einer gültigen Crew ID - + Change Crew %1 failed with... Crew ändern - - - + + + Change Title... Titel ändern... - + Failed to enter a valid Snapmatic title Fehlgeschlagen beim Eingeben eines gültigen Snapmatic Titel - + Change Title %1 failed with... Titel ändern - - + + No Snapmatic pictures or Savegames files are selected Keine Snapmatic Bilder oder Spielstände sind ausgewählt - - - + + + Remove selected Auswahl löschen - + You really want remove the selected Snapmatic picutres and Savegame files? Möchtest du wirklich die ausgewählten Snapmatic Bilder und Spielstanddateien löschen? - - - - - + + + + + Export selected... Auswahl exportieren... - + Export failed with... %1 @@ -1425,13 +1429,13 @@ Drücke 1 für Standardmodus Exportiere Datei %1 von %2 Dateien - + All profile files (*.g5e SGTA* PGTA*) Alle Profildateien (*.g5e SGTA* PGTA*) - - + + GTA V Export (*.g5e) GTA V Export (*.g5e) @@ -1458,7 +1462,7 @@ Drücke 1 für Standardmodus SavegameDialog - + Savegame Viewer Spielstandanzeiger @@ -1478,7 +1482,7 @@ Drücke 1 für Standardmodus S&chließen - + Failed at %1 Fehlgeschlagen bei %1 @@ -1565,32 +1569,32 @@ Drücke 1 für Standardmodus Fehlgeschlagen beim Löschen %1 von deinen Spielständen - + &View A&nsehen - + &Remove Entfe&rnen - + &Select Au&swählen - + &Deselect A&bwählen - + Select &All &Alles auswählen - + &Deselect All Alles a&bwählen @@ -1605,7 +1609,7 @@ Drücke 1 für Standardmodus Spielstand kopieren - + &Export &Exportieren @@ -1657,7 +1661,7 @@ Drücke 1 für Standardmodus - + Snapmatic Properties @@ -1699,7 +1703,7 @@ Drücke 1 für Standardmodus Meme - + Snapmatic Title Snapmatic Titel @@ -1798,26 +1802,26 @@ Drücke 1 für Standardmodus - + Patching of Snapmatic Properties failed because of I/O Error Patchen von Snapmatic Eigenschaften fehlgeschlagen wegen I/O Fehler - + New Snapmatic title: Neuer Snapmatic Titel: - + Snapmatic Crew Snapmatic Crew - + New Snapmatic crew: Neue Snapmatic Crew: @@ -1838,38 +1842,38 @@ Drücke 1 für Standardmodus header not exists - Header existiert nicht + Header nicht existiert header is malformed - Header ist fehlerhaft + Header fehlerhaft ist picture not exists (%1) - Bild existiert nicht (%1) + Bild nicht existiert (%1) JSON not exists (%1) - JSON existiert nicht (%1) + JSON nicht existiert (%1) title not exists (%1) - Titel existiert nicht (%1) + Titel nicht existiert (%1) description not exists (%1) - Beschreibung existiert nicht (%1) + Beschreibung nicht existiert (%1) reading file %1 because of %2 Example for %2: JSON is malformed error - Datei lesen %1 wegen %2 + Datei lesen von %1 weil %2 @@ -1945,52 +1949,52 @@ Drücke 1 für Standardmodus Fehlgeschlagen beim Anzeigen von %1 im Spiel von deinen Snapmatic Bildern - + Edi&t Bearbei&ten - + &Export &Exportieren - + Show &In-game &Im Spiel anzeigen - + Hide &In-game &Im Spiel ausblenden - + &View A&nsehen - + &Remove Entfe&rnen - + &Select Au&swählen - + &Deselect A&bwählen - + Select &All Alles &auswählen - + &Deselect All Alles a&bwählen @@ -2133,7 +2137,7 @@ Drücke 1 für Standardmodus - + Select &GTA V Folder... Wähle &GTA V Ordner... @@ -2184,21 +2188,21 @@ Drücke 1 für Standardmodus - - + + Select Profile Profil auswählen - - + + Select GTA V Folder... Wähle GTA V Ordner... - + Open File... Datei öffnen... @@ -2211,20 +2215,20 @@ Drücke 1 für Standardmodus - + &About %1 &Über %1 - - - - + + + + Open File Datei öffnen - + Can't open %1 because of not valid file format Kann nicht %1 öffnen weil Dateiformat nicht gültig ist @@ -2234,15 +2238,15 @@ Drücke 1 für Standardmodus &Neuladen - - + + Show In-game Im Spiel anzeigen - - + + Hide In-game Im Spiel ausblenden diff --git a/res/gta5sync_en_US.qm b/res/gta5sync_en_US.qm index 5cbde30112677fbe15aa466b740086aa7d7d756d..0554a5fb1bcf8ed1293b488e1324ad1f26fffa24 100644 GIT binary patch delta 2471 zcmX9i3_NBqEQ%vkW41p7|bZj zF)$s1QE&sJ5fT*@Q6mPFqZ|x~8fJ!35{-;<6xTrlndn@me%({c``&%`zW2V{jZAqX zQ)% zVu_Cf+TAApcofn26~uR5AqwtSFuskn2Nojk1bO;@N;GAPf(fqV)eudjUq@b}`4V1| z*JwU-q9b{YCQK|Kug8ACD)QddN@TT}yf4HPP1;1>qX|p_3dWqG&>$RSD5B`BTSRl~ zDE2epOe4hw-X&t!Q(Wd`#Me?{E#AjIru1W7L>?uS{sZ!iw;^-d0wQ}CDlDuf%Wg(A zSJ94RH=w~jI<#sGk#Rho8OcZLA?m0Gh46UlyM?3F3H0zFkLTm`JbNCIn}rc?`w#{G zRlyim!Gz0<(>I`CGsLWZXAmj3F?lopLlhFuY^+>HB>u_eCvE*seW88e8SqZKp`vqwIh1s`k`bZb?R4au>bW_`^* z?9sq-qN%wG8WR*usATIh`-pF&xUArWQ9uj z`X{2eE2?oAj4kErYL}wr{@{)kr4jLM+<9pQ z#CXXy?F+!H_kD51~Bw{ku4spY1!98lHRx3 zH13sV`nN#WbCz=6#cZv4|1Q3&I~1H+smb~KJq(hQrgUFE{$@4h9p#|xp{Z$x>4~p2 zCla6Fv=q(h8z^nY6-`SEy3N+0`6X!~25h;e@2nZjwrQT!&Lm1+t$E!5`@=uc@-eVE zewEg#)d0zsYa>Q#ux$8e+Q=6NuzljRbB}Zq#oW=ZKTr+ryRpzJi+qI3p#pn}3+thLcTIXq78j(Qtp|}rH5zq#Q>uH}N--kc@`7Dprf0U_}ESt9F=LTtrO z)O}e_M2osiS;EerTVMPV%51t~di+c|Gxx%{DKsH+VV8|Z}$Wz#Q5wxs&gzYiC zXt*k &00IYLeIJh;LLb-r(drYy9DLod@0Li_zU&?DrsaD7PvI&rtqZ7>l{7#5zU zzkmVrMW!Em1g#aBN26FN%65~{gU`iDNl0kFU-T%9$C&qsegRKF?4lUFx)NBXV7yVm z`R|FL)gwewt~e)i0kB$3>PKAgB5}cke40QywV3wQ3Jg2MMGqjLORt#Oun861vJ7aP z&2G=cUGX?K=$HZ=zRBX|6;y;d}?y>FS{dx#LW3t#M<&h1&)gbn_ zLpi^nC1#Y@j9r#0t;>vJDZL9an3hOIR*=uWK-#kI7VO?6l^9bXUy)Q2(+6LEQ7~qi zWk73ho+?#(Z$Xr(U`(-8Q-2pxkEOFk&RFfWQqy`Al^h5}bh28y9M+F!DwR4nAou)o z=|)u+nlVedS&kbq;;QuOd=HAuR?voY-0ob=T%OQt!0MkWPw2;tMU2Rv zCd`s`qwMuBoEqsbn~JekbR!DdS<9i}TjAjyIb6oXQ>ih%92ZCZ!8fTGjUj#Qk0@{4HGSR3VTfzgUuuLXhDiPOj?-{e*58|a0`b23=gufY g?{G~&xCgq-ng$lh*G?u#vmGtpIY=ivJaz{D50?hBh5!Hn delta 2501 zcmX9Y%v%531!zvF~P~L(FxQi>xLje&A@>Dbs166|$tf_+ah56FpVl}~6 zjC6|_gZRRTii#+RB@n^zAs>cCBqUK{s+A_x8l#pNO^Q8y^Viv(`Tg!a_ndq0lr=H~ zjm$o0CZyCQoJlH8H?r|jrA40B&BQfvL@^?9cHrEr#P#?Q>GFu{&m?l*t)RtBe3S*} z-X}f@=rTZjZ9LKVWyIS%h@t`%Owp3|=mOlkKmq2z5c%gRn379@4GBd0H553SFV#$e zqxr0<*%UaMFtwfn{}Tcnpr8ZoL=Iais5zO)tC@mE6NGP2F!32hM<9@~jS}+uh|(U? zocDm!H&RmAJt8)rl9u}5{uxR=gXc*>lym+jkzW_(Tt%MoPGns;pUB`z#l^?Tc90RR z1GM{mFH!VeI}4g?d0 zwJVr7TftNn<9-ShoSri)Umr%w9n6O5|Aj_Yrl?{Gk%tdc8a0Dx(p9Fk@Sj9BUv{kZ zL&p9bxe^vJw^9m-LM}6p9z7rucQZf97l=&9Snnnqk$XLx5j+H0eqk4NAoiTY?5YLO zId(Fe|6V3hx|LmDd5UPtDt3h2_KvloWv=}MxC?OvnK0m z_H~h9VCj#VC(BGL^Gzc4Q;+ek%!n8ZVIG3%eHfUqhS_H?ChL zeDWm@s8!>xkAU}x%5@_SjDMlBY#Js?2~lO$>>!%puX?M{8wpmb)>PFIO?=;WNM*>* zRb5*ObprOQ+CRkUK&z^|80v8|RnHH@eBCZiEwv+R9XII&Zfml*fOU>&o(G)eS2*I| z$%W6xy{LIyM#N#zY2>!{#~@3nP3Ao3U*T$kPe6oX1?Skgnlp>ha{uGbZ(B&jcXCbA zGR%mXYdIVWJjdA!{|0WC6pWM=Ov>c!joa{kk*$a`SoiVV=qb}?-nqIQTvsdT-NT0- z`-tdwMSM5N&FOdO5q6DD(|mH19e~GYG-lf;HmsM)>TfpgC8;8SiSGxsycm3N#b$q95Fz zXaat_Ml|kc&D66%?-#ZYc+c7MG^_97t-4#m$#*nszq*fsTBO-`coR;unzHUP%=QXR zRV&O-vuG}){)lKcO?@v)G^=foc!RY=^W&N6L>VVEBMmS;wn@t;!rbKJTK9G%gsRle zepv-ue$vK0J&M*T(WX_~F)|ai`A3gq#KvgXw&tOShqQmb2f_S;v_%CF%HO0d_WlM! zirPlgPBcf7wxz8X0@rEV8WCT$S=;_OY_FLccK__acPH zIZr`gugDC6aKtH*c{qx9MA^j$1VTiwbTc-e;fUy0oDAb!#gI@KG;>6pxv~P-qhRtz z1?Qc#oz)nu<>LJBVXsatE`00&<7DxT@1dWUySTJr3wE26xPm}`T!nZb8Bv6V3XV-u zaFR*EsISGwi7qh4QEchw(doY8_40P;oFH~RMEr~a@kSn+b4r`|MI3{DJ|Nl)FA*)^ zU6db|It9aq6--<&+D}4o`MlWgnS~B{A%1-t^*eTn59(mRw58&pv;oEri$h(|Z<>e1 zj1r#qm90$cX}vDx+%!YYkELx6P|;8*ZC}%e)6LQzOD0rollCMI;=QMWiHD>;H$X>U zE|vba6=ilvWrj%f*Gj1(Xgkg&E0}m)s;aw(c?^=SZ1aFT|CUl6@oS%Q{ZluhSz~lT0nbooxh~fix~eL58&ZKrN8P)ZmtZTBZfATM z+3EyG?~im93_j2uam=fV$ucJ>B4#=0Av(aEB3Obr%h0zCCTqIdfv$eT3!n5WPq`W<~vKmj)A@Ab>p4TGLVU(j0zeLD1i+6y{- zwEjQ`^zh8qAA6OBg%YMe^99NqcSB$EP7Lln*I#RdD8{Y&p6+@WnWn$*gRj!80{s&Y sl%aRMp&$MjxK|76y+xBvhE diff --git a/res/gta5sync_en_US.ts b/res/gta5sync_en_US.ts index be01df9..bf2fe0f 100644 --- a/res/gta5sync_en_US.ts +++ b/res/gta5sync_en_US.ts @@ -310,14 +310,14 @@ Pictures and Savegames - + Custom Avatar Custom Avatar Description in SC, don't use Special Character! - + Custom Picture Custom Picture Description in SC, don't use Special Character! @@ -353,12 +353,12 @@ When you want to use it as Avatar the image will be detached! - + &Save - + &Close @@ -758,8 +758,8 @@ Y: %2 PictureDialog - %1 - Snapmatic Picture Viewer - + Snapmatic Picture Viewer - %1 + @@ -791,31 +791,31 @@ Y: %2 - + Export as &Picture... - + Export as &Snapmatic... - + &Overwrite Image... - + &Edit Properties... - + Open &Map Viewer... @@ -828,36 +828,36 @@ Arrow Keys - Navigate - + Snapmatic Picture Viewer - + Failed at %1 - - + + No Players - - + + No Crew - + Unknown Location - + Avatar Preview Mode Press 1 for Default View @@ -967,7 +967,7 @@ Press 1 for Default View - + Open &JSON Editor... @@ -990,12 +990,12 @@ Press 1 for Default View - + &Apply - + &Cancel @@ -1076,25 +1076,25 @@ Press 1 for Default View - + Loading... - + Snapmatic Loader - + <h4>Following Snapmatic Pictures got repaired</h4>%1 - - + + Import... @@ -1105,242 +1105,242 @@ Press 1 for Default View - - - - - - - - - - - - - - + + + + + + + + + + + + + + Import - + Importable files (%1) - - + + GTA V Export (*.g5e) - - + + Savegames files (SGTA*) - - + + Snapmatic pictures (PGTA*) - + All image files (%1) - - + + All files (**) - - - + + + No valid file is selected - - + + Import file %1 of %2 files - + Import failed with... %1 - - + + Failed to read Snapmatic picture - - + + Failed to read Savegame file - + Can't import %1 because file can't be open - + Can't import %1 because file can't be parsed properly - + Can't import %1 because file format can't be detected - + Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e - + Failed to import the Snapmatic picture, the picture is already in the game - + Failed to import the Snapmatic picture, can't copy the file into profile - + Failed to import the Savegame, can't copy the file into profile - + Failed to import the Savegame, no Savegame slot is left - - + + JPG pictures and GTA Snapmatic - - + + JPG pictures only - - + + GTA Snapmatic only - + %1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as: - - - - - + + + + + Export selected... - + Initialising export... Initializing export... - + Export failed with... %1 - - + + No Snapmatic pictures or Savegames files are selected - - - + + + Remove selected - + You really want remove the selected Snapmatic picutres and Savegame files? - - + + Qualify as Avatar - - - - - - + + + + + + No Snapmatic pictures are selected - - - - + + + + Patch selected... - - - - - - - - + + + + + + + + Patch file %1 of %2 files - - - - - - + + + + + + %1 failed with... %2 @@ -1348,66 +1348,66 @@ Press 1 for Default View - + Failed to remove all selected Snapmatic pictures and/or Savegame files - + Qualify %1 failed with... - - + + Change Players... - + Change Players %1 failed with... - - - + + + Change Crew... - + Failed to enter a valid Snapmatic Crew ID - + Change Crew %1 failed with... - - - + + + Change Title... - + Failed to enter a valid Snapmatic title - + Change Title %1 failed with... - + All profile files (*.g5e SGTA* PGTA*) @@ -1434,7 +1434,7 @@ Press 1 for Default View SavegameDialog - + Savegame Viewer @@ -1454,7 +1454,7 @@ Press 1 for Default View - + Failed at %1 @@ -1503,37 +1503,37 @@ Press 1 for Default View - + &View - + &Export - + &Remove - + &Select - + &Deselect - + Select &All - + &Deselect All @@ -1631,7 +1631,7 @@ Press 1 for Default View - + Snapmatic Properties @@ -1766,32 +1766,32 @@ Press 1 for Default View - + Patching of Snapmatic Properties failed because of I/O Error - + Snapmatic Title - + New Snapmatic title: - + Snapmatic Crew - + New Snapmatic crew: @@ -1919,52 +1919,52 @@ Press 1 for Default View - + Edi&t - + Show &In-game - + Hide &In-game - + &Export - + &View - + &Remove - + &Select - + &Deselect - + Select &All - + &Deselect All @@ -2079,7 +2079,7 @@ Press 1 for Default View - + &About %1 @@ -2135,15 +2135,15 @@ Press 1 for Default View - + Select &GTA V Folder... - - + + Select GTA V Folder... @@ -2184,39 +2184,39 @@ Press 1 for Default View - - + + Select Profile - + Open File... - - - - + + + + Open File - + Can't open %1 because of not valid file format - - + + Show In-game - - + + Hide In-game diff --git a/res/gta5sync_fr.qm b/res/gta5sync_fr.qm index c7b8fc44e7e29132df4aab251cce792a5c9106fc..5a1b63a2b1e3fb39bd496a97720f0259e892c277 100644 GIT binary patch delta 209 zcmV;?051Qr$N{m)0k8xC0br8_0ZsxQ&68CDPXSDmr2!uSB$LGfHUby5ll=ic0wC9u zJpwlYR+DuC9|35Sl>%o06qEe|MgkxClSKnr2MYCc001C-ldS_E0XCD(11VR0RaM&4F?$qG!O9r03vX+B?k@|lgbDqv)dn-3IRrw zksB$KEj$)0EdU?@B>*u9000001^@s69aC;$aBX39X=5NzX=8MCa%CV^X=Qh1av&{} LQ6(C)b1J?$lRZ4z delta 231 zcmV%o0nUnnjMgkyylSKnr4+rHE000-Y2MYCc001EYlcfV60lSmM z11=&We+Q7CbpQYp1_zbSl>h)%(g&o$ZU6vQj|Z_!?f?K7aFZ1T?*ZGB1qB}g`m-ek z-vJqi4Y$2n001!X4Z~R#001aP4g?Fu001gWvn2-(7z;)KB>*u1AOI}@Ad`_BDU&Tc h6O(XS2?iY{F(54 - + Custom Avatar Custom Avatar Description in SC, don't use Special Character! - + Custom Picture Custom Picture Description in SC, don't use Special Character! @@ -364,12 +364,12 @@ When you want to use it as Avatar the image will be detached! - + &Save - + &Close @@ -768,9 +768,13 @@ Y: %2 PictureDialog - %1 - Snapmatic Picture Viewer - %1 - Visionneuse de photo Snapmatic + %1 - Visionneuse de photo Snapmatic + + + + Snapmatic Picture Viewer - %1 + Visionneuse de photo Snapmatic - %1 @@ -891,31 +895,31 @@ Y: %2 - + Export as &Picture... - + Export as &Snapmatic... - + &Overwrite Image... - + &Edit Properties... Modifier les &propriétés... - + Open &Map Viewer... @@ -930,38 +934,38 @@ Touches fléchées - Naviguer - + Snapmatic Picture Viewer Visionneuse de photo Snapmatic - + Failed at %1 Echec de %1 - - + + No Crew Aucun crew - - + + No Players Aucun joueurs - + Avatar Preview Mode Press 1 for Default View Mode Aperçu Avatar Appuyer sur 1 pour le mode par défaut - + Unknown Location Emplacement inconnu @@ -984,7 +988,7 @@ Appuyer sur 1 pour le mode par défaut - + Open &JSON Editor... @@ -1007,12 +1011,12 @@ Appuyer sur 1 pour le mode par défaut - + &Apply A&ppliquer - + &Cancel @@ -1093,25 +1097,25 @@ Appuyer sur 1 pour le mode par défaut Photos activées : %1 sur %2 - + Loading... Chargement... - + Snapmatic Loader - + <h4>Following Snapmatic Pictures got repaired</h4>%1 - - + + Import... Importer... @@ -1122,58 +1126,58 @@ Appuyer sur 1 pour le mode par défaut - - - - - - - - - - - - - - + + + + + + + + + + + + + + Import Importer - - + + Savegames files (SGTA*) Fichiers de sauvegarde GTA (SGTA*) - - + + Snapmatic pictures (PGTA*) Photos Snapmatic (PGTA*) - + All image files (%1) - - + + All files (**) Tous les fichiers (**) - - + + Import file %1 of %2 files Importation du fichier %1 sur %2 - + Import failed with... %1 @@ -1182,153 +1186,153 @@ Appuyer sur 1 pour le mode par défaut %1 - - - + + + No valid file is selected Fichier invalide - + Importable files (%1) - - + + Failed to read Snapmatic picture Impossible d'ouvrir la photo Snapmatic - - + + Failed to read Savegame file Impossible de lire le fichier de sauvegarde - + Can't import %1 because file can't be open - + Can't import %1 because file can't be parsed properly - + Can't import %1 because file format can't be detected - + Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e Impossible d'importer la photo Snapmatic,nom de fichier incorrect (PGTA*, *.g5e) - + Failed to import the Snapmatic picture, the picture is already in the game Impossible d'importer la photo Snapmatic, un fichier du même nom existe déjà - + Failed to import the Snapmatic picture, can't copy the file into profile Impossible d'importer la photo Snapmatic, impossible de copier le fichier dans le profil - + Failed to import the Savegame, can't copy the file into profile Impossible d'importer la sauvegarde, impossible de copier le fichier dans le profil - + Failed to import the Savegame, no Savegame slot is left Impossible d'importer la sauvegarde, aucun emplacement libre - - + + JPG pictures and GTA Snapmatic Images JPG et GTA Snapmatic - - + + JPG pictures only Images JPG seulement - - + + GTA Snapmatic only GTA Snapmatic seulement - + %1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as: %1Exporter les photos Snapmatic%2<br><br>Les fichiers JPG permettent d'ouvrir les photos avec une visionneuse d'images<br>Les GTA Snapmatic permettent d'importer les photos dans le jeu<br><br>Exporter comme : - - - - - + + + + + Export selected... Exporter la sélection... - + Initialising export... - - + + Qualify as Avatar - - - - - - + + + + + + No Snapmatic pictures are selected - - - - + + + + Patch selected... - - - - - - - - + + + + + + + + Patch file %1 of %2 files - - - - - - + + + + + + %1 failed with... %2 @@ -1336,66 +1340,66 @@ Appuyer sur 1 pour le mode par défaut - + Failed to remove all selected Snapmatic pictures and/or Savegame files - + Qualify %1 failed with... - - + + Change Players... - + Change Players %1 failed with... - - - + + + Change Crew... - + Failed to enter a valid Snapmatic Crew ID - + Change Crew %1 failed with... - - - + + + Change Title... - + Failed to enter a valid Snapmatic title - + Change Title %1 failed with... - + Export failed with... %1 @@ -1404,31 +1408,31 @@ Appuyer sur 1 pour le mode par défaut %1 - - + + No Snapmatic pictures or Savegames files are selected Aucun fichier de sauvegarde ou photo Snapmatic sélectionné - - - + + + Remove selected Supprimer la sélection - + You really want remove the selected Snapmatic picutres and Savegame files? Supprimer la sélection ? - + All profile files (*.g5e SGTA* PGTA*) Tous les fichiers de profil (*.g5e SGTA* PGTA*) - - + + GTA V Export (*.g5e) GTA V Export (*.g5e) @@ -1455,7 +1459,7 @@ Appuyer sur 1 pour le mode par défaut SavegameDialog - + Savegame Viewer Gestionnaire de sauvegardes @@ -1475,7 +1479,7 @@ Appuyer sur 1 pour le mode par défaut &Fermer - + Failed at %1 Échec de %1 @@ -1524,7 +1528,7 @@ Appuyer sur 1 pour le mode par défaut Supprimer - + &Export &Exporter @@ -1615,32 +1619,32 @@ Appuyer sur 1 pour le mode par défaut Impossible de supprimer %1 - + &View &Voir - + &Remove &Supprimer - + &Select &Sélectionner - + &Deselect &Déselectionner - + Select &All Sélectionner to&ut - + &Deselect All &Déselectionner tout @@ -1654,7 +1658,7 @@ Appuyer sur 1 pour le mode par défaut - + Snapmatic Properties @@ -1696,7 +1700,7 @@ Appuyer sur 1 pour le mode par défaut Meme - + Snapmatic Title Titre Snapmatic @@ -1797,26 +1801,26 @@ Appuyer sur 1 pour le mode par défaut - + Patching of Snapmatic Properties failed because of I/O Error La modification des propriétés Snapmatic a échoué : erreur d'entrée/sortie - + New Snapmatic title: Nouveau titre Snapmatic : - + Snapmatic Crew Crew Snapmatic - + New Snapmatic crew: Nouveau crew Snapmatic : @@ -1964,52 +1968,52 @@ Appuyer sur 1 pour le mode par défaut - + Edi&t Édi&ter - + Show &In-game &Visible en jeu - + Hide &In-game &Invisible en jeu - + &Export &Exporter - + &View &Voir - + &Remove S&upprimer - + &Select &Sélectionner - + &Deselect &Déselectionner - + Select &All Sélectionner &tout - + &Deselect All &Déselectionner tout @@ -2142,15 +2146,15 @@ Appuyer sur 1 pour le mode par défaut - + Select &GTA V Folder... Modifier l'emplacement de &GTA V... - - + + Select GTA V Folder... Modifier l'emplacement de GTA V... @@ -2203,45 +2207,45 @@ Appuyer sur 1 pour le mode par défaut - + &About %1 &À propos de %1 - - + + Select Profile Sélectionner un profil - + Open File... Ouvrir... - - - - + + + + Open File Ouvrir - + Can't open %1 because of not valid file format Impossible d'ouvrir %1, format invalide - - + + Show In-game - - + + Hide In-game diff --git a/res/gta5sync_ru.qm b/res/gta5sync_ru.qm index e463f0e84d09ed6e66c96048591be96f8fc39d3d..d85a42aba749d858d2842fed2b7ab3bb7308e0b4 100644 GIT binary patch delta 371 zcmWNH%`1a(9KgTd-*4ORdG@Rv5Tj-2*(hsmZ1a-0X_T^QnZ*SurMz5lSj}ybl=z17 zQVuv#vbacD{sIRjp;mSv$_~rH#Pg|7pUWrp$Wo8&YyfeRBDjXbl)(ws9HTxKG&XIs z{<=4Sj#oNjP7KpM3*iu{ya&f=nuj`r+&nh};C$nr`5eGTo<~lW0qVE-T@VjR0%1ZW(ged&d{zbG!xqK-c0Z>*<`aS0WgR%%5xezs=75lA3AKXSu^ukf<7iE$gMbKWViKe_aplXP> zg`4j9T7>ACby-L6JS0O^H_|aS47lH9aX1F7e9N}od7vmm4vc348}D*(>k#nW$=Tm5 zz^cln4jYhtFOQ3ZK#hxkq#??)SvPgiGEbSj!tdrIQ&0rz*=)W_P@;)IL8oGmjRAp6 zelTY^P88!p1w0i>?)L?d*R8nr{twJ>vc)TEo!n?KL}6MaY*C2TcuHv({!zYGyuz2n z@m4pjaD_Ew+p+f^PXqo}Ub8-m!U+!BMre_vwof|c2m2hYa-Zttb=9C4pQ%3D;+SfP zlHN#q++=~;039A^a6#jz90z|j=UdWskLJ>NuO*cas#AC&RgaujZYD*ZT6((v05x%N AO#lD@ diff --git a/res/gta5sync_ru.ts b/res/gta5sync_ru.ts index ebd7af7..7fcdc18 100644 --- a/res/gta5sync_ru.ts +++ b/res/gta5sync_ru.ts @@ -325,14 +325,14 @@ Grand Theft Auto V Snapmatic картинок и сохранений - + Custom Avatar Custom Avatar Description in SC, don't use Special Character! Свой Аватар - + Custom Picture Custom Picture Description in SC, don't use Special Character! Своя Картинка @@ -368,12 +368,12 @@ When you want to use it as Avatar the image will be detached! Редактор JSON для Snapmatic - + &Save &Сохранить - + &Close &Закрыть @@ -775,9 +775,8 @@ Y: %2 PictureDialog - %1 - Snapmatic Picture Viewer - %1 - Просмотрщик фотографий Snapmatic + %1 - Просмотрщик фотографий Snapmatic @@ -800,6 +799,11 @@ Y: %2 Manage picture Настройки картинки + + + Snapmatic Picture Viewer - %1 + Просмотрщик фотографий Snapmatic - %1 + Close viewer @@ -818,31 +822,31 @@ Y: %2 - + Export as &Picture... Экспортировать как &картинку... - + Export as &Snapmatic... Экспортировать как &Snapmatic... - + &Overwrite Image... &Перезаписать картинку... - + &Edit Properties... &Изменить свойства... - + Open &Map Viewer... Открыть &карту... @@ -857,38 +861,38 @@ Arrow Keys - Navigate - + Snapmatic Picture Viewer Просмотрщик фотографий Snapmatic - + Failed at %1 Ошибка при %1 - - + + No Crew Вне банды - - + + No Players Игроков нет - + Avatar Preview Mode Press 1 for Default View Режим просмотра аватарок Нажмите 1 для стандартного просмотра - + Unknown Location Неизвестное место @@ -991,7 +995,7 @@ Press 1 for Default View - + Open &JSON Editor... Открыть &редактор JSON... @@ -1014,12 +1018,12 @@ Press 1 for Default View Выбранные игроки: - + &Apply &Применить - + &Cancel &Отмена @@ -1088,17 +1092,17 @@ Press 1 for Default View &Закрыть - + Loading... Загрузка... - + Snapmatic Loader Загрузчик Snapmatic - + <h4>Following Snapmatic Pictures got repaired</h4>%1 Change wording if the %1 is not a multiline beginning at new line <h4>Нижеследующие картинки Snapmatic были восстановлены</h4>%1 @@ -1106,8 +1110,8 @@ Press 1 for Default View - - + + Import... Импортировать... @@ -1118,51 +1122,51 @@ Press 1 for Default View - - - - - - - - - - - - - - + + + + + + + + + + + + + + Import Импортировать - - + + Savegames files (SGTA*) Файлы сохранения (SGTA*) - - + + Snapmatic pictures (PGTA*) Картинка Snapmatic (PGTA*) - - + + All files (**) Все файлы (**) - - + + Import file %1 of %2 files Импортируются файлы %1 из %2 - + Import failed with... %1 @@ -1171,21 +1175,21 @@ Press 1 for Default View %1 - - + + Failed to read Snapmatic picture Не удалось загрузить картинку Snapmatic - - + + Failed to read Savegame file Не удалось загрузить файл сохранения - - - + + + No valid file is selected Выбранный файл неверен @@ -1195,145 +1199,145 @@ Press 1 for Default View Включенные картинки: %1 из %2 - + Importable files (%1) Файлы для импорта (%1) - + All image files (%1) Все файлы изображений (%1) - + Can't import %1 because file can't be open Не удалось открыть %1, файл не может быть открыт - + Can't import %1 because file can't be parsed properly Не получилось импортировать %1, файл не может быть правильно обработан - + Can't import %1 because file format can't be detected Не получилось импортировать %1, не удалось определить формат файла - + Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e Не удалось импортировать картинку Snapmatic, название не начинается с PGTA или не заканчивается с .g5e - + Failed to import the Snapmatic picture, the picture is already in the game Не удалось импортировать картинку Snapmatic, картинка уже в игре - + Failed to import the Snapmatic picture, can't copy the file into profile Не удалось импортировать картинку Snapmatic, не получилось скопировать файл в профиль - + Failed to import the Savegame, can't copy the file into profile Не удалось импортировать сохранение, не получилось скопировать файл в профиль - + Failed to import the Savegame, no Savegame slot is left Не удалось импортировать сохранение, нет пустых ячеек под сохранения - - + + JPG pictures and GTA Snapmatic Картинки JPG и GTA Snapmatic - - + + JPG pictures only Только картинки JPG - - + + GTA Snapmatic only Только GTA Snapmatic - + Initialising export... Подготовка к экспорту... - - + + No Snapmatic pictures or Savegames files are selected Не выделены ни один Snapmatic или сохранение - - - + + + Remove selected Снять выделение - + You really want remove the selected Snapmatic picutres and Savegame files? Точно ли хочешь удалить выбранные картинки Snapmatic и файлы сохранений? - - + + Qualify as Avatar Пометить как Аватар - - - - - - + + + + + + No Snapmatic pictures are selected Не выделена ни одна картинка Snapmatic - - - - + + + + Patch selected... Пропатчить выделенные... - - - - - - - - + + + + + + + + Patch file %1 of %2 files Изменяется файл %1 из %2 - - - - - - + + + + + + %1 failed with... %2 @@ -1343,80 +1347,80 @@ Press 1 for Default View %2 - + Failed to remove all selected Snapmatic pictures and/or Savegame files Не удалось удалить все выделенные картинки Snapmatic и/или сохранения - + Qualify %1 failed with... Помечание - - + + Change Players... Изменить игроков... - + Change Players %1 failed with... Измение игроков - - - + + + Change Crew... Изменить банду... - + Failed to enter a valid Snapmatic Crew ID Введённый идентификатор банды не верен - + Change Crew %1 failed with... Изменение банды - - - + + + Change Title... Изменить заголовок... - + Failed to enter a valid Snapmatic title Введённый заголовок не верен - + Change Title %1 failed with... Изменение заголовка - + %1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as: %1Эскпортировать картинки Snapmatic%2<br><br>Картинки JPG можно открыть любым просмотрщиком<br>Картинки формата GTA Snapmatic можно снова импортировать в игру<br><br>Экспортировать как: - - - - - + + + + + Export selected... Экпортировать выделенное... - + Export failed with... %1 @@ -1432,13 +1436,13 @@ Press 1 for Default View Экспортируется файл %1 из %2 - + All profile files (*.g5e SGTA* PGTA*) Все файлы профиля (*.g5e SGTA* PGTA*) - - + + GTA V Export (*.g5e) GTA V Export (*.g5e) @@ -1465,7 +1469,7 @@ Press 1 for Default View SavegameDialog - + Savegame Viewer Просмотрщик сохранений @@ -1485,7 +1489,7 @@ Press 1 for Default View &Закрыть - + Failed at %1 Ошибка при %1 @@ -1577,32 +1581,32 @@ Press 1 for Default View Не удалось удалить сохранение %1 - + &View &Просмотр - + &Remove &Удалить - + &Select &Выбрать - + &Deselect Сн&ять выбор - + Select &All В&ыбрать все - + &Deselect All Снять выбо&р со всех @@ -1612,7 +1616,7 @@ Press 1 for Default View Копировать сохранение - + &Export &Экспортировать @@ -1664,7 +1668,7 @@ Press 1 for Default View - + Snapmatic Properties @@ -1716,7 +1720,7 @@ Press 1 for Default View Meme - + Snapmatic Title Заголовок Snapmatic @@ -1805,26 +1809,26 @@ Press 1 for Default View - + Patching of Snapmatic Properties failed because of I/O Error Не удалось измененить свойства Snapmatic из-за проблемы ввода/вывода - + New Snapmatic title: Новый заголовок Snapmatic: - + Snapmatic Crew Банда на Snapmatic - + New Snapmatic crew: Новая банда на Snapmatic: @@ -1962,52 +1966,52 @@ Press 1 for Default View Не удалось показать %1 в списке картинок Snapmatic в игре - + Edi&t &Правка - + Show &In-game Показывать в &игре - + Hide &In-game Ск&рыть в игре - + &Export &Экспорт - + &View По&казать - + &Remove У&далить - + &Select &Выделить - + &Deselect Сн&ять выделение - + Select &All В&ыбрать все - + &Deselect All Снять выбо&р со всех @@ -2115,7 +2119,7 @@ Press 1 for Default View - + Select &GTA V Folder... Выбрать &папку GTA V... @@ -2191,16 +2195,16 @@ Press 1 for Default View - - + + Select Profile Выбор профиля - - + + Select GTA V Folder... Выбрать папку GTA V... @@ -2213,25 +2217,25 @@ Press 1 for Default View - + &About %1 &О программе %1 - + Open File... Открыть файл... - - - - + + + + Open File Открыть файл - + Can't open %1 because of not valid file format Не удалось открыть %1 из-за неверного формата файла @@ -2241,15 +2245,15 @@ Press 1 for Default View Пере&загрузить - - + + Show In-game Показывать в игре - - + + Hide In-game Скрыть в игре diff --git a/res/gta5sync_zh_TW.qm b/res/gta5sync_zh_TW.qm index 813115bd56fba6a69cb9d47ba4d9d8692577fc85..b1e7009c6e1b5dedee518c04162488f2c55710dc 100644 GIT binary patch delta 376 zcmWO1O(=tL9KiA4|M%aXXV3F^DU!%|$ewxIn8$E+;ARuea&TDdi8Wi&gB+$DWH}(e z92~q9Zj>yP619t~aBz^&l7oZ8C=ok-kDtC5NxVqn;Q+&yGzHiadNwJ;Mwm*y=$B@& zujviI(?WabM%NYHp%1k!a_}D1?8 zWvo?Y0Z~gUIq6lb`$+@T42!OVTw9OHF0^CY83hClwVPBz5E)C-yclFX^dNSyIF;C% z*${Qxd~)-X96Ff=Xk4QW+hcAsA;q!jir%F!rc*{7stBgV8bp}JIu UheCSk&S_UCt=HO9w=+@sA4D>A{{R30 delta 380 zcmWNMODIHP9L4|N_uYHH`|v1bF(Py2-WiW^%`m2vG8=hhMu}O-!a{}_Rx`?ivXHSs z{X;1!v7_WhDWYa43(71fHj}JmF)4Z7Q>U}})j8)TLvJ$lbeK?oBaV=D8W6ESrpPJ| z(x~!6hnn92{5yC=TWE`gIU1oJ2@Tdm+q-d=MZla-0G1ayC7$ z1Ege@JUjzv>SHT^bpTS1ZNwCS>P>bLi~zK4;SckWX*7fwxx+;vM3(Vfh>{N!#m919 zr~okcxmrv)Y(M73TGtgfvzpWR%DvxNfVy$+J8`nD8Y`s^8q{%6GO4H2PD`AScU+e5j9ARn8o&ZI8xfa3nddG5l_y8}+b-@lxIX4J69! Thwy7ifG7;$UcJkHT1cq>x=(K^ diff --git a/res/gta5sync_zh_TW.ts b/res/gta5sync_zh_TW.ts index c4a97b1..08aae9a 100644 --- a/res/gta5sync_zh_TW.ts +++ b/res/gta5sync_zh_TW.ts @@ -71,37 +71,37 @@ Pictures and Savegames %1 使用 <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> 授權條款發布 - + Release 正式版本 - + Release Candidate 最終發布版本 - + Daily Build 每日建置版本 - + Developer 開發版本 - + Beta Beta 版本 - + Alpha Alpha 版本 - + Custom 自訂 @@ -767,9 +767,13 @@ Y: %2 PictureDialog - %1 - Snapmatic Picture Viewer - %1 - Snapmatic 圖片檢視器 + %1 - Snapmatic 圖片檢視器 + + + + Snapmatic Picture Viewer - %1 + Snapmatic 圖片檢視器 - %1 @@ -849,36 +853,36 @@ Arrow Keys - Navigate - + Snapmatic Picture Viewer Snapmatic 圖片檢視器 - + Failed at %1 失敗: %1 - - + + No Players - - + + No Crew - + Unknown Location 未知地點 - + Avatar Preview Mode Press 1 for Default View 大頭貼預覽模式 @@ -1651,7 +1655,7 @@ Press 1 for Default View - + Snapmatic Properties @@ -1734,7 +1738,7 @@ Press 1 for Default View - + Patching of Snapmatic Properties failed because of I/O Error @@ -2029,7 +2033,7 @@ Press 1 for Default View &OK - OK(&O) + 確定(&O)