diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-09-20 14:35:11 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-10-10 10:41:27 +0100 |
commit | c1860341a72e7d813bfaa0f2c829850fd6738c90 (patch) | |
tree | c8437b9e3fe7c3ffc96256be37fa5e4838bb4b0c /src/qt/locale/bitcoin_et.ts | |
parent | 5964b8339ac5cfb727f33fe86c57b1764caf7857 (diff) |
qt: 24.0rc2 translations update
Diffstat (limited to 'src/qt/locale/bitcoin_et.ts')
-rw-r--r-- | src/qt/locale/bitcoin_et.ts | 44 |
1 files changed, 36 insertions, 8 deletions
diff --git a/src/qt/locale/bitcoin_et.ts b/src/qt/locale/bitcoin_et.ts index beba4e31f9..d9c6eed537 100644 --- a/src/qt/locale/bitcoin_et.ts +++ b/src/qt/locale/bitcoin_et.ts @@ -528,6 +528,10 @@ <translation type="unfinished">Ajakohane</translation> </message> <message> + <source>Open Wallet</source> + <translation type="unfinished">Ava Rahakott</translation> + </message> + <message> <source>&Window</source> <translation type="unfinished">&Aken</translation> </message> @@ -702,6 +706,14 @@ </message> </context> <context> + <name>OpenWalletActivity</name> + <message> + <source>Open Wallet</source> + <extracomment>Title of window indicating the progress of opening of a wallet.</extracomment> + <translation type="unfinished">Ava Rahakott</translation> + </message> + </context> +<context> <name>CreateWalletDialog</name> <message> <source>Wallet</source> @@ -757,6 +769,27 @@ <context> <name>Intro</name> <message numerus="yes"> + <source>%n GB of space available</source> + <translation type="unfinished"> + <numerusform /> + <numerusform /> + </translation> + </message> + <message numerus="yes"> + <source>(of %n GB needed)</source> + <translation type="unfinished"> + <numerusform /> + <numerusform /> + </translation> + </message> + <message numerus="yes"> + <source>(%n GB needed for full chain)</source> + <translation type="unfinished"> + <numerusform /> + <numerusform /> + </translation> + </message> + <message numerus="yes"> <source>(sufficient to restore backups %n day(s) old)</source> <extracomment>Explanatory text on the capability of the current prune target.</extracomment> <translation type="unfinished"> @@ -906,6 +939,7 @@ </message> <message> <source>Confirm options reset</source> + <extracomment>Window title text of pop-up window shown when the user has chosen to reset options.</extracomment> <translation type="unfinished">Kinnita valikute algseadistamine</translation> </message> <message> @@ -1370,10 +1404,6 @@ <source>The total exceeds your balance when the %1 transaction fee is included.</source> <translation type="unfinished">Summa koos tehingu tasuga %1 ületab sinu jääki.</translation> </message> - <message> - <source>Payment request expired.</source> - <translation type="unfinished">Maksepäring aegunud.</translation> - </message> <message numerus="yes"> <source>Estimated to begin confirmation within %n block(s).</source> <translation type="unfinished"> @@ -1420,10 +1450,6 @@ <source>Message:</source> <translation type="unfinished">Sõnum:</translation> </message> - <message> - <source>Pay To:</source> - <translation type="unfinished">Maksa :</translation> - </message> </context> <context> <name>SignVerifyMessageDialog</name> @@ -1552,10 +1578,12 @@ <name>TransactionDesc</name> <message> <source>%1/unconfirmed</source> + <extracomment>Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in at least one block, but less than 6 blocks.</extracomment> <translation type="unfinished">%1/kinnitamata</translation> </message> <message> <source>%1 confirmations</source> + <extracomment>Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in 6 or more blocks.</extracomment> <translation type="unfinished">%1 kinnitust</translation> </message> <message> |