-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add en_appInfo.json to test splitting
- Loading branch information
1 parent
48e5a0c
commit 315e8d7
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"translation": { | ||
"appInfo": { | ||
"btc-rpc-explorer": { | ||
"about": "This is a self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own Bitcoin node. It is easy to run and can be connected to other tools (like Electrum servers) to achieve a full-featured explorer.", | ||
"shortDescription": "Bitcoin RPC Explorer" | ||
}, | ||
"btcpayserver": { | ||
"about": "BTCPay Server is a free and open-source Bitcoin payment processor which allows you to accept bitcoin without fees or intermediaries.", | ||
"shortDescription": "Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor." | ||
}, | ||
"lnbits": { | ||
"about": "LNbits is a very simple Python server that sits on top of any funding source, and can be used as an accounts system to mitigate the risk of exposing applications to your full balance, via unique API keys for each wallet.", | ||
"shortDescription": "Free and open-source lightning-network wallet/accounts system" | ||
}, | ||
"mempool": { | ||
"about": " An open-source explorer developed for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem.", | ||
"shortDescription": "An open-source explorer developed for the Bitcoin community" | ||
}, | ||
"rtl": { | ||
"about": "RTL is a full function, device agnostic, web user interface to help manage Lightning node operations. RTL is available on LND, Core Lightning and Eclair implementations.", | ||
"shortDescription": "A full function web browser app for LND, Core Lightning and Eclair" | ||
}, | ||
"specter": { | ||
"about": "Bitcoin Core has a very powerful command line interface and a wonderful daemon. Using PSBT and HWI it can also work with hardware wallets, but at the moment it is too linux-way. The same applies to multisignature setups. The goal of this project is to make a convenient and user-friendly GUI around Bitcoin Core with a focus on multisignature setup with hardware wallets and airgapped devices.", | ||
"shortDescription": "A desktop GUI for Bitcoin Core optimised to work with hardware wallets" | ||
}, | ||
"thunderhub": { | ||
"about": "ThunderHub is an open-source LND node manager where you can manage and monitor your node on any device or browser. It allows you to take control of the lightning network with a simple and intuitive UX and the most up-to-date tech stack.", | ||
"shortDescription": "LND Lightning Node Manager in your Browser" | ||
}, | ||
"jam": { | ||
"about": "Jam is a web interface for JoinMarket focusing on user-friendliness and ease-of-use. It aims to provide sensible defaults and be easy to use for beginners while still having the features advanced users expect.", | ||
"shortDescription": "Jam - A web interface for JoinMarket" | ||
} | ||
} | ||
} | ||
} |