mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 13:01:22 +00:00
14 lines
489 B
JSON
14 lines
489 B
JSON
{
|
|
"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."
|
|
}
|
|
} |