Skip to content

Commit 49a9813

Browse files
authored
chore: commit corrections
1 parent 7b2b3b4 commit 49a9813

File tree

1 file changed

+6
-6
lines changed
  • app/i18n/raw-i18n/translations

1 file changed

+6
-6
lines changed

app/i18n/raw-i18n/translations/pt.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"frequentContacts": "Contatos frequentes"
5757
},
5858
"ContactDetailsScreen": {
59-
"title": "Transações com {username}"
59+
"title": "Transações com {username: string}"
6060
},
6161
"ConversionDetailsScreen": {
6262
"title": "Converter",
@@ -1301,7 +1301,7 @@
13011301
"Muito criativo, mas errado. O cronograma de fornecimento do Bitcoin é tudo, menos aleatório. Sua previsibilidade fornece certeza para os atores econômicos como nada na história da humanidade. Tente novamente!"
13021302
],
13031303
"question": "O que acontece com a recompensa do bloco na rede bitcoin a cada quatro anos?",
1304-
"text": "One final element that is important to understand, is that the block reward in the bitcoin network is reduced by half every four years, or every 210,000 blocks.\n\nThis event, known as the \"halving\", is programmed into the bitcoin software that all users run. When bitcoin was first launched, miners received 50 new bitcoins for each block they added to the blockchain. Currently, the block reward is 3.125 bitcoins, but it will be reduced to 1.5625 bitcoins in 2028 when the next halving occurs.\n\nThese halvings will continue to take place until the year 2140, at which point the total number of bitcoins that will have been mined will be capped at 21 million. As of 2023, around 92% of all bitcoins (\\~19.3 million) have already been mined.\n\nUnlike fiat currencies, which can be inflationary, bitcoin is disinflationary in nature. This makes it more scarce than fiat and precious metals such as gold and silver, or anything else known in the universe.\n",
1304+
"text": "Um elemento final que é importante entender é que a recompensa por bloco na rede bitcoin é reduzida pela metade a cada quatro anos, ou a cada 210.000 blocos.\n\nEsse evento, conhecido como \"halving\", está programado no software bitcoin que todos os usuários executam. Quando o bitcoin foi lançado pela primeira vez, os mineradores recebiam 50 novos bitcoins para cada bloco adicionado ao blockchain. Atualmente, a recompensa por bloco é de 3,125 bitcoins, mas será reduzida para 1,5625 bitcoins em 2028, quando ocorrer o próximo halving.\n\nEsses halvings continuarão a ocorrer até o ano de 2140, momento em que o número total de bitcoins minerados será limitado a 21 milhões. Em 2023, cerca de 92% de todos os bitcoins (\\~19,3 milhões) já foram minerados.\n\nAo contrário das moedas fiduciárias, que podem ser inflacionárias, o bitcoin é desinflacionário por natureza. Isso o torna mais escasso do que moedas fiduciárias e metais preciosos como ouro e prata, ou qualquer outra coisa conhecida no universo.\n",
13051305
"title": "O Halving"
13061306
}
13071307
}
@@ -2042,7 +2042,7 @@
20422042
"walletCountNotTwo": "O número de carteiras não é 2. Por favor, utilize o painel para ver todas as carteiras e fundos desta conta."
20432043
},
20442044
"PinScreen": {
2045-
"attemptsRemaining": "PIN incorreto. {attemptsRemaining} tentativas restantes.",
2045+
"attemptsRemaining": "PIN incorreto. {attemptsRemaining: string} tentativas restantes.",
20462046
"oneAttemptRemaining": "PIN incorreto. 1 tentativa restante.",
20472047
"setPin": "Defina seu código PIN",
20482048
"setPinFailedMatch": "Os PINs não correspondem - Defina seu código PIN",
@@ -2129,7 +2129,7 @@
21292129
"redeemAmountFrom": "Resgatar {amountToRedeem: string} de {domain: string}"
21302130
},
21312131
"ScanningQRCodeScreen": {
2132-
"invalidContent": "Encontramos:\n\n{found}\n\nEste não é um endereço Bitcoin válido ou fatura Lightning",
2132+
"invalidContent": "Encontramos:\n\n{found: string}\n\nEste não é um endereço Bitcoin válido ou fatura Lightning",
21332133
"expiredContent": "Nós achamos:\n\n{encontrado: string}\n\nEsta fatura expirou",
21342134
"invalidTitle": "Código QR inválido",
21352135
"openLinkTitle": "Abrir link",
@@ -2140,7 +2140,7 @@
21402140
"noCamera": "Nenhuma câmera encontrada",
21412141
"openSettings": "Abrir Configurações",
21422142
"unableToOpenSettings": "Incapaz de abrir configurações",
2143-
"invalidContentLnurl": "Encontramos:\n\n{found}\n\n não é suportado no momento",
2143+
"invalidContentLnurl": "Encontramos:\n\n{found: string}\n\n não é suportado no momento",
21442144
"imageLibraryPermissionsNotGranted": "Não temos permissões para acessar a biblioteca de imagens. Por favor, verifique as configurações do aplicativo para a sua plataforma."
21452145
},
21462146
"SecurityScreen": {
@@ -2659,7 +2659,7 @@
26592659
},
26602660
"notifications": {
26612661
"payment": {
2662-
"body": "Você acabou de receber {value} sats",
2662+
"body": "Você acabou de receber {value: string} sats",
26632663
"title": "Pagamento recebido"
26642664
}
26652665
},

0 commit comments

Comments
 (0)