"commit transaction, a taproot output committing to a script containing the inscription content is created. Second, in the reveal transaction, the output "
"created by the commit transaction is spent, revealing the inscription content on-chain."
msgstr ""
"Поскольку траты taproot script-path spend могут осуществляться только из существующих выходов taproot, надписи делаются с помощью двухфазной процедуры commit/"
"reveal. Во-первых, в транзакции commit создается выход taproot, фиксирующий скрипт, содержащий содержимое надписи. Во-вторых, в транзакции reveal созданный "
"транзакцией commit выход расходуется, раскрывая содержимое on-chain надписи."
#: src/inscriptions.md:33
msgid ""
"Inscription content is serialized using data pushes within unexecuted conditionals, called \"envelopes\". Envelopes consist of an `OP_FALSE OP_IF … OP_ENDIF` "
"wrapping any number of data pushes. Because envelopes are effectively no-ops, they do not change the semantics of the script in which they are included, and "
"can be combined with any other locking script."