"correctly or at all. Contributions to `ord` to remedy this are welcome."
msgstr ""
#: /workspaces/ord_ko/docs/src/inscriptions/metadata.md:30
#: /workspaces/ord_ko/docs/src/inscriptions/provenance.md:27
#: /workspaces/ord_ko/docs/src/guides/testing.md:18
#: /workspaces/ord_ko/docs/src/guides/reindexing.md:15
msgid "Example"
msgstr "예제"
#: /workspaces/ord_ko/docs/src/inscriptions/metadata.md:33
msgid ""
"Since CBOR is not human readable, in these examples it is represented as "
"JSON. Keep in mind that this is _only_ for these examples, and JSON metadata "
"will _not_ be displayed correctly."
msgstr ""
#: /workspaces/ord_ko/docs/src/inscriptions/metadata.md:37
msgid ""
"The metadata `{\"foo\":\"bar\",\"baz\":[null,true,false,0]}` would be "
"included in an inscription as:"
msgstr ""
#: /workspaces/ord_ko/docs/src/inscriptions/metadata.md:39
msgid ""
"```\n"
"OP_FALSE\n"
"OP_IF\n"
" ...\n"
" OP_PUSH 0x05 OP_PUSH '{\"foo\":\"bar\",\"baz\":[null,true,false,0]}'\n"
" ...\n"
"OP_ENDIF\n"
"```"
msgstr ""