Merge pull request #4523 from cmgustavo/translate/updates-po-32

Updates PO s
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-30 17:39:26 -03:00 committed by GitHub
commit a72a29a55f
3 changed files with 46 additions and 16 deletions

View File

@ -1,4 +1,17 @@
* Improves some icons Release v2.2.0
* Minor UX changes on receive
* Update translations New features:
* Bug fixes
- 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

View File

@ -70,10 +70,6 @@ msgstr ""
msgid "A multisignature bitcoin wallet" msgid "A multisignature bitcoin wallet"
msgstr "" 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 #: public/views/preferencesGlobal.html
msgid "About Copay" msgid "About Copay"
msgstr "" msgstr ""
@ -168,7 +164,7 @@ msgid "Amount"
msgstr "" msgstr ""
#: src/js/services/bwsError.js #: src/js/services/bwsError.js
msgid "Amount below dust threshold" msgid "Amount below minimum allowed"
msgstr "" msgstr ""
#: public/views/modals/customized-amount.html #: public/views/modals/customized-amount.html
@ -250,7 +246,7 @@ msgid "Bitcoin Network Fee Policy"
msgstr "" msgstr ""
#: public/views/preferencesFee.html #: 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 "" msgstr ""
#: public/views/paymentUri.html #: public/views/paymentUri.html
@ -455,10 +451,6 @@ msgstr ""
msgid "Could not create: Invalid wallet recovery phrase" msgid "Could not create: Invalid wallet recovery phrase"
msgstr "" msgstr ""
#: src/js/controllers/backup.js
msgid "Could not decrypt"
msgstr ""
#: src/js/controllers/import.js #: src/js/controllers/import.js
msgid "Could not decrypt file, check your password" msgid "Could not decrypt file, check your password"
msgstr "" msgstr ""
@ -709,10 +701,18 @@ msgstr ""
msgid "Export Wallet" msgid "Export Wallet"
msgstr "" msgstr ""
#: public/views/export.html
msgid "Exporting via QR not supported for this wallet"
msgstr ""
#: public/views/preferencesInformation.html #: public/views/preferencesInformation.html
msgid "Extended Public Keys" msgid "Extended Public Keys"
msgstr "" msgstr ""
#: src/js/services/onGoingProcess.js
msgid "Extracting Wallet Information..."
msgstr ""
#: public/views/export.html #: public/views/export.html
msgid "Failed to export" msgid "Failed to export"
msgstr "" msgstr ""
@ -735,8 +735,9 @@ msgstr ""
msgid "Fetching Payment Information" msgid "Fetching Payment Information"
msgstr "" msgstr ""
#: public/views/export.html
#: public/views/import.html #: public/views/import.html
msgid "File/Text Backup" msgid "File/Text"
msgstr "" msgstr ""
#: src/js/services/fingerprintService.js #: src/js/services/fingerprintService.js
@ -755,6 +756,10 @@ msgstr ""
msgid "French" msgid "French"
msgstr "" 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 #: src/js/services/bwsError.js
msgid "Funds are locked by pending spend proposals" msgid "Funds are locked by pending spend proposals"
msgstr "" msgstr ""
@ -804,6 +809,7 @@ msgid "Hardware Wallet"
msgstr "" msgstr ""
#: public/views/create.html #: public/views/create.html
#: public/views/export.html
#: public/views/import.html #: public/views/import.html
#: public/views/join.html #: public/views/join.html
msgid "Hide advanced options" msgid "Hide advanced options"
@ -845,6 +851,11 @@ msgstr ""
msgid "Incorrect address network" msgid "Incorrect address network"
msgstr "" 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 #: src/js/services/bwsError.js
msgid "Insufficient funds" msgid "Insufficient funds"
msgstr "" msgstr ""
@ -1117,6 +1128,10 @@ msgstr ""
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: src/js/controllers/import.js
msgid "Password required. Make sure to enter your password in advanced options"
msgstr ""
#: public/views/join.html #: public/views/join.html
msgid "Paste invitation here" msgid "Paste invitation here"
msgstr "" msgstr ""
@ -1282,6 +1297,7 @@ msgstr ""
msgid "Push notifications for Copay are currently disabled. Enable them in the Settings app." msgid "Push notifications for Copay are currently disabled. Enable them in the Settings app."
msgstr "" msgstr ""
#: public/views/export.html
#: public/views/modals/customized-amount.html #: public/views/modals/customized-amount.html
msgid "QR Code" msgid "QR Code"
msgstr "" msgstr ""
@ -1530,6 +1546,7 @@ msgid "Shared Wallet"
msgstr "" msgstr ""
#: public/views/create.html #: public/views/create.html
#: public/views/export.html
#: public/views/import.html #: public/views/import.html
#: public/views/join.html #: public/views/join.html
msgid "Show advanced options" msgid "Show advanced options"

View File

@ -11,7 +11,7 @@
<a href ng-click="setType('12')" translate>Recovery Phrase</a> <a href ng-click="setType('12')" translate>Recovery Phrase</a>
</div> </div>
<div class="tab-container small-4 medium-4 large-4" ng-class="{'selected': type=='file'}"> <div class="tab-container small-4 medium-4 large-4" ng-class="{'selected': type=='file'}">
<a href ng-click="setType('file')" translate>File/Text Backup</a> <a href ng-click="setType('file')" translate>File/Text</a>
</div> </div>
<div class="tab-container small-4 medium-4 large-4" ng-class="{'selected': type=='hwWallet'}"> <div class="tab-container small-4 medium-4 large-4" ng-class="{'selected': type=='hwWallet'}">
<a href ng-click="setType('hwWallet')" translate>Hardware Wallet</a> <a href ng-click="setType('hwWallet')" translate>Hardware Wallet</a>