diff --git a/i18n/docs/updateinfo_en.txt b/i18n/docs/updateinfo_en.txt index 23805f38d..d7ffc3654 100644 --- a/i18n/docs/updateinfo_en.txt +++ b/i18n/docs/updateinfo_en.txt @@ -1,4 +1,17 @@ -* Improves some icons -* Minor UX changes on receive -* Update translations -* Bug fixes +Release v2.2.0 + +New features: + + - Migrate to another device with a simple QR code + - Supports wide screens and landscape format for tablets. + +Bug fixes: + + * Improves performance (removes unused js library) + * Removes cache history from export wallet + * Check from swipe paper wallet if backup has been completed. + * Fix UI sidebar menu + * Full amount precision on tx details modals + * Fix backup scrolling for small devices + * Fix spinner while create/import/join a wallet + * Fix preferences UI for some Android versions diff --git a/i18n/po/template.pot b/i18n/po/template.pot index bd72c6570..3619106f2 100644 --- a/i18n/po/template.pot +++ b/i18n/po/template.pot @@ -70,10 +70,6 @@ msgstr "" msgid "A multisignature bitcoin wallet" msgstr "" -#: public/views/export.html -msgid "A spending password is set for this wallet. Exporting keeps the spending password in the export archive." -msgstr "" - #: public/views/preferencesGlobal.html msgid "About Copay" msgstr "" @@ -168,7 +164,7 @@ msgid "Amount" msgstr "" #: src/js/services/bwsError.js -msgid "Amount below dust threshold" +msgid "Amount below minimum allowed" msgstr "" #: public/views/modals/customized-amount.html @@ -250,7 +246,7 @@ msgid "Bitcoin Network Fee Policy" msgstr "" #: public/views/preferencesFee.html -msgid "Bitcoin transactions may include a fee collected by miners on the network. The higher the fee, the greater the incentive a miner has to include that transaction in a block. Actual fees are determined based on network load and the selected policy." +msgid "Bitcoin transactions may include a fee collected by miners on the network. The higher the fee, the greater the incentive a miner has to include that transaction in a block. Current fees are determined based on network load and the selected policy." msgstr "" #: public/views/paymentUri.html @@ -455,10 +451,6 @@ msgstr "" msgid "Could not create: Invalid wallet recovery phrase" msgstr "" -#: src/js/controllers/backup.js -msgid "Could not decrypt" -msgstr "" - #: src/js/controllers/import.js msgid "Could not decrypt file, check your password" msgstr "" @@ -709,10 +701,18 @@ msgstr "" msgid "Export Wallet" msgstr "" +#: public/views/export.html +msgid "Exporting via QR not supported for this wallet" +msgstr "" + #: public/views/preferencesInformation.html msgid "Extended Public Keys" msgstr "" +#: src/js/services/onGoingProcess.js +msgid "Extracting Wallet Information..." +msgstr "" + #: public/views/export.html msgid "Failed to export" msgstr "" @@ -735,8 +735,9 @@ msgstr "" msgid "Fetching Payment Information" msgstr "" +#: public/views/export.html #: public/views/import.html -msgid "File/Text Backup" +msgid "File/Text" msgstr "" #: src/js/services/fingerprintService.js @@ -755,6 +756,10 @@ msgstr "" msgid "French" msgstr "" +#: public/views/export.html +msgid "From the destination device, go to Add wallet > Import wallet and scan this QR code" +msgstr "" + #: src/js/services/bwsError.js msgid "Funds are locked by pending spend proposals" msgstr "" @@ -804,6 +809,7 @@ msgid "Hardware Wallet" msgstr "" #: public/views/create.html +#: public/views/export.html #: public/views/import.html #: public/views/join.html msgid "Hide advanced options" @@ -845,6 +851,11 @@ msgstr "" msgid "Incorrect address network" msgstr "" +#. Trying to import a malformed wallet export QR code +#: src/js/controllers/import.js +msgid "Incorrect code format" +msgstr "" + #: src/js/services/bwsError.js msgid "Insufficient funds" msgstr "" @@ -1117,6 +1128,10 @@ msgstr "" msgid "Password" msgstr "" +#: src/js/controllers/import.js +msgid "Password required. Make sure to enter your password in advanced options" +msgstr "" + #: public/views/join.html msgid "Paste invitation here" msgstr "" @@ -1282,6 +1297,7 @@ msgstr "" msgid "Push notifications for Copay are currently disabled. Enable them in the Settings app." msgstr "" +#: public/views/export.html #: public/views/modals/customized-amount.html msgid "QR Code" msgstr "" @@ -1530,6 +1546,7 @@ msgid "Shared Wallet" msgstr "" #: public/views/create.html +#: public/views/export.html #: public/views/import.html #: public/views/join.html msgid "Show advanced options" diff --git a/public/views/import.html b/public/views/import.html index 7a72834e8..6629c13fb 100644 --- a/public/views/import.html +++ b/public/views/import.html @@ -11,7 +11,7 @@ Recovery Phrase
- File/Text Backup + File/Text
Hardware Wallet