Fixes string and updates pot

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-23 18:11:42 -03:00
parent 4aa4d9f769
commit 51bd7a2bd9
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 116 additions and 36 deletions

View File

@ -61,6 +61,7 @@ msgstr ""
msgid "About Copay" msgid "About Copay"
msgstr "" msgstr ""
#: public/views/includes/confirm-tx.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
#: src/js/services/confirmDialog.js #: src/js/services/confirmDialog.js
#: src/js/controllers/copayers.js #: src/js/controllers/copayers.js
@ -171,6 +172,7 @@ msgid "Average confirmation time: {{fee.nbBlocks * 10}} minutes"
msgstr "" msgstr ""
#: public/views/includes/topbar.html #: public/views/includes/topbar.html
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Back" msgid "Back"
@ -205,7 +207,7 @@ msgid "Balance By Address"
msgstr "" msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
msgid "Before receiving funds, it is highly recommended you backup your wallet. If you lose this device, it is impossible to access your funds without a backup." msgid "Before receiving funds, it is necessary backup your wallet. If you lose this device, it is impossible to access your funds without a backup."
msgstr "" msgstr ""
#: public/views/create.html #: public/views/create.html
@ -238,7 +240,7 @@ msgstr ""
msgid "Broadcasting Payment" msgid "Broadcasting Payment"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js #: src/js/services/txService.js
msgid "Broadcasting transaction" msgid "Broadcasting transaction"
msgstr "" msgstr ""
@ -254,8 +256,8 @@ msgstr ""
msgid "Calculating fee" msgid "Calculating fee"
msgstr "" msgstr ""
#: public/views/copayers.html
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/confirm-tx.html
#: public/views/modals/confirmation.html #: public/views/modals/confirmation.html
#: public/views/modals/destination-address.html #: public/views/modals/destination-address.html
#: src/js/services/confirmDialog.js #: src/js/services/confirmDialog.js
@ -269,10 +271,18 @@ msgstr ""
msgid "CANCEL" msgid "CANCEL"
msgstr "" msgstr ""
#: public/views/copayers.html
msgid "Cancel and delete the wallet"
msgstr ""
#: src/js/services/profileService.js #: src/js/services/profileService.js
msgid "Cannot join the same wallet more that once" msgid "Cannot join the same wallet more that once"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js
msgid "Cannot sign: The payment request has expired"
msgstr ""
#: public/views/modals/paypro.html #: public/views/modals/paypro.html
msgid "Certified by" msgid "Certified by"
msgstr "" msgstr ""
@ -312,10 +322,15 @@ msgstr ""
msgid "Confirm" msgid "Confirm"
msgstr "" msgstr ""
#: public/views/includes/confirm-tx.html
msgid "Confirm transaction"
msgstr ""
#: public/views/backup.html #: public/views/backup.html
msgid "Confirm your wallet seed" msgid "Confirm your wallet seed"
msgstr "" msgstr ""
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
msgid "Confirmations" msgid "Confirmations"
msgstr "" msgstr ""
@ -336,6 +351,10 @@ msgstr ""
msgid "Connecting to {{join.hwWallet}} Wallet..." msgid "Connecting to {{join.hwWallet}} Wallet..."
msgstr "" msgstr ""
#: src/js/services/bwsError.js
msgid "Connection reset by peer"
msgstr ""
#: public/views/backup.html #: public/views/backup.html
msgid "Continue" msgid "Continue"
msgstr "" msgstr ""
@ -358,6 +377,7 @@ msgstr ""
#: src/js/controllers/copayers.js #: src/js/controllers/copayers.js
#: src/js/controllers/export.js #: src/js/controllers/export.js
#: src/js/controllers/tx.js
#: src/js/controllers/walletHome.js #: src/js/controllers/walletHome.js
msgid "Copied to clipboard" msgid "Copied to clipboard"
msgstr "" msgstr ""
@ -370,7 +390,7 @@ msgstr ""
msgid "Copy to clipboard" msgid "Copy to clipboard"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js #: src/js/services/txService.js
msgid "Could not accept payment" msgid "Could not accept payment"
msgstr "" msgstr ""
@ -378,12 +398,13 @@ msgstr ""
msgid "Could not access Wallet Service: Not found" msgid "Could not access Wallet Service: Not found"
msgstr "" msgstr ""
#: src/js/services/txService.js
#: src/js/controllers/walletHome.js #: src/js/controllers/walletHome.js
msgid "Could not broadcast payment" msgid "Could not broadcast payment"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js #: src/js/services/bwsError.js
msgid "Could not calculate fee" msgid "Could not build transaction"
msgstr "" msgstr ""
#: src/js/services/addressService.js #: src/js/services/addressService.js
@ -422,6 +443,10 @@ msgstr ""
msgid "Could not fetch payment information" msgid "Could not fetch payment information"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js
msgid "Could not get fee value"
msgstr ""
#: src/js/services/profileService.js #: src/js/services/profileService.js
msgid "Could not import" msgid "Could not import"
msgstr "" msgstr ""
@ -484,6 +509,7 @@ msgstr ""
msgid "Current fee rate for this policy: {{fee.feePerKBUnit}}/kiB" msgid "Current fee rate for this policy: {{fee.feePerKBUnit}}/kiB"
msgstr "" msgstr ""
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
msgid "Date" msgid "Date"
msgstr "" msgstr ""
@ -530,6 +556,11 @@ msgstr ""
msgid "Derivation Strategy" msgid "Derivation Strategy"
msgstr "" msgstr ""
#: public/views/walletHome.html
msgid "Destination wallet needs backup"
msgstr ""
#: public/views/includes/tx-details.html
#: public/views/modals/customized-amount.html #: public/views/modals/customized-amount.html
#: public/views/modals/paypro.html #: public/views/modals/paypro.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
@ -581,6 +612,10 @@ msgstr ""
msgid "Empty addresses limit reached. New addresses cannot be generated." msgid "Empty addresses limit reached. New addresses cannot be generated."
msgstr "" msgstr ""
#: public/views/preferencesGlobal.html
msgid "Enable push notifications"
msgstr ""
#: src/js/controllers/export.js #: src/js/controllers/export.js
msgid "Encrypted export file saved" msgid "Encrypted export file saved"
msgstr "" msgstr ""
@ -610,6 +645,10 @@ msgstr ""
msgid "Error importing wallet:" msgid "Error importing wallet:"
msgstr "" msgstr ""
#: public/views/modals/txp-details.html
msgid "Expired"
msgstr ""
#: public/views/modals/paypro.html #: public/views/modals/paypro.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Expires" msgid "Expires"
@ -647,6 +686,8 @@ msgstr ""
msgid "Family vacation funds" msgid "Family vacation funds"
msgstr "" msgstr ""
#: public/views/includes/confirm-tx.html
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Fee" msgid "Fee"
@ -709,10 +750,6 @@ msgstr ""
msgid "Global preferences" msgid "Global preferences"
msgstr "" msgstr ""
#: public/views/translators.html
msgid "Greek"
msgstr ""
#: public/views/preferences.html #: public/views/preferences.html
msgid "Hardware wallet" msgid "Hardware wallet"
msgstr "" msgstr ""
@ -808,18 +845,10 @@ msgstr ""
msgid "Invalid derivation path" msgid "Invalid derivation path"
msgstr "" msgstr ""
#: src/js/controllers/index.js
msgid "Invalid Touch ID"
msgstr ""
#: src/js/controllers/copayers.js #: src/js/controllers/copayers.js
msgid "Invitation to share a Copay Wallet" msgid "Invitation to share a Copay Wallet"
msgstr "" msgstr ""
#: public/views/translators.html
msgid "Italian"
msgstr ""
#: public/views/translators.html #: public/views/translators.html
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
@ -869,6 +898,10 @@ msgstr ""
msgid "Learn more about Wallet Migration" msgid "Learn more about Wallet Migration"
msgstr "" msgstr ""
#: public/views/preferencesFee.html
msgid "Loading..."
msgstr ""
#: public/views/includes/available-balance.html #: public/views/includes/available-balance.html
msgid "locked by pending payments" msgid "locked by pending payments"
msgstr "" msgstr ""
@ -885,12 +918,17 @@ msgstr ""
msgid "Make a payment to" msgid "Make a payment to"
msgstr "" msgstr ""
#: src/js/controllers/index.js
msgid "Matches:"
msgstr ""
#: src/js/services/profileService.js #: src/js/services/profileService.js
msgid "me" msgid "me"
msgstr "" msgstr ""
#: public/views/preferencesInformation.html #: public/views/preferencesInformation.html
#: public/views/includes/copayers.html #: public/views/includes/copayers.html
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Me" msgid "Me"
@ -900,6 +938,7 @@ msgstr ""
msgid "Memo" msgid "Memo"
msgstr "" msgstr ""
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
msgid "Merchant message" msgid "Merchant message"
msgstr "" msgstr ""
@ -908,11 +947,17 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: src/js/services/bwsError.js
msgid "Missing private keys to sign"
msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
msgid "Moved" msgid "Moved"
msgstr "" msgstr ""
#: public/views/includes/confirm-tx.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Multiple recipients" msgid "Multiple recipients"
msgstr "" msgstr ""
@ -970,6 +1015,10 @@ msgstr ""
msgid "Not completed" msgid "Not completed"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js
msgid "Not enought funds for fee"
msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/modals/customized-amount.html #: public/views/modals/customized-amount.html
#: public/views/modals/destination-address.html #: public/views/modals/destination-address.html
@ -978,6 +1027,7 @@ msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/output.html #: public/views/includes/output.html
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Note" msgid "Note"
@ -1004,6 +1054,7 @@ msgstr ""
msgid "Paper Wallet Private Key" msgid "Paper Wallet Private Key"
msgstr "" msgstr ""
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Participants" msgid "Participants"
@ -1039,6 +1090,10 @@ msgstr ""
msgid "Paste your paper wallet private key here" msgid "Paste your paper wallet private key here"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js
msgid "Pasted from clipboard"
msgstr ""
#: public/views/modals/paypro.html #: public/views/modals/paypro.html
msgid "Pay To" msgid "Pay To"
msgstr "" msgstr ""
@ -1059,6 +1114,10 @@ msgstr ""
msgid "Payment details" msgid "Payment details"
msgstr "" msgstr ""
#: public/views/walletHome.html
msgid "Payment expires"
msgstr ""
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Payment Proposal" msgid "Payment Proposal"
msgstr "" msgstr ""
@ -1153,10 +1212,6 @@ msgstr ""
msgid "Please, select your backup file" msgid "Please, select your backup file"
msgstr "" msgstr ""
#: public/views/translators.html
msgid "Portuguese"
msgstr ""
#: src/js/controllers/export.js #: src/js/controllers/export.js
msgid "Preparing backup..." msgid "Preparing backup..."
msgstr "" msgstr ""
@ -1169,6 +1224,10 @@ msgstr ""
msgid "Priority" msgid "Priority"
msgstr "" msgstr ""
#: src/js/services/bwsError.js
msgid "Private key is encrypted, cannot sign"
msgstr ""
#: public/views/modals/customized-amount.html #: public/views/modals/customized-amount.html
msgid "QR Code" msgid "QR Code"
msgstr "" msgstr ""
@ -1182,10 +1241,12 @@ msgid "Receive"
msgstr "" msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
msgid "Received" msgid "Received"
msgstr "" msgstr ""
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "Recipients" msgid "Recipients"
@ -1233,10 +1294,14 @@ msgstr ""
msgid "Request Password" msgid "Request Password"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js #: src/js/services/txService.js
msgid "Requesting Ledger Wallet to sign" msgid "Requesting Ledger Wallet to sign"
msgstr "" msgstr ""
#: src/js/services/txService.js
msgid "Requesting Trezor Wallet to sign"
msgstr ""
#: public/views/join.html #: public/views/join.html
msgid "Required" msgid "Required"
msgstr "" msgstr ""
@ -1280,7 +1345,7 @@ msgstr ""
msgid "Scan Wallet Funds" msgid "Scan Wallet Funds"
msgstr "" msgstr ""
#: src/js/controllers/index.js #: src/js/services/txService.js
msgid "Scan your fingerprint please" msgid "Scan your fingerprint please"
msgstr "" msgstr ""
@ -1292,10 +1357,15 @@ msgstr ""
msgid "Scanning Wallet funds..." msgid "Scanning Wallet funds..."
msgstr "" msgstr ""
#: public/views/walletHome.html
msgid "Search transactions"
msgstr ""
#: public/views/preferences.html #: public/views/preferences.html
msgid "Security preferences" msgid "Security preferences"
msgstr "" msgstr ""
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
msgid "See it on the blockchain" msgid "See it on the blockchain"
msgstr "" msgstr ""
@ -1347,7 +1417,12 @@ msgstr ""
msgid "Sending funds..." msgid "Sending funds..."
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js
msgid "Sending transaction"
msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/tx-status.html #: public/views/modals/tx-status.html
msgid "Sent" msgid "Sent"
@ -1419,7 +1494,7 @@ msgid "Show advanced options"
msgstr "" msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
msgid "Show all" msgid "Show more"
msgstr "" msgstr ""
#: public/views/backup.html #: public/views/backup.html
@ -1430,7 +1505,7 @@ msgstr ""
msgid "Signatures rejected by server" msgid "Signatures rejected by server"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js #: src/js/services/txService.js
msgid "Signing payment" msgid "Signing payment"
msgstr "" msgstr ""
@ -1487,22 +1562,18 @@ msgstr ""
msgid "The payment was created but could not be completed. Please try again from home screen" msgid "The payment was created but could not be completed. Please try again from home screen"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js
msgid "The payment was created but could not be signed. Please try again from home screen"
msgstr ""
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "The payment was removed by creator" msgid "The payment was removed by creator"
msgstr "" msgstr ""
#: src/js/controllers/walletHome.js
msgid "The payment was signed but could not be broadcasted. Please try again from home screen"
msgstr ""
#: public/views/export.html #: public/views/export.html
msgid "The private key for this wallet is encrypted. Exporting keep the private key encrypted in the export archive." msgid "The private key for this wallet is encrypted. Exporting keep the private key encrypted in the export archive."
msgstr "" msgstr ""
#: src/js/services/bwsError.js
msgid "The request could not be understood by the server"
msgstr ""
#: public/views/create.html #: public/views/create.html
#: public/views/join.html #: public/views/join.html
msgid "The seed could require a passphrase to be imported" msgid "The seed could require a passphrase to be imported"
@ -1537,6 +1608,7 @@ msgstr ""
msgid "This seed was created with a passphrase. To recover this wallet both the mnemonic and passphrase are needed." msgid "This seed was created with a passphrase. To recover this wallet both the mnemonic and passphrase are needed."
msgstr "" msgstr ""
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
msgid "This transaction has become invalid; possibly due to a double spend attempt." msgid "This transaction has become invalid; possibly due to a double spend attempt."
msgstr "" msgstr ""
@ -1551,6 +1623,7 @@ msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/output.html #: public/views/includes/output.html
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
#: public/views/modals/txp-details.html #: public/views/modals/txp-details.html
msgid "To" msgid "To"
@ -1576,6 +1649,11 @@ msgstr ""
msgid "Total number of copayers" msgid "Total number of copayers"
msgstr "" msgstr ""
#: src/js/services/txService.js
msgid "Touch ID Failed"
msgstr ""
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
msgid "Transaction" msgid "Transaction"
msgstr "" msgstr ""
@ -1609,6 +1687,7 @@ msgid "Unable to send transaction proposal"
msgstr "" msgstr ""
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/tx-details.html
#: public/views/modals/tx-details.html #: public/views/modals/tx-details.html
msgid "Unconfirmed" msgid "Unconfirmed"
msgstr "" msgstr ""
@ -1723,7 +1802,7 @@ msgid "Wallet not found"
msgstr "" msgstr ""
#: src/js/services/bwsError.js #: src/js/services/bwsError.js
msgid "Wallet not registed at the Wallet Service. Recreate it from \"Create Wallet\" using \"Advanced Options\" to set your seed" msgid "Wallet not registered at the wallet service. Recreate it from \"Create Wallet\" using \"Advanced Options\" to set your seed"
msgstr "" msgstr ""
#: public/views/create.html #: public/views/create.html

View File

@ -159,7 +159,8 @@
</div> </div>
<div class="oh pr" ng-show="index.txHistory[0] || index.txProgress > 5"> <div class="oh pr" ng-show="index.txHistory[0] || index.txProgress > 5">
<h4 class="title" ng-click="index.startSearch(); search=''" ng-show="!index.isSearching" translate>Activity <h4 class="title" ng-click="index.startSearch(); search=''" ng-show="!index.isSearching">
<span translate>Activity</span>
<i class="dib m5l size-16 pointer fi-magnifying-glass"></i> <i class="dib m5l size-16 pointer fi-magnifying-glass"></i>
</h4> </h4>