From bf061f2a961eb44051894efaaf4e1f8e62e01ef6 Mon Sep 17 00:00:00 2001 From: Weblate Admin Date: Wed, 8 Jul 2020 20:10:42 +0000 Subject: [PATCH] New: Add All Supported Languages --- src/NzbDrone.Core/Localization/Core/cs.json | 1 + src/NzbDrone.Core/Localization/Core/da.json | 1 + src/NzbDrone.Core/Localization/Core/el.json | 1 + src/NzbDrone.Core/Localization/Core/es.json | 1 + src/NzbDrone.Core/Localization/Core/fi.json | 1 + src/NzbDrone.Core/Localization/Core/fr.json | 1 + src/NzbDrone.Core/Localization/Core/he.json | 1 + src/NzbDrone.Core/Localization/Core/hu.json | 1 + src/NzbDrone.Core/Localization/Core/is.json | 1 + src/NzbDrone.Core/Localization/Core/it.json | 1 + src/NzbDrone.Core/Localization/Core/ja.json | 1 + src/NzbDrone.Core/Localization/Core/ko.json | 1 + src/NzbDrone.Core/Localization/Core/nl.json | 1 + src/NzbDrone.Core/Localization/Core/pl.json | 1 + src/NzbDrone.Core/Localization/Core/pt.json | 1 + src/NzbDrone.Core/Localization/Core/ru.json | 1 + src/NzbDrone.Core/Localization/Core/sv.json | 1 + src/NzbDrone.Core/Localization/Core/tr.json | 1 + src/NzbDrone.Core/Localization/Core/vi.json | 1 + 19 files changed, 19 insertions(+) create mode 100644 src/NzbDrone.Core/Localization/Core/cs.json create mode 100644 src/NzbDrone.Core/Localization/Core/da.json create mode 100644 src/NzbDrone.Core/Localization/Core/el.json create mode 100644 src/NzbDrone.Core/Localization/Core/es.json create mode 100644 src/NzbDrone.Core/Localization/Core/fi.json create mode 100644 src/NzbDrone.Core/Localization/Core/fr.json create mode 100644 src/NzbDrone.Core/Localization/Core/he.json create mode 100644 src/NzbDrone.Core/Localization/Core/hu.json create mode 100644 src/NzbDrone.Core/Localization/Core/is.json create mode 100644 src/NzbDrone.Core/Localization/Core/it.json create mode 100644 src/NzbDrone.Core/Localization/Core/ja.json create mode 100644 src/NzbDrone.Core/Localization/Core/ko.json create mode 100644 src/NzbDrone.Core/Localization/Core/nl.json create mode 100644 src/NzbDrone.Core/Localization/Core/pl.json create mode 100644 src/NzbDrone.Core/Localization/Core/pt.json create mode 100644 src/NzbDrone.Core/Localization/Core/ru.json create mode 100644 src/NzbDrone.Core/Localization/Core/sv.json create mode 100644 src/NzbDrone.Core/Localization/Core/tr.json create mode 100644 src/NzbDrone.Core/Localization/Core/vi.json diff --git a/src/NzbDrone.Core/Localization/Core/cs.json b/src/NzbDrone.Core/Localization/Core/cs.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/cs.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/da.json b/src/NzbDrone.Core/Localization/Core/da.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/da.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/el.json b/src/NzbDrone.Core/Localization/Core/el.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/el.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/es.json b/src/NzbDrone.Core/Localization/Core/es.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/es.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/fi.json b/src/NzbDrone.Core/Localization/Core/fi.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/fi.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/fr.json b/src/NzbDrone.Core/Localization/Core/fr.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/fr.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/he.json b/src/NzbDrone.Core/Localization/Core/he.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/he.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/hu.json b/src/NzbDrone.Core/Localization/Core/hu.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/hu.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/is.json b/src/NzbDrone.Core/Localization/Core/is.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/is.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/it.json b/src/NzbDrone.Core/Localization/Core/it.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/it.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/ja.json b/src/NzbDrone.Core/Localization/Core/ja.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/ja.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/ko.json b/src/NzbDrone.Core/Localization/Core/ko.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/ko.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/nl.json b/src/NzbDrone.Core/Localization/Core/nl.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/nl.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/pl.json b/src/NzbDrone.Core/Localization/Core/pl.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/pl.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/pt.json b/src/NzbDrone.Core/Localization/Core/pt.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/pt.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/ru.json b/src/NzbDrone.Core/Localization/Core/ru.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/ru.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/sv.json b/src/NzbDrone.Core/Localization/Core/sv.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/sv.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/tr.json b/src/NzbDrone.Core/Localization/Core/tr.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/tr.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/vi.json b/src/NzbDrone.Core/Localization/Core/vi.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/vi.json @@ -0,0 +1 @@ +{}