mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 14:50:52 +00:00
update content of translations folder
This commit is contained in:
parent
7716d74605
commit
43f174156e
@ -1,4 +0,0 @@
|
||||
{
|
||||
"dashboard.selectyourcoin.title": "Willkommen bei react-intl",
|
||||
"dashboard.selectyourcoin.body": "Zum Loslegen editiere <code>src/App.js</code>."
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"dashboard.selectyourcoin.title": "Please select your coin EN",
|
||||
"dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin"
|
||||
}
|
@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"id": "dashboard.selectyourcoin.title",
|
||||
"description": "Title of the dashboard component if coin was not selected",
|
||||
"defaultMessage": "Please select your coin",
|
||||
"file": "src/views/Wallet/views/Dashboard/index.messages.js",
|
||||
"start": {
|
||||
"line": 6,
|
||||
"column": 11
|
||||
},
|
||||
"end": {
|
||||
"line": 10,
|
||||
"column": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dashboard.selectyourcoin.body",
|
||||
"description": "Content of the dashboard component if coin was not selected",
|
||||
"defaultMessage": "You will gain access to receiving & sending selected coin",
|
||||
"file": "src/views/Wallet/views/Dashboard/index.messages.js",
|
||||
"start": {
|
||||
"line": 11,
|
||||
"column": 10
|
||||
},
|
||||
"end": {
|
||||
"line": 15,
|
||||
"column": 5
|
||||
}
|
||||
}
|
||||
]
|
3
translations/master.csv
Normal file
3
translations/master.csv
Normal file
@ -0,0 +1,3 @@
|
||||
"key","source","context","af","ar","bn","zh-CN","zh-TW","cs","nl","en","et","fr","de","el","he","hi","hu","id","it","ja","ko","no","fa","pl","pt-PT","ru","es-ES","sv-SE","tr","uk","vi"
|
||||
"dashboard.selectyourcoin.title","Please select your coin","Title of the dashboard component if coin was not selected","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
||||
"dashboard.selectyourcoin.body","You will gain access to receiving & sending selected coin","Content of the dashboard component if coin was not selected","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
|
|
20
translations/master.json
Normal file
20
translations/master.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user