mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 04:51:21 +00:00
15 lines
448 B
JSON
15 lines
448 B
JSON
|
{
|
|||
|
"from_mnemonic": {
|
|||
|
"msg_key_creation": "Anahtarlarınız oluşturuluyor:\t\t"
|
|||
|
},
|
|||
|
"export_keystores": {
|
|||
|
"msg_keystore_creation": "Anahtar depolarınız oluşturuluyor:\t"
|
|||
|
},
|
|||
|
"export_deposit_data_json": {
|
|||
|
"msg_depositdata_creation": "Depozito veriniz (depositdata) oluşturuluyor:\t"
|
|||
|
},
|
|||
|
"verify_keystores": {
|
|||
|
"msg_keystore_verification": "Anahtar depolarınız doğrulanıyor:\t"
|
|||
|
}
|
|||
|
}
|