{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": "Книжки"
}
}