update content of translations folder

pull/402/head^2
slowbackspace 5 years ago
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
}
}
]

@ -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","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""
1 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
2 dashboard.selectyourcoin.title Please select your coin Title of the dashboard component if coin was not selected
3 dashboard.selectyourcoin.body You will gain access to receiving & sending selected coin Content of the dashboard component if coin was not selected

@ -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…
Cancel
Save