@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
21 lines • 1.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.recovery = exports.bootOptions = exports.powerOffDevice = exports.powerOff = exports.processing = exports.followDeviceUpdate = exports.followDeviceRepair = exports.mcuNotGenuine = exports.mcuOutdated = exports.bootloaderMode = exports.bootloader = exports.seedConfirmation = exports.seedNext = exports.seedWord1 = exports.restoreConfiguration = exports.setUpAsNewDevice = exports.configureAsNewDevice = void 0;
exports.configureAsNewDevice = "Configure as new device";
exports.setUpAsNewDevice = "Set up as new device";
exports.restoreConfiguration = "Restore from recovery phrase";
exports.seedWord1 = "Word #1";
exports.seedNext = "Next";
exports.seedConfirmation = "Confirmation";
exports.bootloader = "Bootloader";
exports.bootloaderMode = "Bootloader mode";
exports.mcuOutdated = "MCU firmware is outdated";
exports.mcuNotGenuine = "MCU firmware is not genuine";
exports.followDeviceRepair = "Follow device repair instructions";
exports.followDeviceUpdate = "Follow device update instructions";
exports.processing = "Processing";
exports.powerOff = "Power off";
exports.powerOffDevice = "Power off device";
exports.bootOptions = "Boot options";
exports.recovery = "Recovery mode";
//# sourceMappingURL=deviceWordings.js.map