mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 21:11:21 +00:00
15 lines
495 B
JSON
15 lines
495 B
JSON
|
{
|
|||
|
"verify_deposit_data_json": {
|
|||
|
"msg_deposit_verification": "Depozitonuz doğrulanıyor:\t"
|
|||
|
},
|
|||
|
"validate_password_strength": {
|
|||
|
"msg_password_length": "Şifre uzunluğu en az 8 olmalıdır. Lütfen tekrar girin."
|
|||
|
},
|
|||
|
"validate_int_range": {
|
|||
|
"err_not_positive_integer": "Pozitif tam sayı değil. Lütfen tekrar girin."
|
|||
|
},
|
|||
|
"validate_choice": {
|
|||
|
"err_invalid_choice": "Geçerli bir seçim değil. Lütfen seçiminizi tekrar girin."
|
|||
|
}
|
|||
|
}
|