fix translate labels

This commit is contained in:
Javier 2016-12-02 14:36:14 -03:00
parent 720f339475
commit b1fabe1828
8 changed files with 28 additions and 77 deletions

View File

@ -22,10 +22,6 @@ msgstr ""
msgid "5-star ratings help us get BitPay into more hands, and more users means more resources can be committed to the app!"
msgstr ""
#: www/views/bitpayCardIntro.html:23
msgid "<span translate=\"\">Get local cash anywhere you go, from any Visa<sup>&reg;</sup> compatible ATM. ATM bank fees may apply.</span>"
msgstr ""
#: src/js/controllers/feedback/send.js:27
#: www/views/feedback/complete.html:17
msgid "A member of the team will review your feedback as soon as possible."
@ -339,10 +335,8 @@ msgstr ""
msgid "Browser unsupported"
msgstr ""
#: www/views/tab-home.html:117
msgid ""
"Buy &amp; Sell Bitcoin\n"
" <a ui-sref=\"tabs.buyandsell\"><i class=\"icon ion-ios-plus-empty list-add-button\"></i></a>"
#: www/views/tab-home.html:118
msgid "Buy &amp; Sell Bitcoin"
msgstr ""
#: www/views/tab-send.html:15
@ -657,9 +651,7 @@ msgid "Create new wallet"
msgstr ""
#: www/views/add.html:22
msgid ""
"Create shared wallet\n"
" <i class=\"icon bp-arrow-right\"></i>"
msgid "Create shared wallet"
msgstr ""
#: www/views/tab-create-shared.html:133
@ -841,14 +833,7 @@ msgid "Enter the recovery phrase (BIP39)"
msgstr ""
#: www/views/backup.html:62
msgid ""
"Enter your password\n"
" <label class=\"item item-input item-stacked-label\">\n"
" <div class=\"input-label\" translate=\"\">In order to verify your wallet backup, please type your password.</div>\n"
" <input type=\"text\" id=\"passphrase\" ng-model=\"data.passphrase\" autocapitalize=\"off\" spellcheck=\"false\" autofocus>\n"
" </label>\n"
" <button ng-disabled=\"!data.passphrase\" class=\"button button-standard button-primary\" ng-click=\"goToStep(4);\" translate=\"\">Confirm\n"
" </button>"
msgid "Enter your password"
msgstr ""
#: www/views/includes/password.html:8
@ -1110,7 +1095,7 @@ msgstr ""
msgid "German"
msgstr ""
#: www/views/bitpayCardIntro.html:24
#: www/views/bitpayCardIntro.html:23
msgid "Get local cash anywhere you go, from any Visa<sup>&reg;</sup> compatible ATM. ATM bank fees may apply."
msgstr ""
@ -1177,10 +1162,6 @@ msgstr ""
msgid "Hide advanced options"
msgstr ""
#: src/js/controllers/feedback/send.js:62
msgid "Hmm..."
msgstr ""
#: src/js/controllers/feedback/send.js:55
#: src/js/controllers/feedback/send.js:59
#: src/js/controllers/feedback/send.js:63
@ -1293,9 +1274,7 @@ msgid "Import backup"
msgstr ""
#: www/views/add.html:38
msgid ""
"Import wallet\n"
" <i class=\"icon bp-arrow-right\"></i>"
msgid "Import wallet"
msgstr ""
#: src/js/services/onGoingProcess.js:23
@ -1407,16 +1386,11 @@ msgstr ""
msgid "Join my {{appName}} Wallet. Here is the invitation code: {{secret}} You can download {{appName}} for your phone or desktop at {{appUrl}}"
msgstr ""
#: www/views/add.html:30
#: www/views/join.html:5
msgid "Join shared wallet"
msgstr ""
#: www/views/add.html:30
msgid ""
"Join shared wallet\n"
" <i class=\"icon bp-arrow-right\"></i>"
msgstr ""
#: src/js/services/onGoingProcess.js:24
msgid "Joining Wallet..."
msgstr ""
@ -1540,16 +1514,11 @@ msgid "New address could not be generated. Please try again."
msgstr ""
#: www/views/add.html:14
msgid ""
"New personal wallet\n"
" <i class=\"icon bp-arrow-right\"></i>"
msgid "New personal wallet"
msgstr ""
#: www/views/tab-home.html:145
msgid ""
"Next steps\n"
" <i class=\"icon bp-arrow-up\" ng-show=\"!hideNextSteps\"></i>\n"
" <i class=\"icon bp-arrow-down\" ng-show=\"hideNextSteps\"></i>"
#: www/views/tab-home.html:146
msgid "Next steps"
msgstr ""
#: www/views/onboarding/collectEmail.html:27
@ -1677,10 +1646,6 @@ msgstr ""
msgid "Order the BitPay Card"
msgstr ""
#: src/js/controllers/feedback/send.js:54
msgid "Ouch!"
msgstr ""
#: www/views/tab-import-file.html:18
#: www/views/tab-import-phrase.html:36
msgid "Password"
@ -2565,10 +2530,8 @@ msgstr ""
msgid "Unsent transactions"
msgstr ""
#: www/views/addresses.html:34
msgid ""
"Unused Addresses\n"
" <i class=\"icon ion-ios-plus-empty\"></i>"
#: www/views/addresses.html:35
msgid "Unused Addresses"
msgstr ""
#: www/views/addresses.html:41
@ -2792,20 +2755,8 @@ msgstr ""
#: src/js/controllers/modals/txpDetails.js:126
#: src/js/controllers/modals/txpDetails.js:143
#: src/js/controllers/preferencesDelete.js:10
msgid "Warning!"
msgstr ""
#: www/views/preferencesDeleteWallet.html:9
msgid ""
"Warning!\n"
" <div class=\"padding text-center\">\n"
" <p translate=\"\">\n"
" Permanently delete this wallet.\n"
" </p>\n"
" <p translate=\"\">\n"
" THIS ACTION CANNOT BE REVERSED\n"
" </p>\n"
" </div>"
msgid "Warning!"
msgstr ""
#: www/views/modals/txp-details.html:47

