From 716895168f4bec4476406b86e71878d0ca0fb632 Mon Sep 17 00:00:00 2001 From: Devedse Date: Wed, 14 Aug 2024 15:32:24 +0200 Subject: [PATCH] Added transaltions --- public/locales/af/common.json | 4 ++++ public/locales/ar/common.json | 4 ++++ public/locales/bg/common.json | 4 ++++ public/locales/ca/common.json | 4 ++++ public/locales/cs/common.json | 4 ++++ public/locales/da/common.json | 4 ++++ public/locales/de/common.json | 4 ++++ public/locales/el/common.json | 4 ++++ public/locales/en/common.json | 4 ++++ public/locales/eo/common.json | 4 ++++ public/locales/es/common.json | 4 ++++ public/locales/eu/common.json | 4 ++++ public/locales/fi/common.json | 4 ++++ public/locales/fr/common.json | 4 ++++ public/locales/he/common.json | 4 ++++ public/locales/hi/common.json | 4 ++++ public/locales/hr/common.json | 4 ++++ public/locales/hu/common.json | 4 ++++ public/locales/id/common.json | 4 ++++ public/locales/it/common.json | 4 ++++ public/locales/ja/common.json | 4 ++++ public/locales/ko/common.json | 4 ++++ public/locales/lv/common.json | 4 ++++ public/locales/ms/common.json | 4 ++++ public/locales/nb-NO/common.json | 4 ++++ public/locales/nl/common.json | 4 ++++ public/locales/no/common.json | 4 ++++ public/locales/pl/common.json | 4 ++++ public/locales/pt-BR/common.json | 4 ++++ public/locales/pt/common.json | 4 ++++ public/locales/pt_BR/common.json | 4 ++++ public/locales/ro/common.json | 4 ++++ public/locales/ru/common.json | 4 ++++ public/locales/sk/common.json | 4 ++++ public/locales/sl/common.json | 4 ++++ public/locales/sr/common.json | 4 ++++ public/locales/sv/common.json | 4 ++++ public/locales/te/common.json | 4 ++++ public/locales/th/common.json | 4 ++++ public/locales/tr/common.json | 4 ++++ public/locales/uk/common.json | 4 ++++ public/locales/vi/common.json | 4 ++++ public/locales/yue/common.json | 4 ++++ public/locales/zh-CN/common.json | 4 ++++ public/locales/zh-Hans/common.json | 4 ++++ public/locales/zh-Hant/common.json | 4 ++++ src/widgets/components.js | 1 + src/widgets/widgets.js | 2 ++ 48 files changed, 187 insertions(+) diff --git a/public/locales/af/common.json b/public/locales/af/common.json index 87ecefc8..c9b970f9 100644 --- a/public/locales/af/common.json +++ b/public/locales/af/common.json @@ -226,6 +226,10 @@ "leech": "Seier", "seed": "Vul" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Aflaai", "upload": "Laai Op", diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json index 0f1eb3bc..96757455 100644 --- a/public/locales/ar/common.json +++ b/public/locales/ar/common.json @@ -226,6 +226,10 @@ "leech": "القرناء", "seed": "البذور" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "التنزيل", "upload": "التحميل", diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json index 849bb7f7..a91b5556 100644 --- a/public/locales/bg/common.json +++ b/public/locales/bg/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/ca/common.json b/public/locales/ca/common.json index 4fb07bad..a1fa48c0 100644 --- a/public/locales/ca/common.json +++ b/public/locales/ca/common.json @@ -226,6 +226,10 @@ "leech": "Sangonera", "seed": "Llavors" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Descarregar", "upload": "Pujada", diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 4d9e3c98..cc78889c 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -226,6 +226,10 @@ "leech": "Leechované", "seed": "Seedované" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Stahování", "upload": "Nahrávání", diff --git a/public/locales/da/common.json b/public/locales/da/common.json index 839eaed4..248b295d 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 3383fe6e..1fef7bb0 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/el/common.json b/public/locales/el/common.json index d9f24d0d..0d3f61f0 100644 --- a/public/locales/el/common.json +++ b/public/locales/el/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Λήξη", "upload": "Μεταφόρτωση", diff --git a/public/locales/en/common.json b/public/locales/en/common.json index cd9b2c14..1ac41f90 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/eo/common.json b/public/locales/eo/common.json index 21c11c64..d39d627b 100644 --- a/public/locales/eo/common.json +++ b/public/locales/eo/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Elŝuti", "upload": "Alŝuti", diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 4615db74..bc037cc5 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -226,6 +226,10 @@ "leech": "Descargas", "seed": "Semillas" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Descarga", "upload": "Subida", diff --git a/public/locales/eu/common.json b/public/locales/eu/common.json index 29bd5c6d..5cbe8202 100644 --- a/public/locales/eu/common.json +++ b/public/locales/eu/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json index a3e44039..3a54f38c 100644 --- a/public/locales/fi/common.json +++ b/public/locales/fi/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index aafbdd6f..da6b0d05 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Récep.", "upload": "Envoi", diff --git a/public/locales/he/common.json b/public/locales/he/common.json index fe621152..8a710859 100644 --- a/public/locales/he/common.json +++ b/public/locales/he/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json index c78dc146..584ba31f 100644 --- a/public/locales/hi/common.json +++ b/public/locales/hi/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/hr/common.json b/public/locales/hr/common.json index 2e869778..967ebefb 100644 --- a/public/locales/hr/common.json +++ b/public/locales/hr/common.json @@ -226,6 +226,10 @@ "leech": "Korištenje tuđeg sadržaja", "seed": "Prenošenje preuzetog sadržaja" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Preuzimanje", "upload": "Prijenos", diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index 1d8023c3..5ee811e3 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Letöltés", "upload": "Feltöltés", diff --git a/public/locales/id/common.json b/public/locales/id/common.json index 07ccf743..26618c6e 100644 --- a/public/locales/id/common.json +++ b/public/locales/id/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Unduh", "upload": "Unggah", diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 4f7a7feb..515599aa 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -226,6 +226,10 @@ "leech": "In download", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index c14a78e9..2138b4c7 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -226,6 +226,10 @@ "leech": "リーチ", "seed": "シード" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "ダウンロード", "upload": "アップロード", diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json index eb26c0ac..0ac58d77 100644 --- a/public/locales/ko/common.json +++ b/public/locales/ko/common.json @@ -226,6 +226,10 @@ "leech": "리치", "seed": "시드" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "다운로드", "upload": "업로드", diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json index f45f17e1..6187f582 100644 --- a/public/locales/lv/common.json +++ b/public/locales/lv/common.json @@ -226,6 +226,10 @@ "leech": "Ņēmēji", "seed": "Devēji" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Lejupielāde", "upload": "Augšupielāde", diff --git a/public/locales/ms/common.json b/public/locales/ms/common.json index 4fc9de89..8a9ab552 100644 --- a/public/locales/ms/common.json +++ b/public/locales/ms/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Muat turun", "upload": "Muat naik", diff --git a/public/locales/nb-NO/common.json b/public/locales/nb-NO/common.json index d4597a83..0797fa14 100644 --- a/public/locales/nb-NO/common.json +++ b/public/locales/nb-NO/common.json @@ -401,6 +401,10 @@ "upload": "Upload", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "flood": { "download": "Download", "upload": "Upload", diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index 4f0c4f90..52e80a04 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Delen" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/no/common.json b/public/locales/no/common.json index c25d583e..b2a8ed3c 100644 --- a/public/locales/no/common.json +++ b/public/locales/no/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Last ned", "upload": "Opplastning", diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index 14297dd7..6c63758c 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Pobieranie", "upload": "Wysyłanie", diff --git a/public/locales/pt-BR/common.json b/public/locales/pt-BR/common.json index 6343d8fe..49a72a11 100644 --- a/public/locales/pt-BR/common.json +++ b/public/locales/pt-BR/common.json @@ -401,6 +401,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "flood": { "download": "Download", "upload": "Upload", diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 18de2c0b..9e2aa2cf 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Semente" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Descarregar", "upload": "Carregar", diff --git a/public/locales/pt_BR/common.json b/public/locales/pt_BR/common.json index 3fe50516..55a1ff94 100644 --- a/public/locales/pt_BR/common.json +++ b/public/locales/pt_BR/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Semente" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Descarregar", "upload": "Carregar", diff --git a/public/locales/ro/common.json b/public/locales/ro/common.json index 41767d02..9e760b7d 100644 --- a/public/locales/ro/common.json +++ b/public/locales/ro/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Descarcă", "upload": "Încarcă", diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index a723634f..f98005c0 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -226,6 +226,10 @@ "leech": "Лич", "seed": "Сид" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Скачивание", "upload": "Загрузка", diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json index fa98f6bb..bb67b230 100644 --- a/public/locales/sk/common.json +++ b/public/locales/sk/common.json @@ -226,6 +226,10 @@ "leech": "Leechované", "seed": "Seedované" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Sťahovanie", "upload": "Nahrávanie", diff --git a/public/locales/sl/common.json b/public/locales/sl/common.json index 02d15ec6..d38d0435 100644 --- a/public/locales/sl/common.json +++ b/public/locales/sl/common.json @@ -226,6 +226,10 @@ "leech": "Pijavka", "seed": "Sejanje" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Prenos", "upload": "Nalaganje", diff --git a/public/locales/sr/common.json b/public/locales/sr/common.json index b53935ca..398be852 100644 --- a/public/locales/sr/common.json +++ b/public/locales/sr/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index fd8c0e6a..b7b43e63 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/te/common.json b/public/locales/te/common.json index 301090a9..d530f609 100644 --- a/public/locales/te/common.json +++ b/public/locales/te/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/th/common.json b/public/locales/th/common.json index 74f7ab26..7a32a0ce 100644 --- a/public/locales/th/common.json +++ b/public/locales/th/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "ดาวน์โหลด", "upload": "อัพโหลด", diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json index 118821bb..6fefae5e 100644 --- a/public/locales/tr/common.json +++ b/public/locales/tr/common.json @@ -226,6 +226,10 @@ "leech": "Tüketici", "seed": "Sağlayıcı" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "İndirme", "upload": "Yükleme", diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index 779cd9af..a34b99df 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -226,6 +226,10 @@ "leech": "Ліч", "seed": "Сід" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Завантаження", "upload": "Відправлення", diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index e717988b..969b6627 100644 --- a/public/locales/vi/common.json +++ b/public/locales/vi/common.json @@ -226,6 +226,10 @@ "leech": "Leech", "seed": "Seed" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "Download", "upload": "Upload", diff --git a/public/locales/yue/common.json b/public/locales/yue/common.json index 02d95d33..542555e3 100644 --- a/public/locales/yue/common.json +++ b/public/locales/yue/common.json @@ -226,6 +226,10 @@ "leech": "未完成下載", "seed": "已完成下載" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "下載速率", "upload": "上傳速率", diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index d9ab4c62..abc79d9e 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -401,6 +401,10 @@ "leech": "下载中", "seed": "做种" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "flood": { "leech": "下载中", "download": "下载", diff --git a/public/locales/zh-Hans/common.json b/public/locales/zh-Hans/common.json index 160a8a1c..02999ec8 100644 --- a/public/locales/zh-Hans/common.json +++ b/public/locales/zh-Hans/common.json @@ -226,6 +226,10 @@ "leech": "下载中", "seed": "做种中" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "下载速率", "upload": "上传速率", diff --git a/public/locales/zh-Hant/common.json b/public/locales/zh-Hant/common.json index 558ac2aa..9b2bfa7e 100644 --- a/public/locales/zh-Hant/common.json +++ b/public/locales/zh-Hant/common.json @@ -226,6 +226,10 @@ "leech": "未完成下載", "seed": "已完成下載" }, + "develancacheui": { + "cachehitbytes": "Cache Hit Bytes", + "cachemissbytes": "Cache Miss Bytes" + }, "downloadstation": { "download": "下載速率", "upload": "上傳速率", diff --git a/src/widgets/components.js b/src/widgets/components.js index 15920242..b2d6659e 100644 --- a/src/widgets/components.js +++ b/src/widgets/components.js @@ -19,6 +19,7 @@ const components = { iframe: dynamic(() => import("./iframe/component")), customapi: dynamic(() => import("./customapi/component")), deluge: dynamic(() => import("./deluge/component")), + develancacheui: dynamic(() => import("./develancacheui/component")), diskstation: dynamic(() => import("./diskstation/component")), downloadstation: dynamic(() => import("./downloadstation/component")), docker: dynamic(() => import("./docker/component")), diff --git a/src/widgets/widgets.js b/src/widgets/widgets.js index 684e2b7f..f4e55d57 100644 --- a/src/widgets/widgets.js +++ b/src/widgets/widgets.js @@ -15,6 +15,7 @@ import coinmarketcap from "./coinmarketcap/widget"; import crowdsec from "./crowdsec/widget"; import customapi from "./customapi/widget"; import deluge from "./deluge/widget"; +import develancacheui from "./develancacheui/widget"; import diskstation from "./diskstation/widget"; import downloadstation from "./downloadstation/widget"; import emby from "./emby/widget"; @@ -135,6 +136,7 @@ const widgets = { crowdsec, customapi, deluge, + develancacheui, diskstation, downloadstation, emby,