"bignums, and encoding such as indefinite values, may fail to display " "correctly or at all. Contributions to `ord` to remedy this are welcome." msgstr "" "CBOR是一个包含许多不同数据类型和多种表达相同数据方式的复杂规格。" "一些特殊的数据类型,如标签、浮点数和大数字,以及某些编码方式,如不定值,可能无法正确或完全显示。" "欢迎为ord做出贡献来改善这个问题。" #: src/inscriptions/metadata.md:30 src/inscriptions/provenance.md:27 #: src/guides/teleburning.md:23 src/guides/testing.md:18 #: src/guides/reindexing.md:15 msgid "Example" msgstr "示例" #: 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 "" "由于CBOR不属于人类可读的,在这些示例中,它将用JSON格式来表示。但请注意,这只适用于这些示例,JSON元数据将无法正确显示。" #: src/inscriptions/metadata.md:37 msgid "" "The metadata `{\"foo\":\"bar\",\"baz\":[null,true,false,0]}` would be " "included in an inscription as:" msgstr "" "铭文中包含的元数据 `{\"foo\":\"bar\",\"baz\":[null,true,false,0]}` " #: src/inscriptions/metadata.md:39