Merge pull request #6813 from cmgustavo/bug/meli-translations-02
Bug/meli translations 02
This commit is contained in:
commit
de398bc47b
2 changed files with 6 additions and 6 deletions
|
|
@ -26,14 +26,14 @@ angular.module('copayApp.services').factory('mercadoLibreService', function($htt
|
||||||
|
|
||||||
var homeItem = {
|
var homeItem = {
|
||||||
name: 'mercadoLibre',
|
name: 'mercadoLibre',
|
||||||
title: 'Vales-presente do Mercado Livre Brasil',
|
title: 'Vales-Presente do Mercado Livre Brasil',
|
||||||
icon: 'icon-ml',
|
icon: 'icon-ml',
|
||||||
sref: 'tabs.giftcards.mercadoLibre',
|
sref: 'tabs.giftcards.mercadoLibre',
|
||||||
};
|
};
|
||||||
|
|
||||||
var nextStepItem = {
|
var nextStepItem = {
|
||||||
name: 'mercadoLibre',
|
name: 'mercadoLibre',
|
||||||
title: 'Vales-presente do Mercado Livre Brasil',
|
title: 'Comprar um Vale-Presente Mercado Livre',
|
||||||
icon: 'icon-ml',
|
icon: 'icon-ml',
|
||||||
sref: 'tabs.giftcards.mercadoLibre',
|
sref: 'tabs.giftcards.mercadoLibre',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<i class="icon big-icon-svg">
|
<i class="icon big-icon-svg">
|
||||||
<div class="bg icon-amazon"></div>
|
<div class="bg icon-amazon"></div>
|
||||||
</i>
|
</i>
|
||||||
<span>Vales-presente do Mercado Livre Brasil</span>
|
<span>Vales-Presente do Mercado Livre Brasil</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="amount-label">
|
<div class="amount-label">
|
||||||
<div class="amount">{{amountUnitStr}}</div>
|
<div class="amount">{{amountUnitStr}}</div>
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
ng-click="buyConfirm()"
|
ng-click="buyConfirm()"
|
||||||
ng-if="!isCordova"
|
ng-if="!isCordova"
|
||||||
click-send-status="sendStatus">
|
click-send-status="sendStatus">
|
||||||
Confirmar compra
|
Confirmar a compra
|
||||||
</click-to-accept>
|
</click-to-accept>
|
||||||
<slide-to-accept
|
<slide-to-accept
|
||||||
ng-if="isCordova && wallet && totalAmountStr"
|
ng-if="isCordova && wallet && totalAmountStr"
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
slide-success-on-confirm="goBackHome()"
|
slide-success-on-confirm="goBackHome()"
|
||||||
slide-success-hide-on-confirm="true">
|
slide-success-hide-on-confirm="true">
|
||||||
<span ng-show="mlGiftCard.status == 'FAILURE'">
|
<span ng-show="mlGiftCard.status == 'FAILURE'">
|
||||||
Sua compra não pôde ser completada
|
Sua compra não pôde ser concluída
|
||||||
</span>
|
</span>
|
||||||
<span ng-show="mlGiftCard.status == 'PENDING'">
|
<span ng-show="mlGiftCard.status == 'PENDING'">
|
||||||
Sua compra foi adicionada à lista de pendentes
|
Sua compra foi adicionada à lista de pendentes
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
Comprou {{mlGiftCard.amount}} {{mlGiftCard.currency}}
|
Comprou {{mlGiftCard.amount}} {{mlGiftCard.currency}}
|
||||||
</span>
|
</span>
|
||||||
<div class="m10 size-14" ng-show="mlGiftCard.status == 'SUCCESS' || mlGiftCard.cardStatus == 'active'">
|
<div class="m10 size-14" ng-show="mlGiftCard.status == 'SUCCESS' || mlGiftCard.cardStatus == 'active'">
|
||||||
Vale-presente gerado e pronto para usar
|
Vale-Presente gerado e pronto para usar
|
||||||
</div>
|
</div>
|
||||||
</slide-to-accept-success>
|
</slide-to-accept-success>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue