#: src/guides/inscriptions.md:163 msgid "Creating Inscriptions" msgstr "Создание надписей" #: src/guides/inscriptions.md:166 msgid "To create an inscription with the contents of `FILE`, run:" msgstr "Чтобы создать надпись с контентом `FILE`, выполните команду:" #: src/guides/inscriptions.md:168 msgid "" "```\n" "ord wallet inscribe --fee-rate FEE_RATE --file FILE\n" "```" msgstr "" "```\n" "ord wallet inscribe --fee-rate FEE_RATE --file FILE\n" "```" #: src/guides/inscriptions.md:172 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 " "транзакции reveal, а N - индекс надписи в транзакции reveal."