|
49 | 49 | "cmps.loop.swap.StepButtons.confirm": "Confirm",
|
50 | 50 | "cmps.loop.swap.SwapConfigStep.title": "Step 1 of 2",
|
51 | 51 | "cmps.loop.swap.SwapConfigStep.heading": "{{type}} Amount",
|
52 |
| - "cmps.loop.swap.SwapConfigStep.description": "Loop moves funds in and out of the Lightning Network, simplifying the sending and receiving of payments via Lightning. Use the slider to select the amount to Loop In or Loop Out of the Lightning Network", |
53 |
| - "cmps.loop.swap.SwapProcessingStep.loadingMsg": "Configuring Loops", |
| 52 | + "cmps.loop.swap.SwapConfigStep.loopInDesc": "Loop In moves funds onto the Lightning Network from an on-chain wallet to provide outbound capacity to send funds over Lightning. Use the slider to select the amount to Loop In or Loop Out of the Lightning Network", |
| 53 | + "cmps.loop.swap.SwapConfigStep.loopOutDesc": "Loop Out moves funds off of the Lightning Network into an on-chain address while providing inbound capacity to receive funds on Lightning. Use the slider to select the amount to Loop In or Loop Out of the Lightning Network", |
| 54 | + "cmps.loop.swap.SwapProcessingStep.loadingMsg": "Submitting Loop", |
54 | 55 | "cmps.loop.swap.SwapReviewStep.title": "Step 2 of 2",
|
55 | 56 | "cmps.loop.swap.SwapReviewStep.heading": "Review Loop amount and fee",
|
56 | 57 | "cmps.loop.swap.SwapReviewStep.description": "Confirm the fee for improving your channel liquidity. If you'd like to make adjustments, click the back arrow above.",
|
|
82 | 83 | "cmps.tour.TextStep.next": "Next",
|
83 | 84 | "cmps.tour.TextStep.nodeStatus": "Here are the confirmed balances on the Lightning Network and on-chain",
|
84 | 85 | "cmps.tour.TextStep.export": "Click here if you want to export your channels as a CSV file",
|
85 |
| - "cmps.tour.TextStep.history": "This tile displays the two most recent swaps that have been initiated", |
| 86 | + "cmps.tour.TextStep.history": "This tile displays the two most recent loops that have been initiated. It is perfectly safe to perform multiple loops at one time.", |
86 | 87 | "cmps.tour.TextStep.inbound": "This tile displays the amount of Bitcoin that this node can receive over your Lightning channels",
|
87 | 88 | "cmps.tour.TextStep.outbound": "This tile displays the amount of Bitcoin that this node can send over your Lightning channels",
|
88 | 89 | "cmps.tour.TextStep.channelList": "This is the list of open channels that this node has with other peers on the Lightning Network",
|
89 | 90 | "cmps.tour.TextStep.channelListReceive": "The amount that can be received over the channel",
|
90 | 91 | "cmps.tour.TextStep.channelListSend": "The amount that can be sent over this channel",
|
91 |
| - "cmps.tour.TextStep.channelListFee": "The routing fee rate charged by the peer to receive payments over the channel. The percent is rounded to two decimal places. Hover over the value to see the exact rate expressed as parts-per-million", |
| 92 | + "cmps.tour.TextStep.channelListFee": "The routing fee rate charged by the peer to receive payments over the channel. The percent is rounded to two decimal places. Hover over the value to see the exact rate expressed as parts-per-million.", |
92 | 93 | "cmps.tour.TextStep.channelListUptime": "The uptime percentage of the channel peer",
|
93 |
| - "cmps.tour.TextStep.channelListPeer": "The alias of the channel peer. Hover over this field to see the peer's pubkey", |
| 94 | + "cmps.tour.TextStep.channelListPeer": "The alias of the channel peer. Hover over this field to see the peer's pubkey.", |
94 | 95 | "cmps.tour.TextStep.channelListCapacity": "The total capacity of the channel",
|
95 |
| - "cmps.tour.TextStep.loop": "Let's perform a Loop!\n Click on the <strong>Loop</strong> button to start.", |
| 96 | + "cmps.tour.TextStep.loop": "<strong>Lightning Loop</strong> can be used to transfer your Bitcoin balance between the Lightning Network and the on-chain Bitcoin network. This allows you to easily alter the balances of your channels without needing to close and reopen them, which extends the lifetime of your channels, and also enables operations to be batched as well.\n Let's perform a Loop!\n Click on the <strong>Loop</strong> button to start.", |
96 | 97 | "cmps.tour.TextStep.channelListSelect": "Optionally, you can select one or more channels if you want the swap to only transfer funds over those chosen channels. This is helpful if you want to only adjust the balance of specific channels.\n If you choose more than one, there is no guarantee how much funds will be transferred over each channel. LND will use its knowledge of the network to determine how to best split up the payment, if necessary. It is possible that only one of the channels will be used if the payment can be successfully routed through it.\n If you do not care which channels to use, then do not select any. The Lightning payment will be routed through any channel(s) with enough balance to allow it to succeed.",
|
97 | 98 | "cmps.tour.TextStep.loopActions": "The action bar displays information about the selected channels and the buttons to Loop Out or Loop In.",
|
98 | 99 | "cmps.tour.TextStep.loopOut": "We will use Loop Out to transfer funds from your channel balances to your on-chain wallet.\n Click on the <strong>Loop Out</strong> button to continue.",
|
99 | 100 | "cmps.tour.TextStep.loopAmount": "You now need to specify the amount you would like to Loop Out. Drag the slider to adjust the amount.\n Click the <strong>Next</strong> button to continue.",
|
100 | 101 | "cmps.tour.TextStep.loopReview": "Review the Loop amount and the fee. Keep in mind that you will only be charged the fee. The Loop amount will remain on your node once the swap completes. The balance will just be shifted from your channel balance to your on-chain wallet balance.\n Click the <strong>Confirm</strong> button to continue.",
|
101 | 102 | "cmps.tour.TextStep.loopProgress": "Wait for the swap to be submitted to the server",
|
102 | 103 | "cmps.tour.TextStep.processingSwaps": "Your swap will now be displayed in the Processing Loops section. It shows you the swap id, amount, and current status as a progress bar.\n Swaps require on-chain transactions, so you will need to wait for confirmations before they will complete successfully.",
|
103 |
| - "cmps.tour.TextStep.swapClose": "You can close the Processing Loops section any time by clicking on this close icon.\n It is perfectly safe to perform multiple swaps at one time.\n Click in the icon to continue.", |
104 | 104 | "cmps.tour.TextStep.swapProgress": "Once the progress bar turns green, your swap has been completed successfully.",
|
105 | 105 | "cmps.tour.TextStep.congrats": "Congratulations!\n You have completed the tour.\n Happy Looping!",
|
106 | 106 | "cmps.tour.WelcomeStep.header": "Welcome to Lightning Terminal!",
|
|
0 commit comments