|
27 | 27 | } |
28 | 28 | } |
29 | 29 | }, |
| 30 | + "coreSwapsStatusPending": "Pending", |
| 31 | + "@coreSwapsStatusPending": { |
| 32 | + "description": "Display name for pending swap status" |
| 33 | + }, |
| 34 | + "coreSwapsStatusInProgress": "In Progress", |
| 35 | + "@coreSwapsStatusInProgress": { |
| 36 | + "description": "Display name for in-progress swap status (paid, claimable, refundable, canCoop)" |
| 37 | + }, |
| 38 | + "coreSwapsStatusCompleted": "Completed", |
| 39 | + "@coreSwapsStatusCompleted": { |
| 40 | + "description": "Display name for completed swap status" |
| 41 | + }, |
| 42 | + "coreSwapsStatusExpired": "Expired", |
| 43 | + "@coreSwapsStatusExpired": { |
| 44 | + "description": "Display name for expired swap status" |
| 45 | + }, |
| 46 | + "coreSwapsStatusFailed": "Failed", |
| 47 | + "@coreSwapsStatusFailed": { |
| 48 | + "description": "Display name for failed swap status" |
| 49 | + }, |
| 50 | + "coreSwapsActionClaim": "Claim", |
| 51 | + "@coreSwapsActionClaim": { |
| 52 | + "description": "Action label for claiming a swap" |
| 53 | + }, |
| 54 | + "coreSwapsActionClose": "Close", |
| 55 | + "@coreSwapsActionClose": { |
| 56 | + "description": "Action label for closing a swap cooperatively" |
| 57 | + }, |
| 58 | + "coreSwapsActionRefund": "Refund", |
| 59 | + "@coreSwapsActionRefund": { |
| 60 | + "description": "Action label for refunding a swap" |
| 61 | + }, |
| 62 | + "coreSwapsLnReceivePending": "Swap is not yet initialized.", |
| 63 | + "@coreSwapsLnReceivePending": { |
| 64 | + "description": "Status message for pending Lightning receive swap" |
| 65 | + }, |
| 66 | + "coreSwapsLnReceivePaid": "Sender has paid the invoice.", |
| 67 | + "@coreSwapsLnReceivePaid": { |
| 68 | + "description": "Status message for paid Lightning receive swap" |
| 69 | + }, |
| 70 | + "coreSwapsLnReceiveClaimable": "Swap is ready to be claimed.", |
| 71 | + "@coreSwapsLnReceiveClaimable": { |
| 72 | + "description": "Status message for claimable Lightning receive swap" |
| 73 | + }, |
| 74 | + "coreSwapsLnReceiveRefundable": "Swap is ready to be refunded.", |
| 75 | + "@coreSwapsLnReceiveRefundable": { |
| 76 | + "description": "Status message for refundable Lightning receive swap" |
| 77 | + }, |
| 78 | + "coreSwapsLnReceiveCanCoop": "Swap will complete momentarily.", |
| 79 | + "@coreSwapsLnReceiveCanCoop": { |
| 80 | + "description": "Status message for Lightning receive swap that can complete cooperatively" |
| 81 | + }, |
| 82 | + "coreSwapsLnReceiveCompleted": "Swap is completed.", |
| 83 | + "@coreSwapsLnReceiveCompleted": { |
| 84 | + "description": "Status message for completed Lightning receive swap" |
| 85 | + }, |
| 86 | + "coreSwapsLnReceiveExpired": "Swap Expired.", |
| 87 | + "@coreSwapsLnReceiveExpired": { |
| 88 | + "description": "Status message for expired Lightning receive swap" |
| 89 | + }, |
| 90 | + "coreSwapsLnReceiveFailed": "Swap Failed.", |
| 91 | + "@coreSwapsLnReceiveFailed": { |
| 92 | + "description": "Status message for failed Lightning receive swap" |
| 93 | + }, |
| 94 | + "coreSwapsLnSendPending": "Swap is not yet initialized.", |
| 95 | + "@coreSwapsLnSendPending": { |
| 96 | + "description": "Status message for pending Lightning send swap" |
| 97 | + }, |
| 98 | + "coreSwapsLnSendPaid": "Invoice will be paid after your payment receives confirmation.", |
| 99 | + "@coreSwapsLnSendPaid": { |
| 100 | + "description": "Status message for paid Lightning send swap" |
| 101 | + }, |
| 102 | + "coreSwapsLnSendClaimable": "Swap is ready to be claimed.", |
| 103 | + "@coreSwapsLnSendClaimable": { |
| 104 | + "description": "Status message for claimable Lightning send swap" |
| 105 | + }, |
| 106 | + "coreSwapsLnSendRefundable": "Swap is ready to be refunded.", |
| 107 | + "@coreSwapsLnSendRefundable": { |
| 108 | + "description": "Status message for refundable Lightning send swap" |
| 109 | + }, |
| 110 | + "coreSwapsLnSendCanCoop": "Swap will complete momentarily.", |
| 111 | + "@coreSwapsLnSendCanCoop": { |
| 112 | + "description": "Status message for Lightning send swap that can complete cooperatively" |
| 113 | + }, |
| 114 | + "coreSwapsLnSendCompletedRefunded": "Swap has been refunded.", |
| 115 | + "@coreSwapsLnSendCompletedRefunded": { |
| 116 | + "description": "Status message for Lightning send swap completed via refund" |
| 117 | + }, |
| 118 | + "coreSwapsLnSendCompletedSuccess": "Swap is completed successfully.", |
| 119 | + "@coreSwapsLnSendCompletedSuccess": { |
| 120 | + "description": "Status message for successfully completed Lightning send swap" |
| 121 | + }, |
| 122 | + "coreSwapsLnSendExpired": "Swap Expired", |
| 123 | + "@coreSwapsLnSendExpired": { |
| 124 | + "description": "Status message for expired Lightning send swap" |
| 125 | + }, |
| 126 | + "coreSwapsLnSendFailedRefunding": "Swap will be refunded shortly.", |
| 127 | + "@coreSwapsLnSendFailedRefunding": { |
| 128 | + "description": "Status message for failed Lightning send swap that will be refunded" |
| 129 | + }, |
| 130 | + "coreSwapsLnSendFailed": "Swap Failed.", |
| 131 | + "@coreSwapsLnSendFailed": { |
| 132 | + "description": "Status message for failed Lightning send swap" |
| 133 | + }, |
| 134 | + "coreSwapsChainPending": "Transfer is not yet initialized.", |
| 135 | + "@coreSwapsChainPending": { |
| 136 | + "description": "Status message for pending chain swap" |
| 137 | + }, |
| 138 | + "coreSwapsChainPaid": "Waiting for transfer provider's payment to receive confirmation. This may take a while to complete.", |
| 139 | + "@coreSwapsChainPaid": { |
| 140 | + "description": "Status message for paid chain swap" |
| 141 | + }, |
| 142 | + "coreSwapsChainClaimable": "Transfer is ready to be claimed.", |
| 143 | + "@coreSwapsChainClaimable": { |
| 144 | + "description": "Status message for claimable chain swap" |
| 145 | + }, |
| 146 | + "coreSwapsChainRefundable": "Transfer is ready to be refunded.", |
| 147 | + "@coreSwapsChainRefundable": { |
| 148 | + "description": "Status message for refundable chain swap" |
| 149 | + }, |
| 150 | + "coreSwapsChainCanCoop": "Transfer will complete momentarily.", |
| 151 | + "@coreSwapsChainCanCoop": { |
| 152 | + "description": "Status message for chain swap that can complete cooperatively" |
| 153 | + }, |
| 154 | + "coreSwapsChainCompletedRefunded": "Transfer has been refunded.", |
| 155 | + "@coreSwapsChainCompletedRefunded": { |
| 156 | + "description": "Status message for chain swap completed via refund" |
| 157 | + }, |
| 158 | + "coreSwapsChainCompletedSuccess": "Transfer is completed successfully.", |
| 159 | + "@coreSwapsChainCompletedSuccess": { |
| 160 | + "description": "Status message for successfully completed chain swap" |
| 161 | + }, |
| 162 | + "coreSwapsChainExpired": "Transfer Expired", |
| 163 | + "@coreSwapsChainExpired": { |
| 164 | + "description": "Status message for expired chain swap" |
| 165 | + }, |
| 166 | + "coreSwapsChainFailedRefunding": "Transfer will be refunded shortly.", |
| 167 | + "@coreSwapsChainFailedRefunding": { |
| 168 | + "description": "Status message for failed chain swap that will be refunded" |
| 169 | + }, |
| 170 | + "coreSwapsChainFailed": "Transfer Failed.", |
| 171 | + "@coreSwapsChainFailed": { |
| 172 | + "description": "Status message for failed chain swap" |
| 173 | + }, |
| 174 | + "coreWalletTransactionStatusPending": "Pending", |
| 175 | + "@coreWalletTransactionStatusPending": { |
| 176 | + "description": "Display name for pending wallet transaction status" |
| 177 | + }, |
| 178 | + "coreWalletTransactionStatusConfirmed": "Confirmed", |
| 179 | + "@coreWalletTransactionStatusConfirmed": { |
| 180 | + "description": "Display name for confirmed wallet transaction status" |
| 181 | + }, |
30 | 182 | "onboardingScreenTitle": "Welcome", |
31 | 183 | "@onboardingScreenTitle": { |
32 | 184 | "description": "The title of the onboarding screen" |
|
0 commit comments