Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate to portuguese Chapter9.xml #380

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions androidApp/src/main/res/values-pt/chapter9.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="C9_title">The different types of wallets</string>
<string name="C9_tagline">Hot wallets, cold wallets, hardware wallets, mobile wallets… what you need to know!</string>
<string name="C9_title">Os diferentes tipos de carteira</string>
<string name="C9_tagline">Carteiras quentes, carteiras frias, carteiras de hardware, carteiras móveis… o que você precisa saber!</string>

<string name="t9_h1">Why is there more than one type of wallet?</string>
<string name="t9_p1">A bitcoin wallet secures a set of cryptographic keys (very big and important numbers). It is important to protect these keys, and ensure they are not accessed by anyone other than the wallet owner.</string>
<string name="t9_p2">There are many solutions for this requirement. Each type of wallet will have tradeoffs between its security level and its ease-of-use. Choosing the right wallet for a specific use can be overwhelming, but it is important! This chapter will help you understand why and when to use different types of bitcoin wallets.</string>
<string name="t9_h1">Por que existe mais de um tipo de carteira?</string>
<string name="t9_p1">Uma carteira bitcoin protege um conjunto de chaves criptográficas (números muito grandes e importantes). É crucial proteger essas chaves e garantir que elas não sejam acessadas por ninguém além do dono da carteira.</string>
<string name="t9_p2">Cada tipo de carteira terá os seus prós e contras entre seu nível de segurança e sua facilidade de uso. Escolher a carteira certa para um uso específico pode ser desafiador, mas é importante! Esse capítulo vai ajudá-lo a entender porque e quando usar diferentes tipos de carteiras bitcoin.</string>

<string name="t9_h2">Hot vs cold wallets</string>
<string name="t9_p3">The first distinction between wallets is whether they have any access to the internet at all. \"Hot wallets\" are connected to the internet. Padawan is connected to the internet, and therefore is classified as a hot wallet. Hot wallet are more vulnerable to security attacks, and there are more ways they can fail, but it is much easier to send and receive transactions using them.</string>
<string name="t9_p4">Think of a physical wallet you hold in your pocket with some cash in it. If it gets lost or stolen, you don\'t risk losing your savings, because those are held somewhere else safer (for example, in a bank account). A hot wallet is perfectly suited for holding small amounts of bitcoin for daily use (for example, the amount you would spend at a grocery store). It is easy to use, but you should not hold all your savings in it, since it is more vulnerable to attack and failure. On the other hand they\'re very handy! Knowing how much to keep on a hot wallet vs cold wallet is a good skill to develop, and often depends on your spending needs and habits.</string>
<string name="t9_p5">\"Cold wallets\" are wallets that do not ever have access to the internet or the blockchain. They don\'t even know the internet exists! They are often specialized pieces of hardware that can perform a very small range of tasks, namely to sign bitcoin transactions with cryptographic keys they control. This makes them much more secure against attacks. It also means they are a bit more work when using them to spend or receive coins. Cold wallets are often used for storing larger amount of coins you don\'t need access to everyday, similar to how you might go to the bank to get money for the week.</string>
<string name="t9_h2">Carteira quente(hot wallet) vs Carteira fria(cold wallet)</string>
<string name="t9_p3">A primeira distinção entre carteiras é se elas têm algum acesso à Internet, como as Carteiras quentes, que é o caso da Padawan wallet. As carteiras quentes são mais vulneráveis a ataques de segurança e há mais maneiras de falharem, só que é muito mais fácil enviar e receber transações com elas.</string>
<string name="t9_p4">Imagine uma carteira física que você tem no bolso com algum dinheiro. Se for perdida ou roubada, você não perde suas economias, porque elas ficam guardadas em outro lugar com acesso mais difícil (ex: uma conta bancária). Uma carteira quente é adequada para guardar pequenas quantidades de bitcoin para uso diário (ex: a quantia que você gastaria em um supermercado). É fácil de usar e bem útil, mas você não deve guardar nela todas as suas economias, pois é vulnerável a ataques e a falhas. Saber quanto manter em uma carteira quente e em uma carteira fria é uma habilidade a ser desenvolvida e está ligada às suas necessidades e aos seus hábitos de gastos.</string>
<string name="t9_p5">Carteiras frias são do tipo que nunca deixam a chave privada com acesso à internet. Ela nem sabem que a internet existe! Carteiras frias, na maioria das vezes, são peças de hardware especializadas que executam poucas tarefas específicas, como assinar transações de bitcoin com as chaves privadas. Isso as torna muito mais seguras contra ataques, mas também significa que exigem um pouco mais de trabalho ao usá-las para gastar ou receber moedas. Carteiras frias são frequentemente usadas para armazenar grandes quantidades de bitcoin os quais você não precisa acessar todos os dias, da mesma forma que você vai ao banco para transferir quantias grandes de dinheiro.</string>

