msgstr ""
"子铭文自己也可以有子铭文,从而形成复杂的层级结构。例如,一位艺术家可能创建一个代表自己的铭文,"
"子铭文代表他们创建的合辑,而那些子铭文的子项就是合辑中的项目。"

#: src/inscriptions/provenance.md:14
msgid "Specification"
msgstr "规范"

#: src/inscriptions/provenance.md:16
msgid "To create a child inscription C with parent inscription P:"
msgstr "为父系铭文P创建一个子铭文C:"

#: src/inscriptions/provenance.md:18
msgid "Create an inscribe transaction T as usual for C."
msgstr "像通常一样为C创建常用的铭刻交易T。"

#: src/inscriptions/provenance.md:19
msgid "Spend the parent P in one of the inputs of T."
msgstr "在其中的一个T输入中加入父系铭文P"

#: src/inscriptions/provenance.md:20
msgid ""
"Include tag `3`, i.e. `OP_PUSH 3`, in C, with the value of the serialized "
"binary inscription ID of P, serialized as the 32-byte `TXID`, followed by "
"the four-byte little-endian `INDEX`, with trailing zeroes omitted."
msgstr ""
"在C中包含标签`3`,即`OP_PUSH 3`,其值为P的序列化二进制铭文ID序列化为32字节的"
"`TXID`,后跟四字节的小端`INDEX`,不含末尾的零。"

#: src/inscriptions/provenance.md:24
msgid ""
"_NB_ The bytes of a bitcoin transaction ID are reversed in their text "
"representation, so the serialized transaction ID will be in the opposite "