mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 10:13:26 +01:00
a503441619
* Added crypto project and decoupled BitcoinSLogger from NetworkElement Decoupled BitcoinSLogger from Factory Moved NetworkElement into crypto project Moved Factory and BitcoinSUtil (renamed to BytesUtil) to crypto project Moved MaskedToString to crypto project Added BytesUtil to imports and cleaned up CryptoUtil.recoverPoint Moved the rest of crypto stuff to the crypto project Moved crypto tests to crypto-test project * Added documentation for crypto project
353 lines
10 KiB
JSON
353 lines
10 KiB
JSON
{
|
|
"_comment": "This file is auto-generated by write-translations.js",
|
|
"localized-strings": {
|
|
"next": "Next",
|
|
"previous": "Previous",
|
|
"tagline": "Bitcoin implementation in Scala",
|
|
"docs": {
|
|
"applications/chain": {
|
|
"title": "Blockchain Verification"
|
|
},
|
|
"applications/cli": {
|
|
"title": "CLI"
|
|
},
|
|
"applications/configuration": {
|
|
"title": "Application configuration"
|
|
},
|
|
"applications/dlc": {
|
|
"title": "Executing A DLC with Bitcoin-S"
|
|
},
|
|
"applications/filter-sync": {
|
|
"title": "Syncing Blockfilters"
|
|
},
|
|
"applications/gui": {
|
|
"title": "GUI"
|
|
},
|
|
"applications/node": {
|
|
"title": "Light client"
|
|
},
|
|
"applications/server": {
|
|
"title": "Application Server"
|
|
},
|
|
"applications/wallet": {
|
|
"title": "Wallet"
|
|
},
|
|
"chain/chain": {
|
|
"title": "Blockchain Verification"
|
|
},
|
|
"chain/filter-sync": {
|
|
"title": "Syncing Blockfilters"
|
|
},
|
|
"config/configuration": {
|
|
"title": "Application Configuration"
|
|
},
|
|
"contributing-website": {
|
|
"title": "Contributing to the website"
|
|
},
|
|
"contributing": {
|
|
"title": "Contributing"
|
|
},
|
|
"core/adding-spks": {
|
|
"title": "Adding New Script Types"
|
|
},
|
|
"core/addresses": {
|
|
"title": "Generating Addresses"
|
|
},
|
|
"core/core-intro": {
|
|
"title": "Core Module"
|
|
},
|
|
"core/hd-keys": {
|
|
"title": "HD Key Generation"
|
|
},
|
|
"core/psbts": {
|
|
"title": "Partially Signed Bitcoin Transactions"
|
|
},
|
|
"core/sign": {
|
|
"title": "Sign API"
|
|
},
|
|
"core/spending-info": {
|
|
"title": "Signing Transactions"
|
|
},
|
|
"core/txbuilder": {
|
|
"title": "TxBuilder Example"
|
|
},
|
|
"crypto/crypto-intro": {
|
|
"title": "Crypto Module"
|
|
},
|
|
"crypto/sign": {
|
|
"title": "Sign API"
|
|
},
|
|
"getting-setup": {
|
|
"title": "Getting Bitcoin-S installed on your machine"
|
|
},
|
|
"getting-started": {
|
|
"title": "Intro and Getting Started"
|
|
},
|
|
"key-manager/key-manager": {
|
|
"title": "Key Manager"
|
|
},
|
|
"node/node": {
|
|
"title": "Light Client"
|
|
},
|
|
"rpc/rpc-bitcoind": {
|
|
"title": "bitcoind/Bitcoin Core"
|
|
},
|
|
"rpc/rpc-eclair": {
|
|
"title": "Eclair"
|
|
},
|
|
"rpc/rpc-clients-intro": {
|
|
"title": "Introduction"
|
|
},
|
|
"secp256k1/jni-modify": {
|
|
"title": "Adding to Secp256k1 JNI"
|
|
},
|
|
"secp256k1/secp256k1": {
|
|
"title": "Secp256k1"
|
|
},
|
|
"security": {
|
|
"title": "Security"
|
|
},
|
|
"testkit/testkit": {
|
|
"title": "Testkit"
|
|
},
|
|
"wallet/chain-query-api": {
|
|
"title": "Chain Query API"
|
|
},
|
|
"wallet/dlc": {
|
|
"title": "Executing A DLC with Bitcoin-S"
|
|
},
|
|
"wallet/node-api": {
|
|
"title": "Node API"
|
|
},
|
|
"wallet/wallet-get-address": {
|
|
"title": "Wallet Get Address APIs"
|
|
},
|
|
"wallet/wallet-rescan": {
|
|
"title": "Wallet Rescans"
|
|
},
|
|
"wallet/wallet": {
|
|
"title": "Wallet"
|
|
},
|
|
"windows-users": {
|
|
"title": "windows-users"
|
|
},
|
|
"version-0.1.0/version-0.1.0-contributing-website": {
|
|
"title": "Contributing to the website"
|
|
},
|
|
"version-0.1.0/version-0.1.0-contributing": {
|
|
"title": "Contributing"
|
|
},
|
|
"version-0.1.0/core/version-0.1.0-addresses": {
|
|
"title": "Generating addresses"
|
|
},
|
|
"version-0.1.0/core/version-0.1.0-core-intro": {
|
|
"title": "Core module"
|
|
},
|
|
"version-0.1.0/core/version-0.1.0-hd-keys": {
|
|
"title": "HD key generation"
|
|
},
|
|
"version-0.1.0/core/version-0.1.0-txbuilder": {
|
|
"title": "TxBuilder example"
|
|
},
|
|
"version-0.1.0/version-0.1.0-getting-started": {
|
|
"title": "Add Bitcoin-S to your project"
|
|
},
|
|
"version-0.1.0/rpc/version-0.1.0-rpc-bitcoind": {
|
|
"title": "bitcoind/Bitcoin Core"
|
|
},
|
|
"version-0.1.0/rpc/version-0.1.0-rpc-eclair": {
|
|
"title": "Eclair"
|
|
},
|
|
"version-0.1.0/rpc/version-0.1.0-rpc-clients-intro": {
|
|
"title": "Introduction"
|
|
},
|
|
"version-0.1.0/version-0.1.0-security": {
|
|
"title": "Security"
|
|
},
|
|
"version-0.2.0/applications/version-0.2.0-chain": {
|
|
"title": "Blockchain Verification"
|
|
},
|
|
"version-0.2.0/applications/version-0.2.0-cli": {
|
|
"title": "bitcoin-s cli"
|
|
},
|
|
"version-0.2.0/applications/version-0.2.0-configuration": {
|
|
"title": "Application configuration"
|
|
},
|
|
"version-0.2.0/applications/version-0.2.0-key-manager": {
|
|
"title": "Key Manager"
|
|
},
|
|
"version-0.2.0/applications/version-0.2.0-node": {
|
|
"title": "Light client"
|
|
},
|
|
"version-0.2.0/applications/version-0.2.0-wallet": {
|
|
"title": "Wallet"
|
|
},
|
|
"version-0.2.0/version-0.2.0-contributing-website": {
|
|
"title": "Contributing to the website"
|
|
},
|
|
"version-0.2.0/version-0.2.0-contributing": {
|
|
"title": "Contributing"
|
|
},
|
|
"version-0.2.0/core/version-0.2.0-addresses": {
|
|
"title": "Generating addresses"
|
|
},
|
|
"version-0.2.0/core/version-0.2.0-core-intro": {
|
|
"title": "Core module"
|
|
},
|
|
"version-0.2.0/core/version-0.2.0-hd-keys": {
|
|
"title": "HD key generation"
|
|
},
|
|
"version-0.2.0/core/version-0.2.0-txbuilder": {
|
|
"title": "TxBuilder example"
|
|
},
|
|
"version-0.2.0/version-0.2.0-getting-started": {
|
|
"title": "Add Bitcoin-S to your project"
|
|
},
|
|
"version-0.2.0/rpc/version-0.2.0-rpc-bitcoind": {
|
|
"title": "bitcoind/Bitcoin Core"
|
|
},
|
|
"version-0.2.0/rpc/version-0.2.0-rpc-eclair": {
|
|
"title": "Eclair"
|
|
},
|
|
"version-0.2.0/rpc/version-0.2.0-rpc-clients-intro": {
|
|
"title": "Introduction"
|
|
},
|
|
"version-0.2.0/version-0.2.0-windows-users": {
|
|
"title": "windows-users"
|
|
},
|
|
"version-0.3.0/applications/version-0.3.0-chain": {
|
|
"title": "Blockchain Verification"
|
|
},
|
|
"version-0.3.0/applications/version-0.3.0-configuration": {
|
|
"title": "Application Configuration"
|
|
},
|
|
"version-0.3.0/applications/version-0.3.0-dlc": {
|
|
"title": "Executing A DLC with Bitcoin-S"
|
|
},
|
|
"version-0.3.0/applications/version-0.3.0-filter-sync": {
|
|
"title": "Syncing Blockfilters"
|
|
},
|
|
"version-0.3.0/applications/version-0.3.0-node": {
|
|
"title": "Light Client"
|
|
},
|
|
"version-0.3.0/applications/version-0.3.0-server": {
|
|
"title": "Application Server"
|
|
},
|
|
"version-0.3.0/applications/version-0.3.0-wallet": {
|
|
"title": "Wallet"
|
|
},
|
|
"version-0.3.0/chain/version-0.3.0-chain": {
|
|
"title": "Blockchain Verification"
|
|
},
|
|
"version-0.3.0/chain/version-0.3.0-filter-sync": {
|
|
"title": "Syncing Blockfilters"
|
|
},
|
|
"version-0.3.0/config/version-0.3.0-configuration": {
|
|
"title": "Application Configuration"
|
|
},
|
|
"version-0.3.0/version-0.3.0-contributing-website": {
|
|
"title": "Contributing to the website"
|
|
},
|
|
"version-0.3.0/version-0.3.0-contributing": {
|
|
"title": "Contributing"
|
|
},
|
|
"version-0.3.0/core/version-0.3.0-adding-spks": {
|
|
"title": "Adding New Script Types"
|
|
},
|
|
"version-0.3.0/core/version-0.3.0-addresses": {
|
|
"title": "Generating Addresses"
|
|
},
|
|
"version-0.3.0/core/version-0.3.0-core-intro": {
|
|
"title": "Core Module"
|
|
},
|
|
"version-0.3.0/core/version-0.3.0-hd-keys": {
|
|
"title": "HD Key Generation"
|
|
},
|
|
"version-0.3.0/core/version-0.3.0-psbts": {
|
|
"title": "Partially Signed Bitcoin Transactions"
|
|
},
|
|
"version-0.3.0/core/version-0.3.0-sign": {
|
|
"title": "Sign API"
|
|
},
|
|
"version-0.3.0/core/version-0.3.0-spending-info": {
|
|
"title": "Signing Transactions"
|
|
},
|
|
"version-0.3.0/core/version-0.3.0-txbuilder": {
|
|
"title": "TxBuilder Example"
|
|
},
|
|
"version-0.3.0/version-0.3.0-getting-setup": {
|
|
"title": "Getting Bitcoin-S installed on your machine"
|
|
},
|
|
"version-0.3.0/version-0.3.0-getting-started": {
|
|
"title": "Intro and Getting Started"
|
|
},
|
|
"version-0.3.0/key-manager/version-0.3.0-key-manager": {
|
|
"title": "Key Manager"
|
|
},
|
|
"version-0.3.0/node/version-0.3.0-node": {
|
|
"title": "Light Client"
|
|
},
|
|
"version-0.3.0/rpc/version-0.3.0-rpc-bitcoind": {
|
|
"title": "bitcoind/Bitcoin Core"
|
|
},
|
|
"version-0.3.0/rpc/version-0.3.0-rpc-eclair": {
|
|
"title": "Eclair"
|
|
},
|
|
"version-0.3.0/secp256k1/version-0.3.0-secp256k1": {
|
|
"title": "Secp256k1"
|
|
},
|
|
"version-0.3.0/version-0.3.0-security": {
|
|
"title": "Security"
|
|
},
|
|
"version-0.3.0/testkit/version-0.3.0-testkit": {
|
|
"title": "Testkit"
|
|
},
|
|
"version-0.3.0/wallet/version-0.3.0-chain-query-api": {
|
|
"title": "Chain Query API"
|
|
},
|
|
"version-0.3.0/wallet/version-0.3.0-dlc": {
|
|
"title": "Executing A DLC with Bitcoin-S"
|
|
},
|
|
"version-0.3.0/wallet/version-0.3.0-node-api": {
|
|
"title": "Node API"
|
|
},
|
|
"version-0.3.0/wallet/version-0.3.0-wallet-rescan": {
|
|
"title": "Wallet Rescans"
|
|
},
|
|
"version-0.3.0/wallet/version-0.3.0-wallet": {
|
|
"title": "Wallet"
|
|
}
|
|
},
|
|
"links": {
|
|
"Docs": "Docs",
|
|
"API": "API",
|
|
"Help": "Help"
|
|
},
|
|
"categories": {
|
|
"Getting Started": "Getting Started",
|
|
"Getting Setup": "Getting Setup",
|
|
"Applications": "Applications",
|
|
"Chain": "Chain",
|
|
"Configuration": "Configuration",
|
|
"Core Module": "Core Module",
|
|
"Crypto Module": "Crypto Module",
|
|
"Key Manager": "Key Manager",
|
|
"Node": "Node",
|
|
"Wallet": "Wallet",
|
|
"RPC Clients": "RPC Clients",
|
|
"Secp256k1": "Secp256k1",
|
|
"Testkit": "Testkit",
|
|
"Contributing": "Contributing",
|
|
"Security": "Security",
|
|
"Getting started": "Getting started",
|
|
"Core module": "Core module",
|
|
"RPC clients": "RPC clients"
|
|
}
|
|
},
|
|
"pages-strings": {
|
|
"Help Translate|recruit community translators for your project": "Help Translate",
|
|
"Edit this Doc|recruitment message asking to edit the doc source": "Edit",
|
|
"Translate this Doc|recruitment message asking to translate the docs": "Translate"
|
|
}
|
|
}
|