#: src/faq.md:51 msgid "" "Let's imagine a transaction with three inputs and two outputs. The inputs are on the left of the arrow and the outputs are on the right, all labeled with their " "values:" msgstr "Представим себе транзакцию с тремя входами и двумя выходами. Входы расположены слева от стрелки, а выходы - справа, все они помечены своими значениями:" #: src/faq.md:55 msgid "" "```\n" "[2] [1] [3] → [4] [2]\n" "```" msgstr "" "```\n" "[2] [1] [3] → [4] [2]\n" "```" #: src/faq.md:57 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:61 msgid "" "```\n" "[a b] [c] [d e f] → [? ? ? ?] [? ?]\n"