From eae9bd1e4c19d5fbaff2755bfc0d7a2fc6493910 Mon Sep 17 00:00:00 2001 From: Weblate Date: Sat, 2 Oct 2021 14:55:47 +0000 Subject: [PATCH] Added translation using Weblate (Chinese (Simplified)) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added translation using Weblate (Chinese (Traditional) (zh_TW)) Added translation using Weblate (Chinese (Simplified) (zh_CN)) Added translation using Weblate (Vietnamese) Added translation using Weblate (Turkish) Added translation using Weblate (Thai) Added translation using Weblate (Swedish) Added translation using Weblate (Slovak) Added translation using Weblate (Russian) Added translation using Weblate (Romanian) Added translation using Weblate (Portuguese (Brazil)) Added translation using Weblate (Portuguese) Added translation using Weblate (Polish) Added translation using Weblate (Dutch) Added translation using Weblate (Norwegian Bokmål) Added translation using Weblate (Chinese (Min Nan)) Added translation using Weblate (Korean) Added translation using Weblate (Japanese) Added translation using Weblate (Italian) Added translation using Weblate (Icelandic) Added translation using Weblate (Hungarian) Added translation using Weblate (Hindi) Added translation using Weblate (Hebrew) Added translation using Weblate (French) Added translation using Weblate (Finnish) Added translation using Weblate (Spanish) Added translation using Weblate (Greek) Added translation using Weblate (German) Added translation using Weblate (Danish) Added translation using Weblate (Czech) Added translation using Weblate (Catalan) Added translation using Weblate (Bulgarian) Added translation using Weblate (Arabic) Co-authored-by: Weblate --- src/NzbDrone.Core/Localization/Core/ar.json | 1 + src/NzbDrone.Core/Localization/Core/bg.json | 1 + src/NzbDrone.Core/Localization/Core/ca.json | 1 + src/NzbDrone.Core/Localization/Core/cs.json | 1 + src/NzbDrone.Core/Localization/Core/da.json | 1 + src/NzbDrone.Core/Localization/Core/de.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/hi.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/nan.json | 1 + src/NzbDrone.Core/Localization/Core/nb_NO.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/pt_BR.json | 1 + src/NzbDrone.Core/Localization/Core/ro.json | 1 + src/NzbDrone.Core/Localization/Core/ru.json | 1 + src/NzbDrone.Core/Localization/Core/sk.json | 1 + src/NzbDrone.Core/Localization/Core/sv.json | 1 + src/NzbDrone.Core/Localization/Core/th.json | 1 + src/NzbDrone.Core/Localization/Core/tr.json | 1 + src/NzbDrone.Core/Localization/Core/vi.json | 1 + src/NzbDrone.Core/Localization/Core/zh_CN.json | 1 + src/NzbDrone.Core/Localization/Core/zh_Hans.json | 1 + src/NzbDrone.Core/Localization/Core/zh_TW.json | 1 + 33 files changed, 33 insertions(+) create mode 100644 src/NzbDrone.Core/Localization/Core/ar.json create mode 100644 src/NzbDrone.Core/Localization/Core/bg.json create mode 100644 src/NzbDrone.Core/Localization/Core/ca.json 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/de.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/hi.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/nan.json create mode 100644 src/NzbDrone.Core/Localization/Core/nb_NO.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/pt_BR.json create mode 100644 src/NzbDrone.Core/Localization/Core/ro.json create mode 100644 src/NzbDrone.Core/Localization/Core/ru.json create mode 100644 src/NzbDrone.Core/Localization/Core/sk.json create mode 100644 src/NzbDrone.Core/Localization/Core/sv.json create mode 100644 src/NzbDrone.Core/Localization/Core/th.json create mode 100644 src/NzbDrone.Core/Localization/Core/tr.json create mode 100644 src/NzbDrone.Core/Localization/Core/vi.json create mode 100644 src/NzbDrone.Core/Localization/Core/zh_CN.json create mode 100644 src/NzbDrone.Core/Localization/Core/zh_Hans.json create mode 100644 src/NzbDrone.Core/Localization/Core/zh_TW.json diff --git a/src/NzbDrone.Core/Localization/Core/ar.json b/src/NzbDrone.Core/Localization/Core/ar.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/ar.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/bg.json b/src/NzbDrone.Core/Localization/Core/bg.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/bg.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/ca.json b/src/NzbDrone.Core/Localization/Core/ca.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/ca.json @@ -0,0 +1 @@ +{} 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/de.json b/src/NzbDrone.Core/Localization/Core/de.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/de.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/hi.json b/src/NzbDrone.Core/Localization/Core/hi.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/hi.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/nan.json b/src/NzbDrone.Core/Localization/Core/nan.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/nan.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/nb_NO.json b/src/NzbDrone.Core/Localization/Core/nb_NO.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/nb_NO.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/pt_BR.json b/src/NzbDrone.Core/Localization/Core/pt_BR.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/pt_BR.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/ro.json b/src/NzbDrone.Core/Localization/Core/ro.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/ro.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/sk.json b/src/NzbDrone.Core/Localization/Core/sk.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/sk.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/th.json b/src/NzbDrone.Core/Localization/Core/th.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/th.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 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/zh_CN.json b/src/NzbDrone.Core/Localization/Core/zh_CN.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/zh_CN.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/zh_Hans.json b/src/NzbDrone.Core/Localization/Core/zh_Hans.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/zh_Hans.json @@ -0,0 +1 @@ +{} diff --git a/src/NzbDrone.Core/Localization/Core/zh_TW.json b/src/NzbDrone.Core/Localization/Core/zh_TW.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/zh_TW.json @@ -0,0 +1 @@ +{}