From e1cbbeda9345a0ff6470a90020658c2b6d7be468 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 13 Feb 2019 22:49:45 +0100 Subject: [PATCH] add builded locales --- public/l10n/af.json | 4 ++++ public/l10n/ar.json | 4 ++++ public/l10n/bn.json | 4 ++++ public/l10n/cs.json | 4 ++++ public/l10n/de.json | 4 ++++ public/l10n/el.json | 4 ++++ public/l10n/en.json | 4 ++++ public/l10n/es-ES.json | 4 ++++ public/l10n/et.json | 4 ++++ public/l10n/fa.json | 4 ++++ public/l10n/fr.json | 4 ++++ public/l10n/he.json | 4 ++++ public/l10n/hi.json | 4 ++++ public/l10n/hu.json | 4 ++++ public/l10n/id.json | 4 ++++ public/l10n/it.json | 4 ++++ public/l10n/ja.json | 4 ++++ public/l10n/ko.json | 4 ++++ public/l10n/nl.json | 4 ++++ public/l10n/no.json | 4 ++++ public/l10n/pl.json | 4 ++++ public/l10n/pt-PT.json | 4 ++++ public/l10n/ru.json | 4 ++++ public/l10n/sv-SE.json | 4 ++++ public/l10n/tr.json | 4 ++++ public/l10n/uk.json | 4 ++++ public/l10n/vi.json | 4 ++++ public/l10n/zh-CN.json | 4 ++++ public/l10n/zh-TW.json | 4 ++++ 29 files changed, 116 insertions(+) create mode 100644 public/l10n/af.json create mode 100644 public/l10n/ar.json create mode 100644 public/l10n/bn.json create mode 100644 public/l10n/cs.json create mode 100644 public/l10n/de.json create mode 100644 public/l10n/el.json create mode 100644 public/l10n/en.json create mode 100644 public/l10n/es-ES.json create mode 100644 public/l10n/et.json create mode 100644 public/l10n/fa.json create mode 100644 public/l10n/fr.json create mode 100644 public/l10n/he.json create mode 100644 public/l10n/hi.json create mode 100644 public/l10n/hu.json create mode 100644 public/l10n/id.json create mode 100644 public/l10n/it.json create mode 100644 public/l10n/ja.json create mode 100644 public/l10n/ko.json create mode 100644 public/l10n/nl.json create mode 100644 public/l10n/no.json create mode 100644 public/l10n/pl.json create mode 100644 public/l10n/pt-PT.json create mode 100644 public/l10n/ru.json create mode 100644 public/l10n/sv-SE.json create mode 100644 public/l10n/tr.json create mode 100644 public/l10n/uk.json create mode 100644 public/l10n/vi.json create mode 100644 public/l10n/zh-CN.json create mode 100644 public/l10n/zh-TW.json diff --git a/public/l10n/af.json b/public/l10n/af.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/af.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/ar.json b/public/l10n/ar.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/ar.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/bn.json b/public/l10n/bn.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/bn.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/cs.json b/public/l10n/cs.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/cs.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/de.json b/public/l10n/de.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/de.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/el.json b/public/l10n/el.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/el.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/en.json b/public/l10n/en.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/en.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/es-ES.json b/public/l10n/es-ES.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/es-ES.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/et.json b/public/l10n/et.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/et.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/fa.json b/public/l10n/fa.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/fa.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/fr.json b/public/l10n/fr.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/fr.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/he.json b/public/l10n/he.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/he.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/hi.json b/public/l10n/hi.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/hi.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/hu.json b/public/l10n/hu.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/hu.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/id.json b/public/l10n/id.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/id.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/it.json b/public/l10n/it.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/it.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/ja.json b/public/l10n/ja.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/ja.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/ko.json b/public/l10n/ko.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/ko.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/nl.json b/public/l10n/nl.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/nl.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/no.json b/public/l10n/no.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/no.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/pl.json b/public/l10n/pl.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/pl.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/pt-PT.json b/public/l10n/pt-PT.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/pt-PT.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/ru.json b/public/l10n/ru.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/ru.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/sv-SE.json b/public/l10n/sv-SE.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/sv-SE.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/tr.json b/public/l10n/tr.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/tr.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/uk.json b/public/l10n/uk.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/uk.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/vi.json b/public/l10n/vi.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/vi.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/zh-CN.json b/public/l10n/zh-CN.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/zh-CN.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file diff --git a/public/l10n/zh-TW.json b/public/l10n/zh-TW.json new file mode 100644 index 00000000..519eafe7 --- /dev/null +++ b/public/l10n/zh-TW.json @@ -0,0 +1,4 @@ +{ + "dashboard.selectyourcoin.title": "Please select your coin", + "dashboard.selectyourcoin.body": "You will gain access to receiving & sending selected coin" +} \ No newline at end of file