From be0bf9b93cdf745c29f61bb5a17156231067e34b Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 16 Nov 2017 14:42:35 -0500 Subject: [PATCH] Update some vocabulary items --- _includes/layout/base/breadcrumbs.html | 3 +++ _translations/en.yml | 11 ++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/_includes/layout/base/breadcrumbs.html b/_includes/layout/base/breadcrumbs.html index b279c493..cdf0ec17 100644 --- a/_includes/layout/base/breadcrumbs.html +++ b/_includes/layout/base/breadcrumbs.html @@ -27,6 +27,9 @@ http://opensource.org/licenses/MIT. {% when "bcc help" %}Help {% when "bcc news" %}News {% when "bitcoin" %}{% translate bitcoin vocabulary %} + + {% when "dash" %}{% translate dash vocabulary %} + {% when "dev docs" %}Developer Documentation {% when "glossary" %}Glossary {% else %}{% die "Breadcrumb not found in _includes/layout/breadcrumbs.html" %} diff --git a/_translations/en.yml b/_translations/en.yml index d2ac282f..a808e228 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -824,19 +824,19 @@ en: dash: "Dash" dashtxt: "Dash - with capitalization, is used when describing the concept of Dash, or the entire network itself. e.g. \"I was learning about the Dash protocol today.\"
dash - without capitalization, is used to describe dash as a unit of account. e.g. \"I sent ten dash today.\"; it is also often abbreviated ." doublespend: "Double Spend" - doublespendtxt: "If a malicious user tries to spend their bitcoins to two different recipients at the same time, this is double spending. Dash mining and the block chain are there to create a consensus on the network about which of the two transactions will confirm and be considered valid." + doublespendtxt: "If a malicious user tries to spend their dash to two different recipients at the same time, this is double spending. Dash mining and the block chain are there to create a consensus on the network about which of the two transactions will confirm and be considered valid." hashrate: "Hash Rate" hashratetxt: "The hash rate is the measuring unit of the processing power of the Dash network. The Dash network must make intensive mathematical operations for security purposes. When the network reached a hash rate of 10 Th/s, it meant it could make 10 trillion calculations per second." mining: "Mining" - miningtxt: "Dash mining is the process of making computer hardware do mathematical calculations for the Dash network to confirm transactions and increase security. As a reward for their services, Dash miners can collect transaction fees for the transactions they confirm, along with newly created bitcoins. Mining is a specialized and competitive market where the rewards are divided up according to how much calculation is done. Not all Dash users do Dash mining, and it is not an easy way to make money." + miningtxt: "Dash mining is the process of making computer hardware do mathematical calculations for the Dash network to confirm transactions and increase security. As a reward for their services, Dash miners can collect transaction fees for the transactions they confirm, along with newly created dash. Mining is a specialized and competitive market where the rewards are divided up according to how much calculation is done. Not all Dash users do Dash mining, and it is not an easy way to make money." p2p: "P2P" p2ptxt: "Peer-to-peer refers to systems that work like an organized collective by allowing each individual to interact directly with the others. In the case of Dash, the network is built in such a way that each user is broadcasting the transactions of other users. And, crucially, no bank is required as a third party." privatekey: "Private Key" - privatekeytxt: "A private key is a secret piece of data that proves your right to spend bitcoins from a specific wallet through a cryptographic signature. Your private key(s) are stored in your computer if you use a software wallet; they are stored on some remote servers if you use a web wallet. Private keys must never be revealed as they allow you to spend bitcoins for their respective Dash wallet." + privatekeytxt: "A private key is a secret piece of data that proves your right to spend dash from a specific wallet through a cryptographic signature. Your private key(s) are stored in your computer if you use a software wallet; they are stored on some remote servers if you use a web wallet. Private keys must never be revealed as they allow you to spend dash for their respective Dash wallet." signature: "Signature" - signaturetxt: "A cryptographic signature is a mathematical mechanism that allows someone to prove ownership. In the case of Dash, a Dash wallet and its private key(s) are linked by some mathematical magic. When your Dash software signs a transaction with the appropriate private key, the whole network can see that the signature matches the bitcoins being spent. However, there is no way for the world to guess your private key to steal your hard-earned bitcoins." + signaturetxt: "A cryptographic signature is a mathematical mechanism that allows someone to prove ownership. In the case of Dash, a Dash wallet and its private key(s) are linked by some mathematical magic. When your Dash software signs a transaction with the appropriate private key, the whole network can see that the signature matches the dash being spent. However, there is no way for the world to guess your private key to steal your hard-earned dash." wallet: "Wallet" - wallettxt: "A Dash wallet is loosely the equivalent of a physical wallet on the Dash network. The wallet actually contains your private key(s) which allow you to spend the bitcoins allocated to it in the block chain. Each Dash wallet can show you the total balance of all bitcoins it controls and lets you pay a specific amount to a specific person, just like a real wallet. This is different to credit cards where you are charged by the merchant." + wallettxt: "A Dash wallet is loosely the equivalent of a physical wallet on the Dash network. The wallet actually contains your private key(s) which allow you to spend the dash allocated to it in the block chain. Each Dash wallet can show you the total balance of all dash it controls and lets you pay a specific amount to a specific person, just like a real wallet. This is different to credit cards where you are charged by the merchant." you-need-to-know: title: "Some things you need to know - Bitcoin" pagetitle: "Some things you need to know" @@ -942,6 +942,7 @@ en: btc: btc confirmation: confirmation cryptography: cryptography + dash: dash doublespend: double-spend hashrate: hash-rate mining: mining