msgid "To create a child inscription C with parent inscription P:" msgstr "부모 인스크립션 P로 자식 인스크립션 C를 생성하려면:" #: /workspaces/ord_ko/docs/src/inscriptions/provenance.md:18 msgid "Create an inscribe transaction T as usual for C." msgstr "C에 대해 평소와 같이 인스크립션 트랜잭션 T를 생성한다." #: /workspaces/ord_ko/docs/src/inscriptions/provenance.md:19 msgid "Spend the parent P in one of the inputs of T." msgstr "부모 P를 T의 입력 중 하나에 쓴다." #: /workspaces/ord_ko/docs/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'을 포함하고, 32바이트 'TXID'로 직렬화된 P의 바이" "너리(이진수) 인스크립션 ID 값과 뒤에오는 0들을 생략한 4바이트 리틀엔디안 " "'INDEX'를 포함시킨다." #: /workspaces/ord_ko/docs/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 "