adding translation tags

This commit is contained in:
Gabriel Bazán 2016-08-30 16:09:39 -03:00
commit b804a6d867
6 changed files with 15 additions and 15 deletions

View file

@ -1,10 +1,10 @@
<div> <div>
<h1 translate>Without a backup, you could lose money</h1> <h1 translate>Without a backup, you could lose money</h1>
<span translate>If something happens to this device, this app is deleted, or your password forgotten, neither you nor Bitpay can revoer your funds.</span> <span translate>If something happens to this device, this app is deleted, or your password forgotten, neither you nor Bitpay can revoer your funds.</span>
<button ng-click="goBack()" class="button button-block button-light"> <button ng-click="goBack()" class="button button-block button-light" translate>
Go back Go back
</button> </button>
<button ng-click="continue()" class="button button-block button-light"> <button ng-click="continue()" class="button button-block button-light" translate>
I understand I understand
</button> </button>
</div> </div>

View file

@ -1,7 +1,7 @@
<div> <div>
<h1 translate>Screenshots are not secure</h1> <h1 translate>Screenshots are not secure</h1>
<span translate>if you take a screenshot, your backup may be viewed by others apps. You can make a safe backup with paper and a pen.</span> <span translate>if you take a screenshot, your backup may be viewed by others apps. You can make a safe backup with paper and a pen.</span>
<button ng-click="close()" class="button button-block button-light"> <button ng-click="close()" class="button button-block button-light" translate>
Got it Got it
</button> </button>
</div> </div>

View file

@ -2,7 +2,7 @@
<ion-nav-bar class="bar-stable"> <ion-nav-bar class="bar-stable">
<ion-nav-buttons side="primary"> <ion-nav-buttons side="primary">
<button class="button no-border" href ui-sref="onboarding.backupRequest"> <button class="button no-border" href ui-sref="onboarding.backupRequest">
<i class="icon ion-chevron-left"></i> Back <i class="icon ion-chevron-left"></i> {{'Back' | translate}}
</button> </button>
</ion-nav-buttons> </ion-nav-buttons>
</ion-nav-bar> </ion-nav-bar>

View file

@ -2,13 +2,13 @@
<ion-nav-bar class="bar-stable" ng-controller="backController"> <ion-nav-bar class="bar-stable" ng-controller="backController">
<ion-nav-buttons side="secondary"> <ion-nav-buttons side="secondary">
<button class="button no-border" ng-click="onboardingMailSkip()"> <button class="button no-border" ng-click="onboardingMailSkip()">
Skip {{'Skip' | translate}}
</button> </button>
</ion-nav-buttons> </ion-nav-buttons>
</ion-nav-bar> </ion-nav-bar>
<ion-content ng-controller="collectEmailController"> <ion-content ng-controller="collectEmailController">
Wallet Created <span translate>Wallet Created </span>
Where would you like to receive email notifications about payments <span translate>Where would you like to receive email notifications about payments </span>
<form name="emailForm" ng-submit="save(emailForm)" novalidate> <form name="emailForm" ng-submit="save(emailForm)" novalidate>
<input type="email" id="email" name="email" ng-model="email" required></input> <input type="email" id="email" name="email" ng-model="email" required></input>
<input type="submit" class="button button-block button-positive" value="{{'Save'|translate}}" ng-disabled="emailForm.$invalid"> <input type="submit" class="button button-block button-positive" value="{{'Save'|translate}}" ng-disabled="emailForm.$invalid">

View file

@ -1,9 +1,9 @@
<ion-view> <ion-view>
<ion-nav-bar class="bar-stable"> <ion-nav-bar class="bar-stable">
<ion-nav-title>Terms of Use</ion-nav-title> <ion-nav-title>{{'Terms of Use' | translate}}</ion-nav-title>
<ion-nav-buttons side="primary"> <ion-nav-buttons side="primary">
<button class="button no-border" href ui-sref="onboarding.disclaimer"> <button class="button no-border" href ui-sref="onboarding.disclaimer">
<i class="icon ion-chevron-left"></i> Back <i class="icon ion-chevron-left"></i> {{'Back' | translate}}
</button> </button>
</ion-nav-buttons> </ion-nav-buttons>
</ion-nav-bar> </ion-nav-bar>

View file

@ -1,14 +1,14 @@
<ion-view ng-controller="tourController" ng-init="init()"> <ion-view ng-controller="tourController" ng-init="init()">
<ion-nav-bar class="bar-stable"> <ion-nav-bar class="bar-stable">
<ion-nav-title>Get Started</ion-nav-title> <ion-nav-title>{{'Get Started' | translate}}</ion-nav-title>
<ion-nav-buttons side="primary"> <ion-nav-buttons side="primary">
<button class="button no-border" ng-click="goBack()"> <button class="button no-border" ng-click="goBack()">
<i class="icon ion-chevron-left"></i> Back <i class="icon ion-chevron-left"></i> {{'Back' | translate}}
</button> </button>
</ion-nav-buttons> </ion-nav-buttons>
<ion-nav-buttons side="secondary"> <ion-nav-buttons side="secondary">
<button class="button no-border" ng-show="data.index == 0" ng-click="createDefaultWallet()"> <button class="button no-border" ng-show="data.index == 0" ng-click="createDefaultWallet()">
Skip {{'Skip' | translate}}
</button> </button>
</ion-nav-buttons> </ion-nav-buttons>
</ion-nav-bar> </ion-nav-bar>
@ -23,7 +23,7 @@
<p translate> <p translate>
Just scan the code to pay Just scan the code to pay
</p> </p>
<button class="button icon-right ion-chevron-right button-positive" ng-click="slideNext()"> <button class="button icon-right ion-chevron-right button-positive" ng-click="slideNext()" translate>
Got it Got it
</button> </button>
</div> </div>
@ -39,7 +39,7 @@
<p translate> <p translate>
The exchange rate changes with the market The exchange rate changes with the market
</p> </p>
<button class="button icon-right ion-chevron-right button-positive" ng-click="slideNext()"> <button class="button icon-right ion-chevron-right button-positive" ng-click="slideNext()" translate>
Makes sense Makes sense
</button> </button>
</div> </div>
@ -55,7 +55,7 @@
<p translate> <p translate>
Not even BitPay can access it Not even BitPay can access it
</p> </p>
<button class="button icon-right button-positive" ng-click="createDefaultWallet()"> <button class="button icon-right button-positive" ng-click="createDefaultWallet()" translate>
Create bitcoin wallet Create bitcoin wallet
</button> </button>
</div> </div>