From 874c057ce5ecaf2960c3ec830bf9bdaae95189b2 Mon Sep 17 00:00:00 2001 From: Weblate Date: Tue, 20 Apr 2021 14:53:40 -0400 Subject: [PATCH 1/4] Translated using Weblate (Hungarian) Currently translated at 100.0% (483 of 483 strings) Co-authored-by: maxigaz Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko --- resources/langs/nheko_hu.ts | 55 +++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/resources/langs/nheko_hu.ts b/resources/langs/nheko_hu.ts index 8b6cafa2..ad74b4f7 100644 --- a/resources/langs/nheko_hu.ts +++ b/resources/langs/nheko_hu.ts @@ -1238,7 +1238,7 @@ Példa: https://szerver.em:8787 End-to-End Encryption - Végponttól végpontig titkosítás + Végponttól végpontig titkosítás @@ -1249,65 +1249,67 @@ Példa: https://szerver.em:8787 Respond to key requests - + Válasz kulcskérelmekre Whether or not the client should respond automatically with the session keys upon request. Use with caution, this is a temporary measure to test the E2E implementation until device verification is completed. - + Válaszoljon-e kérés esetén a kliens munkamenetkulcsokkal automatikusan. +Óvatosan használandó, mivel ez csak egy átmeneti megoldás a végponttól +végpontig (E2E) titkosítás tesztelésére, amíg be nincs fejezve az eszközhitelesítés. INFO - + INFÓ Internal ID - + Belső azonosító Room Version - + Szoba verziója OK - OK + OK Failed to enable encryption: %1 - Nem sikerült a titkosítás aktiválása: %1 + Nem sikerült a titkosítás aktiválása: %1 Select an avatar - Profilkép kiválasztása + Profilkép kiválasztása All Files (*) - Minden fájl (*) + Minden fájl (*) The selected file is not an image - A kiválasztott fájl nem egy kép + A kiválasztott fájl nem egy kép Error while reading file: %1 - Hiba a fájl olvasása közben: %1 + Hiba a fájl olvasása közben: %1 Failed to upload image: %s - Nem sikerült a kép feltöltése: %s + Nem sikerült a kép feltöltése: %s @@ -1315,53 +1317,53 @@ Példa: https://szerver.em:8787 Share desktop with %1? - + Meg legyen osztva a képernyő %1 felhasználóval? Window: - + Ablak: Frame rate: - + Képkockasebesség: Include your camera picture-in-picture - + A kamera is szerepeljen a kép-a-képben Request remote camera - + Távoli kamera kérése View your callee's camera like a regular video call - + A hívó kamerájának megjelenítése, mint egy normál videóhívásban Hide mouse cursor - + Egérkurzor elrejtése Share - + Megosztás Preview - + Előnézet Cancel - Mégse + Mégse @@ -1472,6 +1474,7 @@ Példa: https://szerver.em:8787 Multiple users are typing. First argument is a comma separated list of potentially multiple users. Second argument is the last user of that list. (If only one user is typing, %1 is empty. You should still use it in your string though to silence Qt warnings.) %1%2 gépel. + %1 és %2 gépelnek. @@ -1790,12 +1793,12 @@ Példa: https://szerver.em:8787 Global User Profile - + Globális felhasználói profil Room User Profile - + Szobai felhasználói profil @@ -1821,7 +1824,7 @@ Példa: https://szerver.em:8787 Unverify - + Hitelesítés visszavonása From 721ffc9b7c255432fbaac1432c68ea7fb017875d Mon Sep 17 00:00:00 2001 From: MTRNord Date: Tue, 20 Apr 2021 21:47:06 +0200 Subject: [PATCH 2/4] refactor: Remove windows installer feature that was always broken --- appveyor.yml | 6 ----- deploy/installer/cleanup/installscript.qs | 28 ----------------------- deploy/installer/cleanup/package.xml | 10 -------- 3 files changed, 44 deletions(-) delete mode 100644 deploy/installer/cleanup/installscript.qs delete mode 100644 deploy/installer/cleanup/package.xml diff --git a/appveyor.yml b/appveyor.yml index 83305a28..b9ec11fa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -77,25 +77,19 @@ after_build: - mkdir installer\packages\io.github.nhekoreborn.nheko - mkdir installer\packages\io.github.nhekoreborn.nheko\data - mkdir installer\packages\io.github.nhekoreborn.nheko\meta - - mkdir installer\packages\io.github.nhekoreborn.nheko.cleanup\meta # Copy installer data - copy %BUILD%\resources\nheko.ico installer\config - copy %BUILD%\resources\nheko.png installer\config - copy %BUILD%\COPYING installer\packages\io.github.nhekoreborn.nheko\meta\license.txt - - copy %BUILD%\COPYING installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\license.txt - copy %BUILD%\deploy\installer\config.xml installer\config - copy %BUILD%\deploy\installer\controlscript.qs installer\config - copy %BUILD%\deploy\installer\uninstall.qs installer\packages\io.github.nhekoreborn.nheko\data - copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta - copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta - - copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\io.github.nhekoreborn.nheko.cleanup\meta - - copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\io.github.nhekoreborn.nheko.cleanup\meta # Amend version and date - sed -i "s/__VERSION__/0.8.1/" installer\config\config.xml - sed -i "s/__VERSION__/0.8.1/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml - - sed -i "s/__VERSION__/0.8.1/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml - - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml # Copy nheko data - xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y - move NhekoRelease\nheko.exe installer\packages\io.github.nhekoreborn.nheko\data diff --git a/deploy/installer/cleanup/installscript.qs b/deploy/installer/cleanup/installscript.qs deleted file mode 100644 index 46f8012c..00000000 --- a/deploy/installer/cleanup/installscript.qs +++ /dev/null @@ -1,28 +0,0 @@ -function Component() -{ -} - -Component.prototype.createOperations = function() -{ - component.createOperations(); - - try - { - if( installer.value("os") === "win" ) - { - /** - * Cleanup AppData and registry - */ - component.addElevatedOperation("Execute","UNDOEXECUTE","cmd /C reg delete HKEY_CURRENT_USER\Software\nheko\nheko /f"); - var localappdata = installer.environmentVariable("LOCALAPPDATA"); - if( localappdata != "" ) - { - component.addElevatedOperation("Execute","UNDOEXECUTE","cmd /C rmdir "+localappdata+"\nheko /f"); - } - } - } - catch( e ) - { - print( e ); - } -} diff --git a/deploy/installer/cleanup/package.xml b/deploy/installer/cleanup/package.xml deleted file mode 100644 index f43e5b78..00000000 --- a/deploy/installer/cleanup/package.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - Cleanup AppData and Registry - Cleans up AppData and Registry when selected (logs you out) - Broken - __VERSION__ - __DATE__ - 80 - - false - From 5cdb296da21414df02f22bab6e76852d6ab210ad Mon Sep 17 00:00:00 2001 From: MTRNord Date: Tue, 20 Apr 2021 22:18:45 +0200 Subject: [PATCH 3/4] ci: Upload windows installer also in PR builds --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b9ec11fa..55d518be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -101,7 +101,8 @@ after_build: - set PATH=%BUILD%\tools\bin;%PATH% - binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe - - mv nheko-installer.exe nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe + - copy nheko-installer.exe nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe + - copy nheko-installer.exe nheko-%APPVEYOR_PULL_REQUEST_HEAD_COMMIT%-installer.exe - ps: .\.ci\upload-nightly.ps1 on_success: @@ -121,3 +122,4 @@ deploy: artifacts: - path: nheko_win_64.zip - path: nheko-$(APPVEYOR_REPO_TAG_NAME)-installer.exe + - path: nheko-$(APPVEYOR_PULL_REQUEST_HEAD_COMMIT)-installer.exe From 70d6b7f06e061dc730f60fd62171f215650ee9a9 Mon Sep 17 00:00:00 2001 From: Weblate Date: Wed, 21 Apr 2021 16:50:00 -0400 Subject: [PATCH 4/4] Translated using Weblate (Estonian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (483 of 483 strings) Co-authored-by: Priit Jõerüüt Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko --- resources/langs/nheko_et.ts | 60 ++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/resources/langs/nheko_et.ts b/resources/langs/nheko_et.ts index b358bbc8..7685b222 100644 --- a/resources/langs/nheko_et.ts +++ b/resources/langs/nheko_et.ts @@ -844,22 +844,22 @@ Näiteks: https://server.minu:8787 Edit - Muuda + Muuda React - Reageeri + Reageeri Reply - Vasta + Vasta Options - Valikud + Valikud @@ -927,41 +927,41 @@ Näiteks: https://server.minu:8787 %1 sent an encrypted message - %1 saatis krüptitud sõnumi + %1 saatis krüptitud sõnumi * %1 %2 Format an emote message in a notification, %1 is the sender, %2 the message - + * %1 %2 %1 replied: %2 Format a reply in a notification. %1 is the sender, %2 the message - + %1 vastas: %2 %1: %2 Format a normal message in a notification. %1 is the sender, %2 the message - %1: %2 + %1: %2 %1 replied with an encrypted message - + %1 vastas krüptitud sõnumiga %1 replied to a message - + %1 vastas sõnumile %1 sent a message - + %1 saatis sõnumi @@ -1183,57 +1183,57 @@ Näiteks: https://server.minu:8787 Room Settings - + Jututoa seadistused %1 member(s) - + %1 liige(t) SETTINGS - + SEADISTUSED Notifications - + Teavitused Muted - + Summutatud Mentions only - + Vaid mainimised All messages - + Kõik sõnumid Anyone and guests - + Kõik (sealhulgas külalised) Anyone - + Kõik Invited users - + Kutsutud kasutajad Encryption - + Krüptimine @@ -1249,7 +1249,7 @@ Näiteks: https://server.minu:8787 Respond to key requests - + Vasta krüptovõtmete päringutele @@ -1263,22 +1263,22 @@ testimiseks seni, kuni terviklik seadmete verifitseerimine on implementeeritud.< INFO - + TEAVE Internal ID - + Sisemine tunnus Room Version - + Jututoa versioon OK - Sobib + Sobib @@ -1793,12 +1793,12 @@ testimiseks seni, kuni terviklik seadmete verifitseerimine on implementeeritud.< Global User Profile - + Üldine kasutajaprofiil Room User Profile - + Kasutajaprofiil jututoas @@ -1824,7 +1824,7 @@ testimiseks seni, kuni terviklik seadmete verifitseerimine on implementeeritud.< Unverify - + Võta verifitseerimine tagasi