forked from LedgerHQ/ledger-live-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeviceWordings.ts
17 lines (17 loc) · 860 Bytes
/
deviceWordings.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const configureAsNewDevice = "Configure as new device";
export const setUpAsNewDevice = "Set up as new device";
export const restoreConfiguration = "Restore from recovery phrase";
export const seedWord1 = "Word #1";
export const seedNext = "Next";
export const seedConfirmation = "Confirmation";
export const bootloader = "Bootloader";
export const bootloaderMode = "Bootloader mode";
export const mcuOutdated = "MCU firmware is outdated";
export const mcuNotGenuine = "MCU firmware is not genuine";
export const followDeviceRepair = "Follow device repair instructions";
export const followDeviceUpdate = "Follow device update instructions";
export const processing = "Processing";
export const powerOff = "Power off";
export const powerOffDevice = "Power off device";
export const bootOptions = "Boot options";
export const recovery = "Recovery mode";