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
* 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

View File

@ -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"

View File

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