diff --git a/_translations/en.yml b/_translations/en.yml index 725a7dbd..e49b5758 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -583,13 +583,13 @@ en: bit: "Bit" bittxt: "Bit is a common unit used to designate a sub-unit of a bitcoin - 1,000,000 bits is equal to 1 bitcoin (BTC or B⃦). This unit is usually more convenient for pricing tips, goods and services." bitcoin: "Bitcoin" - bitcointxt: "Bitcoin - with capitalization, is used when describing the concept of Bitcoin, or the entire network itself. e.g. \"I was learning about the Bitcoin protocol today.\"
bitcoin - without capitalization, is used to describe bitcoins as a unit of account. e.g. \"I sent ten bitcoins today.\"; it is also often abbreviated BTC or XBT, or replaced by sub-units such as bits." + bitcointxt: "Bitcoin - with capitalization, is used when describing the concept of Bitcoin, or the entire network itself. e.g. \"I was learning about the Bitcoin protocol today.\"
bitcoin - without capitalization, is used to describe bitcoins as a unit of account. e.g. \"I sent ten bitcoins today.\"; it is also often abbreviated BTC or XBT." blockchain: "Block Chain" blockchaintxt: "The block chain is a public record of Bitcoin transactions in chronological order. The block chain is shared between all Bitcoin users. It is used to verify the permanence of Bitcoin transactions and to prevent double spending." block: "Block" blocktxt: "A block is a record in the block chain that contains and confirms many waiting transactions. Roughly every 10 minutes, on average, a new block including transactions is appended to the block chain through mining." btc: "BTC" - btctxt: "BTC is a common unit used to designate 1,000,000 bits or one bitcoin (B⃦)." + btctxt: "BTC is a common unit used to designate one bitcoin (B⃦)." confirmation: "Confirmation" confirmationtxt: "Confirmation means that a transaction has been processed by the network and is highly unlikely to be reversed. Transactions receive a confirmation when they are included in a block and for each subsequent block. Even a single confirmation can be considered secure for low value transactions, although for larger amounts like 1000 US$, it makes sense to wait for 6 confirmations or more. Each confirmation exponentially decreases the risk of a reversed transaction." cryptography: "Cryptography"