View File

@ -51,7 +51,7 @@ angular.module('copayApp.controllers').controller('sendController', function($sc
switch ($scope.score) {
case 1:
$scope.reaction = gettextCatalog.getString("Ouch!");
$scope.reaction = "Ouch!";
$scope.comment = gettextCatalog.getString("There's obviously something we're doing wrong.") + ' ' + gettextCatalog.getString("How could we improve your experience?");
break;
case 2:
@ -59,7 +59,7 @@ angular.module('copayApp.controllers').controller('sendController', function($sc
$scope.comment = gettextCatalog.getString("There's obviously something we're doing wrong.") + ' ' + gettextCatalog.getString("How could we improve your experience?");
break;
case 3:
$scope.reaction = gettextCatalog.getString("Hmm...");
$scope.reaction = "Hmm...";
$scope.comment = gettextCatalog.getString("We'd love to do better.") + ' ' + gettextCatalog.getString("How could we improve your experience?");
break;
case 4:

View File

@ -11,7 +11,7 @@
<i class="icon big-icon-svg">
<img src="img/icon-wallet.svg" class="bg"/>
</i>
<span class="add-type" translate>New personal wallet</h2>
<span class="add-type" translate>New personal wallet</span>
<i class="icon bp-arrow-right"></i>
</a>
@ -19,7 +19,7 @@
<i class="icon big-icon-svg">
<img src="img/icon-wallet.svg" class="bg"/>
</i>
<span class="add-type" translate>Create shared wallet</h2>
<span class="add-type" translate>Create shared wallet</span>
<i class="icon bp-arrow-right"></i>
</a>
@ -27,7 +27,7 @@
<i class="icon big-icon-svg">
<img src="img/item-ico-addwallet.svg" class="bg join"/>
</i>
<span class="add-type" translate>Join shared wallet</h2>
<span class="add-type" translate>Join shared wallet</span>
<i class="icon bp-arrow-right"></i>
</a>
@ -35,7 +35,7 @@
<i class="icon big-icon-svg">
<img src="img/item-ico-import.svg" class="bg"/>
</i>
<span class="add-type" translate>Import wallet</h2>
<span class="add-type" translate>Import wallet</span>
<i class="icon bp-arrow-right"></i>
</a>
</ion-list>

View File

@ -31,8 +31,8 @@
</div>
<div class="list">
<div class="item item-divider item-icon-right" ng-click="newAddress()" translate>
Unused Addresses
<div class="item item-divider item-icon-right" ng-click="newAddress()">
<span translate>Unused Addresses</span>
<i class="icon ion-ios-plus-empty"></i>
</div>

View File

@ -59,7 +59,7 @@
## STEP 3
-->
<div id="wallet-backup-phrase-step-3" class="ng-hide" ng-show="step == 3">
<div class="password-prompt" translate>Enter your password</h5>
<div class="password-prompt"><span translate>Enter your password</span>
<label class="item item-input item-stacked-label">
<div class="input-label" translate>In order to verify your wallet backup, please type your password.</div>
<input type="text" id="passphrase" ng-model="data.passphrase" autocapitalize="off" spellcheck="false" autofocus/>

View File

@ -21,7 +21,7 @@
</ion-slide>
<ion-slide>
<p class="slider__text" translate>
<span translate>Get local cash anywhere you go, from any Visa<sup>&reg;</sup> compatible ATM. ATM bank fees may apply.</span>
Get local cash anywhere you go, from any Visa<sup>&reg;</sup> compatible ATM. ATM bank fees may apply.</span>
</p>
</ion-slide>
<ion-slide>

View File

@ -6,7 +6,7 @@
</ion-nav-bar>
<ion-content>
<div class="padding">
<h1 class="text-center assertive" translate>Warning!</h2>
<h1 class="text-center assertive" translate>Warning!</h1>
<div class="padding text-center">
<p translate>
Permanently delete this wallet.

View File

@ -114,8 +114,8 @@
</div>
<div class="list card" ng-if="wallets[0] && externalServices.BuyAndSell && (glideraEnabled || coinbaseEnabled)">
<div class="item item-sub item-icon-right item-heading" translate>
Buy &amp; Sell Bitcoin
<div class="item item-sub item-icon-right item-heading">
<span translate>Buy &amp; Sell Bitcoin</span>
<a ui-sref="tabs.buyandsell"><i class="icon ion-ios-plus-empty list-add-button"></i></a>
</div>
<div>
@ -142,8 +142,8 @@
<div class="list card"
ng-show="nextStepEnabled && wallets[0]">
<div class="item item-icon-right item-heading" ng-click="shouldHideNextSteps()" translate>
Next steps
<div class="item item-icon-right item-heading" ng-click="shouldHideNextSteps()">
<span translate>Next steps</span>
<i class="icon bp-arrow-up" ng-show="!hideNextSteps"></i>
<i class="icon bp-arrow-down" ng-show="hideNextSteps"></i>
</div>