diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bacc1fa7b..bd80a153f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -88,7 +88,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json index f0a8711d3..7a4633a20 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": "ثلج", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "مفضلة", - "service": "خدمة" + "service": "خدمة", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "نظام", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json index e7fc6e979..ce929cabf 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": "Изключен", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "down": "Sites Down", + "up": "Sites Up", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/ca/common.json b/public/locales/ca/common.json index 31abc3d26..b85e53774 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Marcador", - "service": "Servei" + "service": "Servei", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "Sistema", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "m": "m", + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 167600a2f..bf6bbed82 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", @@ -291,7 +292,9 @@ }, "quicklaunch": { "bookmark": "Záložka", - "service": "Služba" + "service": "Služba", + "search": "Search", + "custom": "Custom" }, "homebridge": { "update_available": "Dostupná aktualizace", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/da/common.json b/public/locales/da/common.json index 6ce7c5a25..af3cf5148 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", @@ -287,7 +288,9 @@ }, "quicklaunch": { "bookmark": "Bogmærker", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "watchtower": { "containers_scanned": "Scannet", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/de/common.json b/public/locales/de/common.json index afdf62e0e..f700d34c3 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Lesezeichen", - "service": "Dienst" + "service": "Dienst", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 8378a3a97..dc928ef9d 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -52,7 +52,8 @@ "wlan_users": "WLAN Users", "up": "UP", "down": "DOWN", - "wait": "Please wait" + "wait": "Please wait", + "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", @@ -283,7 +284,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "wmo": { "0-day": "Sunny", @@ -433,7 +436,7 @@ }, "cloudflared": { "origin_ip": "Origin IP", - "status": "Status" + "status": "Status" }, "proxmoxbackupserver": { "datastore_usage": "Datastore", @@ -447,6 +450,18 @@ "videos": "Videos", "storage": "Storage" }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" + }, "diskstation": { "days": "Days", "uptime": "Uptime", diff --git a/public/locales/eo/common.json b/public/locales/eo/common.json index 70260f7a2..215b5a7d5 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", @@ -235,7 +236,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Servo" + "service": "Servo", + "search": "Search", + "custom": "Custom" }, "wmo": { "0-day": "Suna", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/es/common.json b/public/locales/es/common.json index f80f8f6cb..f1864972b 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": "Se desconoce el estado del subsistema" }, "plex": { "streams": "Transmisiones activas", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Marcadores", - "service": "Servicio" + "service": "Servicio", + "search": "Buscar", + "custom": "Personalizado" }, "homebridge": { "available_update": "Sistema", @@ -432,9 +435,21 @@ "memory_usage": "Memoria" }, "immich": { - "users": "Users", - "photos": "Photos", - "videos": "Videos", - "storage": "Storage" + "users": "Usuarios", + "photos": "Fotos", + "videos": "Vídeos", + "storage": "Almacenamiento" + }, + "uptimekuma": { + "up": "Páginas web activas", + "down": "Páginas web inactivas", + "uptime": "Disponibilidad", + "incident": "Incidencia", + "m": "m" + }, + "komga": { + "libraries": "Librerías", + "series": "Series", + "books": "Libros" } } diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json index 07448c8ba..d0ea0f45f 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index f25bd9a0e..b27e5e667 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": "Statut sous-système inconnu" }, "plex": { "streams": "Flux actif", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Signet", - "service": "Service" + "service": "Service", + "search": "Recherche", + "custom": "Personnalisé" }, "homebridge": { "available_update": "Système", @@ -432,9 +435,21 @@ "memory_usage": "Mémoire" }, "immich": { - "users": "Users", + "users": "Utilisateurs", "photos": "Photos", - "videos": "Videos", - "storage": "Storage" + "videos": "Vidéos", + "storage": "Stockage" + }, + "uptimekuma": { + "up": "En ligne", + "down": "Hors ligne", + "uptime": "Dispo.", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Librairies", + "series": "Séries", + "books": "Livres" } } diff --git a/public/locales/he/common.json b/public/locales/he/common.json index db63fedbc..3539c91d8 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json index b78a2acd7..c7eb9ea90 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", @@ -225,7 +226,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "wmo": { "0-day": "Sunny", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/hr/common.json b/public/locales/hr/common.json index 7f02d8aac..6fbe0278b 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Straničnik", - "service": "Usluga" + "service": "Usluga", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "Sustav", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index 19dd63842..d1b8baf66 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/it/common.json b/public/locales/it/common.json index f793bf069..6e54b5aba 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Segnalibro", - "service": "Servizio" + "service": "Servizio", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "Sistema", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index df32660e7..fc1a1a260 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "wmo": { "0-day": "Sunny", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json index 40e31fe1c..967dbc143 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", @@ -273,7 +274,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "wmo": { "0-day": "Saulains", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/ms/common.json b/public/locales/ms/common.json index 527d77d2a..4522de977 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", @@ -62,7 +63,9 @@ }, "quicklaunch": { "bookmark": "Tandabuku", - "service": "Servis" + "service": "Servis", + "search": "Search", + "custom": "Custom" }, "wmo": { "0-day": "Terik", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/nb-NO/common.json b/public/locales/nb-NO/common.json index cdd614033..20090c4ae 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index 53a6483aa..5132e27ec 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index 44d3f3167..5d287c8d0 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Zakładka", - "service": "Usługi" + "service": "Usługi", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/pt-BR/common.json b/public/locales/pt-BR/common.json index 6b01edf78..e1a4f53b6 100644 --- a/public/locales/pt-BR/common.json +++ b/public/locales/pt-BR/common.json @@ -31,10 +31,10 @@ "missing_type": "Tipo de Widget ausente: {{type}}", "api_error": "Erro da API", "status": "Status", - "information": "Information", + "information": "Informação", "url": "URL", "raw_error": "Raw Error", - "response_data": "Response Data" + "response_data": "Dados de Resposta" }, "weather": { "current": "Localização atual", @@ -53,13 +53,13 @@ "cpu": "CPU" }, "docker": { - "rx": "Rx", - "tx": "Tx", - "mem": "Mem", + "rx": "Recebido", + "tx": "Transmitido", + "mem": "Memória", "cpu": "CPU", "offline": "Desligado", - "error": "Error", - "unknown": "Unknown" + "error": "Erro", + "unknown": "Desconhecido" }, "emby": { "playing": "Reproduzindo", @@ -99,7 +99,7 @@ "wanted": "Desejado", "queued": "Na fila", "movies": "Filmes", - "missing": "Missing" + "missing": "Faltando" }, "lidarr": { "wanted": "Desejado", @@ -129,7 +129,7 @@ "pending": "Pendente", "approved": "Aprovado", "available": "Disponível", - "processing": "Processing" + "processing": "Processando" }, "pihole": { "queries": "Consultas", @@ -148,9 +148,9 @@ "ping": "Ping" }, "traefik": { - "routers": "Rotas", + "routers": "Roteadores", "services": "Serviços", - "middleware": "Middleware" + "middleware": "Software intermediario" }, "npm": { "enabled": "Habilitado", @@ -164,10 +164,10 @@ }, "prowlarr": { "enableIndexers": "Indexadores", - "numberOfGrabs": "Grabs", - "numberOfQueries": "Queries", + "numberOfGrabs": "Pegos", + "numberOfQueries": "Consultas", "numberOfFailGrabs": "Fail Grabs", - "numberOfFailQueries": "Fail Queries" + "numberOfFailQueries": "Consultas Falhas" }, "jackett": { "configured": "Configurado", @@ -179,36 +179,37 @@ "domain_count": "Domínios" }, "authentik": { - "users": "Users", + "users": "Usuários", "loginsLast24H": "Logins (24h)", "failedLoginsLast24H": "Failed Logins (24h)" }, "proxmox": { - "mem": "MEM", - "cpu": "CPU", + "mem": "Memória", + "cpu": "Processador", "lxc": "LXC", "vms": "VMs" }, "unifi": { - "users": "Users", - "uptime": "System Uptime", - "days": "Days", + "users": "Usuários", + "uptime": "Tempo de Funcionamento", + "days": "Dias", "wan": "WAN", - "lan_users": "LAN Users", - "wlan_users": "WLAN Users", - "up": "UP", - "down": "DOWN", - "wait": "Please wait", + "lan_users": "Usuarios locais", + "wlan_users": "Usuarios WLAN", + "up": "LIGADO", + "down": "CÁIDO", + "wait": "Por favor guarde", "lan": "LAN", "wlan": "WLAN", - "devices": "Devices", - "lan_devices": "LAN Devices", - "wlan_devices": "WLAN Devices" + "devices": "Dispositivos", + "lan_devices": "Dispositivos LAN", + "wlan_devices": "Dispositivos WLAN", + "empty_data": "Subsystem status unknown" }, "plex": { - "streams": "Active Streams", - "movies": "Movies", - "tv": "TV Shows" + "streams": "Transmissões ativas", + "movies": "Filmes", + "tv": "Séries de TV" }, "glances": { "cpu": "CPU", @@ -222,10 +223,10 @@ "wmo": { "1-night": "Mainly Clear", "2-day": "Partly Cloudy", - "2-night": "Partly Cloudy", - "3-day": "Cloudy", - "3-night": "Cloudy", - "45-day": "Foggy", + "2-night": "Parcialmente nublado", + "3-day": "Nublado", + "3-night": "Nublado", + "45-day": "Névoa", "45-night": "Foggy", "48-day": "Foggy", "48-night": "Foggy", @@ -233,9 +234,9 @@ "57-day": "Freezing Drizzle", "99-day": "Thunderstorm With Hail", "99-night": "Thunderstorm With Hail", - "0-day": "Sunny", + "0-day": "Ensolarado", "53-day": "Drizzle", - "0-night": "Clear", + "0-night": "Limpo", "1-day": "Mainly Sunny", "51-day": "Light Drizzle", "51-night": "Light Drizzle", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -313,8 +316,8 @@ "time": "{{value, number(style: unit; unitDisplay: long;)}}" }, "navidrome": { - "nothing_streaming": "No Active Streams", - "please_wait": "Please Wait" + "nothing_streaming": "Sem transmissões ativas", + "please_wait": "Por favor aguarde" }, "pyload": { "speed": "Speed", @@ -332,7 +335,7 @@ "hd": "HD" }, "ping": { - "error": "Error", + "error": "Erro", "ping": "Ping" }, "scrutiny": { @@ -357,14 +360,14 @@ "seed": "Seed" }, "tdarr": { - "queue": "Queue", - "processed": "Processed", - "errored": "Errored", - "saved": "Saved" + "queue": "Fila", + "processed": "Processado", + "errored": "Erro", + "saved": "Salvo" }, "miniflux": { - "read": "Read", - "unread": "Unread" + "read": "Lidos", + "unread": "Não Lidos" }, "nextdns": { "wait": "Please Wait", @@ -375,11 +378,11 @@ "bibitrate": "{{value, rate(bits: true; binary: true)}}" }, "omada": { - "connectedAp": "Connected APs", - "activeUser": "Active devices", - "alerts": "Alerts", - "connectedGateway": "Connected gateways", - "connectedSwitches": "Connected switches" + "connectedAp": "Pontos de acesso conectados", + "activeUser": "Dispositivos ativos", + "alerts": "Alertas", + "connectedGateway": "Gateways conectados", + "connectedSwitches": "Interruptores conectados" }, "downloadstation": { "download": "Download", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index a61169f52..a6337ee0f 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", @@ -292,7 +293,9 @@ }, "quicklaunch": { "bookmark": "Marcador", - "service": "Serviço" + "service": "Serviço", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "Sistema", @@ -445,5 +448,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/ro/common.json b/public/locales/ro/common.json index 5e9e47d33..225ae3ba9 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "update_available": "Update Available", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index c52e101f5..ad81e13cc 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/sr/common.json b/public/locales/sr/common.json index 9c39d9c2f..e624b14bb 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index 596e9e934..7e8ac3e6d 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/te/common.json b/public/locales/te/common.json index 1e040d981..ef020175f 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": "యాక్టివ్ స్ట్రీమ్లు", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "బుక్మార్క్", - "service": "సేవ" + "service": "సేవ", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "వ్యవస్థ", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json index b38ec04ea..c393e601b 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Yer İmi", - "service": "Hizmet" + "service": "Hizmet", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "Sistem", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index 5cf01ce0b..f47619725 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": "Статус підсистеми невідомий" }, "docker": { "rx": "RX", @@ -341,7 +342,9 @@ }, "quicklaunch": { "bookmark": "Закладка", - "service": "Сервіс" + "service": "Сервіс", + "search": "Пошук", + "custom": "Користувацький" }, "homebridge": { "available_update": "Система", @@ -426,15 +429,27 @@ "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": "Активні сайти", + "down": "Неактивні сайти", + "uptime": "Час роботи", + "incident": "Інцидент", + "m": "хв" + }, + "komga": { + "libraries": "Бібліотеки", + "series": "Серії", + "books": "Книжки" } } diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index 97a458f7e..b3f33f107 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/yue/common.json b/public/locales/yue/common.json index 112699ee1..270b97064 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", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "Bookmark", - "service": "Service" + "service": "Service", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index 008d09b4b..fb6d87666 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -3,16 +3,16 @@ "missing_type": "缺少小部件类型:{{type}}", "api_error": "API错误", "status": "状态", - "information": "Information", + "information": "信息", "url": "URL", - "raw_error": "Raw Error", - "response_data": "Response Data" + "raw_error": "原始错误", + "response_data": "返回数据" }, "search": { "placeholder": "搜索…" }, "resources": { - "total": "共", + "total": "总计", "free": "空闲", "used": "已用", "load": "负载", @@ -24,8 +24,8 @@ "mem": "内存", "cpu": "处理器", "offline": "离线", - "error": "Error", - "unknown": "Unknown" + "error": "错误", + "unknown": "未知" }, "emby": { "playing": "播放中", @@ -203,7 +203,8 @@ "wlan": "无线局域网", "devices": "设备", "lan_devices": "局域网设备", - "wlan_devices": "无线局域网设备" + "wlan_devices": "无线局域网设备", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "活动流", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "书签", - "service": "服务" + "service": "服务", + "search": "Search", + "custom": "Custom" }, "homebridge": { "available_update": "System", @@ -332,7 +335,7 @@ "hd": "HD" }, "ping": { - "error": "Error", + "error": "错误", "ping": "Ping" }, "scrutiny": { @@ -345,22 +348,22 @@ "total": "Total" }, "deluge": { - "download": "Download", - "upload": "Upload", - "leech": "Leech", - "seed": "Seed" + "download": "下载", + "upload": "上传", + "leech": "下载中", + "seed": "做种" }, "flood": { - "leech": "Leech", - "download": "Download", - "upload": "Upload", - "seed": "Seed" + "leech": "下载中", + "download": "下载", + "upload": "上传", + "seed": "做种" }, "tdarr": { "saved": "Saved", - "queue": "Queue", + "queue": "队列", "processed": "Processed", - "errored": "Errored" + "errored": "出错" }, "miniflux": { "read": "Read", @@ -376,16 +379,16 @@ }, "omada": { "connectedAp": "Connected APs", - "activeUser": "Active devices", - "alerts": "Alerts", - "connectedGateway": "Connected gateways", - "connectedSwitches": "Connected switches" + "activeUser": "活跃设备", + "alerts": "警报", + "connectedGateway": "已连接网关", + "connectedSwitches": "已连接开关" }, "downloadstation": { - "download": "Download", - "upload": "Upload", - "leech": "Leech", - "seed": "Seed" + "download": "下载", + "upload": "上传", + "leech": "下载中", + "seed": "做种" }, "mikrotik": { "cpuLoad": "CPU Load", @@ -436,5 +439,17 @@ "photos": "Photos", "videos": "Videos", "storage": "Storage" + }, + "uptimekuma": { + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime", + "incident": "Incident", + "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } diff --git a/public/locales/zh-Hant/common.json b/public/locales/zh-Hant/common.json index 7e873813a..708626d3d 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": { @@ -203,7 +203,8 @@ "wlan": "WLAN", "devices": "設備", "lan_devices": "LAN設備", - "wlan_devices": "WLAN設備" + "wlan_devices": "WLAN設備", + "empty_data": "Subsystem status unknown" }, "plex": { "streams": "正在播放", @@ -279,7 +280,9 @@ }, "quicklaunch": { "bookmark": "書籤", - "service": "服務" + "service": "服務", + "search": "搜尋", + "custom": "自訂" }, "homebridge": { "available_update": "系統", @@ -290,7 +293,7 @@ "child_bridges_status": "{{ok}}/{{total}}" }, "autobrr": { - "approvedPushes": "接受", + "approvedPushes": "已核准", "rejectedPushes": "拒絕", "filters": "篩選器", "indexers": "索引器" @@ -422,19 +425,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": "在線網站", + "down": "離線網站", + "uptime": "在線時間", + "incident": "事件", + "m": "m" + }, + "komga": { + "libraries": "文庫", + "series": "叢刊", + "books": "書刊" } } diff --git a/src/components/quicklaunch.jsx b/src/components/quicklaunch.jsx index 050de448f..cc19aaf94 100644 --- a/src/components/quicklaunch.jsx +++ b/src/components/quicklaunch.jsx @@ -6,7 +6,7 @@ import ResolvedIcon from "./resolvedicon"; import { SettingsContext } from "utils/contexts/settings"; -export default function QuickLaunch({servicesAndBookmarks, searchString, setSearchString, isOpen, close, searchDescriptions}) { +export default function QuickLaunch({servicesAndBookmarks, searchString, setSearchString, isOpen, close, searchDescriptions, searchProvider}) { const { t } = useTranslation(); const { settings } = useContext(SettingsContext); @@ -34,7 +34,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear function handleSearchKeyDown(event) { if (!isOpen) return; - + if (event.key === "Escape") { closeAndReset(); event.preventDefault(); @@ -50,6 +50,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear } } + function handleItemHover(event) { setCurrentItemIndex(parseInt(event.target?.dataset?.index, 10)); } @@ -75,6 +76,15 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear if (searchDescriptions) { newResults = newResults.sort((a, b) => b.priority - a.priority); } + if (searchProvider) { + newResults.push( + { + href: searchProvider.url + encodeURIComponent(searchString), + name: `${searchProvider.name ?? t("quicklaunch.custom")} ${t("quicklaunch.search")} `, + type: 'search', + } + ) + } setResults(newResults); @@ -82,7 +92,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear setCurrentItemIndex(0); } } - }, [searchString, servicesAndBookmarks, searchDescriptions]); + }, [searchString, servicesAndBookmarks, searchDescriptions, searchProvider, t]); const [hidden, setHidden] = useState(true); @@ -90,7 +100,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear function handleBackdropClick(event) { if (event.target?.tagName === "DIV") closeAndReset(); } - + if (isOpen) { searchField.current.focus(); document.body.addEventListener('click', handleBackdropClick); @@ -135,20 +145,20 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear i === currentItemIndex && "bg-theme-300/50 dark:bg-theme-700/50", )} onClick={handleItemClick}>