This commit is contained in:
Aditya Kulkarni
2019-04-05 09:40:02 -07:00
parent b3a8982d44
commit cd2e7d4e78
12 changed files with 14 additions and 14 deletions

View File

@@ -10,14 +10,14 @@ Head over to the releases page and grab the latest installers or binary. https:/
If you are on Debian/Ubuntu, please download the `.deb` package and install it. If you are on Debian/Ubuntu, please download the `.deb` package and install it.
``` ```
sudo dpkg -i linux-deb-zecwallet-v0.6.5.deb sudo dpkg -i linux-deb-zecwallet-v0.6.6.deb
sudo apt install -f sudo apt install -f
``` ```
Or you can download and run the binaries directly. Or you can download and run the binaries directly.
``` ```
tar -xvf zecwallet-v0.6.5.tar.gz tar -xvf zecwallet-v0.6.6.tar.gz
./zecwallet-v0.6.5/zecwallet ./zecwallet-v0.6.6/zecwallet
``` ```
### Windows ### Windows

Binary file not shown.

View File

@@ -1171,12 +1171,12 @@ You either have unconfirmed funds or the balance is too low for an automatic mig
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="638"/> <location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source> <source>Node is still syncing.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="662"/> <location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source> <source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

Binary file not shown.

View File

@@ -1187,12 +1187,12 @@ El saldo es insuficiente para una migración automática.
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="638"/> <location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source> <source>Node is still syncing.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="662"/> <location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source> <source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

Binary file not shown.

View File

@@ -1204,12 +1204,12 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="638"/> <location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source> <source>Node is still syncing.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="662"/> <location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source> <source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

Binary file not shown.

View File

@@ -1196,12 +1196,12 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="638"/> <location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source> <source>Node is still syncing.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="662"/> <location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source> <source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

Binary file not shown.

View File

@@ -1186,12 +1186,12 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="638"/> <location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source> <source>Node is still syncing.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/websockets.cpp" line="662"/> <location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source> <source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

View File

@@ -1 +1 @@
#define APP_VERSION "0.6.5" #define APP_VERSION "0.6.6"