Skip to content

Commit

Permalink
Test translations
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbaars committed May 8, 2022
1 parent 6b430b6 commit 685b496
Show file tree
Hide file tree
Showing 12 changed files with 1,512 additions and 0 deletions.
61 changes: 61 additions & 0 deletions locales/de_DE/LC_MESSAGES/faq.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Djuri Baars
# This file is distributed under the same license as the ringtools package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ringtools \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-09 01:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n"

#: ../../source/faq.md:1
msgid "Frequently asked questions"
msgstr ""

#: ../../source/faq.md:3
msgid "How many sats do I need to open a channel when joining a ring?"
msgstr ""

#: ../../source/faq.md:5
msgid ""
"Since you also need some sats to open, close and perhaps reopen a channel"
" it is recommended to have at least 40.000 sats in your wallet on top of "
"the amount of sats you need to open your channel. That means if you "
"participate in a 500.000 sats ring, have 540.000 sats in your on-chain "
"wallet.&#x20;"
msgstr ""

#: ../../source/faq.md:7
msgid ""
"Why is the channel size of my channel lower than the amount I entered "
"when opening?"
msgstr ""

#: ../../source/faq.md:9
msgid ""
"In the channel overview of Umbrel, after opening the commit fee is "
"deducted from the full capacity. This is better explained as a "
"reservation of the on-chain fees when the channel is closed unilaterally."
msgstr ""

#: ../../source/faq.md:11
msgid ""
"Why can't I spend or receive the full amount visible on one side of a "
"channel?"
msgstr ""

#: ../../source/faq.md:13
msgid ""
"A fixed amount (often 1% by default) is reserved on each side on the "
"channel in the case you need to force-close a channel.&#x20;"
msgstr ""

69 changes: 69 additions & 0 deletions locales/de_DE/LC_MESSAGES/index.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Djuri Baars
# This file is distributed under the same license as the ringtools package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ringtools \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-09 01:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n"

#: ../../source/index.md:3
msgid "RingTools-CLI"
msgstr ""

#: ../../source/index.md:8
msgid "RingTools-web"
msgstr ""

#: ../../source/index.md:16
msgid "Telegram-bot"
msgstr ""

#: ../../source/index.md:27
msgid "Rings of Fire"
msgstr ""

#: ../../source/index.md:35
msgid "Satoshi Radio"
msgstr ""

#: ../../source/index.md:35
msgid "Satoshi Radio ROF"
msgstr ""

#: ../../source/index.md:35
msgid "Connect the World:"
msgstr ""

#: ../../source/index.md:35
msgid "Links"
msgstr ""

#: ../../source/index.md:1
msgid "RingTools"
msgstr ""

#: ../../source/index.md:46
msgid ""
"A set of tools which help to set up and manage Rings of Fire, a concept "
"of Bitcoin Lightning Networks."
msgstr ""

#: ../../source/index.md:48
msgid "![Screenshot](screenshots/web-main.png)"
msgstr ""

#: ../../source/index.md:48
msgid "Screenshot"
msgstr ""

98 changes: 98 additions & 0 deletions locales/de_DE/LC_MESSAGES/ringtools-cli.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Djuri Baars
# This file is distributed under the same license as the ringtools package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ringtools \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-09 01:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n"

#: ../../source/ringtools-cli.md:1
msgid "Installation and usage"
msgstr ""

#: ../../source/ringtools-cli.md:3
msgid ""
"Check out the repo of "
"[@StijnBTC/Ringtools](https://github.com/StijnBTC/Ringtools) for the most"
" recent usage instructions."
msgstr ""

#: ../../source/ringtools-cli.md:5
msgid "Installation"
msgstr ""

#: ../../source/ringtools-cli.md:6
msgid "Open your SSH client and log into your node"
msgstr ""

#: ../../source/ringtools-cli.md:7
msgid "Update pip to be sure `pip3 install --upgrade pip`"
msgstr ""

#: ../../source/ringtools-cli.md:8
msgid "Clone this repository `git clone https://github.com/StijnBTC/Ringtools`"
msgstr ""

#: ../../source/ringtools-cli.md:9
msgid "Navigate to the right folder `cd Ringtools`"
msgstr ""