<string name="t9_h3">Hardware, software, mobile, lightning, and custodial wallets</string>
<string name="t9_p6">You might hear other names for wallets when searching for what best suits your needs. The following are commonly used by people to interact with bitcoin. Remember that a wallet can fit more than one of those categories.</string>
<string name="t9_p7">1. Hardware wallets: these are often small, specialized bitcoin devices that can be plugged in a computer or phone, but cannot use the internet. They would be considered in the family of \"cold wallets\".</string>
<string name="t9_p8">2. Software wallets: these often refer to applications you can use on your phone or desktop computer. Therefore, these are often hot wallets. It is not a very good name, because all bitcoin wallets use software! But you\'ll encounter the term often enough that you should know what it means.</string>
<string name="t9_p9">3. Mobile wallets: these applications run on your phone, and are almost always hot wallets. They tend to give you the most easy-to-use experience, but are less safe for bigger amounts of bitcoin. Padawan wallet is an example of a mobile wallet.</string>
<string name="t9_p10">4. Lighting wallets: the lightning network is a whole other topic not covered by Padawan. In summary, the Lightning Network is an extension of what we can do with bitcoin, and is perfectly suited for smaller, faster transactions. Using a lightning wallet is a great way to manage day-to-day spending. We highly encourage looking into lightning wallet and payments as you make your way forward on your bitcoin journey!</string>
<string name="t9_p11">5. Custodial wallets: these are wallets where the cryptographic keys do not reside on the device you use to receive or spend, but are rather held elsewhere under someone else\'s control. Your wallet then remotely asks the custodian to make payments on your behalf. This opens up other attack vectors (for example the custodian can decide to not abide by your requests for a transaction, or potentially steal all your coins), but also makes the wallets easier to use and recover. In general, as your bitcoin experience grows and you get more comfortable with different types of wallets and use cases, you should prefer wallets that do not give up control of your keys, and the option of a custodial wallet should be considered a last resort.</string>
<string name="t9_h3">Carteiras de hardware, software, dispositivos móveis, Lightning e de custódia</string>
<string name="t9_p6">Você pode ouvir outros nomes diferentes para carteiras quando pesquisar o que melhor atende às suas necessidades. Os itens a seguir são mais usados pelas pessoas para interagir com bitcoin. Lembre-se de que uma carteira pode caber em mais de uma dessas categorias.</string>
<string name="t9_p7">1. Carteiras de hardware: geralmente são pequenos dispositivos bitcoin especializados que podem ser conectados a um computador ou telefone, mas não usam a Internet. Elas estão na família das “carteiras frias”.</string>
<string name="t9_p8">2. Carteiras de software: geralmente são aplicativos para instalar em seu telefone ou computador. Portanto, muitas vezes são carteiras quentes. Não é um nome muito bom, porque todas as carteiras bitcoin utilizam software! Mas você encontrará o termo com frequência suficiente para saber o que significa.</string>
<string name="t9_p9">3. Carteiras móveis: esses aplicativos são executados no seu telefone e quase sempre são carteiras quentes. Eles tendem a oferecer a experiência mais fácil de usar, mas são menos seguros para grandes quantidades de bitcoin. A carteira Padawan é um exemplo de carteira móvel.</string>
<string name="t9_p10">4. Carteiras Lightning: a rede lightning é outro tópico não abordado pelo Padawan. Em resumo, a Lightning Network é uma extensão do como podemos utilizar o bitcoin e é adequada para transações menores e mais rápidas. Usar uma carteira lightning é uma ótima maneira de gerenciar os gastos do dia a dia. É altamente recomendável que você analise esse tipo de carteira à medida em que avança em sua jornada no bitcoin!</string>
<string name="t9_p11">5. Carteiras custodiais: são aquelas que as chaves criptográficas não estão no dispositivo que você usa para receber ou gastar, mas são mantidas em outro lugar sob o controle de outra pessoa/empresa. Sua carteira solicita remotamente ao custodiante que faça pagamentos em seu nome. Isso abre outros vetores de ataque (ex: o custodiante decidir não atender aos seus pedidos de transação ou potencialmente roubar todas as suas moedas), mas também torna as carteiras mais fáceis de usar e recuperar. Em geral, à medida que sua experiência com bitcoin cresce e você fica mais confortável com diferentes tipos de carteiras e casos de uso, você deve preferir carteiras que entreguem as chaves privadas para você e a opção de uma carteira custodial deve ser considerada como último recurso.</string>
</resources>
Loading
Loading