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 87ecefc8c..c9b970f9a 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 0f1eb3bc6..96757455c 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 849bb7f7a..a91b5556c 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 4fb07bad5..a1fa48c01 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 4d9e3c98a..cc78889c8 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 839eaed4e..248b295dc 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 3383fe6e8..1fef7bb0e 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 d9f24d0d2..0d3f61f0b 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 cd9b2c143..1ac41f901 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 21c11c645..d39d627be 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 4615db741..bc037cc5e 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 29bd5c6d6..5cbe82020 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 a3e44039e..3a54f38c7 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 aafbdd6f9..da6b0d05b 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 fe6211528..8a710859a 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 c78dc146d..584ba31f1 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 2e8697786..967ebefbf 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 1d8023c32..5ee811e33 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 07ccf7432..26618c6ef 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 4f7a7feb9..515599aab 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 c14a78e97..2138b4c7b 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 eb26c0acc..0ac58d778 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 f45f17e19..6187f5822 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 4fc9de895..8a9ab5526 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 d4597a830..0797fa14b 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 4f0c4f90f..52e80a046 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 c25d583eb..b2a8ed3c3 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 14297dd75..6c63758c4 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 6343d8fe6..49a72a11b 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 18de2c0ba..9e2aa2cf1 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 3fe505161..55a1ff948 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 41767d022..9e760b7de 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 a723634fd..f98005c00 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 fa98f6bbe..bb67b230e 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 02d15ec6f..d38d04359 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 b53935ca4..398be852e 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 fd8c0e6a0..b7b43e638 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 301090a95..d530f6098 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 74f7ab26a..7a32a0ced 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 118821bba..6fefae5eb 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 779cd9afd..a34b99dfc 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 e717988b1..969b6627a 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 02d95d33b..542555e3f 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 d9ab4c628..abc79d9e5 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 160a8a1cc..02999ec84 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 558ac2aa4..9b2bfa7e1 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 159202421..b2d6659e3 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 684e2b7f7..f4e55d57c 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,