You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/translations/master.json

20 lines
585 B

{
"dashboard.selectyourcoin.title": {
"source": "Please select your coin",
"meta": {
"comment": "Title of the dashboard component if coin was not selected",
"occurrences": [
"src/views/Wallet/views/Dashboard/index.messages.js"
]
}
},
"dashboard.selectyourcoin.body": {
"source": "You will gain access to receiving & sending selected coin",
"meta": {
"comment": "Content of the dashboard component if coin was not selected",
"occurrences": [
"src/views/Wallet/views/Dashboard/index.messages.js"
]
}
}
}