Added new glossary term: token
This commit is contained in:
parent
d979d44a37
commit
fce381a39b
@ -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
|
||||
|
||||
30
_data/glossary/en/token.yaml
Normal file
30
_data/glossary/en/token.yaml
Normal 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"
|
||||
|
||||
---
|
||||
Loading…
Reference in New Issue
Block a user