1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00
trezor-wallet/translations/master.json
2019-02-13 22:52:42 +01:00

20 lines
585 B
JSON

{
"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"
]
}
}
}