|
7508 | 7508 | "@sendErrorAmountAboveSwapLimits": { |
7509 | 7509 | "description": "Error when amount exceeds maximum swap limit" |
7510 | 7510 | }, |
| 7511 | + "consolidationRequiredTitle": "Consolidate the wallet", |
| 7512 | + "@consolidationRequiredTitle": { |
| 7513 | + "description": "Title of the message prompting the user to consolidate their Liquid wallet" |
| 7514 | + }, |
| 7515 | + "consolidationFailedTitle": "Consolidation failed", |
| 7516 | + "@consolidationFailedTitle": { |
| 7517 | + "description": "Title of the error banner shown when a consolidation attempt fails" |
| 7518 | + }, |
| 7519 | + "consolidationFailedBody": "An unexpected error occurred. Your funds are safe — no transaction was broadcast. Please try again.", |
| 7520 | + "@consolidationFailedBody": { |
| 7521 | + "description": "Body of the error banner shown when a consolidation attempt fails" |
| 7522 | + }, |
| 7523 | + "consolidationInProgress": "Consolidating…", |
| 7524 | + "@consolidationInProgress": { |
| 7525 | + "description": "Shown while the consolidation transactions are being broadcast" |
| 7526 | + }, |
| 7527 | + "consolidationSuccessTitle": "Consolidation started", |
| 7528 | + "@consolidationSuccessTitle": { |
| 7529 | + "description": "Title shown after the consolidation transactions are broadcast" |
| 7530 | + }, |
| 7531 | + "consolidationSuccessBody": "Your coins are being combined. This will complete once the network confirms.", |
| 7532 | + "@consolidationSuccessBody": { |
| 7533 | + "description": "Body shown after the consolidation transactions are broadcast" |
| 7534 | + }, |
| 7535 | + "consolidationDone": "Done", |
| 7536 | + "@consolidationDone": { |
| 7537 | + "description": "Button that dismisses the consolidation success screen" |
| 7538 | + }, |
| 7539 | + "consolidationScreenTitle": "Consolidate", |
| 7540 | + "@consolidationScreenTitle": { |
| 7541 | + "description": "Title of the consolidation confirmation screen and its primary button" |
| 7542 | + }, |
| 7543 | + "consolidationScreenDescription": "Too many outputs can lead to an unstable wallet. Consolidating combines them into fewer to keep your wallet working properly.", |
| 7544 | + "@consolidationScreenDescription": { |
| 7545 | + "description": "Explanation shown on the consolidation screen under the header" |
| 7546 | + }, |
| 7547 | + "consolidationRowOutputs": "Outputs", |
| 7548 | + "@consolidationRowOutputs": { |
| 7549 | + "description": "Row label showing the wallet output count before and after consolidation" |
| 7550 | + }, |
| 7551 | + "consolidationRowAmount": "Amount", |
| 7552 | + "@consolidationRowAmount": { |
| 7553 | + "description": "Row label for the total amount being consolidated" |
| 7554 | + }, |
| 7555 | + "consolidationRowNetworkFees": "Network fees", |
| 7556 | + "@consolidationRowNetworkFees": { |
| 7557 | + "description": "Row label for the total network fee of the consolidation" |
| 7558 | + }, |
| 7559 | + "consolidationRowTransactions": "Transactions", |
| 7560 | + "@consolidationRowTransactions": { |
| 7561 | + "description": "Row label for the number of transactions the consolidation will take" |
| 7562 | + }, |
| 7563 | + "consolidationRequiredTitleNamed": "Consolidate the {walletName} wallet", |
| 7564 | + "@consolidationRequiredTitleNamed": { |
| 7565 | + "description": "Title prompting consolidation of a named wallet, shown on the home screen", |
| 7566 | + "placeholders": { |
| 7567 | + "walletName": { |
| 7568 | + "type": "String" |
| 7569 | + } |
| 7570 | + } |
| 7571 | + }, |
7511 | 7572 | "sendErrorAmountBelowMinimum": "Amount below minimum swap limit: {minLimit} sats", |
7512 | 7573 | "@sendErrorAmountBelowMinimum": { |
7513 | 7574 | "description": "Error with specific minimum swap amount", |
|
0 commit comments