mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add Italian (it) translation (thanks Joif) (fixes #127)
This commit is contained in:
parent
cb22e64c41
commit
ee09b20720
9 changed files with 1986 additions and 1 deletions
|
@ -27,6 +27,8 @@ id: development
|
|||
{% case page.lang %}
|
||||
{% when 'es' %}
|
||||
<p>El desarrollo de Bitcoin es de código abierto y cualquier desarrollador puede contribuir al proyecto. Todo lo que necesitas está en el <a href="https://github.com/bitcoin/bitcoin">repositorio en Github</a>. Por favor, asegúrese de leer y seguir el proceso de desarrollo que se describe en el archivo README, así como proporcionar el código con buena calidad y respetar todas las directrices.</p>
|
||||
{% when 'it' %}
|
||||
<p>Bitcoin è open source ed ogni sviluppatore può contribuire al progetto. Tutto ciò di cui si ha bisogno è nel <a href="https://github.com/bitcoin/bitcoin">repository Github</a>. Per favore assicurati di leggere e seguire il processo di sviluppo descritto nel README, di fornire codice di buona qualità e di rispettare tutte le linee guida.</p>
|
||||
{% when 'nl' %}
|
||||
<p>Bitcoin is een open-sourceproject en elke ontwikkelaar kan eraan bijdragen. Alles wat je nodig hebt is te vinden in de <a href="https://github.com/bitcoin/bitcoin">Github repository</a>. Lees vooral eerst het ontwikkelproces in de README, zorg voor code van hoge kwaliteit en respecteer de richtlijnen van het project.</p>
|
||||
{% else %}
|
||||
|
|
|
@ -45,6 +45,20 @@ order:
|
|||
- id: wallet
|
||||
- id: signature
|
||||
- id: hashrate
|
||||
it:
|
||||
- id: block
|
||||
- id: blockchain
|
||||
- id: btc
|
||||
- id: privatekey
|
||||
- id: confirmation
|
||||
- id: cryptography
|
||||
- id: doublespend
|
||||
- id: signature
|
||||
- id: hashrate
|
||||
- id: address
|
||||
- id: mining
|
||||
- id: p2p
|
||||
- id: wallet
|
||||
nl:
|
||||
- id: confirmation
|
||||
- id: address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue