From 9e6bfb2a2f4014e8f5672c3966bc913502c9c0b2 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Wed, 25 Sep 2024 21:34:12 -0400 Subject: [PATCH] New translations terminal.pot (German) --- docs/locale/de_DE/LC_MESSAGES/terminal.po | 51 +++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 docs/locale/de_DE/LC_MESSAGES/terminal.po diff --git a/docs/locale/de_DE/LC_MESSAGES/terminal.po b/docs/locale/de_DE/LC_MESSAGES/terminal.po new file mode 100644 index 0000000000..86fc801569 --- /dev/null +++ b/docs/locale/de_DE/LC_MESSAGES/terminal.po @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Project-Id-Version: remix-translation\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-07-24 17:10+0200\n" +"PO-Revision-Date: 2024-09-26 01:34\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: remix-translation\n" +"X-Crowdin-Project-ID: 431830\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File: /[ethereum.remix-ide] master/docs/_build/gettext/terminal.pot\n" +"X-Crowdin-File-ID: 6500\n" +"Language: de_DE\n" + +#: ../../terminal.md:1 +msgid "Terminal" +msgstr "" + +#: ../../terminal.md:4 +msgid "![](images/a-terminal-and-more.png)" +msgstr "" + +#: ../../terminal.md:6 +msgid "Features, available in the terminal:" +msgstr "" + +#: ../../terminal.md:8 +msgid "It integrates a JavaScript interpreter and the `web3` object. It enables the execution of the JavaScript script which interacts with the current context. (note that `web3` is only available if the `web provider` or `injected provider` mode is selected)." +msgstr "" + +#: ../../terminal.md:12 +msgid "It displays important actions made while interacting with the Remix IDE (i.e. sending a new transaction)." +msgstr "" + +#: ../../terminal.md:14 +msgid "It displays transactions that are mined in the current context. You can choose to display all transactions or only transactions that refers to the contracts Remix knows (e.g transaction created from the Remix IDE)." +msgstr "" + +#: ../../terminal.md:18 +msgid "It allows searching for the data and clearing the logs from the terminal." +msgstr "" + +#: ../../terminal.md:20 +msgid "You can run scripts by inputting them at the bottom after the `>`." +msgstr "" +