From d1231347b4210fa8d4af33347f5213d4e583a249 Mon Sep 17 00:00:00 2001 From: informaticien77 Date: Thu, 18 Aug 2016 21:07:14 +0200 Subject: [PATCH] Fixed: unable to manually change current Replay Server Removed: unused code Updated: all translations --- src/mainwindow.cpp | 22 +-- src/translation/legendsreplay_deutch.qm | Bin 26089 -> 26039 bytes src/translation/legendsreplay_deutch.ts | 183 ++++++++++---------- src/translation/legendsreplay_english.qm | Bin 14267 -> 14181 bytes src/translation/legendsreplay_english.ts | 181 ++++++++++--------- src/translation/legendsreplay_french.qm | Bin 27105 -> 26893 bytes src/translation/legendsreplay_french.ts | 181 ++++++++++--------- src/translation/legendsreplay_portuguese.qm | Bin 23729 -> 23711 bytes src/translation/legendsreplay_portuguese.ts | 183 ++++++++++---------- src/translation/legendsreplay_spanish.qm | Bin 27389 -> 27189 bytes src/translation/legendsreplay_spanish.ts | 181 ++++++++++--------- 11 files changed, 446 insertions(+), 485 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ffde14c..5ee2da3 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1157,32 +1157,18 @@ void MainWindow::slot_replayserversAdd() return; } - QFile localserversfile(":/data/LegendsReplayServers.txt"); - - if(!localserversfile.open(QIODevice::ReadOnly | QIODevice::Text)){ - log(tr("[ERROR] Unable to open internal servers file : ") + localserversfile.errorString()); + if(lrservers.contains(ui->lineEdit_replayserver_address->text())){ return; } - QTextStream local_in(&localserversfile); - - lrservers.clear(); - - while(!local_in.atEnd()){ - QString line = local_in.readLine(); - if(!line.isEmpty()){ - lrservers.append(line); - } - } - - localserversfile.close(); - lrservers.append(ui->lineEdit_replayserver_address->text()); ui->tableWidget_replayservers->insertRow(ui->tableWidget_replayservers->rowCount()); ui->tableWidget_replayservers->setItem(ui->tableWidget_replayservers->rowCount()-1, 0, new QTableWidgetItem(ui->lineEdit_replayserver_address->text())); ui->lineEdit_replayserver_address->clear(); + + networkManager_replayServers->get(QNetworkRequest(QUrl(lrservers.first()))); } void MainWindow::slot_summonerinfos_save() @@ -1926,7 +1912,7 @@ void MainWindow::slot_click_replayservers() return; } - m_currentLegendsReplayServer = ui->tableWidget_replayservers->itemAt(ui->tableWidget_replayservers->selectedItems().first()->row(), 0)->text(); + m_currentLegendsReplayServer = ui->tableWidget_replayservers->item(ui->tableWidget_replayservers->selectedItems().first()->row(), 0)->text(); log(tr("Legends Replay switch to server ") + m_currentLegendsReplayServer); } diff --git a/src/translation/legendsreplay_deutch.qm b/src/translation/legendsreplay_deutch.qm index ef8b5b6c05b36ee0ab0c7baf854862eec020bd0d..562d26d032af567006728956c59f0aca828a5382 100644 GIT binary patch delta 919 zcmX9-e@v8R9RED;z3=nhy}WRq%h83$dra)6CU;6+fIz}|;GJ>-$B%%#)ZNus(6JNQ z#D;&grcI}^2Mg4aRgR=A@g{8G$kH{7xoAbPDeYRaRa?zXskEkj9nZ7xKHKv=-|y%9 z`8?0_+Y}p{V#k)VvR+3cyU@GGV9R=shju;N$tr?Tpzth9$KIp))qd?*jHY`9{Yi;H#4F4z>c7DTOTnFe1wGv!#HuOELa=RK%p@ zJf!pfA+bj?*qh=V$+h363?I4ztesXq@kM~@8_Gnv4_NVva^16mq=uBgyQ=~BJ>@@s z3AL)1xuoi{AFf$g91xRFcTJNZ6tBJLr6q(7T*jvoz?Ra&N~u-BR0KfDWg?wI}SNQc*N4zEc8 zfu#7u6t}=Uf5}PR>=H5AmGiOXaMyQ0lh5+?HR3HgW0~1~8OYAoY?qgiU)|!I?6O(3 z{O{`kS5PZIL6;qB7W1-U|6J=nNvzei+Q^H8z_wG`XfObjt``m^)ADIro?{*;d0&($ zl{Le<8qEfppVZT*C?{*HZd}U%$`0xUZyg{-7xlt{2(T%xztGeJNdM~5g$F>*5q;mU zNnqJc{a_xgKR2phv5}X7HDX4ov~{JY#-FA~`c(R@_2iSkMy%y7wnfx)!?rQw!ozN2 zn$DP;y+wQX#T(qHn6x&BzW~gAi)ee<8p#a;;Rfre06E#P-#R=(TAuM*XCGCpJ7B%p zLf;^*Z4v8l(<6&~nf#rvEKZL3MmZ}IuLd1rbwx&g3<;WX3MY!-G=m1GaI`d*)rPh^ fYhxX4JNG)nu|!ua;fy5`@q`%kWhUE$uVwuYnf(Nf delta 922 zcmX9-e{54#6#m}rd-wH~x0Oy!En|J#*ir~%?KW1%Hq2~kXFHu>_k#^r#cVNECesOt zLzu}FmoS8Rhk`#B69s{pl?9B$kVX6h)}SM}W#~p`T=`)_q8UU%1D?sfx$m5N-#zy` z-*?abIw4(8Nc$E`?Y$ZG(roWmL#piEU)@=;SPF)lfz@A1u`UacabAiK=K~u$rDSVA z5O6Wu%(K7~T`Z^$1H~>@f1w(vf0s2JrnoiDtX(StG@0$)Sqs#)vBA=6X;kcyoUA5O3`lNmMov56A-qA6l)RRJ zB!Bw-81U2%k;@Fnb$PPvCg7Nse`z}n_&epB{W0LNG||NDTCtLKkNyTOi5<+)PAM;6 zSO=76iI179)2|%aeFj)DrhMg(0_#(hQ$9biU*h0(x7`8kKefq zs5yLifM^T9$>vC?-qzQE+;gh;ph_%aYI#WoWq3}sn(PJTYBV$mEL)@vG2J^?&)=0E}Q@CMA07^%`58%?Rf#o9<@zaI zZFT~U8}yU}#iUp1#@STB=g~{vdz%>s`P)?K=j5qg4Y zy*r=QpS-4@v5}UcCNZv5+774846mdD%}bdrB%K0XVg+|e9io;Sw${|+_c{n^EOmNv z76|5vx404f!`c}64lwuKx3=f4(VQ@qX1DdD5Gh#~w;qWTmsMWt-&m(M(i2#) z`M#~orqYW3J@h-zEteWaR>cDaRoH}=sApm=d9R`cG4f-yGVi}awuR=A|NU+AUlI2` dsH4;jYMh2!{OHRQ7nj+Gtp1aHs4V - - - + + + Stats Statistiken @@ -129,7 +129,7 @@ - + Game Mode Spilemodus @@ -167,15 +167,15 @@ - - + + Spectate Ansehen - - + + Record Aufzeichnung @@ -262,7 +262,7 @@ - + Options Optionen @@ -343,7 +343,7 @@ - + Exit Schließen @@ -369,9 +369,9 @@ - - - + + + Repair tool Reparierwerkzeug @@ -391,11 +391,11 @@ - - + + + - - + LegendsReplay @@ -423,7 +423,7 @@ - + New version Neue Version @@ -528,7 +528,7 @@ Bitte stellen Sie eine gültige. [WARN] Replay Server error : - + [WARN] Replay Server error : @@ -594,8 +594,8 @@ Bitte stellen Sie eine gültige. - - + + Game is already recording Das Spiel ist bereits Aufnahme @@ -615,271 +615,266 @@ Bitte stellen Sie eine gültige. Bald - - [ERROR] Unable to open internal servers file : - [ERROR ] Kann Datei interne Server zu öffnen: - - - - - - + + + + Please add a LegendsReplay server. Bitte fügen Sie einen LegendsReplay Server . - - + + Unknown summoner on this server. Unbekannt Spieler auf diesem Server. - + Your summoner ID is Ihre Spieler ID ist - + Retrieving PBE ID Abrufen von PBE ID - + Unknown summoner on this server. PBE is not supported. Unbekannt Beschwörer auf diesem Server. PBE wird nicht unterstützt. - + Unknown summoner on this server. PBE is not supported. Unbekannt Spieler auf diesem Server. PBE wird nicht unterstützt. - + Your PBE ID is Ihre PBE ID ist - + Server: stoped due to inactivity Server: gestoppt wegen Inaktivität - + Game detected : start recording Spiel entdeckt : Aufzeichnung starten - + [WARN] Game not found : API/LegendsReplay servers may be offline or not working correctly [WARN] Game nicht gefunden: API / LegendsReplay Server offline sein kann, arbeiten oder nicht korrekt - + End of recording Ende der Aufzeichnung - + [ERROR] Server not found [ERROR ] Server nicht gefunden - + [ERROR] Unknown server [ERROR ] Unbekannter Server - + Select a Replay Wählen Sie ein Replay - + Opening : Öffnungszeiten : - + Server: started Server: gestartet - + Invalid replay file, aborting. Ungültige Replay-Datei , breche ab . - + Server: send server version Server: Server-Version senden - + Server: send game metadata Server : Senden Spiel Metadaten - + Server: send lastChunkInfo Server: senden lastChunkInfo - + Server: send chunk Server: chunk senden - + Server: send primary chunk Server: senden primäre Brocken - + Server: unknown requested chunk Server: unbekannt angeforderten chunk - + Server: send keyframe Server: senden Keyframe - + Server: unknown requested keyframe Server: unbekannt angeforderten Keyframe - + Server: End of game stats sent Server : Ende der Spielstatistiken gesendet - + Server: End of replay requested Server : Ende der replay angefordert - + Server: Unknown requested link Server: Unbekannt angefordert Link - + Summoner name not found on this server Spieler Namen auf diesem Server nicht gefunden - + [ERROR] Summoner id not valid [ERROR ] Spieler ID nicht gültig - - + + Summoner Spieler - + is not in a game nicht in einem Spiel ist - + not playing nicht spielen - + is in a game ist in einem Spiel - + playing spielend - + Legends Replay switch to server Legends Replay Schalter auf Server - - - + + + Replay - - - - - + + + + + Delete Löschen - - - - + + + + Cancel Abbrechen - - + + Cancel and delete Abbrechen und löschen - - + + Do you really want to delete this replay ? Wollen Sie wirklich auf diese replay zu löschen? - - + + Unable to find the file : Die Datei kann nicht zu finden : - - - - + + + + Unable to remove the file : Können Sie die Datei zu entfernen : - + Do you really want to cancel this record ? Wollen Sie wirklich diesen Datensatz zu löschen ? - + Do you really want to cancel and delete this record ? Wollen Sie wirklich diesen Datensatz zu löschen und löschen? - + Removed file : Entfernte Datei: - + [ERROR] Unable to remove the file : [ERROR ] kann nicht die Datei zu entfernen : - + About Über diff --git a/src/translation/legendsreplay_english.qm b/src/translation/legendsreplay_english.qm index aa408dd0033a58de0405bdf6fbec35f3f8720267..961de15a4fe2f98a6686fd16559a806566608ff7 100644 GIT binary patch delta 820 zcmX9+Sxi$w6g~6$mcGYpYb)BI!V`fOY;CJ(T!==5LaMk$3?W+7SWPqnMu;C(@xwJy zqh?%CP=UAwHxRd=kQn(eqKUi26~&6t_@fvTgUdC3O=j-gbM8IoTrZE6?TJ_K18xII zJ-9cqC>by+Ujp`icynVwTqE)ibO1^rLZ54ZjJCb|XK$=!dDA065@V6&-9T~=Td_$4 zZ27FY)d!4fW3kdYAjL1(yB8Ds4k1rz1%^HniXP0OdPFEbP5s6ip+e0BOecliRr3LF zozOJt8!$2|JWWpmhU5qz?lc2xfzZ2EqP~FeGgu7pr7VLL@LkMcgZVk;SI>%$>HzUv z<1scqTNRIW&`ue>Vncr+b-Ts0-V=1*6g#gy1O{#q@4F`v%V)7Gs}Hbv#22gEff0t- zSGNL46L?r~s$nVl4^>kx^9_Q*g8YQw9$g_d?zjaw`=s+ZCB!gFx;`xjaLkbI1;!CV zwe%x82S~`0`sF=<%fWvUk}8)Qsif~!o@jEaQTbHoYO0m<$)+S>L=O*}oFTtbuzwz) zPf=!8k&u!@2_GI$fMrTas0kRfL|GOH(!E_-_3xi2S80&<5#(#-%+4ObEGg|zUIYFC zyv<}J#GCz3kJ1RRTB2AYa=S!pv8E<(|%AY$`S0YJ7bV;{#5{l)SZrrv~cvk8Y4s4^H z>h+0-N(k+jzOc9oU~WC~{WpocUSIdI1<>y5+kNz&eq6t0Cjryy`70^k?yz*Xj-}|q z@_q~{m9mJBlih4H56gyKwO;%a1+4MbS6%O^_Kxq84Ho6+WT&smRvRMay!UL4&9uv~ jySA=>{hkWj%LU|s`27FrEu%yPDqFtFlZ}=Qt||7vlDgks delta 922 zcmX9-YfKbZ6#iy*=FZMC%d&`B5n(`B7Gz-;m4^=!6@h>a+N^eik1gtIV@m5^8)EG-LZV-N|5KQ^F=VnKX{q^>p^HBpQSA=uOK>*mb8=X{UzO=#Ek z%9By*DB#e6q|m8YZ$c^b{Z9bvB%CWlKv*k^&fNl(wJ3hw1k4LNb$0c^S3+TlABYnK z|MoFpZl&uM|k{5X*k0e!W-R zr!D{tzlaTW>j39lv3>Ce0tt#EDRIE;eDTFV08qaWUmljJuTGpOCj!M( z^6&XRAhkxmz9JupTqWOeXVIh=@~3Kg9lb=JWG8{-ayE<4COt1%%rRmXo5#NT=mOkc zR;ecuqReWT0f_Lh`tzha;s9$XCEx5pc4crk_1|EDi77xFVqIE+e|Nyux71>{fim?ZC{<$~Jcaz1EbSXFX)VX{Cjo zAsDA}_4q%4QC50}p8+l(|I?sHZ!x+?ekKur7z;8<)EuwTlQu?V()k-hrP^W)b;nax z&$mg*a~+ZD@v8f@`ES&LAOXjHuMY3)r9@Pjti2HgIl|kd93MvAbu~8m2GN6SVnA!Di_a_i@vPa6n`9X6gBf8 z^_U-MdN3SFxTfWvJ3^Y?X^SrSs9vRQEUNCyD*?53o-Z+5<7 YdAi`@Pwh^AI6i@|PE - - + + + - - + LegendsReplay OpenReplay @@ -107,9 +107,9 @@ - - - + + + Stats @@ -143,7 +143,7 @@ - + Game Mode @@ -181,15 +181,15 @@ - - + + Spectate - - + + Record @@ -226,9 +226,9 @@ - - - + + + Repair tool @@ -284,7 +284,7 @@ - + Options @@ -365,7 +365,7 @@ - + Exit @@ -424,7 +424,7 @@ - + New version @@ -594,8 +594,8 @@ Please set a valid one. - - + + Game is already recording @@ -615,269 +615,264 @@ Please set a valid one. - - [ERROR] Unable to open internal servers file : - - - - - - - + + + + Please add a LegendsReplay server. - - + + Unknown summoner on this server. - + Your summoner ID is - + Retrieving PBE ID - + Unknown summoner on this server. PBE is not supported. - + Unknown summoner on this server. PBE is not supported. - + Your PBE ID is - + Server: stoped due to inactivity - + Game detected : start recording - + [WARN] Game not found : API/LegendsReplay servers may be offline or not working correctly - + End of recording - + [ERROR] Server not found - + [ERROR] Unknown server - + Select a Replay - + Opening : - + Server: started - + Invalid replay file, aborting. - + Server: send server version - + Server: send game metadata - + Server: send lastChunkInfo - + Server: send chunk - + Server: send primary chunk - + Server: unknown requested chunk - + Server: send keyframe - + Server: unknown requested keyframe - + Server: End of game stats sent - + Server: End of replay requested - + Server: Unknown requested link - + Summoner name not found on this server - + [ERROR] Summoner id not valid - - + + Summoner - + is not in a game - + not playing - + is in a game - + playing - + Legends Replay switch to server - - - + + + Replay - - - - - + + + + + Delete - - - - + + + + Cancel - - + + Cancel and delete - - + + Do you really want to delete this replay ? - - + + Unable to find the file : - - - - + + + + Unable to remove the file : - + Do you really want to cancel this record ? - + Do you really want to cancel and delete this record ? - + Removed file : - + [ERROR] Unable to remove the file : - + About diff --git a/src/translation/legendsreplay_french.qm b/src/translation/legendsreplay_french.qm index 909fca678716ea406a6739f543e09f13c551ad81..ccc45f1101583687991c41c0bb691456b6cdab5b 100644 GIT binary patch delta 863 zcmXAnYfO`86vzMX)A!Q8ylrWnVWRZ)QtM?~1rbCLG_Y0*h|GeeXe-f<#At(w(L{*o zg4q@=0(o>1G)hdoUt%R{WT-^>U~ndzPQt=ej8^@!OoK#Y-1Hbfo#Z*^Ip=?V=l}Sg z&~jI3`@-})Fhd7?&)d^hu$sE|&AO1*zHiy~RKZ&k0rJKRk-8D!+h$>1vkIhL7veo` zVC9&Qh;{+qf0=Eh7N`g^uhIi#XRyE@<&>Yqf+y&IK{4B8$^?v;SZh-i5FBFXb4P&{ zIc#vI1IV1lo(;qSdxSmzQ37gu**i}V;A@4Mth9i)2o4sg;AaK5TF@if_ovgSV>}^b ztKQ4v;eJwI72wmEK4F|Vl=m8#&@2vbyasp-;_I$;K*jdKRq)=}kigkbY5mFSh|@zw!TA%B<;f zz3!yOX1P%|0D6bKXFn~X-;rC(2}J2Z`S|UPz*5fh4URS5dL=u$6>u4p><$I^a#UHE zvlz%fsg&*W11ZOprA@>&$)bch=acR}CG0y7%-XJepY9`;Bu34*?lhjGheAK0jdee>FmyqkPOzZ*m$Fy^~3klSf6@ z)bb`%Y|A}h)v#&c7HL^%Gu_|R2RJOMtuL7=9E7JL#m~?cx83 zj@+t8YQq7V?5|bhtGj?@JJm}iK48%~^=@82;Cz*2u+0XtY)R$;k(`y4?|R3c3Kbm2y)Fh>!~=cm{VsR`qVTq kYW;g99ZT)~9D^}(*qTY?0-WJC<2T(-r7^#Iy=RN_BWHN?PXGV_ delta 1046 zcmXAoeNYs27{|Z6-0t2jd%GOLaA0yonZ}g)xZnUtW6jNtnqBwQ~}_cXDd!netHnQQIxunJHK*22}pj0cifK!UcATeFhvo{ANW?@4>0xdZ}(D*rb+%_ z0U^qJl^?p?2ozND-iMC>{suql;n0q?Ukagznt`ZjVGTAA(^SFQ@CIP^6Rdp#U|bM3 zCS?H6H4Ax%OMsB$LVg>~!e16Dk5as?OK|6&0@kz(wQ)I=&kOa-apm>G0Dp)W7=_`k zUx9!I;q3I!K-HKqW2PDEmxLSP`(j9;EZk{YE)=g_H8lw2c57p=e*naPuFZ)j0vpP- zCC|=L=gI0{emit`wZ5?k`n#*vYRsz&?YgdA*MQ0)-NYqQxzV7T-gzDfmqo+*0AlV? zJsR_C6)rL1`%*Gnmza5!3{vbAi;t%Ox?^JXo_?zFr?|ZnK#WanTHbdIi!H}UY-x<> zt)layBJs367szN4ucnR@tb6``hG&5F27mp8hNv_CmM|X~?hiGMvlTmKNvH`2+~bn| zGF`L6Cz&qEK-S+<(z|aFoByQbJ~xm#D{ZZ41K0;r&HYEf7KhY2KLP}2NP8``Uos$F zG| - - + + + - - + LegendsReplay OpenReplay LegendsReplay @@ -107,9 +107,9 @@ - - - + + + Stats Stats @@ -143,7 +143,7 @@ - + Game Mode Mode de jeu @@ -181,15 +181,15 @@ - - + + Spectate Regarder - - + + Record Enregistrer @@ -226,9 +226,9 @@ - - - + + + Repair tool Outil de réparation @@ -284,7 +284,7 @@ - + Options Options @@ -365,7 +365,7 @@ - + Exit Fermer @@ -424,7 +424,7 @@ - + New version Nouvelle version @@ -596,8 +596,8 @@ Aucun dossier releases trouvé. - - + + Game is already recording La partie est déjà en cours d'enregistrement @@ -617,270 +617,265 @@ Aucun dossier releases trouvé. Bientôt - - [ERROR] Unable to open internal servers file : - [ERREUR] Impossible d'ouvrir le fichier interne des serveurs : - - - - - - + + + + Please add a LegendsReplay server. Merci d'ajouter un serveur LegendsReplay. - - + + Unknown summoner on this server. Nom d'invocateur inconnu sur ce serveur. - + Your summoner ID is Votre ID d'invocateur est - + Retrieving PBE ID Récupération de l'ID PBE - + Unknown summoner on this server. PBE is not supported. Nom d'invocateur inconnu sur ce serveur. Le PBE n'est pas supporté. - + Unknown summoner on this server. PBE is not supported. Nom d'invocateur inconnu sur ce serveur. Le PBE n'est pas supporté. - + Your PBE ID is Votre ID PBE est - + Server: stoped due to inactivity Serveur: arrêté pour cause d'inactivité - + Game detected : start recording Partie détectée : démarrage de l'enregistrement - + [WARN] Game not found : API/LegendsReplay servers may be offline or not working correctly [WARN] Partie introuvable : L'API ou les serveurs LegendsReplay peuvent être hors ligne ou ne pas fonctionner correctement - + End of recording Fin de l'enregistrement - + [ERROR] Server not found [ERREUR] Serveur introuvable - + [ERROR] Unknown server [ERREUR] Serveur inconnu - + Select a Replay Choisissez un Replay - + Opening : Ouverture : - + Server: started Serveur: démarré - + Invalid replay file, aborting. Fichier replay invalide, arrêt. - + Server: send server version Serveur: envoi de la version du serveur - + Server: send game metadata Serveur: envoi des métadonnées de la partie - + Server: send lastChunkInfo Serveur: envoi du lastChunkInfo - + Server: send chunk Serveur: envoi du chunk - + Server: send primary chunk Serveur: envoi du chunk primaire - + Server: unknown requested chunk Serveur: chunk demandé inconnu - + Server: send keyframe Serveur: envoi de la keyframe - + Server: unknown requested keyframe Serveur: keyframe demandé inconnu - + Server: End of game stats sent Serveur: Stats de fin de partie envoyées - + Server: End of replay requested Serveur: Requête de fin du replay - + Server: Unknown requested link Serveur: Requête inconnue du lien - + Summoner name not found on this server Nom d'invocateur introuvable sur ce serveur - + [ERROR] Summoner id not valid [ERREUR] Id d'invocateur invalide - - + + Summoner Invocateur - + is not in a game n'est pas dans une partie - + not playing ne joue pas - + is in a game est en jeu - + playing en train de jouer - + Legends Replay switch to server Legends Replay a basculé sur le serveur - - - + + + Replay Replay - - - - - + + + + + Delete Supprimer - - - - + + + + Cancel Annuler - - + + Cancel and delete Annuler et supprimer - - + + Do you really want to delete this replay ? Voulez-vous vraiment supprimer ce replay ? - - + + Unable to find the file : Impossible de trouver le fichier : - - - - + + + + Unable to remove the file : Impossible de supprimer le fichier : - + Do you really want to cancel this record ? Voulez-vous vraiment annuler cet enregistrement ? - + Do you really want to cancel and delete this record ? Voulez-vous vraiment annuler et supprimer cet enregistrement ? - + Removed file : Fichier supprimé : - + [ERROR] Unable to remove the file : [ERREUR] Impossible de supprimer le fichier : - + About À propos diff --git a/src/translation/legendsreplay_portuguese.qm b/src/translation/legendsreplay_portuguese.qm index 8b1e56d2797dc03b3268458a258ee98005088e17..693ac24bcc7e7ae4a8bc6fc61c1a4d033f9fc99e 100644 GIT binary patch delta 947 zcmXAoeN0nl6vm%>+k0<&y>RKi7=?0Mqp-2jqLl9z`4GBR=@jVjgB4lYW!)rnMNPy6 z6PIi*x}kdq_^}OQVz%i-D}l_q87CxjBU`2uLpCKO+QeitTOw?WA-Y5O>*T)gJS&fg8NQ9m?V&hb=9(8E89h0n01#;@Twe%s=q-PXOvZc>g#Ky!6-MKL2ZF_qcjr z2q^x53%x!IR5-ZEJ2GHt=*)Eqr7Q$8?bhOua^>lvx0BA<_G*A@teP( z{L=k=m$48qEbzTO0iYqupDTX=cz$fNLupE zrRaOePI7j+^ost8BL!qN!ESRU#$Ns4#4jZDJhSjx*|+-Xia8+TZT;`jOH}S#`njP9 zP$df7Jb>&QLe`g+fHos&|1D~G1lwc!-~B$@$!pvI`;^b!TPU15Fb?GB2*b5Oz;jl( zSW`=&MundWib!)#__uol;D`td;vt|WPkfe{fz{(;<^igt=m+tYc?ZyZR_xSP0Bd^1 zJ)(|0P2z_~vMJVzy?#Pf&5NH;Mk)WA7=QQ(kj!G@i~z7&ohhSDD(=_~tjv^(k4n@} zisUM-0!rpthc10pLJE4%0nfEd;etAXpC@haYXa6)NhidQ$?>{$`rsWPZBn{4H3Kv{ z*{Dv-Xf-%)eg+h@8R}M1AI>|5rWa<`dpJmF1*nUTaLF4 z5#uy@%;yElqRb+s8^2p-x6rzkYIXSB8d}@G{7u4e5 z79#Msx~1s~E$*?UXmYE;6+XaMu72Vr#to;{Q*r9DXp=g<=(Vm-y|tAd$g<^2vB6C1 z7Z|4bqaQB3G4epXUov7}jBpx zq49kSkX$E3`?G)UfY4{G_H)AJkF!1MO29nJ z4)3i2D%;t`!bjBoFE+j`1<2`Pzl}tJ`NQn@eG=iS*b{#(@ItG}ygvnehma-=^Fu-k ztI&9_kZmc57v~>$65%+H32wDVJah9$YFEV5nPI;pP82-`?9JlOy9a=xR`GFnBd}@_ z-^voyS}FA@RlQxjl^N=Jsrhad;GW^9SZ14Fx^Q3!Se_w$e63%zzUO0#kYP~wpn@kC(7keqaY`18J(H_kYK4L9Un#!}#=9yubL0K+DKbev=w zKKXEnY+AiQJ~z6X@KbX1$sC|0%Kg10oBK>Qd$ZzddKXAfQd}n#Qejm*`K!o6A8#@x ztS{r2O@@7^*)e_^ zaMqdqIiw?Z%3S^8B+YT3KQ!%9N6fKnOK6%7-XLbC4yp&=xd&9ep^gj_uiLAR?HQ!V zFIjAZ@#I^G_llV|hh^nY8-R>`mXebcv_Ff-M8p1#rKO8l15Qh{uA9nLFoM>S(Oj?xmf{LT+a(U?|nA`BEB)3(&^ z1z1e0pP2(*-l;|Y=mVZ>*Y;=Aec5~3kd3@ty_Szj0o&`=$^Kkm@t4-=737mQoiCR& zg>Ae>HrgU_m!7r&NriF0OiWX4E-rTaEP1s?U(!IB3|-G%aEv<7>aOr+nvCh2tG}hC zJ^AdkdG+wpa-e*T{z;HLuDq^ah?2^@SM-Vhxhl@-4_>9uF)!`eS(!ykS2IZYqZ1yy h+4o3(=;qzeTLlOIv^a~q+zEYC#igdc*GfEz{{dAv0`LF; diff --git a/src/translation/legendsreplay_portuguese.ts b/src/translation/legendsreplay_portuguese.ts index 0a3f6e6..ac30bc1 100644 --- a/src/translation/legendsreplay_portuguese.ts +++ b/src/translation/legendsreplay_portuguese.ts @@ -81,11 +81,11 @@ - - + + + - - + LegendsReplay OpenReplay LegendsReplay @@ -107,9 +107,9 @@ - - - + + + Stats Estatística @@ -143,7 +143,7 @@ - + Game Mode Modo de jogo @@ -181,15 +181,15 @@ - - + + Spectate Espectador - - + + Record Registro @@ -226,9 +226,9 @@ - - - + + + Repair tool Ferramenta de reparo @@ -284,7 +284,7 @@ - + Options Opções @@ -365,7 +365,7 @@ - + Exit Saída @@ -424,7 +424,7 @@ - + New version Nova versão @@ -528,7 +528,7 @@ Please set a valid one. [WARN] Replay Server error : - + @@ -594,8 +594,8 @@ Please set a valid one. - - + + Game is already recording O jogo está a registar @@ -615,270 +615,265 @@ Please set a valid one. Em breve - - [ERROR] Unable to open internal servers file : - - - - - - - + + + + Please add a LegendsReplay server. Por favor acrescenta um server LegendsReplay. - - + + Unknown summoner on this server. Jogador desconhecido neste server. - + Your summoner ID is Seu jogador ID é - + Retrieving PBE ID Recuperação do ID PBE - + Unknown summoner on this server. PBE is not supported. Jogador desconhecido neste server. PBE não suportada. - + Unknown summoner on this server. PBE is not supported. Jogador desconhecido neste server. PBE não suportada. - + Your PBE ID is Seu PBE ID é - + Server: stoped due to inactivity Server: parado por inacção - + Game detected : start recording Jogo detectado : comece a gravar - + [WARN] Game not found : API/LegendsReplay servers may be offline or not working correctly - + End of recording Fiml de gravação - + [ERROR] Server not found [ERROR] Server não encontrado - + [ERROR] Unknown server [ERROR] Server desconhecido - + Select a Replay Selecionar um Replay - + Opening : Abertura : - + Server: started Server: inicialização - + Invalid replay file, aborting. iReplay nválido, paragem. - + Server: send server version Server: envio server versão - + Server: send game metadata Server: Envio metadados do jogo - + Server: send lastChunkInfo Server: envio ultimoChunkInformações - + Server: send chunk Server: Envio chunk - + Server: send primary chunk Server: envio primário chunk - + Server: unknown requested chunk Server: aplicação desconhecida - + Server: send keyframe Server: envio Keyframe - + Server: unknown requested keyframe Server: desconhecida keyframe aplicação - + Server: End of game stats sent Server: Envio de estatísticas - + Server: End of replay requested Server: Pedido para terminar o Replay - + Server: Unknown requested link Server: desconhecida aplicação link - + Summoner name not found on this server Jogador não encontrado neste server - + [ERROR] Summoner id not valid - - + + Summoner Summoner/Jogador - + is not in a game Não está em jogo - + not playing Não joga - + is in a game Está em jogo - + playing Jogar - + Legends Replay switch to server Legends Replay mudança do server - - - + + + Replay - - - - - + + + + + Delete Supressão - - - - + + + + Cancel Cancelar - - + + Cancel and delete Cancelar e remover - - + + Do you really want to delete this replay ? Quer realmente remover esta replay ? - - + + Unable to find the file : Incapaz de encontrar o arquivo : - - - - + + + + Unable to remove the file : Incapaz de removerr o arquivo : - + Do you really want to cancel this record ? Quer realmente cancelar esta replay ? - + Do you really want to cancel and delete this record ? Quer realmente cancelar e remover esta replay ? - + Removed file : Arquivo removido : - + [ERROR] Unable to remove the file : [ERROR] Incapaz de removerr o arquivo : - + About Sobre diff --git a/src/translation/legendsreplay_spanish.qm b/src/translation/legendsreplay_spanish.qm index f3777ccd26454697433ff81f2d7461e844c9758f..4b296899eedb0c6524be61b2c1a1bdeb49a5b277 100644 GIT binary patch delta 886 zcmXAneN0+c zO8x|PdDz4X8?fd@c4s&ZEIPn`c|!qW1MDAP6k@Nml7+nDv}Bix#Rrm0+w{Af)$S&t z9x)?%yydg|&MWfh@)FYdSDq}r3p{#K{=Q)V z@K?xpI}ZZePKY?mH7Ux{`&13&h*y|hS|lzpXF>3)(tYweu)16Muq**o%_*OG%K*o5 zp&mMHhsb3ny}m}j{wOVvYm2Q|)7kEsSAze7FKP9MzwMm-xQK%w*M zyCV%i__)|$ujp%{urH zje1D*$(|)^3&# z0n6si2J0%o6EJ5C%apjN*_Ag#^|+ zVtrjl0w^of>!OVS`$JF8{RiwkqaXXV7kD_SH@oOO@|AwwN|ZxmVoLF6RiDV1?q5Tx z)iZ7v5WTHUqDXbJJ$FQ0wPi)W$o%Mj3V7_L%&E!Sl!9h)TD64|hb^^{F9GB5gVj1_ zNjQQOrB=&Z0YV%zTe{Qq!*#D)CKsC4d}sL~wlJ#HgSGZG%Ga}7CA^f~@<=FBh(ySZ(96(G*f`Nph3 zt)B}v3;+c|-Z)nWlt%OU@))q(!B<`^0%~S>_i@V4$>4YD(gB^7Kh#zZRCnHL)O< zm0K_@938(vb><6$_sS?gQ}`t5Lm)gtm^^t2u$&MsB-nsWr-a#+w}6Em!VgWSf%T!n zt$}U8Gfq~^N9w*7pL|GBM}Y0-O}c6E#f!zjnqOEyZ)xAqEDm*?1yY8@PxCxLxnDe$ zn+L@27tg0=5_Cnp(?ZYFqQ!es7f{qIEno|Q%rB+r4jRqYC{^4}0k-@nHJajysRdx>W^ikHJiCi`%dmJOcl0LaU)lRPqZOY~MfbDNu1qsFVpefJs%1XTpfaeQa2;JYSWmq|cBhiGxb++vEk;CZ+Tk zX`$pPb$bSY6=vmy0|1hXl^u`nEBlp}cW9z=i{jf%@e-TzxzhoxJ*iw;IZpWRhiHsT zfGkHy=!8H-Muk{ogA|WttHt#tH&odh2W;+DLno<9^i|b#P7m1A)a>5Z3IF%%iarmp zPNUYi+W`K$>b?B{s3=lf{~QIL@TzZE>AtK}J!>Qx3KtyyWOz07N*dAX z$YaTprTy7s`c~;*g6z`o+df6UgZ_h!r9f(-{`fcbK-C`oXAfI|m{;{b&0YbV1^VFB zAQ1Me!CX(}5~Bb*A*|&z - - - + + + Stats Estadísticas @@ -129,7 +129,7 @@ - + Game Mode Modo de juego @@ -167,15 +167,15 @@ - - + + Spectate Espectador - - + + Record Registro @@ -262,7 +262,7 @@ - + Options Opciones @@ -343,7 +343,7 @@ - + Exit Salir @@ -369,9 +369,9 @@ - - - + + + Repair tool Instrumento de reparación @@ -391,11 +391,11 @@ - - + + + - - + LegendsReplay LegendsReplay @@ -423,7 +423,7 @@ - + New version Nueva versión @@ -594,8 +594,8 @@ Por favor ponga uno válido. - - + + Game is already recording El juego es ya la grabación @@ -615,270 +615,265 @@ Por favor ponga uno válido. Pronto - - [ERROR] Unable to open internal servers file : - [ERROR] Incapaz de abrir archivo de servidores interno : - - - - - - + + + + Please add a LegendsReplay server. Por favor añada a un servidor LegendsReplay. - - + + Unknown summoner on this server. Invocador desconocido sobre este servidor. - + Your summoner ID is Tu invocador ID es - + Retrieving PBE ID Recuperar PBE ID - + Unknown summoner on this server. PBE is not supported. Invocador desconocido sobre este servidor. PBE no es apoyado. - + Unknown summoner on this server. PBE is not supported. Invocador desconocido sobre este servidor. PBE no es apoyado. - + Your PBE ID is Tu PBE ID es - + Server: stoped due to inactivity Servidor: se paró debido a la inactividad - + Game detected : start recording Juego descubierto : grabación de principio - + [WARN] Game not found : API/LegendsReplay servers may be offline or not working correctly [WARN] Juego no encontrado : API/LegendsReplay servidores pueden ser autónomos o no trabajadores correctamente - + End of recording Final de grabación - + [ERROR] Server not found [ERROR] Servidor no encontrado - + [ERROR] Unknown server [ERROR] Servidor desconocido - + Select a Replay Seleccione una repetición - + Opening : Abriendo : - + Server: started Servidor: empezó - + Invalid replay file, aborting. Archivo de repetición inválido, aborto. - + Server: send server version Servidor: envíe la versión de servidor - + Server: send game metadata Servidor: envíe el juego metadata - + Server: send lastChunkInfo Servidor: envíe lastChunkInfo - + Server: send chunk Servidor: envíe chunk - + Server: send primary chunk Servidor: envíe primaria chunk - + Server: unknown requested chunk Servidor: desconocido solicitado chunk - + Server: send keyframe Servidor: envío keyframe - + Server: unknown requested keyframe Servidor: desconocido solicitado keyframe - + Server: End of game stats sent Servidor: final de juego stats enviado - + Server: End of replay requested Servidor: final de repetición solicitado - + Server: Unknown requested link Servidor: eslabón desconocido solicitado - + Summoner name not found on this server Nombre de invocador no encontrado sobre este servidor - + [ERROR] Summoner id not valid [ERROR] Invocador ID inválido - - + + Summoner Invocador - + is not in a game no está en un partido - + not playing no jugaré - + is in a game está en un partido - + playing jugando - + Legends Replay switch to server LegendsReplay cambie al servidor - - - + + + Replay Repetición - - - - - + + + + + Delete Suprimir - - - - + + + + Cancel Cancelar - - + + Cancel and delete Cancele y suprimir - - + + Do you really want to delete this replay ? ¿ Su realmente quieren suprimir este repetición ? - - + + Unable to find the file : Incapaz de encontrar el archivo : - - - - + + + + Unable to remove the file : Incapaz de eliminar el archivo : - + Do you really want to cancel this record ? ¿ Su realmente quieren cancelar este registro ? - + Do you really want to cancel and delete this record ? ¿ Su realmente quieren cancelar y suprimir este registro ? - + Removed file : Archivo eliminado : - + [ERROR] Unable to remove the file : [ERROR] Incapaz de eliminar el archivo : - + About Sobre