mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-25 16:04:17 +01:00
Change splash (#94)
FIX: improved portuguese translations FIX: improve splash image and colors
This commit is contained in:
parent
f9eaaa7c5c
commit
855eb993c4
6 changed files with 82 additions and 82 deletions
2
app.json
2
app.json
|
@ -28,7 +28,7 @@
|
|||
"color": "#000000"
|
||||
},
|
||||
"splash": {
|
||||
"backgroundColor": "#00aced",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"image": "./img/splash/splash.png"
|
||||
},
|
||||
"android": {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 49 KiB |
Binary file not shown.
Before Width: | Height: | Size: 337 KiB After Width: | Height: | Size: 49 KiB |
Binary file not shown.
Before Width: | Height: | Size: 863 KiB After Width: | Height: | Size: 71 KiB |
84
loc/pt_BR.js
84
loc/pt_BR.js
|
@ -3,25 +3,25 @@ module.exports = {
|
|||
storage_is_encrypted: 'O armazenamento está encriptado. Uma password é necessaria para desencriptar',
|
||||
enter_password: 'Inserir password',
|
||||
bad_password: 'pasword errada, tentar novamente',
|
||||
months_ago: 'months ago',
|
||||
days_ago: 'days ago',
|
||||
hours_ago: 'hours ago',
|
||||
minutes_ago: 'minutes ago',
|
||||
never: 'never',
|
||||
months_ago: 'meses atrás',
|
||||
days_ago: 'dias atrás',
|
||||
hours_ago: 'horas atrás',
|
||||
minutes_ago: 'minutos',
|
||||
never: 'nunca...',
|
||||
},
|
||||
wallets: {
|
||||
list: {
|
||||
tabBarLabel: 'Wallets',
|
||||
app_name: 'Blue Wallet',
|
||||
title: 'Minhas Bitcoin Wallets',
|
||||
title: 'Wallets',
|
||||
header: 'Uma wallet representa um par entre um segredo (chave privada) e um endereço' + 'que pode partilhar para receber Bitcoin.',
|
||||
add: 'Adicionar Wallet',
|
||||
create_a_wallet: 'Create a wallet',
|
||||
create_a_wallet1: "It's free and you can create",
|
||||
create_a_wallet2: 'as many as you like',
|
||||
latest_transaction: 'latest transaction',
|
||||
empty_txs1: 'Your transactions will appear here,',
|
||||
empty_txs2: 'none at the moment',
|
||||
add: 'adicionar wallet',
|
||||
create_a_wallet: 'Criar uma wallet',
|
||||
create_a_wallet1: "Gratuito e pode criar",
|
||||
create_a_wallet2: ' quantas quiser',
|
||||
latest_transaction: 'última transação',
|
||||
empty_txs1: 'Suas transações aparecerão aqui',
|
||||
empty_txs2: 'nenhuma de momento',
|
||||
},
|
||||
add: {
|
||||
title: 'Adicionar Wallet',
|
||||
|
@ -30,17 +30,17 @@ module.exports = {
|
|||
scan: 'Scanear',
|
||||
create: 'Criar',
|
||||
label_new_segwit: 'Novo SegWit',
|
||||
wallet_name: 'wallet name',
|
||||
wallet_type: 'wallet type',
|
||||
or: 'or',
|
||||
import_wallet: 'Import wallet',
|
||||
imported: 'Imported',
|
||||
coming_soon: 'Coming soon',
|
||||
wallet_name: 'Nome',
|
||||
wallet_type: 'Tipo',
|
||||
or: 'ou',
|
||||
import_wallet: 'Importar wallet',
|
||||
imported: 'Importado',
|
||||
coming_soon: 'Brevemente',
|
||||
lightning: 'Lightning',
|
||||
bitcoin: 'Bitcoin',
|
||||
},
|
||||
details: {
|
||||
title: 'Detalhes da Wallet',
|
||||
title: 'wallet',
|
||||
address: 'Endereço',
|
||||
type: 'Tipo',
|
||||
label: 'Etiqueta',
|
||||
|
@ -54,14 +54,14 @@ module.exports = {
|
|||
title: 'Exportar Wallet',
|
||||
},
|
||||
import: {
|
||||
title: 'import',
|
||||
title: 'importar',
|
||||
explanation:
|
||||
"Write here you mnemonic, private key, WIF, or anything you've got. BlueWallet will do it's best to guess the correct format and import your wallet",
|
||||
imported: 'Imported',
|
||||
error: 'Failed to import. Is it event valid?',
|
||||
success: 'Success',
|
||||
do_import: 'Import',
|
||||
scan_qr: 'or scan QR code instead?',
|
||||
"Escreva aqui sua chave menemonica, chave privada, WIF, etc. Vamos fazer nosso melhor para importat a sua wallet em qualquer formato",
|
||||
imported: 'Importada',
|
||||
error: 'Falhou. é um formato válido?',
|
||||
success: 'Sucesso',
|
||||
do_import: 'Importar',
|
||||
scan_qr: 'ou scanear um QR code?',
|
||||
},
|
||||
scanQrWif: {
|
||||
go_back: 'Voltar',
|
||||
|
@ -76,18 +76,18 @@ module.exports = {
|
|||
with_address: ' com endereço ',
|
||||
imported_segwit: 'SegWit transferido',
|
||||
imported_legacy: 'Legacy transferido',
|
||||
imported_watchonly: 'Imported Watch-only',
|
||||
imported_watchonly: 'Watch-only importada',
|
||||
},
|
||||
},
|
||||
transactions: {
|
||||
list: {
|
||||
tabBarLabel: 'Transações',
|
||||
title: 'Minhas Transações',
|
||||
title: 'Transações',
|
||||
description: 'Uma lista de transações feitas ou recebidas nas suas wallets',
|
||||
conf: 'conf',
|
||||
},
|
||||
details: {
|
||||
title: 'Detalhes da transação',
|
||||
title: 'transação',
|
||||
from: 'De',
|
||||
to: 'Para',
|
||||
copy: 'Copiar',
|
||||
|
@ -121,20 +121,20 @@ module.exports = {
|
|||
satoshi_per_byte: 'satoshiPerByte',
|
||||
memo: 'Nota pessoal',
|
||||
broadcast: 'Difundir',
|
||||
not_enough_fee: 'Not enough fee. Increase the fee',
|
||||
not_enough_fee: 'Taxa demasiado baixa. Aumente a taxa',
|
||||
},
|
||||
},
|
||||
receive: {
|
||||
header: 'Receber',
|
||||
header: 'receber',
|
||||
details: {
|
||||
title: 'Partilhar este endereço com o pagador',
|
||||
share: '',
|
||||
copiedToClipboard: '',
|
||||
share: 'partilhar',
|
||||
copiedToClipboard: 'copiado para clip board',
|
||||
},
|
||||
},
|
||||
settings: {
|
||||
tabBarLabel: 'Definições',
|
||||
header: 'Definições',
|
||||
header: 'definições',
|
||||
plausible_deniability: 'Negação plausível...',
|
||||
storage_not_encrypted: 'Armazenamento: não encriptado',
|
||||
storage_encrypted: 'Armazenamento: encriptado',
|
||||
|
@ -144,8 +144,8 @@ module.exports = {
|
|||
passwords_do_not_match: 'Passwords não coincidem',
|
||||
encrypt_storage: 'Encriptar armazenamento',
|
||||
about: 'Sobre',
|
||||
language: 'Language',
|
||||
currency: 'Currency',
|
||||
language: 'Idioma',
|
||||
currency: 'Moeda',
|
||||
},
|
||||
plausibledeniability: {
|
||||
title: 'Negação plausível',
|
||||
|
@ -168,10 +168,10 @@ module.exports = {
|
|||
success: 'Sucesso',
|
||||
},
|
||||
lnd: {
|
||||
title: 'manage funds',
|
||||
choose_source_wallet: 'Choose a source wallet',
|
||||
refill_lnd_balance: 'Refill Lightning wallet balance',
|
||||
refill: 'Refill',
|
||||
withdraw: 'Withdraw',
|
||||
title: 'gerenciar fundos',
|
||||
choose_source_wallet: 'Escolha a sua wallet',
|
||||
refill_lnd_balance: 'Carregar o saldo da Lightning wallet',
|
||||
refill: 'Carregar',
|
||||
withdraw: 'Transferir',
|
||||
},
|
||||
};
|
||||
|
|
78
loc/pt_PT.js
78
loc/pt_PT.js
|
@ -12,34 +12,34 @@ module.exports = {
|
|||
wallets: {
|
||||
list: {
|
||||
app_name: 'Blue Wallet',
|
||||
title: 'Minhas Bitcoin Wallets',
|
||||
title: 'wallets',
|
||||
header: 'Uma wallet representa um par entre um segredo (chave privada) e um endereço' + 'que pode partilhar para receber Bitcoin.',
|
||||
add: 'Adicionar Wallet',
|
||||
create_a_wallet: 'Create a wallet',
|
||||
create_a_wallet1: "It's free and you can create",
|
||||
create_a_wallet2: 'as many as you like',
|
||||
latest_transaction: 'latest transaction',
|
||||
empty_txs1: 'Your transactions will appear here,',
|
||||
empty_txs2: 'none at the moment',
|
||||
add: 'adicionar wallet',
|
||||
create_a_wallet: 'Adicionar uma wallet',
|
||||
create_a_wallet1: "É gratuito e pode",
|
||||
create_a_wallet2: 'adicionar quantas quiser',
|
||||
latest_transaction: 'últimas transacções',
|
||||
empty_txs1: 'As suas transacções aparecerão aqui,',
|
||||
empty_txs2: 'nenhuma de momento',
|
||||
},
|
||||
add: {
|
||||
title: 'Adicionar Wallet',
|
||||
title: 'adicionar wallet',
|
||||
description:
|
||||
'Pode fazer um scan de um backup de uma wallet em papel (em WIF - Wallet Import Format), ou criar uma nova wallet. Segwit suportado por defeito.',
|
||||
scan: 'Scan',
|
||||
create: 'Criar',
|
||||
create: 'Adicionar',
|
||||
label_new_segwit: 'Novo SegWit',
|
||||
wallet_name: 'wallet name',
|
||||
wallet_type: 'wallet type',
|
||||
or: 'or',
|
||||
import_wallet: 'Import wallet',
|
||||
imported: 'Imported',
|
||||
coming_soon: 'Coming soon',
|
||||
wallet_name: 'nome',
|
||||
wallet_type: 'tipo',
|
||||
or: 'ou',
|
||||
import_wallet: 'Importar wallet',
|
||||
imported: 'Importada',
|
||||
coming_soon: 'Brevemente',
|
||||
lightning: 'Lightning',
|
||||
bitcoin: 'Bitcoin',
|
||||
},
|
||||
details: {
|
||||
title: 'Detalhes da Wallet',
|
||||
title: 'wallet',
|
||||
address: 'Endereço',
|
||||
type: 'Tipo',
|
||||
label: 'Etiqueta',
|
||||
|
@ -53,14 +53,14 @@ module.exports = {
|
|||
title: 'Exportar Wallet',
|
||||
},
|
||||
import: {
|
||||
title: 'import',
|
||||
title: 'importar',
|
||||
explanation:
|
||||
"Write here you mnemonic, private key, WIF, or anything you've got. BlueWallet will do it's best to guess the correct format and import your wallet",
|
||||
imported: 'Imported',
|
||||
error: 'Failed to import. Is it event valid?',
|
||||
success: 'Success',
|
||||
do_import: 'Import',
|
||||
scan_qr: 'or scan QR code instead?',
|
||||
"Escreva a sua frase menomonica, chave-privada, WIF, ou qualuer informação que disponha. Vamos tentar interpretar o formato e importat a sua wallet",
|
||||
imported: 'Importada',
|
||||
error: 'Falhou. É um dado válido?',
|
||||
success: 'Sucesso',
|
||||
do_import: 'Importar',
|
||||
scan_qr: 'ou scanear o QR code?',
|
||||
},
|
||||
scanQrWif: {
|
||||
go_back: 'Voltar',
|
||||
|
@ -75,18 +75,18 @@ module.exports = {
|
|||
with_address: ' com endereço ',
|
||||
imported_segwit: 'SegWit transferido',
|
||||
imported_legacy: 'Legacy transferido',
|
||||
imported_watchonly: 'Imported Watch-only',
|
||||
imported_watchonly: 'Watch-only importada',
|
||||
},
|
||||
},
|
||||
transactions: {
|
||||
list: {
|
||||
tabBarLabel: 'Transacções',
|
||||
title: 'Minhas Transacções',
|
||||
title: 'transacções',
|
||||
description: 'Uma lista de transações feitas ou recebidas nas suas wallets',
|
||||
conf: 'conf',
|
||||
},
|
||||
details: {
|
||||
title: 'Detalhes da transacção',
|
||||
title: 'detalhes',
|
||||
from: 'De',
|
||||
to: 'Para',
|
||||
copy: 'Copiar',
|
||||
|
@ -120,20 +120,20 @@ module.exports = {
|
|||
satoshi_per_byte: 'satoshiPerByte',
|
||||
memo: 'Nota pessoal',
|
||||
broadcast: 'Difundir',
|
||||
not_enough_fee: 'Not enough fee. Increase the fee',
|
||||
not_enough_fee: 'Taxa demasiado baixo. Aumente a taxa.',
|
||||
},
|
||||
},
|
||||
receive: {
|
||||
header: 'Receber',
|
||||
header: 'receber',
|
||||
details: {
|
||||
title: 'Partilhar este endereço com o pagador',
|
||||
share: '',
|
||||
copiedToClipboard: '',
|
||||
share: 'partilhar',
|
||||
copiedToClipboard: 'copiado para clip board',
|
||||
},
|
||||
},
|
||||
settings: {
|
||||
tabBarLabel: 'Definições',
|
||||
header: 'Definições',
|
||||
header: 'definições',
|
||||
plausible_deniability: 'Negação plausível...',
|
||||
storage_not_encrypted: 'Armazenamento: não encriptado',
|
||||
storage_encrypted: 'Armazenamento: encriptado',
|
||||
|
@ -143,8 +143,8 @@ module.exports = {
|
|||
passwords_do_not_match: 'Passwords não coincidem',
|
||||
encrypt_storage: 'Encriptar armazenamento',
|
||||
about: 'Sobre',
|
||||
language: 'Language',
|
||||
currency: 'Currency',
|
||||
language: 'Idioma',
|
||||
currency: 'Moeda',
|
||||
},
|
||||
plausibledeniability: {
|
||||
title: 'Negação plausível',
|
||||
|
@ -167,10 +167,10 @@ module.exports = {
|
|||
success: 'Sucesso',
|
||||
},
|
||||
lnd: {
|
||||
title: 'manage funds',
|
||||
choose_source_wallet: 'Choose a source wallet',
|
||||
refill_lnd_balance: 'Refill Lightning wallet balance',
|
||||
refill: 'Refill',
|
||||
withdraw: 'Withdraw',
|
||||
title: 'gerir saldo',
|
||||
choose_source_wallet: 'Escolha a wallet',
|
||||
refill_lnd_balance: 'Carregar o saldo da Lightning wallet',
|
||||
refill: 'Carregar',
|
||||
withdraw: 'Transferir',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue