MeLi: Fix translations 02
This commit is contained in:
parent
4165630fd6
commit
4f57239c33
2 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ angular.module('copayApp.services').factory('mercadoLibreService', function($htt
|
||||||
|
|
||||||
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',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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