From f851085ebfc186b449b531fbbdc59993e09ca9e1 Mon Sep 17 00:00:00 2001 From: Bryan <32176387+KillahB33@users.noreply.github.com> Date: Thu, 2 Feb 2023 22:48:40 -0500 Subject: [PATCH 01/79] Komga Widget (#922) Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- public/locales/en/common.json | 5 +++++ src/widgets/components.js | 1 + src/widgets/komga/component.jsx | 37 +++++++++++++++++++++++++++++++++ src/widgets/komga/widget.js | 30 ++++++++++++++++++++++++++ src/widgets/widgets.js | 2 ++ 5 files changed, 75 insertions(+) create mode 100644 src/widgets/komga/component.jsx create mode 100644 src/widgets/komga/widget.js diff --git a/public/locales/en/common.json b/public/locales/en/common.json index f144182f..3d9890f3 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -454,5 +454,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } \ No newline at end of file diff --git a/src/widgets/components.js b/src/widgets/components.js index 505807c4..f09dc16e 100644 --- a/src/widgets/components.js +++ b/src/widgets/components.js @@ -21,6 +21,7 @@ const components = { jackett: dynamic(() => import("./jackett/component")), jellyfin: dynamic(() => import("./emby/component")), jellyseerr: dynamic(() => import("./jellyseerr/component")), + komga: dynamic(() => import("./komga/component")), lidarr: dynamic(() => import("./lidarr/component")), mastodon: dynamic(() => import("./mastodon/component")), medusa: dynamic(() => import("./medusa/component")), diff --git a/src/widgets/komga/component.jsx b/src/widgets/komga/component.jsx new file mode 100644 index 00000000..9d6c406f --- /dev/null +++ b/src/widgets/komga/component.jsx @@ -0,0 +1,37 @@ +import { useTranslation } from "next-i18next"; + +import Container from "components/services/widget/container"; +import Block from "components/services/widget/block"; +import useWidgetAPI from "utils/proxy/use-widget-api"; + +export default function Component({ service }) { + const { t } = useTranslation(); + const { widget } = service; + + const { data: libraryData, error: libraryError } = useWidgetAPI(widget, "libraries"); + const { data: seriesData, error: seriesError } = useWidgetAPI(widget, "series"); + const { data: bookData, error: bookError } = useWidgetAPI(widget, "books"); + + if (libraryError || seriesError || bookError) { + const finalError = libraryError ?? seriesError ?? bookError; + return ; + } + + if (!libraryData || !seriesData || !bookData) { + return ( + + + + + + ); + } + + return ( + + + + + + ); +} \ No newline at end of file diff --git a/src/widgets/komga/widget.js b/src/widgets/komga/widget.js new file mode 100644 index 00000000..eb43883d --- /dev/null +++ b/src/widgets/komga/widget.js @@ -0,0 +1,30 @@ +import genericProxyHandler from "utils/proxy/handlers/generic"; +import { jsonArrayFilter } from "utils/proxy/api-helpers"; + +const widget = { + api: "{url}/api/v1/{endpoint}", + proxyHandler: genericProxyHandler, + + mappings: { + libraries: { + endpoint: "libraries", + map: (data) => ({ + total: jsonArrayFilter(data, (item) => !item.unavailable).length, + }), + }, + series: { + endpoint: "series", + validate: [ + "totalElements" + ] + }, + books: { + endpoint: "books", + validate: [ + "totalElements" + ] + }, + }, +}; + +export default widget; \ No newline at end of file diff --git a/src/widgets/widgets.js b/src/widgets/widgets.js index 7da77a0a..688f09a0 100644 --- a/src/widgets/widgets.js +++ b/src/widgets/widgets.js @@ -15,6 +15,7 @@ import hdhomerun from "./hdhomerun/widget"; import homebridge from "./homebridge/widget"; import jackett from "./jackett/widget"; import jellyseerr from "./jellyseerr/widget"; +import komga from "./komga/widget"; import lidarr from "./lidarr/widget"; import mastodon from "./mastodon/widget"; import medusa from "./medusa/widget"; @@ -79,6 +80,7 @@ const widgets = { jackett, jellyfin: emby, jellyseerr, + komga, lidarr, mastodon, medusa, From 5b8972812de9fe9dd13b730c1c5836d2e36086eb Mon Sep 17 00:00:00 2001 From: gallegonovato Date: Thu, 2 Feb 2023 18:34:39 +0000 Subject: [PATCH 02/79] Translated using Weblate (Spanish) Currently translated at 100.0% (316 of 316 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/es/ --- public/locales/es/common.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/es/common.json b/public/locales/es/common.json index cd18294c..5c82c863 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -440,10 +440,10 @@ "storage": "Almacenamiento" }, "uptimekuma": { - "up": "Sites Up", - "down": "Sites Down", - "uptime": "Uptime", - "incident": "Incident", + "up": "Páginas web activas", + "down": "Páginas web inactivas", + "uptime": "Disponibilidad", + "incident": "Incidencia", "m": "m" } } From 52489c47f2fadd7def40c822112f0c8f9150fca9 Mon Sep 17 00:00:00 2001 From: Nonoss117 Date: Thu, 2 Feb 2023 18:48:56 +0000 Subject: [PATCH 03/79] Translated using Weblate (French) Currently translated at 100.0% (316 of 316 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/fr/ --- public/locales/fr/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 16d68393..48f1758b 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -440,9 +440,9 @@ "storage": "Stockage" }, "uptimekuma": { - "up": "Sites Up", - "down": "Sites Down", - "uptime": "Uptime", + "up": "En ligne", + "down": "Hors ligne", + "uptime": "Dispo.", "incident": "Incident", "m": "m" } From 2d7d082c3d49341aad1e47b38fb18c68b061e7b1 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:02 +0000 Subject: [PATCH 04/79] Translated using Weblate (German) Currently translated at 71.4% (228 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/de/ --- public/locales/de/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 750ded50..cc62800a 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 18afde8478df513794b738217503cc1e2a279845 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:03 +0000 Subject: [PATCH 05/79] Translated using Weblate (Spanish) Currently translated at 99.0% (316 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/es/ --- public/locales/es/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 5c82c863..9607489f 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -445,5 +445,10 @@ "uptime": "Disponibilidad", "incident": "Incidencia", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From d543430b064ff597cfd3d9e4686d829c6b19499d Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:01 +0000 Subject: [PATCH 06/79] Translated using Weblate (French) Currently translated at 99.0% (316 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/fr/ --- public/locales/fr/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 48f1758b..893130e4 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -445,5 +445,10 @@ "uptime": "Dispo.", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 009fe33b9f18d4745d91ab6649bb2c3d80ee5875 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:06 +0000 Subject: [PATCH 07/79] Translated using Weblate (Portuguese) Currently translated at 80.2% (256 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/pt/ --- public/locales/pt/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 51d1146f..2ced98f1 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -454,5 +454,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 449e3934801f62bf292a51e85564debc71466cf6 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:48:59 +0000 Subject: [PATCH 08/79] Translated using Weblate (Russian) Currently translated at 15.0% (48 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ru/ --- public/locales/ru/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index bff1e133..04e24074 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From cb637e25ed6e61c65cef362fa2f5a160dda0b088 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:00 +0000 Subject: [PATCH 09/79] Translated using Weblate (Chinese (Simplified)) Currently translated at 97.4% (311 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/zh_Hans/ --- public/locales/zh-CN/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index 881d25cc..d95c51f3 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 05ab215fd7f3a764a1a81e1ad1b304be55f2f2c8 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:00 +0000 Subject: [PATCH 10/79] Translated using Weblate (Italian) Currently translated at 90.2% (288 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/it/ --- public/locales/it/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/it/common.json b/public/locales/it/common.json index d1b07779..1ea07d2b 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 4afd53f6853a197a2a9edac5b1c878e7bdd0a9b7 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:05 +0000 Subject: [PATCH 11/79] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 24.7% (79 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/nb_NO/ --- public/locales/nb-NO/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/nb-NO/common.json b/public/locales/nb-NO/common.json index 33226a0d..c7aded9b 100644 --- a/public/locales/nb-NO/common.json +++ b/public/locales/nb-NO/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 5989e1dc5284269d9ad54943ad43572e62e44405 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:08 +0000 Subject: [PATCH 12/79] Translated using Weblate (Vietnamese) Currently translated at 13.7% (44 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/vi/ --- public/locales/vi/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index a38cfc05..e141dfd4 100644 --- a/public/locales/vi/common.json +++ b/public/locales/vi/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 1b3e6fc28981353693678b9d08aae1eb9a3970b4 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:05 +0000 Subject: [PATCH 13/79] Translated using Weblate (Dutch) Currently translated at 27.5% (88 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/nl/ --- public/locales/nl/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index a22c6c90..e75c88fe 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 21824125488b773ac47b079a874267a10a68b14a Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:10 +0000 Subject: [PATCH 14/79] Translated using Weblate (Chinese (Traditional)) Currently translated at 90.2% (288 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/zh_Hant/ --- public/locales/zh-Hant/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/zh-Hant/common.json b/public/locales/zh-Hant/common.json index bd9e88d5..2113f604 100644 --- a/public/locales/zh-Hant/common.json +++ b/public/locales/zh-Hant/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From e3fe95c2c206acab4236d0231d4122395aba7cba Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:01 +0000 Subject: [PATCH 15/79] Translated using Weblate (Catalan) Currently translated at 80.8% (258 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ca/ --- public/locales/ca/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ca/common.json b/public/locales/ca/common.json index dc61c27b..33395713 100644 --- a/public/locales/ca/common.json +++ b/public/locales/ca/common.json @@ -445,5 +445,10 @@ "down": "Sites Down", "uptime": "Uptime", "incident": "Incident" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 459d3473fc9d630ed4f35be1e65857bce94b6085 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:06 +0000 Subject: [PATCH 16/79] Translated using Weblate (Polish) Currently translated at 89.3% (285 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/pl/ --- public/locales/pl/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index 7339c16c..921d1761 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 4b340c016713d25c5e8aaeed0669b490f71b7774 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:07 +0000 Subject: [PATCH 17/79] Translated using Weblate (Swedish) Currently translated at 41.3% (132 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/sv/ --- public/locales/sv/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index 6efeca00..b8a3f653 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 5c0348292457da2c4a81c146c6a3dc5ff10c9739 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:04 +0000 Subject: [PATCH 18/79] Translated using Weblate (Croatian) Currently translated at 89.6% (286 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/hr/ --- public/locales/hr/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/hr/common.json b/public/locales/hr/common.json index c93e7146..a5ce3cfb 100644 --- a/public/locales/hr/common.json +++ b/public/locales/hr/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 0e285a3d8968ba5ee61c60000d107e5054560110 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:04 +0000 Subject: [PATCH 19/79] Translated using Weblate (Hungarian) Currently translated at 33.8% (108 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/hu/ --- public/locales/hu/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index 5bf60115..dc5877a7 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 0bdc22a4ff6adbc884d39b87765846dd3dd96f1a Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:03 +0000 Subject: [PATCH 20/79] Translated using Weblate (Hebrew) Currently translated at 31.6% (101 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/he/ --- public/locales/he/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/he/common.json b/public/locales/he/common.json index fcc80f2a..f440b6b4 100644 --- a/public/locales/he/common.json +++ b/public/locales/he/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From aabe51ab7e22087684aa2286f173255295b072d3 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:06 +0000 Subject: [PATCH 21/79] Translated using Weblate (Romanian) Currently translated at 42.9% (137 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ro/ --- public/locales/ro/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ro/common.json b/public/locales/ro/common.json index 466ba3c2..481b9c36 100644 --- a/public/locales/ro/common.json +++ b/public/locales/ro/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 2312ca86ef42318a61afab77f83a7ae62c115312 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:00 +0000 Subject: [PATCH 22/79] Translated using Weblate (Portuguese (Brazil)) Currently translated at 54.2% (173 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/pt_BR/ --- public/locales/pt-BR/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/pt-BR/common.json b/public/locales/pt-BR/common.json index 68a3aa83..ca20126d 100644 --- a/public/locales/pt-BR/common.json +++ b/public/locales/pt-BR/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 35e71a7ffd684eb0c16bb68c75790d1d54cb3159 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:09 +0000 Subject: [PATCH 23/79] Translated using Weblate (Yue) Currently translated at 36.9% (118 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/yue/ --- public/locales/yue/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/yue/common.json b/public/locales/yue/common.json index 036dd249..f7cb8bad 100644 --- a/public/locales/yue/common.json +++ b/public/locales/yue/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From a778b5daedef5f9ef71974f67e7e5a8df4cc756f Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:03 +0000 Subject: [PATCH 24/79] Translated using Weblate (Finnish) Currently translated at 55.7% (178 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/fi/ --- public/locales/fi/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json index 4737e1e5..451e1395 100644 --- a/public/locales/fi/common.json +++ b/public/locales/fi/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 9a894b49d1b429ab47083c1dee67c4e87731d122 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:07 +0000 Subject: [PATCH 25/79] Translated using Weblate (Telugu) Currently translated at 68.0% (217 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/te/ --- public/locales/te/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/te/common.json b/public/locales/te/common.json index b14fd21e..dd5fb12f 100644 --- a/public/locales/te/common.json +++ b/public/locales/te/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 4fc5a11a882d625689bab1f6362b5f43ede9b68a Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:01 +0000 Subject: [PATCH 26/79] Translated using Weblate (Bulgarian) Currently translated at 14.4% (46 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/bg/ --- public/locales/bg/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json index 964f82be..75e1fe23 100644 --- a/public/locales/bg/common.json +++ b/public/locales/bg/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From e84a3fa7dc713bedb31024a5758f3ba9abc340e1 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:07 +0000 Subject: [PATCH 27/79] Translated using Weblate (Turkish) Currently translated at 72.4% (231 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/tr/ --- public/locales/tr/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json index a7bc7bd5..fe2b7d34 100644 --- a/public/locales/tr/common.json +++ b/public/locales/tr/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From c87618a9bb2a205472f08803fe9f65e042c0f1cb Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:06 +0000 Subject: [PATCH 28/79] Translated using Weblate (Serbian) Currently translated at 2.8% (9 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/sr/ --- public/locales/sr/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/sr/common.json b/public/locales/sr/common.json index 0e28f167..43a27fbe 100644 --- a/public/locales/sr/common.json +++ b/public/locales/sr/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 8971dc3169ffba8139de0bc24d808cf36668b0e7 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:01 +0000 Subject: [PATCH 29/79] Translated using Weblate (Arabic) Currently translated at 82.1% (262 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ar/ --- public/locales/ar/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json index a81a24aa..673bd1a2 100644 --- a/public/locales/ar/common.json +++ b/public/locales/ar/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 6678614e9c9068ec89c0b8c115b0a0b75949b56d Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:02 +0000 Subject: [PATCH 30/79] Translated using Weblate (Czech) Currently translated at 70.5% (225 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/cs/ --- public/locales/cs/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 4a7cc114..79083f0c 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 4c69d65e5707376fc001f5376cdb1a02fd9adb92 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:02 +0000 Subject: [PATCH 31/79] Translated using Weblate (Danish) Currently translated at 62.0% (198 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/da/ --- public/locales/da/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/da/common.json b/public/locales/da/common.json index f3a10bc2..c5f5be02 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 3a6be33c98a09a08ab05744504d026969025ba9b Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:05 +0000 Subject: [PATCH 32/79] Translated using Weblate (Malay) Currently translated at 79.3% (253 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ms/ --- public/locales/ms/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ms/common.json b/public/locales/ms/common.json index 703c33ab..b7ab9e1f 100644 --- a/public/locales/ms/common.json +++ b/public/locales/ms/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From b75d34d8c7e0000d48ee71550eae0821c33e92a5 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:03 +0000 Subject: [PATCH 33/79] Translated using Weblate (Hindi) Currently translated at 2.8% (9 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/hi/ --- public/locales/hi/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json index 8cc6242c..9a6cb551 100644 --- a/public/locales/hi/common.json +++ b/public/locales/hi/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From ff567bd5430ee666b456cf79c62a25189828b718 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:03 +0000 Subject: [PATCH 34/79] Translated using Weblate (Esperanto) Currently translated at 32.2% (103 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/eo/ --- public/locales/eo/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/eo/common.json b/public/locales/eo/common.json index 19383658..379397ab 100644 --- a/public/locales/eo/common.json +++ b/public/locales/eo/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 204e4ebac0b65e3934cf6200ba420112c7c1a470 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:07 +0000 Subject: [PATCH 35/79] Translated using Weblate (Ukrainian) Currently translated at 97.4% (311 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/uk/ --- public/locales/uk/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index 84ad6da3..d8a0c76c 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From 879da993b80b75f9396642f7d1f17b9cc5af68b2 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:04 +0000 Subject: [PATCH 36/79] Translated using Weblate (Japanese) Currently translated at 4.7% (15 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ja/ --- public/locales/ja/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 8a9e135d..d1198d14 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From e3118669690567da94c32f8c1676c75ea2a53d73 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 03:49:05 +0000 Subject: [PATCH 37/79] Translated using Weblate (Latvian) Currently translated at 37.3% (119 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/lv/ --- public/locales/lv/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json index 6ac1523d..4c959c19 100644 --- a/public/locales/lv/common.json +++ b/public/locales/lv/common.json @@ -445,5 +445,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } From c2983197a0bba473b46c2b2789fe98347b6d99e0 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 3 Feb 2023 01:01:30 -0800 Subject: [PATCH 38/79] Unifi widgets show warning with no data --- public/locales/en/common.json | 3 ++- src/components/widgets/unifi_console/unifi_console.jsx | 10 ++++++++++ src/widgets/unifi/component.jsx | 8 ++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index f144182f..953e9fbd 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -51,7 +51,8 @@ "wlan_users": "WLAN Users", "up": "UP", "down": "DOWN", - "wait": "Please wait" + "wait": "Please wait", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", diff --git a/src/components/widgets/unifi_console/unifi_console.jsx b/src/components/widgets/unifi_console/unifi_console.jsx index af8fd458..156e2866 100644 --- a/src/components/widgets/unifi_console/unifi_console.jsx +++ b/src/components/widgets/unifi_console/unifi_console.jsx @@ -55,6 +55,8 @@ export default function Widget({ options }) { const name = wan.gw_name ?? defaultSite.desc; const uptime = wan["gw_system-stats"] ? wan["gw_system-stats"].uptime : null; + const dataEmpty = !(wan.show || lan.show || wlan.show || uptime); + return (
@@ -64,6 +66,14 @@ export default function Widget({ options }) { {name}
+ {dataEmpty &&
+
+
+ + {t("unifi.empty_data")} +
+
+
}
{uptime &&
diff --git a/src/widgets/unifi/component.jsx b/src/widgets/unifi/component.jsx index 6df43dfd..25ba8ea2 100644 --- a/src/widgets/unifi/component.jsx +++ b/src/widgets/unifi/component.jsx @@ -38,6 +38,14 @@ export default function Component({ service }) { const uptime = wan["gw_system-stats"] ? `${t("common.number", { value: wan["gw_system-stats"].uptime / 86400, maximumFractionDigits: 1 })} ${t("unifi.days")}` : null; + if (!(wan.show || lan.show || wlan.show || uptime)) { + return ( + + + + ) + } + return ( {uptime && } From 17ebdd8226ecaff930b666b7a16682805358fd31 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 3 Feb 2023 01:12:52 -0800 Subject: [PATCH 39/79] Unifi widgets support sites other than default --- src/components/widgets/unifi_console/unifi_console.jsx | 3 +-- src/utils/config/service-helpers.js | 4 ++++ src/widgets/unifi/component.jsx | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/widgets/unifi_console/unifi_console.jsx b/src/components/widgets/unifi_console/unifi_console.jsx index 156e2866..13c90bd4 100644 --- a/src/components/widgets/unifi_console/unifi_console.jsx +++ b/src/components/widgets/unifi_console/unifi_console.jsx @@ -20,7 +20,6 @@ export default function Widget({ options }) {
{t("widget.api_error")} - -
@@ -28,7 +27,7 @@ export default function Widget({ options }) { ); } - const defaultSite = statsData?.data?.find(s => s.name === "default"); + const defaultSite = options.site ? statsData?.data.find(s => s.desc === options.site) : statsData?.data?.find(s => s.name === "default"); if (!defaultSite) { return ( diff --git a/src/utils/config/service-helpers.js b/src/utils/config/service-helpers.js index 352367d2..e2e3055e 100644 --- a/src/utils/config/service-helpers.js +++ b/src/utils/config/service-helpers.js @@ -233,6 +233,7 @@ export function cleanServiceGroups(groups) { currency, // coinmarketcap widget symbols, defaultinterval, + site, // unifi widget namespace, // kubernetes widget app, podSelector, @@ -256,6 +257,9 @@ export function cleanServiceGroups(groups) { if (server) cleanedService.widget.server = server; if (container) cleanedService.widget.container = container; } + if (type === "unifi") { + if (site) cleanedService.widget.site = site; + } if (type === "kubernetes") { if (namespace) cleanedService.widget.namespace = namespace; if (app) cleanedService.widget.app = app; diff --git a/src/widgets/unifi/component.jsx b/src/widgets/unifi/component.jsx index 25ba8ea2..ff318516 100644 --- a/src/widgets/unifi/component.jsx +++ b/src/widgets/unifi/component.jsx @@ -15,7 +15,7 @@ export default function Component({ service }) { return ; } - const defaultSite = statsData?.data?.find(s => s.name === "default"); + const defaultSite = widget.site ? statsData?.data.find(s => s.desc === widget.site) : statsData?.data?.find(s => s.name === "default"); if (!defaultSite) { return ( From a4ede7f8d7282e3da8949a70600f432b5d9dea42 Mon Sep 17 00:00:00 2001 From: Nonoss117 Date: Fri, 3 Feb 2023 06:21:46 +0000 Subject: [PATCH 40/79] Translated using Weblate (French) Currently translated at 100.0% (319 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/fr/ --- public/locales/fr/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 893130e4..7daca225 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -447,8 +447,8 @@ "m": "m" }, "komga": { - "libraries": "Libraries", - "series": "Series", - "books": "Books" + "libraries": "Librairies", + "series": "Séries", + "books": "Livres" } } From 5f92a3084c0aaa9b31e2d7a8075534b9cbe226c6 Mon Sep 17 00:00:00 2001 From: Chun Chi Hsieh Date: Fri, 3 Feb 2023 05:07:25 +0000 Subject: [PATCH 41/79] Translated using Weblate (Chinese (Traditional)) Currently translated at 98.4% (314 of 319 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/zh_Hant/ --- public/locales/zh-Hant/common.json | 62 +++++++++++++++--------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/public/locales/zh-Hant/common.json b/public/locales/zh-Hant/common.json index 2113f604..d64a8dc4 100644 --- a/public/locales/zh-Hant/common.json +++ b/public/locales/zh-Hant/common.json @@ -4,9 +4,9 @@ "api_error": "API錯誤", "status": "狀態", "information": "資訊", - "url": "URL", - "raw_error": "Raw Error", - "response_data": "Response Data" + "url": "網址", + "raw_error": "原始錯誤", + "response_data": "回復數據" }, "weather": { "current": "目前位置", @@ -36,9 +36,9 @@ "no_active": "無播放活動" }, "jellyseerr": { - "pending": "待定", - "approved": "已接受", - "available": "可用的" + "pending": "待下載", + "approved": "已核准", + "available": "可觀看" }, "search": { "placeholder": "搜尋…" @@ -82,14 +82,14 @@ "books": "書籍" }, "ombi": { - "pending": "待定", - "approved": "已接受", - "available": "可用的" + "pending": "待下載", + "approved": "已核准", + "available": "可觀看" }, "overseerr": { - "pending": "待定", - "approved": "已接受", - "available": "可用的", + "pending": "待下載", + "approved": "已核准", + "available": "可觀看", "processing": "處理中" }, "pihole": { @@ -280,8 +280,8 @@ "quicklaunch": { "bookmark": "書籤", "service": "服務", - "search": "Search", - "custom": "Custom" + "search": "搜尋", + "custom": "自訂" }, "homebridge": { "available_update": "系統", @@ -292,7 +292,7 @@ "child_bridges_status": "{{ok}}/{{total}}" }, "autobrr": { - "approvedPushes": "接受", + "approvedPushes": "已核准", "rejectedPushes": "拒絕", "filters": "篩選器", "indexers": "索引器" @@ -424,31 +424,31 @@ "job_completion": "完成度" }, "cloudflared": { - "origin_ip": "Origin IP", - "status": "Status" + "origin_ip": "源頭IP", + "status": "狀態" }, "proxmoxbackupserver": { - "datastore_usage": "Datastore", - "failed_tasks_24h": "Failed Tasks 24h", + "datastore_usage": "數據存儲", + "failed_tasks_24h": "24小時內失敗任務", "cpu_usage": "CPU", - "memory_usage": "Memory" + "memory_usage": "記憶體" }, "immich": { - "users": "Users", - "photos": "Photos", - "videos": "Videos", - "storage": "Storage" + "users": "使用者", + "photos": "照片", + "videos": "影片", + "storage": "儲存空間" }, "uptimekuma": { - "up": "Sites Up", - "down": "Sites Down", - "uptime": "Uptime", - "incident": "Incident", + "up": "在線網站", + "down": "離線網站", + "uptime": "在線時間", + "incident": "事件", "m": "m" }, "komga": { - "libraries": "Libraries", - "series": "Series", - "books": "Books" + "libraries": "文庫", + "series": "叢刊", + "books": "書刊" } } From 1411ab99a035c336debea118fd02830750399512 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:36 +0000 Subject: [PATCH 42/79] Translated using Weblate (German) Currently translated at 71.2% (228 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/de/ --- public/locales/de/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/de/common.json b/public/locales/de/common.json index cc62800a..f700d34c 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Geräte", "lan_devices": "LAN-Geräte", - "wlan_devices": "WLAN Geräte" + "wlan_devices": "WLAN Geräte", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Aktive Streams", From 3878dd57a38d8b87cbda7f6c7fd6e27f4d291493 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:36 +0000 Subject: [PATCH 43/79] Translated using Weblate (Spanish) Currently translated at 98.7% (316 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/es/ --- public/locales/es/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 9607489f..417952f5 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Dispositivos", "lan_devices": "Dispositivos LAN", - "wlan_devices": "Dispositivos WLAN" + "wlan_devices": "Dispositivos WLAN", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Transmisiones activas", From 8037e78725958ecf04e05107fd73559d94fcb177 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:37 +0000 Subject: [PATCH 44/79] Translated using Weblate (French) Currently translated at 99.6% (319 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/fr/ --- public/locales/fr/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 7daca225..468d1064 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Équipt.", "lan_devices": "Équipt. LAN", - "wlan_devices": "Équipt. WLAN" + "wlan_devices": "Équipt. WLAN", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Flux actif", From f71f15bbf47f473e1ae2a55f0826dbfdb13b2434 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:39 +0000 Subject: [PATCH 45/79] Translated using Weblate (Portuguese) Currently translated at 80.0% (256 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/pt/ --- public/locales/pt/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 2ced98f1..a6337ee0 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -216,7 +216,8 @@ "wlan": "WLAN", "devices": "Dispositivos", "lan_devices": "Dispositivos LAN", - "wlan_devices": "Dispositivos WLAN" + "wlan_devices": "Dispositivos WLAN", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Streams Ativas", From 2e728aa207122c3d8ec5c1e04022ae60e7b5372b Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:35 +0000 Subject: [PATCH 46/79] Translated using Weblate (Russian) Currently translated at 15.0% (48 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ru/ --- public/locales/ru/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index 04e24074..ad81e13c 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Устройства", "lan_devices": "Устройства подключённые по LAN", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Active Streams", From f9f9f68c7126a355def032082d35119cd6ef133b Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:35 +0000 Subject: [PATCH 47/79] Translated using Weblate (Chinese (Simplified)) Currently translated at 97.1% (311 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/zh_Hans/ --- public/locales/zh-CN/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index d95c51f3..fb6d8766 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -203,7 +203,8 @@ "wlan": "无线局域网", "devices": "设备", "lan_devices": "局域网设备", - "wlan_devices": "无线局域网设备" + "wlan_devices": "无线局域网设备", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "活动流", From a3b23218370c36b566626cafe3a4fee2418fc5f7 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:37 +0000 Subject: [PATCH 48/79] Translated using Weblate (Italian) Currently translated at 90.0% (288 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/it/ --- public/locales/it/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 1ea07d2b..6e54b5ab 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Dispositivi", "lan_devices": "Dispositivi LAN", - "wlan_devices": "Dispositivi WLAN" + "wlan_devices": "Dispositivi WLAN", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Trasmissioni attive", From 0eb7c778929c275b22ec30150a9ed5ef8bf71b6f Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:38 +0000 Subject: [PATCH 49/79] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 24.6% (79 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/nb_NO/ --- public/locales/nb-NO/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/nb-NO/common.json b/public/locales/nb-NO/common.json index c7aded9b..20090c4a 100644 --- a/public/locales/nb-NO/common.json +++ b/public/locales/nb-NO/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Devices", "lan_devices": "LAN Devices", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Active Streams", From d015ae1089e73b74b131e48c1ee14e18c3c57934 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:39 +0000 Subject: [PATCH 50/79] Translated using Weblate (Vietnamese) Currently translated at 13.7% (44 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/vi/ --- public/locales/vi/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index e141dfd4..b3f33f10 100644 --- a/public/locales/vi/common.json +++ b/public/locales/vi/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Devices", "lan_devices": "LAN Devices", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Active Streams", From b5e218bb1ddffafe945f797cee415d9822b97cfd Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:38 +0000 Subject: [PATCH 51/79] Translated using Weblate (Dutch) Currently translated at 27.5% (88 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/nl/ --- public/locales/nl/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index e75c88fe..5132e27e 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Apparaten", "lan_devices": "LAN Apparaten", - "wlan_devices": "WLAN Apparaten" + "wlan_devices": "WLAN Apparaten", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Active Streams", From 1106107094332155a7ff86de64694549f226d77e Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:41 +0000 Subject: [PATCH 52/79] Translated using Weblate (Chinese (Traditional)) Currently translated at 98.1% (314 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/zh_Hant/ --- public/locales/zh-Hant/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-Hant/common.json b/public/locales/zh-Hant/common.json index d64a8dc4..708626d3 100644 --- a/public/locales/zh-Hant/common.json +++ b/public/locales/zh-Hant/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "設備", "lan_devices": "LAN設備", - "wlan_devices": "WLAN設備" + "wlan_devices": "WLAN設備", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "正在播放", From c1552228bf04634436c98f023da599d5e7c2f1f5 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:36 +0000 Subject: [PATCH 53/79] Translated using Weblate (Catalan) Currently translated at 80.6% (258 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ca/ --- public/locales/ca/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ca/common.json b/public/locales/ca/common.json index 33395713..b85e5377 100644 --- a/public/locales/ca/common.json +++ b/public/locales/ca/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Dispositius", "lan_devices": "Dispositius LAN", - "wlan_devices": "Dispositius WLAN" + "wlan_devices": "Dispositius WLAN", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Transmissions actives", From f4a1700dc59ac2c21c427b96e6f25cbf516850d2 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:38 +0000 Subject: [PATCH 54/79] Translated using Weblate (Polish) Currently translated at 89.0% (285 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/pl/ --- public/locales/pl/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index 921d1761..5d287c8d 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Urządzenia", "lan_devices": "Urządzenia LAN", - "wlan_devices": "Urządzenia WLAN" + "wlan_devices": "Urządzenia WLAN", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Aktywne strumienie", From 9466b652b9c4917e397616f2236e62f6fa5cd11d Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:39 +0000 Subject: [PATCH 55/79] Translated using Weblate (Swedish) Currently translated at 41.2% (132 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/sv/ --- public/locales/sv/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index b8a3f653..7e8ac3e6 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Devices", "lan_devices": "LAN Devices", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Aktiva strömmar", From 4198fcf6b68b80fd42c0ee3fc47cf1b651fad86c Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:37 +0000 Subject: [PATCH 56/79] Translated using Weblate (Croatian) Currently translated at 89.3% (286 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/hr/ --- public/locales/hr/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/hr/common.json b/public/locales/hr/common.json index a5ce3cfb..6fbe0278 100644 --- a/public/locales/hr/common.json +++ b/public/locales/hr/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Uređaji", "lan_devices": "LAN uređaji", - "wlan_devices": "WLAN uređaji" + "wlan_devices": "WLAN uređaji", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Aktivni prijenosi", From 10adefe2b4fc64487f213571a43d266d5774119d Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:37 +0000 Subject: [PATCH 57/79] Translated using Weblate (Hungarian) Currently translated at 33.7% (108 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/hu/ --- public/locales/hu/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index dc5877a7..d1b8baf6 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Devices", "lan_devices": "LAN Devices", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Active Streams", From 4daa33ea639a077c020ff50fedb4efcfcef9733f Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:37 +0000 Subject: [PATCH 58/79] Translated using Weblate (Hebrew) Currently translated at 31.5% (101 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/he/ --- public/locales/he/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/he/common.json b/public/locales/he/common.json index f440b6b4..3539c91d 100644 --- a/public/locales/he/common.json +++ b/public/locales/he/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Devices", "lan_devices": "LAN Devices", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Active Streams", From d4b7de9d0da7de81afe3625fa9bc741e49a366a7 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:39 +0000 Subject: [PATCH 59/79] Translated using Weblate (Romanian) Currently translated at 42.8% (137 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ro/ --- public/locales/ro/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ro/common.json b/public/locales/ro/common.json index 481b9c36..225ae3ba 100644 --- a/public/locales/ro/common.json +++ b/public/locales/ro/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Devices", "lan_devices": "LAN Devices", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Fluxuri active", From fdc975d6df3739ab79c0a42eed26a872e12c2d92 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:38 +0000 Subject: [PATCH 60/79] Translated using Weblate (Portuguese (Brazil)) Currently translated at 54.0% (173 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/pt_BR/ --- public/locales/pt-BR/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/pt-BR/common.json b/public/locales/pt-BR/common.json index ca20126d..e1a4f53b 100644 --- a/public/locales/pt-BR/common.json +++ b/public/locales/pt-BR/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Dispositivos", "lan_devices": "Dispositivos LAN", - "wlan_devices": "Dispositivos WLAN" + "wlan_devices": "Dispositivos WLAN", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Transmissões ativas", From 8d69ab33aa90e036c1763229309f5d6698e10374 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:41 +0000 Subject: [PATCH 61/79] Translated using Weblate (Yue) Currently translated at 36.8% (118 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/yue/ --- public/locales/yue/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/yue/common.json b/public/locales/yue/common.json index f7cb8bad..270b9706 100644 --- a/public/locales/yue/common.json +++ b/public/locales/yue/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "Devices", "lan_devices": "LAN Devices", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Active Streams", From 4d3864c2ec4786d7fdca41badfed76d45e143149 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:37 +0000 Subject: [PATCH 62/79] Translated using Weblate (Finnish) Currently translated at 55.6% (178 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/fi/ --- public/locales/fi/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json index 451e1395..d0ea0f45 100644 --- a/public/locales/fi/common.json +++ b/public/locales/fi/common.json @@ -203,7 +203,8 @@ "lan_devices": "LAN Devices", "lan": "LAN", "wlan": "WLAN", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "Active Streams", From c725f9af38f82d1ac39d0b0beb3e81ec03f22cee Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:39 +0000 Subject: [PATCH 63/79] Translated using Weblate (Telugu) Currently translated at 67.8% (217 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/te/ --- public/locales/te/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/te/common.json b/public/locales/te/common.json index dd5fb12f..ef020175 100644 --- a/public/locales/te/common.json +++ b/public/locales/te/common.json @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "పరికరాలు", "lan_devices": "LAN పరికరాలు", - "wlan_devices": "WLAN పరికరాలు" + "wlan_devices": "WLAN పరికరాలు", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "యాక్టివ్ స్ట్రీమ్‌లు", From 9deaa48144bc3765f3acd9cec3c1e7cc43b74ca6 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:36 +0000 Subject: [PATCH 64/79] Translated using Weblate (Bulgarian) Currently translated at 14.3% (46 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/bg/ --- public/locales/bg/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json index 75e1fe23..ce929cab 100644 --- a/public/locales/bg/common.json +++ b/public/locales/bg/common.json @@ -48,7 +48,8 @@ "wlan": "WLAN", "devices": "Devices", "lan_devices": "LAN Devices", - "wlan_devices": "WLAN Devices" + "wlan_devices": "WLAN Devices", + "empty_data": "Subsystem status unknown" }, "docker": { "offline": "Изключен", From ec3fd692a82c97ff1b1ebd03e9323f066c5ef456 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:39 +0000 Subject: [PATCH 65/79] Translated using Weblate (Turkish) Currently translated at 72.1% (231 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/tr/ --- public/locales/tr/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json index fe2b7d34..c393e601 100644 --- a/public/locales/tr/common.json +++ b/public/locales/tr/common.json @@ -38,7 +38,8 @@ "wlan": "WLAN", "devices": "Aygıtlar", "lan_devices": "LAN Aygıtları", - "wlan_devices": "WLAN Aygıtları" + "wlan_devices": "WLAN Aygıtları", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "Gelen Veri", From ca295e0850725ed3b9a3c7c6539a0de9f61e100a Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:39 +0000 Subject: [PATCH 66/79] Translated using Weblate (Serbian) Currently translated at 2.8% (9 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/sr/ --- public/locales/sr/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/sr/common.json b/public/locales/sr/common.json index 43a27fbe..e624b14b 100644 --- a/public/locales/sr/common.json +++ b/public/locales/sr/common.json @@ -38,7 +38,8 @@ "wlan_users": "WLAN Users", "up": "UP", "down": "DOWN", - "wait": "Please wait" + "wait": "Please wait", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", From 1b1b671080cebff91399564c92b7291b0ecddc39 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:36 +0000 Subject: [PATCH 67/79] Translated using Weblate (Arabic) Currently translated at 81.8% (262 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ar/ --- public/locales/ar/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json index 673bd1a2..7a4633a2 100644 --- a/public/locales/ar/common.json +++ b/public/locales/ar/common.json @@ -38,7 +38,8 @@ "wlan_users": "WLAN مستخدمين", "up": "يعمل", "down": "لا يعمل", - "wait": "الرجاء الإنتظار" + "wait": "الرجاء الإنتظار", + "empty_data": "Subsystem status unknown" }, "wmo": { "73-day": "ثلج", From db07b3e7a18cb95f21510671ec7a9ba4532b4e8e Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:36 +0000 Subject: [PATCH 68/79] Translated using Weblate (Czech) Currently translated at 70.3% (225 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/cs/ --- public/locales/cs/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 79083f0c..bf6bbed8 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -50,7 +50,8 @@ "wlan_users": "WLAN Uživatelé", "up": "BĚŽÍ", "down": "NEBĚŽÍ", - "wait": "Počkejte prosím" + "wait": "Počkejte prosím", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", From 17ac3008aae1faa2be012f5a7b5e7dc64670c1b9 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:36 +0000 Subject: [PATCH 69/79] Translated using Weblate (Danish) Currently translated at 61.8% (198 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/da/ --- public/locales/da/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/da/common.json b/public/locales/da/common.json index c5f5be02..af3cf514 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -175,7 +175,8 @@ "wlan_users": "WLAN Brugere", "up": "Oppe", "down": "NED", - "wait": "Vent venligst" + "wait": "Vent venligst", + "empty_data": "Subsystem status unknown" }, "docker": { "cpu": "CPU", From 2183bf623f68d4dc57590e99aab4a50e40be0a38 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:38 +0000 Subject: [PATCH 70/79] Translated using Weblate (Malay) Currently translated at 79.0% (253 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ms/ --- public/locales/ms/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ms/common.json b/public/locales/ms/common.json index b7ab9e1f..4522de97 100644 --- a/public/locales/ms/common.json +++ b/public/locales/ms/common.json @@ -20,7 +20,8 @@ "wlan_users": "Pengguna WLAN", "up": "HIDUP", "down": "MATI", - "wait": "Sila tunggu" + "wait": "Sila tunggu", + "empty_data": "Subsystem status unknown" }, "lidarr": { "queued": "Dibaris Gilir", From 72f4506f06187ffb8414b5db9bca2a017302cf0f Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:37 +0000 Subject: [PATCH 71/79] Translated using Weblate (Hindi) Currently translated at 2.8% (9 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/hi/ --- public/locales/hi/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json index 9a6cb551..c7eb9ea9 100644 --- a/public/locales/hi/common.json +++ b/public/locales/hi/common.json @@ -72,7 +72,8 @@ "wlan_users": "WLAN Users", "up": "UP", "down": "DOWN", - "wait": "Please wait" + "wait": "Please wait", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", From 263cf6d6b196e30c4e5208f5c4afa2d5a8b2bc12 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:36 +0000 Subject: [PATCH 72/79] Translated using Weblate (Esperanto) Currently translated at 32.1% (103 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/eo/ --- public/locales/eo/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/eo/common.json b/public/locales/eo/common.json index 379397ab..215b5a7d 100644 --- a/public/locales/eo/common.json +++ b/public/locales/eo/common.json @@ -38,7 +38,8 @@ "wlan_users": "WLAN Users", "up": "UP", "down": "DOWN", - "wait": "Please wait" + "wait": "Please wait", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", From cc0f2ca0832e281d2f30ace4ec5baa0d7cb59a72 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:39 +0000 Subject: [PATCH 73/79] Translated using Weblate (Ukrainian) Currently translated at 97.1% (311 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/uk/ --- public/locales/uk/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index d8a0c76c..e7772d36 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -143,7 +143,8 @@ "wlan_users": "WLAN користувачі", "up": "Відправка", "down": "Завантаження", - "wait": "Будь ласка, зачекайте" + "wait": "Будь ласка, зачекайте", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", From 2b20e2e17f14502780674387553e2f6985655c16 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:38 +0000 Subject: [PATCH 74/79] Translated using Weblate (Japanese) Currently translated at 4.6% (15 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ja/ --- public/locales/ja/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index d1198d14..fc1a1a26 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -73,7 +73,8 @@ "wlan_users": "WLAN Users", "up": "UP", "down": "DOWN", - "wait": "Please wait" + "wait": "Please wait", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", From 2fae4acd4a5787844d86f5ff1bcbb4e1389752e2 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 3 Feb 2023 09:25:38 +0000 Subject: [PATCH 75/79] Translated using Weblate (Latvian) Currently translated at 37.1% (119 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/lv/ --- public/locales/lv/common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json index 4c959c19..967dbc14 100644 --- a/public/locales/lv/common.json +++ b/public/locales/lv/common.json @@ -42,7 +42,8 @@ "wlan_users": "WLAN lietotāji", "up": "DARBOJAS", "down": "NEDARBOJAS", - "wait": "Lūdzu, uzgaidiet" + "wait": "Lūdzu, uzgaidiet", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", From 486b376dca3adf1dc49544a75c19b3a4a57c5fc3 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 3 Feb 2023 10:22:51 -0800 Subject: [PATCH 76/79] Fix label for PBS when data not returned yet --- src/widgets/proxmoxbackupserver/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/proxmoxbackupserver/component.jsx b/src/widgets/proxmoxbackupserver/component.jsx index 96151e25..7302390f 100644 --- a/src/widgets/proxmoxbackupserver/component.jsx +++ b/src/widgets/proxmoxbackupserver/component.jsx @@ -22,7 +22,7 @@ export default function Component({ service }) { return ( - + From 05818b5d1d7b471c183e8daa9923d1fc34789c27 Mon Sep 17 00:00:00 2001 From: gallegonovato Date: Fri, 3 Feb 2023 12:30:04 +0000 Subject: [PATCH 77/79] Translated using Weblate (Spanish) Currently translated at 100.0% (320 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/es/ --- public/locales/es/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 417952f5..f1864972 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -204,7 +204,7 @@ "devices": "Dispositivos", "lan_devices": "Dispositivos LAN", "wlan_devices": "Dispositivos WLAN", - "empty_data": "Subsystem status unknown" + "empty_data": "Se desconoce el estado del subsistema" }, "plex": { "streams": "Transmisiones activas", @@ -448,8 +448,8 @@ "m": "m" }, "komga": { - "libraries": "Libraries", + "libraries": "Librerías", "series": "Series", - "books": "Books" + "books": "Libros" } } From 4cdf7317ecb11b99c034ae6e6ce89f273f8f81c4 Mon Sep 17 00:00:00 2001 From: Nonoss117 Date: Fri, 3 Feb 2023 13:52:16 +0000 Subject: [PATCH 78/79] Translated using Weblate (French) Currently translated at 100.0% (320 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/fr/ --- public/locales/fr/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 468d1064..b27e5e66 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -204,7 +204,7 @@ "devices": "Équipt.", "lan_devices": "Équipt. LAN", "wlan_devices": "Équipt. WLAN", - "empty_data": "Subsystem status unknown" + "empty_data": "Statut sous-système inconnu" }, "plex": { "streams": "Flux actif", From 52f15ab834845a37f44fc63657ad843796399e45 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 3 Feb 2023 10:52:56 +0000 Subject: [PATCH 79/79] Translated using Weblate (Ukrainian) Currently translated at 100.0% (320 of 320 strings) Translation: Homepage/Homepage Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/uk/ --- public/locales/uk/common.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index e7772d36..f4761972 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -144,7 +144,7 @@ "up": "Відправка", "down": "Завантаження", "wait": "Будь ласка, зачекайте", - "empty_data": "Subsystem status unknown" + "empty_data": "Статус підсистеми невідомий" }, "docker": { "rx": "RX", @@ -441,15 +441,15 @@ "storage": "Сховище" }, "uptimekuma": { - "up": "Sites Up", - "down": "Sites Down", - "uptime": "Uptime", - "incident": "Incident", - "m": "m" + "up": "Активні сайти", + "down": "Неактивні сайти", + "uptime": "Час роботи", + "incident": "Інцидент", + "m": "хв" }, "komga": { - "libraries": "Libraries", - "series": "Series", - "books": "Books" + "libraries": "Бібліотеки", + "series": "Серії", + "books": "Книжки" } }