Browse Source

Removed unused key.

localNotifications
Marcos Rodriguez Vélez 6 years ago
parent
commit
1fdeb0ecc0
No known key found for this signature in database GPG Key ID: 2C5D5738B268636C
  1. 2
      BlueComponents.js
  2. 1
      loc/en.js
  3. 1
      loc/pt_PT.js
  4. 1
      loc/ru.js
  5. 1
      loc/ua.js

2
BlueComponents.js

@ -951,7 +951,7 @@ export class WalletsCarousel extends Component {
}}
>
<LinearGradient
shadowOpacity={18/100}
shadowOpacity={18 / 100}
shadowOffset={{ width: 0, height: 4 }}
shadowRadius={10}
shadowColor="#000000"

1
loc/en.js

@ -11,7 +11,6 @@ module.exports = {
},
wallets: {
list: {
tabBarLabel: 'Wallets',
app_name: 'Blue Wallet',
title: 'wallets',
header: 'A wallet represents a pair of a secret (private key) and an address' + 'you can share to receive coins.',

1
loc/pt_PT.js

@ -11,7 +11,6 @@ module.exports = {
},
wallets: {
list: {
tabBarLabel: 'Wallets',
app_name: 'Blue Wallet',
title: 'Minhas Bitcoin Wallets',
header: 'Uma wallet representa um par entre um segredo (chave privada) e um endereço' + 'que pode partilhar para receber Bitcoin.',

1
loc/ru.js

@ -11,7 +11,6 @@ module.exports = {
},
wallets: {
list: {
tabBarLabel: 'кошельки',
app_name: 'BlueWallet',
title: 'кошельки',
header: 'Кошелек это секретный (приватный) ключ, и соответствующий ему адрес на который можно получать биткоины',

1
loc/ua.js

@ -11,7 +11,6 @@ module.exports = {
},
wallets: {
list: {
tabBarLabel: 'Гаманці',
app_name: 'BlueWallet',
title: 'Мої Біткоїн Гаманці',
header: 'Гаманець це секретний (приватний) ключ, і відповідна йому адреса на яку можна отримувати біткоїни',

Loading…
Cancel
Save