|
11643 | 11643 | "@ledgerErrorUnknown": { |
11644 | 11644 | "description": "Generic error message for unknown Ledger errors" |
11645 | 11645 | }, |
| 11646 | + "ledgerErrorPermissionDenied": "Bluetooth permissions are required to connect to Ledger devices.", |
| 11647 | + "@ledgerErrorPermissionDenied": { |
| 11648 | + "description": "Error message when Bluetooth permissions are denied for Ledger" |
| 11649 | + }, |
| 11650 | + "ledgerErrorNoDevicesFound": "No Ledger devices found. Make sure your device is powered on and has Bluetooth enabled.", |
| 11651 | + "@ledgerErrorNoDevicesFound": { |
| 11652 | + "description": "Error message when no Ledger devices are found during scan" |
| 11653 | + }, |
| 11654 | + "ledgerErrorMultipleDevicesFound": "Multiple Ledger devices found. Please ensure only one device is nearby.", |
| 11655 | + "@ledgerErrorMultipleDevicesFound": { |
| 11656 | + "description": "Error message when multiple Ledger devices are found during scan" |
| 11657 | + }, |
| 11658 | + "ledgerErrorDeviceNotFound": "Ledger device not found.", |
| 11659 | + "@ledgerErrorDeviceNotFound": { |
| 11660 | + "description": "Error message when the requested Ledger device cannot be found" |
| 11661 | + }, |
| 11662 | + "ledgerErrorDeviceMismatch": "Device mismatch detected.", |
| 11663 | + "@ledgerErrorDeviceMismatch": { |
| 11664 | + "description": "Error message when the connected Ledger device does not match the expected one" |
| 11665 | + }, |
| 11666 | + "ledgerErrorInvalidPsbt": "Invalid PSBT format detected.", |
| 11667 | + "@ledgerErrorInvalidPsbt": { |
| 11668 | + "description": "Error message when the PSBT sent to the Ledger has an invalid format" |
| 11669 | + }, |
| 11670 | + "ledgerErrorMissingDerivationPath": "Derivation path is required", |
| 11671 | + "@ledgerErrorMissingDerivationPath": { |
| 11672 | + "description": "Error message when a Ledger operation is missing the derivation path" |
| 11673 | + }, |
| 11674 | + "ledgerErrorMissingScriptType": "Script type is required", |
| 11675 | + "@ledgerErrorMissingScriptType": { |
| 11676 | + "description": "Error message when a Ledger operation is missing the script type" |
| 11677 | + }, |
11646 | 11678 | "ledgerErrorUnknownOccurred": "Unknown error occurred", |
11647 | 11679 | "@ledgerErrorUnknownOccurred": { |
11648 | 11680 | "description": "Error message when an unknown error occurs during Ledger operation" |
|
0 commit comments