staking-deposit-cli/staking_deposit/intl/en/utils/validation.json

37 lines
1.9 KiB
JSON
Raw Normal View History

{
"verify_deposit_data_json": {
"msg_deposit_verification": "Verifying your deposits:\t"
},
"validate_password_strength": {
"msg_password_length": "The password length should be at least 8. Please retype"
},
"validate_int_range": {
"err_not_positive_integer": "That is not a positive integer. Please retype."
},
"validate_choice": {
"err_invalid_choice": "That is not one of the valid choices. Please retype your choice."
},
"validate_eth1_withdrawal_address": {
"err_invalid_ECDSA_hex_addr": "The given Eth1 address is not in hexadecimal encoded form.",
2023-01-23 14:29:44 +00:00
"err_invalid_ECDSA_hex_addr_checksum": "The given Eth1 address is not in checksum form.",
"msg_ECDSA_hex_addr_withdrawal": "**[Warning] you are setting an Eth1 address as your withdrawal address. Please ensure that you have control over this address.**"
},
"validate_bls_withdrawal_credentials": {
2023-02-10 15:27:41 +00:00
"err_is_already_eth1_form": "The given withdrawal credentials is already in ETH1_ADDRESS_WITHDRAWAL_PREFIX form. Have you already set the EL (eth1) withdrawal addresss?",
"err_not_bls_form": "The given withdrawal credentials is not in BLS_WITHDRAWAL_PREFIX form."
},
"validate_bls_withdrawal_credentials_matching": {
2023-02-18 18:48:01 +00:00
"err_not_matching": "The given withdrawal credentials does not match the old BLS withdrawal credentials that mnemonic generated."
2023-01-16 08:42:18 +00:00
},
"verify_bls_to_execution_change_json": {
"msg_bls_to_execution_change_verification": "Verifying your BLSToExecutionChange file:\t"
},
"normalize_bls_withdrawal_credentials_to_bytes" :{
"err_incorrect_hex_form": "The given input is not in hexadecimal encoded form."
},
"normalize_input_list": {
"err_incorrect_list": "The given input should be a list of the old BLS withdrawal credentials of your validator(s). Split multiple items with whitespaces or commas."
}
}