staking-deposit-cli/staking_deposit/intl/en/cli/existing_mnemonic.json

26 lines
2.3 KiB
JSON
Raw Normal View History

2021-02-12 16:55:39 +00:00
{
"validate_mnemonic": {
"err_invalid_mnemonic": "That is not a valid mnemonic, please check for typos."
},
"existing_mnemonic": {
2021-02-12 16:55:39 +00:00
"arg_existing_mnemonic": {
"help": "Generate (or recover) keys from an existing mnemonic"
},
"arg_mnemonic": {
"help": "The mnemonic that you used to generate your keys. (It is recommended not to use this argument, and wait for the CLI to ask you for your mnemonic as otherwise it will appear in your shell history.)",
2022-03-24 11:46:32 +00:00
"prompt": "Please enter your mnemonic separated by spaces (\" \"). Note: you only need to enter the first 4 letters of each word."
2021-02-12 16:55:39 +00:00
},
"arg_mnemonic_password": {
2021-04-23 14:23:23 +00:00
"help": "This is almost certainly not the argument you are looking for: it is for mnemonic passwords, not keystore passwords. Providing a password here when you didn't use one initially, can result in lost keys (and therefore funds)! Also note that if you used this tool to generate your mnemonic initially, then you did not use a mnemonic password. However, if you are certain you used a password to \"increase\" the security of your mnemonic, this is where you enter it.",
"prompt": "Enter your mnemonic password (if you used one). Make sure you won't forget it, it can not be recovered.",
2021-04-27 12:41:52 +00:00
"confirm": "Repeat your mnemonic password for confirmation. Providing a password here when you didn't use one initially, can result in lost keys (and therefore funds)! Also note that if you used this tool to generate your mnemonic initially, then you did not use a mnemonic password. However, if you are certain you used a password to \"increase\" the security of your mnemonic, this is where you enter it.",
"mismatch": "The mnemonic password you entered doesn't match, please try again."
2021-02-12 16:55:39 +00:00
},
"arg_validator_start_index": {
"help": "Enter the index (key number) you wish to start generating more keys from. For example, if you've generated 4 keys in the past, you'd enter 4 here.",
2021-04-27 13:18:28 +00:00
"prompt": "Enter the index (key number) you wish to start generating more keys from. For example, if you've generated 4 keys in the past, you'd enter 4 here.",
"confirm": "Please repeat the index to confirm"
}
2021-02-12 16:55:39 +00:00
}
}