@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
81 lines • 3.98 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceLabels = void 0;
var DeviceLabels;
(function (DeviceLabels) {
DeviceLabels["ACCEPT"] = "Accept";
DeviceLabels["ACCEPT_AND_SEND"] = "Accept and send";
DeviceLabels["ACCEPT_RISK"] = "Accept risk";
DeviceLabels["ACCOUNT"] = "Account";
DeviceLabels["ADDRESS"] = "Address";
DeviceLabels["AMOUNT"] = "Amount";
DeviceLabels["APPROVE"] = "Approve";
DeviceLabels["BITCOIN_IS_READY"] = "Bitcoin is ready";
DeviceLabels["CAPS_APPROVE"] = "APPROVE";
DeviceLabels["CHAIN_ID"] = "Chain ID";
DeviceLabels["CHAIN_STATEMINT"] = "Chain statemint";
DeviceLabels["CONFIRM"] = "Confirm";
DeviceLabels["CONNECT"] = "Connect";
DeviceLabels["CONNECT_TO"] = "Connect to";
DeviceLabels["CONNECT_TO_LEDGER_SYNC"] = "Connect to Ledger Sync";
DeviceLabels["CONTINUE"] = "Continue";
DeviceLabels["CONTINUE_TO_ACTION"] = "Continue to actions";
DeviceLabels["CONTRACT_DATA"] = "Contract data";
DeviceLabels["DELEGATE_FROM"] = "Delegate from";
DeviceLabels["DELEGATE_STAKE"] = "Delegate stake";
DeviceLabels["DEPOSIT"] = "Deposit";
DeviceLabels["EXPERT_MODE"] = "Expert mode";
DeviceLabels["FEES"] = "Fees";
DeviceLabels["GET"] = "Get";
DeviceLabels["I_UNDERSTAND"] = "I understand";
DeviceLabels["LEDGER_WALLET_WILL_BE"] = "Ledger Wallet will be";
DeviceLabels["NEW_ORDINARY"] = "New ordinary";
DeviceLabels["PLEASE_REVIEW"] = "Please";
DeviceLabels["PUBKEY"] = "Pubkey";
DeviceLabels["READY"] = "Ready";
DeviceLabels["RECEIVE_ADDRESS_DOES_NOT_BELONG"] = "Receive address does";
DeviceLabels["RECEIVER"] = "Receiver";
DeviceLabels["RECIPIENT"] = "Recipient";
DeviceLabels["REGISTER"] = "Register";
DeviceLabels["REJECT"] = "Reject";
DeviceLabels["REMOVE"] = "Remove";
DeviceLabels["REMOVE_FROM_LEDGER_SYNC"] = "Remove from";
DeviceLabels["REVIEW_OPERATION"] = "Review";
DeviceLabels["REVIEW_TRANSACTION"] = "Review transaction";
DeviceLabels["REVIEW_TRANSACTION_TO"] = "Review transaction to";
DeviceLabels["SEND"] = "Send";
DeviceLabels["SEND_TO_ADDRESS"] = "Send to address";
DeviceLabels["SEND_TO_ADDRESS_2"] = "Send to address (2/2)";
DeviceLabels["SETTINGS"] = "Settings";
DeviceLabels["SETTINGS_TOGGLE_1"] = "Settings toggle 1";
DeviceLabels["SIGN"] = "Sign";
DeviceLabels["SIGN_TRANSACTION"] = "Sign transaction";
DeviceLabels["STAKE_KEY"] = "Stake key";
DeviceLabels["TO"] = "To";
DeviceLabels["TRANSACTION_FEE"] = "Transaction fee";
DeviceLabels["TRANSACTION_SIGNED"] = "Transaction Signed";
DeviceLabels["TRANSACTION_TYPE"] = "Transaction Type";
DeviceLabels["TRANSFER"] = "Transfer";
DeviceLabels["TURN_ON_SYNC"] = "Turn on sync";
DeviceLabels["TYPE_DELEGATE"] = "Type Delegate";
DeviceLabels["TYPE_SEND"] = "Type Send";
DeviceLabels["VALUE"] = "Value";
DeviceLabels["VERIFY_ADDRESS"] = "Verify address";
DeviceLabels["VERIFY_BSC"] = "Verify BSC";
DeviceLabels["VERIFY_ETHEREUM"] = "Verify Ethereum";
DeviceLabels["VERIFY_POLYGON"] = "Verify Polygon";
DeviceLabels["VERIFY_COSMOS"] = "Verify Cosmos";
DeviceLabels["VERIFY_POLKADOT"] = "Verify Polkadot";
DeviceLabels["VERIFY_SOLANA_ADDRESS"] = "Verify Solana address";
DeviceLabels["VIEW_ACTION"] = "View action";
DeviceLabels["VIEW_HEADER"] = "View Header";
DeviceLabels["HOLD_TO_SIGN"] = "Hold to sign";
DeviceLabels["CONFIRM_HEADER"] = "Confirm header";
DeviceLabels["CONFIRM_CHANGE"] = "Confirm change";
DeviceLabels["TAP_TO_CONTINUE"] = "Tap to continue";
DeviceLabels["PROVIDE_PUBLIC_KEY"] = "Provide Public Key";
DeviceLabels["YES_ENABLE"] = "Yes, enable";
DeviceLabels["YES_REJECT"] = "Yes, reject";
DeviceLabels["CONTINUE_ANYWAY"] = "Continue anyway";
})(DeviceLabels || (exports.DeviceLabels = DeviceLabels = {}));
//# sourceMappingURL=DeviceLabels.js.map