mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Translate remaining string on the "Download" page
This commit is contained in:
parent
6ce43fcca9
commit
f61482751a
2 changed files with 7 additions and 1 deletions
|
@ -21,7 +21,12 @@ id: download
|
|||
</div>
|
||||
<p>
|
||||
<a href="/bin/{{site.DOWNLOAD_VERSION}}/SHA256SUMS.asc">{% case page.lang %}{% when 'ar' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_CN' or 'zh_TW' %}{% translate downloadsig download en %}{% else %}{% translate downloadsig %}{% endcase %}</a><br>
|
||||
<a href="https://github.com/bitcoin/bitcoin">Get the source code</a><br>
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'bg' or 'de' or 'es' or 'fa' or 'fr' or 'hu' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
||||
<a href="https://github.com/bitcoin/bitcoin">{% translate sourcecode download en %}</a><br>
|
||||
{% else %}
|
||||
<a href="https://github.com/bitcoin/bitcoin">{% translate sourcecode %}</a><br>
|
||||
{% endcase %}
|
||||
<a href="/en/version-history">{% translate versionhistory %}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -154,6 +154,7 @@ en:
|
|||
download: "Download Bitcoin Core"
|
||||
downloados: "Or choose your operating system"
|
||||
downloadsig: "Verify release signatures"
|
||||
sourcecode: "Get the source code"
|
||||
versionhistory: "Show version history"
|
||||
notelicense: "Bitcoin Core is a community-driven <a href=\"http://www.fsf.org/about/what-is-free-software\">free software</a> project, released under the <a href=\"http://opensource.org/licenses/mit-license.php\">MIT license</a>."
|
||||
notesync: "Bitcoin Core initial sync can take a very long time to complete. You should make sure that you have enough bandwidth and storage for the full <a href=\"http://blockchain.info/charts/blocks-size\">block chain size</a>. If you know how to download a torrent file, you can speed up this process by putting <a href=\"/bin/blockchain/bootstrap.dat.torrent\">bootstrap.dat</a> (a previous copy of the block chain) in the Bitcoin Core data directory before starting the software."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue