Added new glossary term: token

This commit is contained in:
TheRec 2018-06-11 00:48:40 +02:00
parent d979d44a37
commit fce381a39b
2 changed files with 36 additions and 0 deletions

View File

@ -1357,6 +1357,12 @@ source_file = .tx/translations/glossary/en/testnet.yaml
source_lang = en
type = GITHUBMARKDOWN
[bitcoinorg.glossary-token]
file_filter = .tx/translations/glossary/<lang>/token.yaml
source_file = .tx/translations/glossary/en/token.yaml
source_lang = en
type = GITHUBMARKDOWN
[bitcoinorg.glossary-transaction-fee]
file_filter = .tx/translations/glossary/<lang>/transaction-fee.yaml
source_file = .tx/translations/glossary/en/transaction-fee.yaml

View File

@ -0,0 +1,30 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
required:
#-------------40 characters-------------#
title_max_40_characters_no_formatting: Token
summary_max_255_characters_no_formatting: >
A token is a programmable digital asset with its own codebase that resides
on an already existing block chain. Tokens are used to help facilitate the
creation of decentralized applications.
synonyms_shown_in_glossary_capitalize_first_letter:
- Token
optional:
synonyms_and_pluralizations_not_shown_in_glossary:
- Initial coin offering
not_to_be_confused_with_capitalize_first_letter:
- Bitcoins
- Satoshis
- Security token
- Denominations
links_html_or_markdown_style_capitalize_first_letter:
- "[Token](https://en.bitcoinwiki.org/wiki/Token) --- Bitcoin Wiki"
---