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 = {
|
||||
name: 'mercadoLibre',
|
||||
title: 'Vales-presente do Mercado Livre Brasil',
|
||||
title: 'Comprar um Vale-Presente Mercado Livre',
|
||||
icon: 'icon-ml',
|
||||
sref: 'tabs.giftcards.mercadoLibre',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
ng-click="buyConfirm()"
|
||||
ng-if="!isCordova"
|
||||
click-send-status="sendStatus">
|
||||
Confirmar compra
|
||||
Confirmar a compra
|
||||
</click-to-accept>
|
||||
<slide-to-accept
|
||||
ng-if="isCordova && wallet && totalAmountStr"
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
slide-success-on-confirm="goBackHome()"
|
||||
slide-success-hide-on-confirm="true">
|
||||
<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 ng-show="mlGiftCard.status == 'PENDING'">
|
||||
Sua compra foi adicionada à lista de pendentes
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
Comprou {{mlGiftCard.amount}} {{mlGiftCard.currency}}
|
||||
</span>
|
||||
<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>
|
||||
</slide-to-accept-success>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue