Translations: put chain size in l11n strings

This commit is contained in:
David A. Harding 2017-05-31 04:26:15 -04:00
parent 4c9a38f8e3
commit 29ede93b27
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
4 changed files with 21 additions and 11 deletions

View file

@ -216,21 +216,28 @@ kramdown:
coderay_css: style
text:
## Values last updated 2015-12-29
## Values last updated 2017-05-21
## All variable names must indicate unit type for easy translation of adjacent text,
## such as: subsidy_in_decimal_bitcoins or
## bitcoin_org_docs_maintainer_email_link
subsidy_in_decimal_bitcoins: 25
chain_gb: 100
bitcoin_datadir_gb: 125
## For increasing variables, like chain size, choose a somewhat higher
## value so we don't need to update too often
subsidy_in_decimal_bitcoins: 12.5
## cd ~ ; du -sh .bitcoin/ --exclude=testnet3 --exclude=regtest
bitcoin_datadir_gb: 145
## Slightly smaller than the total datadir size
chain_gb: 140
## The main difference between the datadir size and the chain size, if
## you don't have any extra indices
bitcoin_datadir_gb_pruned: 5
total_tx_count_in_millions: 100
## the tx= field in: grep UpdateTip .bitcoin/debug.log | tail -n1
total_tx_count_in_millions: 230
typical_ibd_time_in_hours: 4
typical_144_block_catchup_time_in_minutes: 5
bitcoin_org_docs_maintainer_email_link: '<a href="mailto:dave@dtrt.org">Dave Harding</a>'
## Before updating this, verify all assertions are still correct: git grep site.text.assertion_month
## Use ISO-8601 format, but feel free to round to the nearest month
assertion_month: 2016-12-01
assertion_month: 2017-06-01
## Items in devsearches will appear in the search box in the order they