msgstr "一旦交易确认,你可以使用以下命令确认收到" #: src/guides/batch-inscribing.md:4 msgid "" "Multiple inscriptions can be created inscriptions at the same time using the " "[pointer field](./../inscriptions/pointer.md). This is especially helpful " "for collections, or other cases when multiple inscriptions should share the " "same parent, since the parent can passed into a reveal transaction that " "creates multiple children." msgstr "" "可以使用[指针字段](./../inscriptions/pointer.md)来批量创建多个铭文. " "这在创建需要共享同一父系的合集或者其他情况下就特别有用,因为父犀铭文可以传递到创建多个子铭文的揭示交易中。" #: src/guides/batch-inscribing.md:10 msgid "" "To create a batch inscription using a batchfile in `batch.yaml`, run the " "following command:" msgstr "" "创建批量铭文,使用批处理文件`batch.yaml`, 运行" #: src/guides/batch-inscribing.md:13 msgid "" "```bash\n" "ord wallet inscribe --fee-rate 21 --batch batch.yaml\n" "```" msgstr "" #: src/guides/batch-inscribing.md:17 msgid "Example `batch.yaml`" msgstr "`batch.yaml`的示例" #: src/guides/batch-inscribing.md:20 msgid "" "```yaml\n" "# example batch file\n"