msgid "Mine the inscription with:"
msgstr "Minere a inscrição:"
#: src/guides/testing.md:42
msgid ""
"```\n"
"bitcoin-cli generatetoaddress 1 <receive address>\n"
"```"
msgstr ""
"```\n"
"bitcoin-cli generatetoaddress 1 <receive address>\n"
"```"
#: src/guides/testing.md:45
msgid "View the inscription in the regtest explorer:"
msgstr "Veja a inscrição no explorador de blocos regtest:"
#: src/guides/testing.md:46
msgid ""
"```\n"
"ord -r server\n"
"```"
msgstr ""
"```\n"
"ord -r server\n"
"```"
#: src/guides/testing.md:50
msgid "Testing Recursion"
msgstr "Testando Recursão"
#: src/guides/testing.md:53
msgid ""
"When testing out [recursion](../inscriptions/recursion.md), inscribe the "
"dependencies first (example with [p5.js](https://p5js.org)):"
msgstr ""
"Ao testar [recursão](../inscriptions/recursion.md), inscreva as dependências primeiro (exemplo com [p5.js](https://p5js.org)):"
#: src/guides/testing.md:55
msgid ""
"```\n"
"ord -r wallet inscribe --fee-rate 1 --file p5.js\n"
"```"
msgstr ""
"```\n"
"ord -r wallet inscribe --fee-rate 1 --file p5.js\n"