monero-site/_i18n/de/resources/moneropedia/weblate/unlocktime.po
2023-10-29 10:10:37 +01:00

100 lines
5.5 KiB
Text

# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-10-26 10:42+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: Yaml Front Matter Hash Value: summary
#: ../_i18n/en/resources/moneropedia/unlocktime.md:1
#, fuzzy, no-wrap
#| msgid "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
msgid "a special transaction where the recipient(s) can only spend the funds after a future date, as set by the sender"
msgstr "Eine besondere Art der Transaktion, bei welcher der Empfänger die Gelder erst nach einem vom Sender gesetzten zukünftigen Zeitpunkt ausgeben kann."
#. type: Yaml Front Matter Hash Value: terms
#: ../_i18n/en/resources/moneropedia/unlocktime.md:1
#, no-wrap
msgid "[\"unlock-time\"]"
msgstr "[\"unlock-time\", \"Freigabedauer\", \"Freigabedauer-von-Transaktionen\"]"
#
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}"
#. type: Title ###
#: ../_i18n/en/resources/moneropedia/unlocktime.md:8
#, no-wrap
msgid "The Basics"
msgstr "Grundlagen"
#
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:11
#, fuzzy
#| msgid "A special transaction where the recipient can only spend the funds after a future date, as set by the sender."
msgid "A special transaction where the recipient(s) can only spend the funds after a future date, as set by the sender."
msgstr "Eine besondere Art der Transaktion, bei welcher der Empfänger die Gelder erst nach einem vom Sender gesetzten zukünftigen Zeitpunkt ausgeben kann."
#
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:13
#, fuzzy
#| msgid "Unlock time allows you to send a transaction to someone, such that they can not spend it until after a certain number of blocks, or until a certain time."
msgid "Unlock time allows you to send a transaction to someone, such that they can not spend it until after a certain block height, or until a certain time. These locks are per transaction, not per output. This means any returning change will be locked too. ***Do not unintentionally lock your change outputs.***"
msgstr "Die Freigabedauer erlaubt es dir, eine Transaktion an jemanden zu senden, die dieser jedoch erst nach einer gewissen Anzahl von Blöcken oder nach einer bestimmten Zeit verwenden kann."
#
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:15
msgid "Note that this works differently than Bitcoin's [nLockTime](https://en.bitcoin.it/wiki/NLockTime), in which the transaction is not valid until the given time."
msgstr "Beachte, dass dies anders als Bitcoins [nLockTime](https://en.bitcoin.it/wiki/NLockTime) (englischsprachiger Artikel) funktioniert. Dort ist die Transaktion bis zum gesetzten Zeitpunkt ungültig."
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:17
msgid "Using `unlock_time` has privacy consequences for the user(s) (and the wider Monero network if it is flooded with these). The value is public on the blockchain, so be aware of potential clustering. The feature is rarely used and may be removed in a future Monero release, so the Monero developers advise against building critical infrastructure that depends on this feature."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:19
msgid "Further, true spends after a reasonably long lock time (more than several days) may be heuristically identified as the true spend, since there will be fewer other transactions using those outputs as decoys around that time period."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:21
msgid "Users should verify that the outputs they receive from others are not encumbered by an unexpected unlock time. Users may want to hold off acting upon such a transaction until the unlock time lapses. The `show_transfers` command includes the unlock time."
msgstr ""
#. type: Title ###
#: ../_i18n/en/resources/moneropedia/unlocktime.md:22
#, no-wrap
msgid "Technical Use"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:25
msgid "Usage when using the `transfer` command: `unlock_time` + unsigned int"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:27
msgid "Integer values less than 500,000,000 are interpreted as absolute block height. Values greater than or equal to 500,000,000 are interpreted as an absolute Unix epoch timestamp. The Monero CLI wallet only supports values less than 500,000,000; Unix timestamps must be submitted via RPC or another custom software."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/unlocktime.md:28
msgid "The integer value will be interpreted by the protocol as an ***absolute*** block height value or Unix epoch timestamp, not a relative value. Using an integer value less than the current block height or a Unix epoch timestamp less than the current Unix epoch timestamp makes no sense. For example, if you want the Monero transaction to unlock 100 blocks from now, add 100 to the current block height."
msgstr ""