msgstr "" "让我们想象一个具有三个输入和两个输出的交易。 输入在箭头的左边,输出在右边,都" "标有它们的值:" #: src/faq.md:55 msgid "" "```\n" "[2] [1] [3] → [4] [2]\n" "```" msgstr "" #: src/faq.md:59 msgid "" "Now let's label the same transaction with the ordinal numbers of the " "satoshis that each input contains, and question marks for each output slot. " "Ordinal numbers are large, so let's use letters to represent them:" msgstr "" "现在,我们用每个输入包含的聪序数标记同一笔交易,并为每个输出插槽标记问号。 序" "数号很大,所以我们用字母来表示它们:" #: src/faq.md:63 msgid "" "```\n" "[a b] [c] [d e f] → [? ? ? ?] [? ?]\n" "```" msgstr "" #: src/faq.md:67 msgid "" "To figure out which satoshi goes to which output, go through the input " "satoshis in order and assign each to a question mark:" msgstr "要弄清楚哪个聪到哪个输出,请按顺序检查输入聪并将每个聪分配给一个问号:" #: src/faq.md:70 msgid "" "```\n" "[a b] [c] [d e f] → [a b c d] [e f]\n" "```" msgstr "" #: src/faq.md:74 msgid "" "What about fees, you might ask? Good question! Let's imagine the same " "transaction, this time with a two satoshi fee. Transactions with fees send " "more satoshis in the inputs than are received by the outputs, so to make our "