msgid "Creating Inscriptions" msgstr "创建铭文" #: src/guides/inscriptions.md:218 msgid "To create an inscription with the contents of `FILE`, run:" msgstr "以`FILE`的内容创建一个铭文,需要运行:" #: src/guides/inscriptions.md:220 msgid "" "```\n" "ord wallet inscribe --fee-rate FEE_RATE FILE\n" "```" msgstr "" #: src/guides/inscriptions.md:224 msgid "" "Ord will output two transactions IDs, one for the commit transaction, and " "one for the reveal transaction, and the inscription ID. Inscription IDs are " "of the form `TXIDiN`, where `TXID` is the transaction ID of the reveal " "transaction, and `N` is the index of the inscription in the reveal " "transaction." msgstr "" "Ord会输出两个交易ID,一个是commit交易,一个是reveal交易,还有铭文ID。铭文 ID " "的格式为`TXIDiN`,其中`TXID` 是揭示交易的交易 ID,`N` 是揭示交易中铭文的索" "引。" #: src/guides/inscriptions.md:229 msgid "" "The commit transaction commits to a tapscript containing the content of the " "inscription, and the reveal transaction spends from that tapscript, " "revealing the content on chain and inscribing it on the first sat of the "