#: ../../source/ringtools-cli.md:10
msgid "Install the requirements `pip3 install -r requirements.txt`"
msgstr ""

#: ../../source/ringtools-cli.md:12
msgid "Usage"
msgstr ""

#: ../../source/ringtools-cli.md:13
msgid ""
"Put all public keys and telegram usernames, separated with a comma in "
"`pubkeys.txt`"
msgstr ""

#: ../../source/ringtools-cli.md:14
msgid ""
"Run `checkring` functionality with write to create channels.txt `python3 "
"ringtools.py check --write-channels`"
msgstr ""

#: ../../source/ringtools-cli.md:15
msgid ""
"Run Ringtools `python3 ringtools.py -f -l status` (When you're ready, hit"
" Ctrl+C)"
msgstr ""

#: ../../source/ringtools-cli.md:17
msgid "Instructions for use with c-lightning"
msgstr ""

#: ../../source/ringtools-cli.md:18
msgid ""
"RingTools-CLI uses LND by default. To use c-lightning add `--client cl` "
"as argument."
msgstr ""

#: ../../source/ringtools-cli.md:20
msgid ""
"If you don't have the RPC unix at the default location use the ` --clrpc "
"/path/to/lightning-rpc` argument."
msgstr ""

#: ../../source/ringtools-cli.md:22
msgid ""
"The channel format is different when using C-lightning, but if you use "
"the `pubkeys.txt` file this should not matter."
msgstr ""

97 changes: 97 additions & 0 deletions locales/de_DE/LC_MESSAGES/ringtools-web-public.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Djuri Baars
# This file is distributed under the same license as the ringtools package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ringtools \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-09 01:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n"

#: ../../source/ringtools-web-public.md:1
msgid "Public instance"
msgstr ""

#: ../../source/ringtools-web-public.md:3
msgid ""
"There is a public instance available at [rof.tools](https://rof.tools). "
"Although it does have channels, it is probably not part of the Ring of "
"Fire you are leading or participating in so gossip might be slower."
msgstr ""

#: ../../source/ringtools-web-public.md:5
msgid "Manual import node information from Cheeserobot"
msgstr ""

#: ../../source/ringtools-web-public.md:7
msgid "Make sure Cheeserobot is in the ring channel"
msgstr ""

#: ../../source/ringtools-web-public.md:8
msgid "Say `/groupnodes@cheeserobot`"
msgstr ""

#: ../../source/ringtools-web-public.md:10
msgid "![Screenshot](screenshots/groupnodes-cheeserobot.png)"
msgstr ""

#: ../../source/ringtools-web-public.md:10
#: ../../source/ringtools-web-public.md:18
msgid "Screenshot"
msgstr ""

#: ../../source/ringtools-web-public.md:12
msgid "Download the `.csv` file"
msgstr ""

#: ../../source/ringtools-web-public.md:13
msgid ""
"Open it in a text editor (don't open it in a spreadsheet like Excel or "
"Numbers)"
msgstr ""

#: ../../source/ringtools-web-public.md:14
msgid "Select all and copy to clipboard, including headers."
msgstr ""

#: ../../source/ringtools-web-public.md:15
msgid "Go to the settings page of [Ringtools-Web](https://rof.tools/settings)"
msgstr ""

#: ../../source/ringtools-web-public.md:16
msgid "Paste the clipboard contents to the Import area."
msgstr ""

#: ../../source/ringtools-web-public.md:18
msgid "![Screenshot](screenshots/import-settings.png)"
msgstr ""

#: ../../source/ringtools-web-public.md:20
msgid "Press `Import Groupnodes` button."
msgstr ""

#: ../../source/ringtools-web-public.md:21
msgid "You should now see the node information on the right side."
msgstr ""

#: ../../source/ringtools-web-public.md:22
msgid "Set a Ringname"
msgstr ""

#: ../../source/ringtools-web-public.md:23
msgid "Click `Save Ring Settings` to persist to the browsers localstorage"
msgstr ""

#: ../../source/ringtools-web-public.md:24
msgid "You are now ready to use the `Design` and `Watch` parts of `Ringtools-Web`"
msgstr ""

0 comments on commit 685b496

Please sign in to comment.