"output created by the commit transaction is spent, revealing the inscription " "content on-chain." msgstr "" "탭루트 스크립트 지출은 기존 탭루트 출력에서만 만들 수 있으므로, 인스크립션은 " "2단계 커밋/리빌 절차를 사용하여 만들어진다. 먼저 커밋 트랜잭션에서 인스크립" "션 내용이 포함된 스크립트에 커밋하는 탭루트 출력이 생성된다. 둘째, 리빌 트랜" "잭션에서는 커밋 트랜잭션에서 생성된 출력이 소비되어 인스크립션 콘텐츠를 온체" "인에 공개한다." #: /workspaces/ord_ko/docs/src/inscriptions.md:33 msgid "" "Inscription content is serialized using data pushes within unexecuted " "conditionals, called \"envelopes\". Envelopes consist of an `OP_FALSE OP_IF " "… OP_ENDIF` wrapping any number of data pushes. Because envelopes are " "effectively no-ops, they do not change the semantics of the script in which " "they are included, and can be combined with any other locking script." msgstr "" "인스크립션 콘텐츠는 “엔벨롭”(envelope)이라고 하는 실행되지 않은 조건문 내의 " "데이터 푸시를 사용하여 직렬화된다. 엔벨롭는 데이터 푸시를 원하는 수만큼 감싸" "는 `OP_FALSE OP_IF ... OP_ENDIF`로 구성된다. 엔벨롭는 사실상 노옵(no-op)이므" "로 엔벨롭이 포함된 스크립트의 의미를 변경하지 않으며 다른 로킹(locking) 스크" "립트와 결합할 수 있다." #: /workspaces/ord_ko/docs/src/inscriptions.md:39