From 43f174156e709b0730a751cdca4df05b302841a8 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 13 Feb 2019 22:52:42 +0100 Subject: [PATCH] update content of translations folder --- translations/de.json | 4 --- translations/en.json | 4 --- .../views/Dashboard/index.messages.json | 30 +++++++++++++++++++ translations/master.csv | 3 ++ translations/master.json | 20 +++++++++++++ 5 files changed, 53 insertions(+), 8 deletions(-) delete mode 100644 translations/de.json delete mode 100644 translations/en.json create mode 100644 translations/extractedMessages/src/views/Wallet/views/Dashboard/index.messages.json create mode 100644 translations/master.csv create mode 100644 translations/master.json diff --git a/translations/de.json b/translations/de.json deleted file mode 100644 index df1039fa..00000000 --- a/translations/de.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "dashboard.selectyourcoin.title": "Willkommen bei react-intl", - "dashboard.selectyourcoin.body": "Zum Loslegen editiere src/App.js." -} diff --git a/translations/en.json b/translations/en.json deleted file mode 100644 index 5c2bbefb..00000000 --- a/translations/en.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "dashboard.selectyourcoin.title": "Please select your coin EN", - "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" -} diff --git a/translations/extractedMessages/src/views/Wallet/views/Dashboard/index.messages.json b/translations/extractedMessages/src/views/Wallet/views/Dashboard/index.messages.json new file mode 100644 index 00000000..ad3e09a9 --- /dev/null +++ b/translations/extractedMessages/src/views/Wallet/views/Dashboard/index.messages.json @@ -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 + } + } +] \ No newline at end of file diff --git a/translations/master.csv b/translations/master.csv new file mode 100644 index 00000000..2d47f42e --- /dev/null +++ b/translations/master.csv @@ -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","","","","","","","","","","","","","","","","","","","","","","","","","","","","","" diff --git a/translations/master.json b/translations/master.json new file mode 100644 index 00000000..a136fe4e --- /dev/null +++ b/translations/master.json @@ -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" + ] + } + } +} \ No newline at end of file