diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 3e283d69..4e9d8585 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,3 +1,3 @@
-github: benphelps
+github: [benphelps, shamoon]
ko_fi: benphelps
custom: ["https://paypal.me/phelpsben"]
diff --git a/docs/configs/bookmarks.md b/docs/configs/bookmarks.md
index 27f6c273..897975e2 100644
--- a/docs/configs/bookmarks.md
+++ b/docs/configs/bookmarks.md
@@ -3,7 +3,7 @@ title: Bookmarks
description: Bookmark Configuration
---
-Bookmarks function much the same as [Services](services.md), in how groups and lists work. They're just much simpler, smaller, and contain no extra features other than being a link out.
+Bookmarks are configured in the `bookmarks.yaml` file. They function much the same as [Services](services.md), in how groups and lists work. They're just much simpler, smaller, and contain no extra features other than being a link out.
The design of homepage expects `abbr` to be 2 letters, but is not otherwise forced.
@@ -12,6 +12,7 @@ You can also use an icon for bookmarks similar to the [options for service icons
By default, the description will use the hostname of the link, but you can override it with a custom description.
```yaml
+---
- Developer:
- Github:
- abbr: GH
@@ -29,4 +30,8 @@ By default, the description will use the hostname of the link, but you can overr
href: https://youtube.com/
```
+which renders to (depending on your theme, etc.):
+
+
+The default [bookmarks.yaml](https://github.com/gethomepage/homepage/blob/main/src/skeleton/bookmarks.yaml) is a working example.
diff --git a/docs/widgets/services/coin-market-cap.md b/docs/widgets/services/coin-market-cap.md
index bb995b97..9bb8aaed 100644
--- a/docs/widgets/services/coin-market-cap.md
+++ b/docs/widgets/services/coin-market-cap.md
@@ -18,7 +18,7 @@ widget:
defaultinterval: 7d # Optional
```
-You can also specify slugs instead of symbols (since symbols aren't garaunteed to be unique). If you supply both, slugs will be used. For example:
+You can also specify slugs instead of symbols (since symbols aren't guaranteed to be unique). If you supply both, slugs will be used. For example:
```yaml
widget:
diff --git a/docs/widgets/services/gatus.md b/docs/widgets/services/gatus.md
new file mode 100644
index 00000000..3918b9f3
--- /dev/null
+++ b/docs/widgets/services/gatus.md
@@ -0,0 +1,12 @@
+---
+title: Gatus
+description: Gatus Widget Configuration
+---
+
+Allowed fields: `["up", "down", "uptime"]`.
+
+```yaml
+widget:
+ type: gatus
+ url: http://gatus.host.or.ip:port
+```
diff --git a/docs/widgets/services/immich.md b/docs/widgets/services/immich.md
index 1880f0c5..4ef2e5f2 100644
--- a/docs/widgets/services/immich.md
+++ b/docs/widgets/services/immich.md
@@ -5,6 +5,8 @@ description: Immich Widget Configuration
[Immich](https://github.com/immich-app/immich)
+Find your API key under `Account Settings > API Keys`.
+
Allowed fields: `["users" ,"photos", "videos", "storage"]`.
Note that API key must be from admin user.
diff --git a/docs/widgets/services/netdata.md b/docs/widgets/services/netdata.md
index 197d7bd5..25421305 100644
--- a/docs/widgets/services/netdata.md
+++ b/docs/widgets/services/netdata.md
@@ -9,6 +9,6 @@ Allowed fields: `["warnings", "criticals"]`.
```yaml
widget:
- type: Netdata
+ type: netdata
url: http://netdata.host.or.ip
```
diff --git a/docs/widgets/services/romm.md b/docs/widgets/services/romm.md
new file mode 100644
index 00000000..6e0f20ec
--- /dev/null
+++ b/docs/widgets/services/romm.md
@@ -0,0 +1,14 @@
+---
+title: Romm
+description: Romm Widget Configuration
+---
+
+Allowed fields: `["platforms", "totalRoms"]`.
+
+```yaml
+widget:
+ type: Romm
+ url: http://romm.host.or.ip
+ username: username # optional
+ password: password # optional
+```
diff --git a/mkdocs.yml b/mkdocs.yml
index 0968da60..572d36b4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -55,6 +55,7 @@ nav:
- widgets/services/freshrss.md
- widgets/services/fritzbox.md
- widgets/services/gamedig.md
+ - widgets/services/gatus.md
- widgets/services/ghostfolio.md
- widgets/services/glances.md
- widgets/services/gluetun.md
@@ -115,6 +116,7 @@ nav:
- widgets/services/qnap.md
- widgets/services/radarr.md
- widgets/services/readarr.md
+ - widgets/services/romm.md
- widgets/services/rutorrent.md
- widgets/services/sabnzbd.md
- widgets/services/scrutiny.md
diff --git a/public/locales/af/common.json b/public/locales/af/common.json
index 08ff379e..102f24c4 100644
--- a/public/locales/af/common.json
+++ b/public/locales/af/common.json
@@ -12,8 +12,9 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
- "months": "mo",
+ "months": "ma",
"days": "d",
"hours": "h",
"minutes": "m",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Nuut",
- "up": "Aanlyn",
+ "up": "Op",
"grace": "In Grasietydperk",
- "down": "Vanlyn",
+ "down": "Af",
"paused": "Onderbreek",
"status": "Status",
"last_ping": "Laaste Pieng",
@@ -794,5 +795,13 @@
"digitalRelease": "Digitale Vrylating",
"noEventsToday": "Geen gebeure vir vandag nie!",
"noEventsFound": "Geen gebeure gevind nie"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json
index fedb8251..d81b4a95 100644
--- a/public/locales/ar/common.json
+++ b/public/locales/ar/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "ش",
"days": "ي",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "جديد(ة)",
- "up": "مُتّصل",
+ "up": "يعمل",
"grace": "في فترة السماح",
- "down": "غير متصل",
+ "down": "لا يعمل",
"paused": "متوقف",
"status": "الحالة",
"last_ping": "آخر Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "الإصدار الرقمي",
"noEventsToday": "لا توجد أحداث اليوم!",
"noEventsFound": "لم يتم العثور على أحداث"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json
index 954bf616..2bf20ccc 100644
--- a/public/locales/bg/common.json
+++ b/public/locales/bg/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Нови",
- "up": "Online",
+ "up": "Up",
"grace": "Гратисен период",
- "down": "Изключен",
+ "down": "Down",
"paused": "Paused",
"status": "Статус",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "Няма събития за днес!",
"noEventsFound": "Няма намерени събития"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/ca/common.json b/public/locales/ca/common.json
index 425f6c80..7c638792 100644
--- a/public/locales/ca/common.json
+++ b/public/locales/ca/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Fora de línia",
+ "down": "Down",
"paused": "Paused",
"status": "Estat",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json
index faab95bb..3e3e540b 100644
--- a/public/locales/cs/common.json
+++ b/public/locales/cs/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Nové",
- "up": "Online",
+ "up": "Up",
"grace": "V období odkladu",
- "down": "Offline",
+ "down": "Down",
"paused": "Pozastaveno",
"status": "Stav",
"last_ping": "Poslední ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/da/common.json b/public/locales/da/common.json
index 20127cca..1bcfdc7f 100644
--- a/public/locales/da/common.json
+++ b/public/locales/da/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Ny",
- "up": "Online",
+ "up": "Op",
"grace": "Henstandsperiode",
- "down": "Offline",
+ "down": "Ned",
"paused": "Pause",
"status": "Status",
"last_ping": "Sidste Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digitale udgivelser",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/de/common.json b/public/locales/de/common.json
index feb6c25f..4d2a5b17 100644
--- a/public/locales/de/common.json
+++ b/public/locales/de/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -169,7 +170,7 @@
"activeUser": "Aktive Geräte",
"alerts": "Warnungen",
"connectedGateway": "Verbundene Gateways",
- "connectedSwitches": "Verbundene Switches"
+ "connectedSwitches": "Verbundene Switche"
},
"nzbget": {
"rate": "Datenrate",
@@ -383,8 +384,8 @@
},
"authentik": {
"users": "Benutzer",
- "loginsLast24H": "Anmeldungen (24h)",
- "failedLoginsLast24H": "fehlerhafte Anmeldungen (24h)"
+ "loginsLast24H": "Anmeldungen (24 h)",
+ "failedLoginsLast24H": "Fehlgeschlagene Anmeldungen (24 h)"
},
"proxmox": {
"mem": "RAM",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Neu",
- "up": "Online",
+ "up": "Senden",
"grace": "In Karenzzeit",
- "down": "Offline",
+ "down": "Empfangen",
"paused": "Pausiert",
"status": "Status",
"last_ping": "Letzter Ping",
@@ -561,7 +562,7 @@
"cpuLoad": "CPU-Auslastung",
"memoryUsed": "RAM Verbrauch",
"uptime": "Betriebszeit",
- "numberOfLeases": "Leasen"
+ "numberOfLeases": "Leases"
},
"xteve": {
"streams_all": "Keine Übertragungen",
@@ -608,7 +609,7 @@
},
"proxmoxbackupserver": {
"datastore_usage": "Datenspeicher",
- "failed_tasks_24h": "Fehlgeschlagene Prozesse 24h",
+ "failed_tasks_24h": "Fehlgeschlagene Prozesse (24 h)",
"cpu_usage": "CPU",
"memory_usage": "RAM"
},
@@ -794,5 +795,13 @@
"digitalRelease": "Digitale Version",
"noEventsToday": "Heute keine Ereignisse!",
"noEventsFound": "Keine Termine gefunden"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnungen",
+ "criticals": "Kritisch"
}
}
diff --git a/public/locales/el/common.json b/public/locales/el/common.json
index 3f6802a4..b318cfda 100644
--- a/public/locales/el/common.json
+++ b/public/locales/el/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -50,7 +51,7 @@
},
"unifi": {
"users": "Χρήστες",
- "uptime": "Uptime",
+ "uptime": "Χρόνος Λειτουργίας",
"days": "Ημέρες",
"wan": "WAN",
"lan": "LAN",
@@ -86,15 +87,15 @@
"ping": "Ping",
"down": "Down",
"up": "Up",
- "not_available": "Not Available"
+ "not_available": "Μη διαθέσιμο"
},
"siteMonitor": {
- "http_status": "HTTP status",
+ "http_status": "Κατάσταση HTTP",
"error": "Σφάλμα",
- "response": "Response",
+ "response": "Απόκριση",
"down": "Down",
"up": "Up",
- "not_available": "Not Available"
+ "not_available": "Μη διαθέσιμο"
},
"emby": {
"playing": "Παίζει",
@@ -126,14 +127,14 @@
},
"fritzbox": {
"connectionStatus": "Κατάσταση",
- "connectionStatusUnconfigured": "Unconfigured",
- "connectionStatusConnecting": "Connecting",
+ "connectionStatusUnconfigured": "Μη Ρυθμισμένο",
+ "connectionStatusConnecting": "Κατάσταση Σύνδεσης",
"connectionStatusAuthenticating": "Authenticating",
"connectionStatusPendingDisconnect": "Pending Disconnect",
"connectionStatusDisconnecting": "Disconnecting",
"connectionStatusDisconnected": "Disconnected",
"connectionStatusConnected": "Connected",
- "uptime": "Uptime",
+ "uptime": "Χρόνος Λειτουργίας",
"maxDown": "Max. Down",
"maxUp": "Max. Up",
"down": "Down",
@@ -309,7 +310,7 @@
"hours": "{{number}}h",
"minutes": "{{number}}m",
"seconds": "{{number}}s",
- "ago": "{{value}} Ago"
+ "ago": "{{value}} πρίν"
},
"tdarr": {
"queue": "Ουρά",
@@ -324,45 +325,45 @@
},
"navidrome": {
"nothing_streaming": "Δεν υπάρχουν ενεργές ροές",
- "please_wait": "Please Wait"
+ "please_wait": "Παρακαλώ περιμένετε"
},
"npm": {
- "enabled": "Enabled",
- "disabled": "Disabled",
+ "enabled": "Ενεργοποιημένο",
+ "disabled": "Απενεργοποιημένο",
"total": "Σύνολο"
},
"coinmarketcap": {
- "configure": "Configure one or more crypto currencies to track",
- "1hour": "1 Hour",
- "1day": "1 Day",
- "7days": "7 Days",
- "30days": "30 Days"
+ "configure": "Ρυθμίστε ένα ή περισσότερα κρυπτονομίσματα για παρακολούθηση",
+ "1hour": "1 Ώρα",
+ "1day": "1 ημέρα",
+ "7days": "7 Ημέρες",
+ "30days": "30 Ημέρες"
},
"gotify": {
- "apps": "Applications",
- "clients": "Clients",
- "messages": "Messages"
+ "apps": "Εφαρμογές",
+ "clients": "Πελάτες",
+ "messages": "Μηνύματα"
},
"prowlarr": {
- "enableIndexers": "Indexers",
- "numberOfGrabs": "Grabs",
+ "enableIndexers": "Ευρετήρια",
+ "numberOfGrabs": "Αρπαγές",
"numberOfQueries": "Queries",
- "numberOfFailGrabs": "Fail Grabs",
+ "numberOfFailGrabs": "Αποτυχημένες Αρπαγές",
"numberOfFailQueries": "Fail Queries"
},
"jackett": {
- "configured": "Configured",
+ "configured": "Ρυθμισμένο",
"errored": "Errored"
},
"strelaysrv": {
- "numActiveSessions": "Sessions",
- "numConnections": "Connections",
+ "numActiveSessions": "Συνεδρίες",
+ "numConnections": "Συνδέσεις",
"dataRelayed": "Relayed",
"transferRate": "Ρυθμός"
},
"mastodon": {
"user_count": "Χρήστες",
- "status_count": "Posts",
+ "status_count": "Δημοσιεύσεις",
"domain_count": "Domains"
},
"medusa": {
@@ -371,10 +372,10 @@
"series": "Σειρές"
},
"minecraft": {
- "players": "Players",
- "version": "Version",
+ "players": "Παίκτες",
+ "version": "Έκδοση",
"status": "Κατάσταση",
- "up": "Online",
+ "up": "Συνδεδεμένοι",
"down": "Εκτός σύνδεσης"
},
"miniflux": {
@@ -383,8 +384,8 @@
},
"authentik": {
"users": "Χρήστες",
- "loginsLast24H": "Logins (24h)",
- "failedLoginsLast24H": "Failed Logins (24h)"
+ "loginsLast24H": "Συνδέσεις (24h)",
+ "failedLoginsLast24H": "Αποτυχημένες Συνδέσεις (24h)"
},
"proxmox": {
"mem": "MEM",
@@ -409,7 +410,7 @@
"read": "Read",
"write": "Write",
"gpu": "GPU",
- "mem": "Mem",
+ "mem": "Μνήμη",
"swap": "Swap"
},
"quicklaunch": {
@@ -421,22 +422,22 @@
"url": "URL"
},
"wmo": {
- "0-day": "Sunny",
- "0-night": "Clear",
- "1-day": "Mainly Sunny",
- "1-night": "Mainly Clear",
- "2-day": "Partly Cloudy",
- "2-night": "Partly Cloudy",
- "3-day": "Cloudy",
- "3-night": "Cloudy",
- "45-day": "Foggy",
- "45-night": "Foggy",
- "48-day": "Foggy",
- "48-night": "Foggy",
- "51-day": "Light Drizzle",
- "51-night": "Light Drizzle",
- "53-day": "Drizzle",
- "53-night": "Drizzle",
+ "0-day": "Λιακάδα",
+ "0-night": "Καθαρή",
+ "1-day": "Κυρίως Ηλιόλουστη",
+ "1-night": "Κυρίως καθαρή",
+ "2-day": "Αραιές Νεφώσεις",
+ "2-night": "Αραιές Νεφώσεις",
+ "3-day": "Συννεφιές",
+ "3-night": "Συννεφιές",
+ "45-day": "Ομίχλη",
+ "45-night": "Ομίχλη",
+ "48-day": "Ομίχλη",
+ "48-night": "Ομίχλη",
+ "51-day": "Ψιλόβροχο",
+ "51-night": "Ψιλόβροχο",
+ "53-day": "Ψιλόβροχο",
+ "53-night": "Ψιλόβροχο",
"55-day": "Heavy Drizzle",
"55-night": "Heavy Drizzle",
"56-day": "Light Freezing Drizzle",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Εκτός σύνδεσης",
+ "down": "Down",
"paused": "Paused",
"status": "Κατάσταση",
"last_ping": "Last Ping",
@@ -508,7 +509,7 @@
"approvedPushes": "Εγκρίθηκε",
"rejectedPushes": "Rejected",
"filters": "Filters",
- "indexers": "Indexers"
+ "indexers": "Ευρετήρια"
},
"tubearchivist": {
"downloads": "Ουρά",
@@ -517,20 +518,20 @@
"playlists": "Playlists"
},
"truenas": {
- "load": "System Load",
- "uptime": "Uptime",
+ "load": "Φόρτος Συστήματος",
+ "uptime": "Χρόνος Λειτουργίας",
"alerts": "Ειδοποιήσεις"
},
"pyload": {
- "speed": "Speed",
+ "speed": "Ταχύτητα",
"active": "Ενεργό",
"queue": "Ουρά",
"total": "Σύνολο"
},
"gluetun": {
- "public_ip": "Public IP",
- "region": "Region",
- "country": "Country"
+ "public_ip": "Δημόσια ΙΡ",
+ "region": "Περιοχή",
+ "country": "Χώρα"
},
"hdhomerun": {
"channels": "Channels",
@@ -549,19 +550,19 @@
"battery_charge": "Battery Charge",
"ups_load": "UPS Load",
"ups_status": "UPS Status",
- "online": "Online",
+ "online": "Συνδεδεμένοι",
"on_battery": "On Battery",
"low_battery": "Low Battery"
},
"nextdns": {
- "wait": "Please Wait",
+ "wait": "Παρακαλώ περιμένετε",
"no_devices": "No Device Data Received"
},
"mikrotik": {
- "cpuLoad": "CPU Load",
- "memoryUsed": "Memory Used",
- "uptime": "Uptime",
- "numberOfLeases": "Leases"
+ "cpuLoad": "Φόρτος CPU",
+ "memoryUsed": "Χρήση μνήμης",
+ "uptime": "Χρόνος Λειτουργίας",
+ "numberOfLeases": "Μισθώσεις"
},
"xteve": {
"streams_all": "All Streams",
@@ -569,20 +570,20 @@
"streams_xepg": "XEPG Channels"
},
"opendtu": {
- "yieldDay": "Today",
- "absolutePower": "Power",
- "relativePower": "Power %",
+ "yieldDay": "Σήμερα",
+ "absolutePower": "Ισχύς",
+ "relativePower": "Ισχύς %",
"limit": "Limit"
},
"opnsense": {
- "cpu": "CPU Load",
+ "cpu": "Φόρτος CPU",
"memory": "Active Memory",
"wanUpload": "WAN Upload",
"wanDownload": "WAN Download"
},
"moonraker": {
- "printer_state": "Printer State",
- "print_status": "Print Status",
+ "printer_state": "Κατάσταση Εκτυπωτή",
+ "print_status": "Κατάσταση Εκτύπωσης",
"print_progress": "Progress",
"layers": "Layers"
},
@@ -590,7 +591,7 @@
"printer_state": "Κατάσταση",
"temp_tool": "Tool temp",
"temp_bed": "Bed temp",
- "job_completion": "Completion"
+ "job_completion": "Ολοκλήρωση"
},
"cloudflared": {
"origin_ip": "Origin IP",
@@ -621,7 +622,7 @@
"uptimekuma": {
"up": "Sites Up",
"down": "Sites Down",
- "uptime": "Uptime",
+ "uptime": "Χρόνος Λειτουργίας",
"incident": "Incident",
"m": "m"
},
@@ -638,7 +639,7 @@
},
"diskstation": {
"days": "Ημέρες",
- "uptime": "Uptime",
+ "uptime": "Χρόνος Λειτουργίας",
"volumeAvailable": "Διαθέσιμο"
},
"mylar": {
@@ -694,7 +695,7 @@
"targets_total": "Total Targets"
},
"ghostfolio": {
- "gross_percent_today": "Today",
+ "gross_percent_today": "Σήμερα",
"gross_percent_1y": "One year",
"gross_percent_max": "All time"
},
@@ -723,7 +724,7 @@
"downloadCount": "Ουρά",
"downloadBytesRemaining": "Υπόλοιπο",
"downloadTotalBytes": "Size",
- "downloadSpeed": "Speed"
+ "downloadSpeed": "Ταχύτητα"
},
"kavita": {
"seriesCount": "Σειρές",
@@ -744,12 +745,12 @@
},
"gamedig": {
"status": "Κατάσταση",
- "online": "Online",
+ "online": "Συνδεδεμένοι",
"offline": "Εκτός σύνδεσης",
"name": "Name",
"map": "Map",
"currentPlayers": "Current players",
- "players": "Players",
+ "players": "Παίκτες",
"maxPlayers": "Max players",
"bots": "Bots",
"ping": "Ping"
@@ -776,7 +777,7 @@
},
"uptimerobot": {
"status": "Κατάσταση",
- "uptime": "Uptime",
+ "uptime": "Χρόνος Λειτουργίας",
"lastDown": "Last Downtime",
"downDuration": "Downtime Duration",
"sitesUp": "Sites Up",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/en/common.json b/public/locales/en/common.json
index eaed3344..b0f60a6d 100644
--- a/public/locales/en/common.json
+++ b/public/locales/en/common.json
@@ -694,6 +694,11 @@
"targets_down": "Targets Down",
"targets_total": "Total Targets"
},
+ "gatus": {
+ "up": "Sites Up",
+ "down": "Sites Down",
+ "uptime": "Uptime"
+ },
"ghostfolio": {
"gross_percent_today": "Today",
"gross_percent_1y": "One year",
@@ -796,6 +801,10 @@
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
},
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
"netdata": {
"warnings": "Warnings",
"criticals": "Criticals"
diff --git a/public/locales/eo/common.json b/public/locales/eo/common.json
index c55fefb2..42a2f460 100644
--- a/public/locales/eo/common.json
+++ b/public/locales/eo/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Malkonekta",
+ "down": "Down",
"paused": "Paused",
"status": "Stato",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/es/common.json b/public/locales/es/common.json
index bcf9ebea..97dabdc2 100644
--- a/public/locales/es/common.json
+++ b/public/locales/es/common.json
@@ -12,8 +12,9 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
- "months": "mo",
+ "months": "me",
"days": "d",
"hours": "h",
"minutes": "m",
@@ -46,11 +47,11 @@
"load": "Carga",
"temp": "TEMP",
"max": "Máx.",
- "uptime": "ARRIBA"
+ "uptime": "ACTIVO"
},
"unifi": {
"users": "Usuarios",
- "uptime": "Tiempo de la actividad",
+ "uptime": "Tiempo activo",
"days": "Días",
"wan": "WAN",
"lan": "LAN",
@@ -60,7 +61,7 @@
"wlan_devices": "Dispositivos WLAN",
"lan_users": "Usuarios LAN",
"wlan_users": "Usuarios WLAN",
- "up": "ARRIBA",
+ "up": "ACTIVO",
"down": "CAÍDO",
"wait": "Espera, por favor",
"empty_data": "Se desconoce el estado del subsistema"
@@ -84,17 +85,17 @@
"ping": {
"error": "Fallo",
"ping": "Ping",
- "down": "Abajo",
- "up": "Arriba",
- "not_available": "No Disponible"
+ "down": "Inactivo",
+ "up": "Activo",
+ "not_available": "No disponible"
},
"siteMonitor": {
"http_status": "Estado HTTP",
"error": "Fallo",
"response": "Respuesta",
- "down": "Abajo",
- "up": "Arriba",
- "not_available": "No Disponible"
+ "down": "Inactivo",
+ "up": "Activo",
+ "not_available": "No disponible"
},
"emby": {
"playing": "Reproduciendo",
@@ -102,7 +103,7 @@
"bitrate": "Tasa de bits",
"no_active": "Sin transmisiones activas",
"movies": "Películas",
- "series": "Serie",
+ "series": "Series",
"episodes": "Episodios",
"songs": "Canciones"
},
@@ -129,18 +130,18 @@
"connectionStatusUnconfigured": "Sin configurar",
"connectionStatusConnecting": "Conectando",
"connectionStatusAuthenticating": "Autenticando",
- "connectionStatusPendingDisconnect": "Pending Disconnect",
+ "connectionStatusPendingDisconnect": "Desconexión pendiente",
"connectionStatusDisconnecting": "Desconectando",
"connectionStatusDisconnected": "Desconectado",
"connectionStatusConnected": "Conectado",
- "uptime": "Tiempo de la actividad",
- "maxDown": "Max. Down",
- "maxUp": "Max. Up",
- "down": "Abajo",
- "up": "Arriba",
+ "uptime": "Tiempo activo",
+ "maxDown": "Descarga máxima",
+ "maxUp": "Subida máxima",
+ "down": "Inactivo",
+ "up": "Activo",
"received": "Recibido",
"sent": "Enviado",
- "externalIPAddress": "IP pública"
+ "externalIPAddress": "IP ext."
},
"caddy": {
"upstreams": "Upstream (desarrollo de software)",
@@ -152,7 +153,7 @@
"diffsDetected": "Diferencias detectadas"
},
"channelsdvrserver": {
- "shows": "Espectáculos",
+ "shows": "Series",
"recordings": "Grabaciones",
"scheduled": "Programado",
"passes": "Pases"
@@ -168,8 +169,8 @@
"connectedAp": "AP conectados",
"activeUser": "Dispositivos activos",
"alerts": "Alertas",
- "connectedGateway": "Pasarelas conectadas",
- "connectedSwitches": "Interruptores conectados"
+ "connectedGateway": "Puertas de enlace conectadas",
+ "connectedSwitches": "Conmutadores conectados"
},
"nzbget": {
"rate": "Tasa",
@@ -205,11 +206,11 @@
"seed": "Semillas"
},
"qnap": {
- "cpuUsage": "Uso de la Cpu",
+ "cpuUsage": "Uso de la CPU",
"memUsage": "Uso de la memoria",
"systemTempC": "Temperatura del sistema",
- "poolUsage": "Comprobación del uso del grupo de memoria",
- "volumeUsage": "Volumen utilizado",
+ "poolUsage": "Uso del pool",
+ "volumeUsage": "Uso de volúmenes",
"invalid": "No válido"
},
"deluge": {
@@ -227,13 +228,13 @@
"sonarr": {
"wanted": "Buscando",
"queued": "En cola",
- "series": "Serie",
+ "series": "Series",
"queue": "En cola",
"unknown": "Desconocido"
},
"radarr": {
"wanted": "Buscando",
- "missing": "Faltan",
+ "missing": "Faltantes",
"queued": "En cola",
"movies": "Películas",
"queue": "En cola",
@@ -250,8 +251,8 @@
"books": "Libros"
},
"bazarr": {
- "missingEpisodes": "Episodios perdidos",
- "missingMovies": "Películas perdidas"
+ "missingEpisodes": "Episodios faltantes",
+ "missingMovies": "Películas faltantes"
},
"ombi": {
"pending": "Pendiente",
@@ -273,13 +274,13 @@
"total": "Total",
"connected": "Conectado",
"new_devices": "Nuevos dispositivos",
- "down_alerts": "Alertas"
+ "down_alerts": "Alertas de caídas"
},
"pihole": {
"queries": "Consultas",
"blocked": "Bloqueado",
"blocked_percent": "% bloqueado",
- "gravity": "Gravedad"
+ "gravity": "Gravity"
},
"adguard": {
"queries": "Consultas",
@@ -303,12 +304,12 @@
"never": "Nunca",
"last_seen": "Visto por última vez",
"now": "Ahora",
- "years": "{{number}}años",
- "weeks": "{{number}}semanas",
- "days": "{{number}}días",
- "hours": "{{number}}horas",
- "minutes": "{{number}}minutos",
- "seconds": "{{number}}segundos",
+ "years": "{{number}}a",
+ "weeks": "{{number}}sem",
+ "days": "{{number}}d",
+ "hours": "{{number}}h",
+ "minutes": "{{number}}m",
+ "seconds": "{{number}}s",
"ago": "Hace {{value}}"
},
"tdarr": {
@@ -324,7 +325,7 @@
},
"navidrome": {
"nothing_streaming": "Sin transmisiones activas",
- "please_wait": "Espere por favor"
+ "please_wait": "Por favor, espera"
},
"npm": {
"enabled": "Activado",
@@ -368,7 +369,7 @@
"medusa": {
"wanted": "Buscando",
"queued": "En cola",
- "series": "Serie"
+ "series": "Series"
},
"minecraft": {
"players": "Jugadores",
@@ -389,7 +390,7 @@
"proxmox": {
"mem": "MEM",
"cpu": "CPU",
- "lxc": "Contenedores Linux",
+ "lxc": "LXC",
"vms": "Máquinas Virtuales"
},
"glances": {
@@ -399,7 +400,7 @@
"temp": "TEMP",
"_temp": "Temperatura",
"warn": "Advertir",
- "uptime": "ARRIBA",
+ "uptime": "ACTIVO",
"total": "Total",
"free": "Libre",
"used": "Usado",
@@ -417,7 +418,7 @@
"service": "Servicio",
"search": "Buscar",
"custom": "Personalizado",
- "visit": "Visita",
+ "visit": "Visitar",
"url": "Enlace"
},
"wmo": {
@@ -437,8 +438,8 @@
"51-night": "Llovizna ligera",
"53-day": "Llovizna",
"53-night": "Llovizna",
- "55-day": "Llovizna pesada",
- "55-night": "Llovizna pesada",
+ "55-day": "Llovizna intensa",
+ "55-night": "Llovizna intensa",
"56-day": "Llovizna helada ligera",
"56-night": "Llovizna helada ligera",
"57-day": "Llovizna helada",
@@ -447,26 +448,26 @@
"61-night": "Lluvia ligera",
"63-day": "Lluvia",
"63-night": "Lluvia",
- "65-day": "Chubascos",
- "65-night": "Chubascos",
+ "65-day": "Lluvia torrencial",
+ "65-night": "Lluvia torrencial",
"66-day": "Granizo",
"66-night": "Granizo",
"67-day": "Granizo",
"67-night": "Granizo",
- "71-day": "Nevada Leve",
- "71-night": "Nevada Leve",
+ "71-day": "Nevada leve",
+ "71-night": "Nevada leve",
"73-day": "Nevada",
"73-night": "Nevada",
- "75-day": "Fuertes Nevadas",
- "75-night": "Fuertes Nevadas",
+ "75-day": "Nevada intensa",
+ "75-night": "Nevada intensa",
"77-day": "Granizada",
"77-night": "Granizada",
"80-day": "Llovizna",
"80-night": "Llovizna",
"81-day": "Lluvia",
"81-night": "Lluvia",
- "82-day": "Chubascos",
- "82-night": "Chubascos",
+ "82-day": "Lluvias torrenciales",
+ "82-night": "Lluvias torrenciales",
"85-day": "Lluvia de nieve",
"85-night": "Lluvia de nieve",
"86-day": "Lluvia de nieve",
@@ -485,15 +486,15 @@
"up_to_date": "Actualizado",
"child_bridges": "Bridges secundarios",
"child_bridges_status": "{{ok}}/{{total}}",
- "up": "Arriba",
+ "up": "Activo",
"pending": "Pendiente",
- "down": "Abajo"
+ "down": "Inactivo"
},
"healthchecks": {
"new": "Nuevo",
- "up": "En línea",
+ "up": "Activo",
"grace": "En Periodo de Gracia",
- "down": "Desconectado",
+ "down": "Inactivo",
"paused": "Pausado",
"status": "Estado",
"last_ping": "Último ping",
@@ -512,13 +513,13 @@
},
"tubearchivist": {
"downloads": "En cola",
- "videos": "Vídeos",
+ "videos": "Videos",
"channels": "Canales",
"playlists": "Listas de reproducción"
},
"truenas": {
"load": "Carga del sistema",
- "uptime": "Tiempo de la actividad",
+ "uptime": "Tiempo activo",
"alerts": "Alertas"
},
"pyload": {
@@ -546,21 +547,21 @@
"total": "Total"
},
"peanut": {
- "battery_charge": "Battery Charge",
- "ups_load": "UPS Load",
- "ups_status": "UPS Status",
+ "battery_charge": "Carga de la batería",
+ "ups_load": "Carga del UPS",
+ "ups_status": "Estado del UPS",
"online": "En línea",
- "on_battery": "On Battery",
- "low_battery": "Low Battery"
+ "on_battery": "Con batería",
+ "low_battery": "Batería baja"
},
"nextdns": {
- "wait": "Espere por favor",
- "no_devices": "No se reciben datos del dispositivo"
+ "wait": "Por favor, espera",
+ "no_devices": "No se recibieron datos del dispositivo"
},
"mikrotik": {
"cpuLoad": "Carga de la CPU",
"memoryUsed": "Memoria utilizada",
- "uptime": "Tiempo de la actividad",
+ "uptime": "Tiempo activo",
"numberOfLeases": "Alquileres"
},
"xteve": {
@@ -570,15 +571,15 @@
},
"opendtu": {
"yieldDay": "Hoy",
- "absolutePower": "Encender",
- "relativePower": "Encender %",
+ "absolutePower": "Potencia",
+ "relativePower": "Potencia %",
"limit": "Límite"
},
"opnsense": {
"cpu": "Carga de la CPU",
"memory": "Memoria activa",
- "wanUpload": "Carga WAN",
- "wanDownload": "Descargar WAN"
+ "wanUpload": "Subida WAN",
+ "wanDownload": "Descarga WAN"
},
"moonraker": {
"printer_state": "Estado de la impresora",
@@ -598,10 +599,10 @@
},
"pfsense": {
"load": "Promedio de carga",
- "memory": "Memoria utilizada",
+ "memory": "Uso de memoria",
"wanStatus": "Estado de la WAN",
- "up": "Arriba",
- "down": "Abajo",
+ "up": "Activo",
+ "down": "Inactivo",
"temp": "Temperatura",
"disk": "Uso del disco",
"wanIP": "IP de la WAN"
@@ -615,41 +616,41 @@
"immich": {
"users": "Usuarios",
"photos": "Fotos",
- "videos": "Vídeos",
+ "videos": "Videos",
"storage": "Almacenamiento"
},
"uptimekuma": {
- "up": "Páginas web activas",
- "down": "Páginas web inactivas",
- "uptime": "Tiempo de la actividad",
+ "up": "Sitios activos",
+ "down": "Sitios inactivos",
+ "uptime": "Tiempo activo",
"incident": "Incidencia",
"m": "m"
},
"atsumeru": {
- "series": "Serie",
+ "series": "Series",
"archives": "Archivos",
"chapters": "Capítulos",
"categories": "Categorías"
},
"komga": {
"libraries": "Librerías",
- "series": "Serie",
+ "series": "Series",
"books": "Libros"
},
"diskstation": {
"days": "Días",
- "uptime": "Tiempo de la actividad",
+ "uptime": "Tiempo activo",
"volumeAvailable": "Disponible"
},
"mylar": {
- "series": "Serie",
- "issues": "Cuestiones",
+ "series": "Series",
+ "issues": "Números",
"wanted": "Buscando"
},
"photoprism": {
"albums": "Álbumes",
"photos": "Fotos",
- "videos": "Vídeos",
+ "videos": "Videos",
"people": "Personas"
},
"fileflows": {
@@ -680,17 +681,17 @@
"failed": "Fallido"
},
"unmanic": {
- "active_workers": "Trabajadores en activo",
+ "active_workers": "Trabajadores activos",
"total_workers": "Total de trabajadores",
- "records_total": "Duración de la cola"
+ "records_total": "Longitud de la cola"
},
"pterodactyl": {
"servers": "Servidores",
"nodes": "Nodos"
},
"prometheus": {
- "targets_up": "Objetivos arriba",
- "targets_down": "Objetivos abajo",
+ "targets_up": "Objetivos activos",
+ "targets_down": "Objetivos inactivos",
"targets_total": "Objetivos totales"
},
"ghostfolio": {
@@ -705,19 +706,19 @@
"booksDuration": "Duración"
},
"homeassistant": {
- "people_home": "Inicio de personas",
+ "people_home": "Personas en casa",
"lights_on": "Luces encendidas",
- "switches_on": "Encendido"
+ "switches_on": "Interruptores activados"
},
"whatsupdocker": {
- "monitoring": "Supervisión",
+ "monitoring": "Monitorizando",
"updates": "Actualizaciones"
},
"calibreweb": {
"books": "Libros",
"authors": "Autores",
"categories": "Categorías",
- "series": "Serie"
+ "series": "Series"
},
"jdownloader": {
"downloadCount": "En cola",
@@ -726,15 +727,15 @@
"downloadSpeed": "Velocidad"
},
"kavita": {
- "seriesCount": "Serie",
+ "seriesCount": "Series",
"totalFiles": "Archivos"
},
"azuredevops": {
"result": "Resultado",
"status": "Estado",
- "buildId": "Identificador de la construcción",
+ "buildId": "ID de compilación",
"succeeded": "Exitoso",
- "notStarted": "Sin empezar",
+ "notStarted": "No iniciado",
"failed": "Fallido",
"canceled": "Cancelado",
"inProgress": "En curso",
@@ -755,7 +756,7 @@
"ping": "Ping"
},
"urbackup": {
- "ok": "De acuerdo",
+ "ok": "OK",
"errored": "Errores",
"noRecent": "Caducado",
"totalUsed": "Almacenamiento usado"
@@ -776,23 +777,31 @@
},
"uptimerobot": {
"status": "Estado",
- "uptime": "Tiempo de la actividad",
+ "uptime": "Tiempo activo",
"lastDown": "Último periodo de inactividad",
- "downDuration": "Tiempo de inactividad",
- "sitesUp": "Páginas web activas",
- "sitesDown": "Páginas web inactivas",
+ "downDuration": "Duración de inactividad",
+ "sitesUp": "Sitios activos",
+ "sitesDown": "Sitios inactivos",
"paused": "Pausado",
"notyetchecked": "Aún no verificado",
- "up": "Arriba",
+ "up": "Activo",
"seemsdown": "Parece caída",
- "down": "Abajo",
+ "down": "Inactivo",
"unknown": "Desconocido"
},
"calendar": {
"inCinemas": "En cine",
"physicalRelease": "Lanzamiento en físico",
"digitalRelease": "Lanzamiento en digital",
- "noEventsToday": "Sin eventos para hoy",
- "noEventsFound": "No events found"
+ "noEventsToday": "¡Sin eventos para hoy!",
+ "noEventsFound": "No se encontraron eventos"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/eu/common.json b/public/locales/eu/common.json
index b8dfaa06..a6a2402e 100644
--- a/public/locales/eu/common.json
+++ b/public/locales/eu/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Offline",
+ "down": "Down",
"paused": "Paused",
"status": "Status",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json
index 7a987f9f..0fd030be 100644
--- a/public/locales/fi/common.json
+++ b/public/locales/fi/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Offline",
+ "down": "Down",
"paused": "Paused",
"status": "Tila",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json
index b36e039a..0cd5435a 100644
--- a/public/locales/fr/common.json
+++ b/public/locales/fr/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Nouveau",
- "up": "En ligne",
+ "up": "Up",
"grace": "En Période de Grâce",
- "down": "Hors ligne",
+ "down": "Down",
"paused": "En Pause",
"status": "Statut",
"last_ping": "Dernier Ping",
@@ -547,11 +548,11 @@
},
"peanut": {
"battery_charge": "Battery Charge",
- "ups_load": "UPS Load",
- "ups_status": "UPS Status",
+ "ups_load": "Charge de l'UPS",
+ "ups_status": "État de l'UPS",
"online": "En ligne",
"on_battery": "On Battery",
- "low_battery": "Low Battery"
+ "low_battery": "Batterie Faible"
},
"nextdns": {
"wait": "Merci de patienter",
@@ -794,5 +795,13 @@
"digitalRelease": "Sortie numérique",
"noEventsToday": "Rien pour aujourd'hui !",
"noEventsFound": "Aucun événement trouvé"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/he/common.json b/public/locales/he/common.json
index edac36af..0c4caf80 100644
--- a/public/locales/he/common.json
+++ b/public/locales/he/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "כבוי",
+ "down": "Down",
"paused": "Paused",
"status": "סטטוס",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json
index 356c6749..ca628d3b 100644
--- a/public/locales/hi/common.json
+++ b/public/locales/hi/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Offline",
+ "down": "Down",
"paused": "Paused",
"status": "Status",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/hr/common.json b/public/locales/hr/common.json
index 32e6255b..5c23c742 100644
--- a/public/locales/hr/common.json
+++ b/public/locales/hr/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Novo",
- "up": "Online",
+ "up": "Up",
"grace": "U razdoblju odgode",
- "down": "Offline",
+ "down": "Down",
"paused": "Zaustavljeno",
"status": "Stanje",
"last_ping": "Zadnji ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json
index 60dee22f..4c047536 100644
--- a/public/locales/hu/common.json
+++ b/public/locales/hu/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Új",
- "up": "Csatlakozva",
+ "up": "Fel",
"grace": "Türelmi idő alatt",
- "down": "Offline",
+ "down": "Le",
"paused": "Szünetel",
"status": "Státusz",
"last_ping": "Legutóbbi Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digitális kiadás",
"noEventsToday": "Ezen a napon nincsenek események!",
"noEventsFound": "Nem található esemény"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/id/common.json b/public/locales/id/common.json
index 09934533..c5f35e1f 100644
--- a/public/locales/id/common.json
+++ b/public/locales/id/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Offline",
+ "down": "Down",
"paused": "Paused",
"status": "Status",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/it/common.json b/public/locales/it/common.json
index c72565c9..6f10baf7 100644
--- a/public/locales/it/common.json
+++ b/public/locales/it/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Nuovo",
- "up": "Online",
+ "up": "Up",
"grace": "Periodo di Tolleranza",
- "down": "Non in linea",
+ "down": "Down",
"paused": "In Pausa",
"status": "Stato",
"last_ping": "Ultimo Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Versione digitale",
"noEventsToday": "Nessun evento per oggi!",
"noEventsFound": "Nessun evento trovato"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json
index d98a4c55..9725e59b 100644
--- a/public/locales/ja/common.json
+++ b/public/locales/ja/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "新着",
- "up": "オンライン",
+ "up": "上へ",
"grace": "猶予期間中",
- "down": "オフライン",
+ "down": "下へ",
"paused": "一時停止中",
"status": "状態",
"last_ping": "最後のPing",
@@ -794,5 +795,13 @@
"digitalRelease": "デジタル・リリース",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json
index 2b857463..13961129 100644
--- a/public/locales/ko/common.json
+++ b/public/locales/ko/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "중지",
+ "down": "Down",
"paused": "Paused",
"status": "상태",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json
index 8a3cba64..1c35a7f2 100644
--- a/public/locales/lv/common.json
+++ b/public/locales/lv/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Bezsaistē",
+ "down": "Down",
"paused": "Paused",
"status": "Statuss",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/ms/common.json b/public/locales/ms/common.json
index 052705b7..c62138cb 100644
--- a/public/locales/ms/common.json
+++ b/public/locales/ms/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Luar talian",
+ "down": "Down",
"paused": "Paused",
"status": "Status",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json
index 2c1ddd44..c2fac214 100644
--- a/public/locales/nl/common.json
+++ b/public/locales/nl/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mnd",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Nieuw",
- "up": "Bereikbaar",
+ "up": "Online",
"grace": "In de respijt periode",
- "down": "Onbereikbaar",
+ "down": "Offline",
"paused": "Gepauzeerd",
"status": "Status",
"last_ping": "Laatste Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digitale versie",
"noEventsToday": "Geen gebeurtenissen voor vandaag!",
"noEventsFound": "Geen gebeurtenissen gevonden"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Waarschuwingen",
+ "criticals": "Kritiek"
}
}
diff --git a/public/locales/no/common.json b/public/locales/no/common.json
index 356c6749..ca628d3b 100644
--- a/public/locales/no/common.json
+++ b/public/locales/no/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Offline",
+ "down": "Down",
"paused": "Paused",
"status": "Status",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json
index 663078c0..f6e6dca4 100644
--- a/public/locales/pl/common.json
+++ b/public/locales/pl/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -493,7 +494,7 @@
"new": "Nowy",
"up": "Dostępny",
"grace": "In Grace Period",
- "down": "Nieosiągalny",
+ "down": "Niedostępny",
"paused": "Zatrzymane",
"status": "Stan",
"last_ping": "Ostatni ping",
@@ -619,8 +620,8 @@
"storage": "Pamięć"
},
"uptimekuma": {
- "up": "Sites Up",
- "down": "Niedziałające strony",
+ "up": "Działające",
+ "down": "Niedziałające",
"uptime": "Czas działania",
"incident": "Incydent",
"m": "m"
@@ -779,8 +780,8 @@
"uptime": "Czas działania",
"lastDown": "Last Downtime",
"downDuration": "Downtime Duration",
- "sitesUp": "Sites Up",
- "sitesDown": "Niedziałające strony",
+ "sitesUp": "Działające",
+ "sitesDown": "Niedziałające",
"paused": "Zatrzymane",
"notyetchecked": "Not Yet Checked",
"up": "Dostępny",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json
index fcedb7cf..b471ccc2 100644
--- a/public/locales/pt/common.json
+++ b/public/locales/pt/common.json
@@ -12,11 +12,12 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
- "months": "mo",
+ "months": "mes",
"days": "d",
"hours": "h",
- "minutes": "m",
+ "minutes": "min",
"seconds": "s"
},
"widget": {
@@ -30,7 +31,7 @@
},
"weather": {
"current": "Localização atual",
- "allow": "Clicar para permitir",
+ "allow": "Clique para permitir",
"updating": "Atualizando",
"wait": "Por favor aguarde"
},
@@ -126,21 +127,21 @@
},
"fritzbox": {
"connectionStatus": "Estado",
- "connectionStatusUnconfigured": "Unconfigured",
- "connectionStatusConnecting": "Connecting",
- "connectionStatusAuthenticating": "Authenticating",
- "connectionStatusPendingDisconnect": "Pending Disconnect",
- "connectionStatusDisconnecting": "Disconnecting",
- "connectionStatusDisconnected": "Disconnected",
+ "connectionStatusUnconfigured": "Não configurado",
+ "connectionStatusConnecting": "A conectar",
+ "connectionStatusAuthenticating": "Autenticando",
+ "connectionStatusPendingDisconnect": "Desconexão pendente",
+ "connectionStatusDisconnecting": "Desconectando",
+ "connectionStatusDisconnected": "Desconectado",
"connectionStatusConnected": "Conectado",
"uptime": "Ligado",
- "maxDown": "Max. Down",
- "maxUp": "Max. Up",
+ "maxDown": "Máx. de Descarga",
+ "maxUp": "Max. de Envio",
"down": "Down",
"up": "Up",
- "received": "Received",
- "sent": "Sent",
- "externalIPAddress": "Ext. IP"
+ "received": "Recebido",
+ "sent": "Enviado",
+ "externalIPAddress": "Endereço IP externo"
},
"caddy": {
"upstreams": "Upstreams",
@@ -439,20 +440,20 @@
"53-night": "Chuvisco",
"55-day": "Aguaceiro Forte",
"55-night": "Aguaceiro Forte",
- "56-day": "Leve Garoa Congelante",
- "56-night": "Leve Garoa Congelante",
- "57-day": "Garoa Congelante",
- "57-night": "Garoa Congelante",
+ "56-day": "Granizo Leve",
+ "56-night": "Granizo Leve",
+ "57-day": "Granizo",
+ "57-night": "Granizo",
"61-day": "Chuva fraca",
"61-night": "Chuva fraca",
"63-day": "Chuva",
"63-night": "Chuva",
"65-day": "Chuva forte",
"65-night": "Chuva forte",
- "66-day": "Chuva Congelante",
- "66-night": "Chuva Congelante",
- "67-day": "Chuva Congelante",
- "67-night": "Chuva Congelante",
+ "66-day": "Granizo",
+ "66-night": "Granizo",
+ "67-day": "Granizo",
+ "67-night": "Granizo",
"71-day": "Neve fraca",
"71-night": "Neve fraca",
"73-day": "Neve",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Novo",
- "up": "Online",
+ "up": "Up",
"grace": "Em Período Gratuito",
- "down": "Desligado",
+ "down": "Down",
"paused": "Pausado",
"status": "Estado",
"last_ping": "Ultimo Ping",
@@ -546,12 +547,12 @@
"total": "Total"
},
"peanut": {
- "battery_charge": "Battery Charge",
- "ups_load": "UPS Load",
- "ups_status": "UPS Status",
+ "battery_charge": "Carga da bateria",
+ "ups_load": "Carga da UPS",
+ "ups_status": "Estado da UPS",
"online": "Online",
- "on_battery": "On Battery",
- "low_battery": "Low Battery"
+ "on_battery": "Em bateria",
+ "low_battery": "Bateria Fraca"
},
"nextdns": {
"wait": "Por favor aguarde",
@@ -623,7 +624,7 @@
"down": "Sites Fora do Ar",
"uptime": "Ligado",
"incident": "Incidente",
- "m": "m"
+ "m": "min"
},
"atsumeru": {
"series": "Séries",
@@ -793,6 +794,14 @@
"physicalRelease": "Lançamento físico",
"digitalRelease": "Lançamento digital",
"noEventsToday": "Não existem eventos hoje!",
- "noEventsFound": "No events found"
+ "noEventsFound": "Nenhum evento encontrado"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/pt_BR/common.json b/public/locales/pt_BR/common.json
index 599eee13..3fda97f8 100644
--- a/public/locales/pt_BR/common.json
+++ b/public/locales/pt_BR/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Novo",
- "up": "Online",
+ "up": "Up",
"grace": "Em Período Gratuito",
- "down": "Desligado",
+ "down": "Down",
"paused": "Pausado",
"status": "Estado",
"last_ping": "Ultimo Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/ro/common.json b/public/locales/ro/common.json
index cd8ef637..348989ae 100644
--- a/public/locales/ro/common.json
+++ b/public/locales/ro/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Sus",
"grace": "In Grace Period",
- "down": "Offline",
+ "down": "Jos",
"paused": "Paused",
"status": "Stare",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json
index 1366847b..f52d6007 100644
--- a/public/locales/ru/common.json
+++ b/public/locales/ru/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Новый",
- "up": "В сети",
+ "up": "Онлайн",
"grace": "Пробный период",
- "down": "Не в сети",
+ "down": "Офлайн",
"paused": "Приостановлено",
"status": "Статус",
"last_ping": "Последний пинг",
@@ -794,5 +795,13 @@
"digitalRelease": "Цифровой релиз",
"noEventsToday": "Нет событий на сегодня!",
"noEventsFound": "Событий не найдено"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json
index 6d0f87ef..015187d2 100644
--- a/public/locales/sk/common.json
+++ b/public/locales/sk/common.json
@@ -12,7 +12,8 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{value, date}",
- "uptime": "{{value, čas prevádzky}}",
+ "relativeDate": "{{value, relativeDate}}",
+ "uptime": "{{value, uptime}}",
"months": "mes",
"days": "d",
"hours": "h",
@@ -51,7 +52,7 @@
"unifi": {
"users": "Používatelia",
"uptime": "Prevádzka",
- "days": "dní",
+ "days": "Dní",
"wan": "WAN",
"lan": "Lokálna sieť",
"wlan": "WLAN",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Nový",
- "up": "Online",
+ "up": "Nahrávanie",
"grace": "V dodatočnej lehote",
- "down": "Nedostupný",
+ "down": "Sťahovanie",
"paused": "Pozastavené",
"status": "Stav",
"last_ping": "Poslendný ping",
@@ -637,7 +638,7 @@
"books": "Knihy"
},
"diskstation": {
- "days": "dní",
+ "days": "Dní",
"uptime": "Prevádzka",
"volumeAvailable": "Dostupné"
},
@@ -794,5 +795,13 @@
"digitalRelease": "Digitálne vydanie",
"noEventsToday": "Žiadne udalosti na dnešný deň!",
"noEventsFound": "Žiadne udalosti"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/sl/common.json b/public/locales/sl/common.json
index afa46f7c..ed79137d 100644
--- a/public/locales/sl/common.json
+++ b/public/locales/sl/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mes",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Nov",
- "up": "Na spletu",
+ "up": "Povezan",
"grace": "V podaljšanem roku",
- "down": "Ni povezan",
+ "down": "Nepovezan",
"paused": "Pavziran",
"status": "Stanje",
"last_ping": "Zadnji Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digitalna izdaja",
"noEventsToday": "Za danes ni dogodkov!",
"noEventsFound": "Ni dogodkov"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Opozorila",
+ "criticals": "Kritično"
}
}
diff --git a/public/locales/sr/common.json b/public/locales/sr/common.json
index 356c6749..ca628d3b 100644
--- a/public/locales/sr/common.json
+++ b/public/locales/sr/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Offline",
+ "down": "Down",
"paused": "Paused",
"status": "Status",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json
index 55b22d7e..af27210e 100644
--- a/public/locales/sv/common.json
+++ b/public/locales/sv/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Offline",
+ "down": "Down",
"paused": "Paused",
"status": "Status",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/te/common.json b/public/locales/te/common.json
index 4da6eb64..81b6af79 100644
--- a/public/locales/te/common.json
+++ b/public/locales/te/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "ఆఫ్లైన్",
+ "down": "Down",
"paused": "Paused",
"status": "హోదా",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/th/common.json b/public/locales/th/common.json
index 693f91fa..86b7021a 100644
--- a/public/locales/th/common.json
+++ b/public/locales/th/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "ออฟไลน์",
+ "down": "Down",
"paused": "Paused",
"status": "สถานะ",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json
index 7949b526..7ac4a63a 100644
--- a/public/locales/tr/common.json
+++ b/public/locales/tr/common.json
@@ -12,11 +12,12 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
- "months": "mo",
- "days": "d",
- "hours": "h",
- "minutes": "m",
+ "months": "ay",
+ "days": "g",
+ "hours": "sa",
+ "minutes": "dk",
"seconds": "s"
},
"widget": {
@@ -83,18 +84,18 @@
},
"ping": {
"error": "Hata",
- "ping": "Ping",
- "down": "Down",
- "up": "Up",
- "not_available": "Not Available"
+ "ping": "Gecikme",
+ "down": "İndirme",
+ "up": "Yükleme",
+ "not_available": "Mevcut Değil"
},
"siteMonitor": {
- "http_status": "HTTP status",
+ "http_status": "HTTPS durumu",
"error": "Hata",
- "response": "Response",
- "down": "Down",
- "up": "Up",
- "not_available": "Not Available"
+ "response": "Yanıt",
+ "down": "İndirme",
+ "up": "Yükleme",
+ "not_available": "Mevcut Değil"
},
"emby": {
"playing": "Oynatılıyor",
@@ -126,20 +127,20 @@
},
"fritzbox": {
"connectionStatus": "Durum",
- "connectionStatusUnconfigured": "Unconfigured",
- "connectionStatusConnecting": "Connecting",
- "connectionStatusAuthenticating": "Authenticating",
+ "connectionStatusUnconfigured": "Yapılandırılmamış",
+ "connectionStatusConnecting": "Bağlanıyor",
+ "connectionStatusAuthenticating": "Kimlik doğrulanıyor",
"connectionStatusPendingDisconnect": "Pending Disconnect",
- "connectionStatusDisconnecting": "Disconnecting",
- "connectionStatusDisconnected": "Disconnected",
+ "connectionStatusDisconnecting": "Bağlantı kesiliyor...",
+ "connectionStatusDisconnected": "Bağlantı kesildi",
"connectionStatusConnected": "Bağlandı",
"uptime": "Çalışma Süresi",
"maxDown": "Max. Down",
"maxUp": "Max. Up",
- "down": "Down",
- "up": "Up",
- "received": "Received",
- "sent": "Sent",
+ "down": "İndirme",
+ "up": "Yükleme",
+ "received": "Alınan",
+ "sent": "Gönderilen",
"externalIPAddress": "Ext. IP"
},
"caddy": {
@@ -242,7 +243,7 @@
"lidarr": {
"wanted": "Aranan",
"queued": "Kuyrukta",
- "artists": "Artists"
+ "artists": "Sanatçılar"
},
"readarr": {
"wanted": "Aranan",
@@ -290,7 +291,7 @@
"speedtest": {
"upload": "Yükle",
"download": "İndir",
- "ping": "Ping"
+ "ping": "Gecikme"
},
"portainer": {
"running": "Çalışan",
@@ -397,19 +398,19 @@
"load": "Yük",
"wait": "Lütfen bekleyin",
"temp": "Geçici",
- "_temp": "Temp",
+ "_temp": "Sıcaklık",
"warn": "Uyarı",
"uptime": "Çalışma Süresi",
"total": "Toplam",
"free": "Boşta",
"used": "Kullanımda",
- "days": "d",
- "hours": "h",
- "crit": "Crit",
+ "days": "g",
+ "hours": "sa",
+ "crit": "Kritik",
"read": "Oku",
- "write": "Write",
+ "write": "Yazma",
"gpu": "GPU",
- "mem": "Mem",
+ "mem": "Hafıza",
"swap": "Swap"
},
"quicklaunch": {
@@ -485,18 +486,18 @@
"up_to_date": "Güncel",
"child_bridges": "Alt Köprüler",
"child_bridges_status": "{{ok}}/{{total}}",
- "up": "Up",
+ "up": "Yükleme",
"pending": "Bekliyor",
- "down": "Down"
+ "down": "İndirme"
},
"healthchecks": {
"new": "New",
- "up": "Çevrimiçi",
+ "up": "Yükleme",
"grace": "In Grace Period",
- "down": "Çevrimdışı",
+ "down": "İndirme",
"paused": "Paused",
"status": "Durum",
- "last_ping": "Last Ping",
+ "last_ping": "Son Ping",
"never": "No pings yet"
},
"watchtower": {
@@ -546,11 +547,11 @@
"total": "Toplam"
},
"peanut": {
- "battery_charge": "Battery Charge",
+ "battery_charge": "Pil Yüzdesi",
"ups_load": "UPS Load",
"ups_status": "UPS Status",
"online": "Çevrimiçi",
- "on_battery": "On Battery",
+ "on_battery": "Pilde",
"low_battery": "Low Battery"
},
"nextdns": {
@@ -600,9 +601,9 @@
"load": "Load Avg",
"memory": "Mem Usage",
"wanStatus": "WAN Status",
- "up": "Up",
- "down": "Down",
- "temp": "Temp",
+ "up": "Yükleme",
+ "down": "İndirme",
+ "temp": "Sıcaklık",
"disk": "Disk Usage",
"wanIP": "WAN IP"
},
@@ -623,7 +624,7 @@
"down": "Sites Down",
"uptime": "Çalışma Süresi",
"incident": "Incident",
- "m": "m"
+ "m": "dk"
},
"atsumeru": {
"series": "Diziler",
@@ -752,7 +753,7 @@
"players": "Oyuncular",
"maxPlayers": "Max players",
"bots": "Bots",
- "ping": "Ping"
+ "ping": "Gecikme"
},
"urbackup": {
"ok": "Ok",
@@ -783,9 +784,9 @@
"sitesDown": "Sites Down",
"paused": "Paused",
"notyetchecked": "Not Yet Checked",
- "up": "Up",
+ "up": "Yükleme",
"seemsdown": "Seems Down",
- "down": "Down",
+ "down": "İndirme",
"unknown": "Bilinmiyor"
},
"calendar": {
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json
index 27609ac9..5cee41a6 100644
--- a/public/locales/uk/common.json
+++ b/public/locales/uk/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "Новий",
- "up": "Онлайн",
+ "up": "Up",
"grace": "У пільговий період",
- "down": "Офлайн",
+ "down": "Down",
"paused": "Призупинено",
"status": "Стан",
"last_ping": "Останній пінг",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json
index 942d1388..45b7cdef 100644
--- a/public/locales/vi/common.json
+++ b/public/locales/vi/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -491,9 +492,9 @@
},
"healthchecks": {
"new": "New",
- "up": "Online",
+ "up": "Up",
"grace": "In Grace Period",
- "down": "Ngoại tuyến",
+ "down": "Down",
"paused": "Paused",
"status": "Trạng thái",
"last_ping": "Last Ping",
@@ -794,5 +795,13 @@
"digitalRelease": "Digital release",
"noEventsToday": "No events for today!",
"noEventsFound": "No events found"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/yue/common.json b/public/locales/yue/common.json
index c4c1593e..baec31f0 100644
--- a/public/locales/yue/common.json
+++ b/public/locales/yue/common.json
@@ -12,12 +12,13 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
- "months": "mo",
- "days": "d",
- "hours": "h",
- "minutes": "m",
- "seconds": "s"
+ "months": "月",
+ "days": "天",
+ "hours": "小時",
+ "minutes": "分",
+ "seconds": "秒"
},
"widget": {
"missing_type": "缺少小部件類型:{{type}}",
@@ -129,13 +130,13 @@
"connectionStatusUnconfigured": "未設置",
"connectionStatusConnecting": "連線中",
"connectionStatusAuthenticating": "驗證中",
- "connectionStatusPendingDisconnect": "Pending Disconnect",
+ "connectionStatusPendingDisconnect": "待辦的斷開",
"connectionStatusDisconnecting": "正在中斷連線",
"connectionStatusDisconnected": "連接已中斷",
"connectionStatusConnected": "已連線",
"uptime": "運行時間",
- "maxDown": "Max. Down",
- "maxUp": "Max. Up",
+ "maxDown": "最大下載速率",
+ "maxUp": "最大上傳速率",
"down": "離線",
"up": "在線",
"received": "已接收",
@@ -403,8 +404,8 @@
"total": "全部",
"free": "剩餘",
"used": "用咗",
- "days": "d",
- "hours": "h",
+ "days": "天",
+ "hours": "小時",
"crit": "重大的",
"read": "已讀",
"write": "寫入",
@@ -546,12 +547,12 @@
"total": "全部"
},
"peanut": {
- "battery_charge": "Battery Charge",
+ "battery_charge": "充電",
"ups_load": "UPS Load",
"ups_status": "UPS Status",
"online": "在線",
- "on_battery": "On Battery",
- "low_battery": "Low Battery"
+ "on_battery": "電池供電",
+ "low_battery": "低電量"
},
"nextdns": {
"wait": "請稍後",
@@ -623,7 +624,7 @@
"down": "離線網站",
"uptime": "運行時間",
"incident": "事件",
- "m": "m"
+ "m": "分"
},
"atsumeru": {
"series": "影集",
@@ -794,5 +795,13 @@
"digitalRelease": "數位發行",
"noEventsToday": "今日無事件",
"noEventsFound": "未找到事件"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/zh-Hans/common.json b/public/locales/zh-Hans/common.json
index 0a0e728d..68e17e85 100644
--- a/public/locales/zh-Hans/common.json
+++ b/public/locales/zh-Hans/common.json
@@ -12,6 +12,7 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
"months": "mo",
"days": "d",
@@ -794,5 +795,13 @@
"digitalRelease": "数字发行",
"noEventsToday": "今天没有活动!",
"noEventsFound": "未找到事件"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/public/locales/zh-Hant/common.json b/public/locales/zh-Hant/common.json
index 30a934d8..08ebe7d5 100644
--- a/public/locales/zh-Hant/common.json
+++ b/public/locales/zh-Hant/common.json
@@ -12,12 +12,13 @@
"number": "{{value, number}}",
"ms": "{{value, number}}",
"date": "{{value, date}}",
+ "relativeDate": "{{value, relativeDate}}",
"uptime": "{{value, uptime}}",
- "months": "mo",
- "days": "d",
- "hours": "h",
- "minutes": "m",
- "seconds": "s"
+ "months": "月",
+ "days": "天",
+ "hours": "小時",
+ "minutes": "分",
+ "seconds": "秒"
},
"widget": {
"missing_type": "遺失小工具的類型: {{type}}",
@@ -129,13 +130,13 @@
"connectionStatusUnconfigured": "未設置",
"connectionStatusConnecting": "連線中",
"connectionStatusAuthenticating": "驗證中",
- "connectionStatusPendingDisconnect": "Pending Disconnect",
+ "connectionStatusPendingDisconnect": "待辦的斷開",
"connectionStatusDisconnecting": "正在中斷連線",
"connectionStatusDisconnected": "連接已中斷",
"connectionStatusConnected": "已連線",
"uptime": "運行時間",
- "maxDown": "Max. Down",
- "maxUp": "Max. Up",
+ "maxDown": "最大下載速率",
+ "maxUp": "最大上傳速率",
"down": "離線",
"up": "在線",
"received": "已接收",
@@ -403,8 +404,8 @@
"total": "全部",
"free": "剩餘",
"used": "已使用",
- "days": "d",
- "hours": "h",
+ "days": "天",
+ "hours": "小時",
"crit": "重大的",
"read": "已讀",
"write": "寫入",
@@ -546,12 +547,12 @@
"total": "全部"
},
"peanut": {
- "battery_charge": "Battery Charge",
+ "battery_charge": "充電",
"ups_load": "UPS Load",
"ups_status": "UPS Status",
"online": "在線",
- "on_battery": "On Battery",
- "low_battery": "Low Battery"
+ "on_battery": "電池供電",
+ "low_battery": "低電量"
},
"nextdns": {
"wait": "請稍後",
@@ -623,7 +624,7 @@
"down": "離線網站",
"uptime": "運行時間",
"incident": "事件",
- "m": "m"
+ "m": "分"
},
"atsumeru": {
"series": "影集",
@@ -794,5 +795,13 @@
"digitalRelease": "數位發行",
"noEventsToday": "今日無事件",
"noEventsFound": "未找到事件"
+ },
+ "romm": {
+ "platforms": "Platforms",
+ "totalRoms": "Total ROMs"
+ },
+ "netdata": {
+ "warnings": "Warnings",
+ "criticals": "Criticals"
}
}
diff --git a/src/utils/config/service-helpers.js b/src/utils/config/service-helpers.js
index cfc88fdc..84be1666 100644
--- a/src/utils/config/service-helpers.js
+++ b/src/utils/config/service-helpers.js
@@ -102,7 +102,7 @@ export async function servicesFromDocker() {
}
});
- if (!constructedService.name || !constructedService.group) {
+ if (constructedService && (!constructedService.name || !constructedService.group)) {
logger.error(
`Error constructing service using homepage labels for container '${containerName.replace(
/^\//,
diff --git a/src/widgets/calendar/integrations/ical.jsx b/src/widgets/calendar/integrations/ical.jsx
index 78d0fe1d..ab3d06f2 100644
--- a/src/widgets/calendar/integrations/ical.jsx
+++ b/src/widgets/calendar/integrations/ical.jsx
@@ -60,11 +60,16 @@ export default function Integration({ config, params, setEvents, hideErrors, tim
const recurrenceOptions = event?.recurrenceRule?.origOptions;
if (recurrenceOptions && Object.keys(recurrenceOptions).length !== 0) {
- const rule = new RRule(recurrenceOptions);
- const recurringEvents = rule.between(startDate.toJSDate(), endDate.toJSDate());
+ try {
+ const rule = new RRule(recurrenceOptions);
+ const recurringEvents = rule.between(startDate.toJSDate(), endDate.toJSDate());
- recurringEvents.forEach((date, i) => eventToAdd(date, i, "recurring"));
- return;
+ recurringEvents.forEach((date, i) => eventToAdd(date, i, "recurring"));
+ return;
+ } catch (e) {
+ // eslint-disable-next-line no-console
+ console.error("Unable to parse recurring events from iCal: %s", e);
+ }
}
event.matchingDates.forEach((date, i) => eventToAdd(date, i, "single"));
diff --git a/src/widgets/components.js b/src/widgets/components.js
index 30e95740..497d6407 100644
--- a/src/widgets/components.js
+++ b/src/widgets/components.js
@@ -29,6 +29,7 @@ const components = {
freshrss: dynamic(() => import("./freshrss/component")),
fritzbox: dynamic(() => import("./fritzbox/component")),
gamedig: dynamic(() => import("./gamedig/component")),
+ gatus: dynamic(() => import("./gatus/component")),
ghostfolio: dynamic(() => import("./ghostfolio/component")),
glances: dynamic(() => import("./glances/component")),
gluetun: dynamic(() => import("./gluetun/component")),
@@ -87,6 +88,7 @@ const components = {
qnap: dynamic(() => import("./qnap/component")),
radarr: dynamic(() => import("./radarr/component")),
readarr: dynamic(() => import("./readarr/component")),
+ romm: dynamic(() => import("./romm/component")),
rutorrent: dynamic(() => import("./rutorrent/component")),
sabnzbd: dynamic(() => import("./sabnzbd/component")),
scrutiny: dynamic(() => import("./scrutiny/component")),
diff --git a/src/widgets/gatus/component.jsx b/src/widgets/gatus/component.jsx
new file mode 100644
index 00000000..86b85ff3
--- /dev/null
+++ b/src/widgets/gatus/component.jsx
@@ -0,0 +1,51 @@
+import { useTranslation } from "next-i18next";
+
+import Container from "components/services/widget/container";
+import useWidgetAPI from "utils/proxy/use-widget-api";
+import Block from "components/services/widget/block";
+
+export default function Component({ service }) {
+ const { t } = useTranslation();
+
+ const { widget } = service;
+
+ const { data: statusData, error: statusError } = useWidgetAPI(widget, "status");
+
+ if (statusError) {
+ return ;
+ }
+
+ if (!statusData) {
+ return (
+
+
+
+
+
+ );
+ }
+
+ let sitesUp = 0;
+ let sitesDown = 0;
+ Object.values(statusData).forEach((site) => {
+ const lastResult = site.results[site.results.length - 1];
+ if (lastResult?.success === true) {
+ sitesUp += 1;
+ } else {
+ sitesDown += 1;
+ }
+ });
+
+ // Adapted from https://github.com/bastienwirtz/homer/blob/b7cd8f9482e6836a96b354b11595b03b9c3d67cd/src/components/services/UptimeKuma.vue#L105
+ const resultsList = Object.values(statusData).reduce((a, b) => a.concat(b.results), []);
+ const percent = resultsList.reduce((a, b) => a + (b?.success === true ? 1 : 0), 0) / resultsList.length;
+ const uptime = (percent * 100).toFixed(1);
+
+ return (
+
+
+
+
+
+ );
+}
diff --git a/src/widgets/gatus/widget.js b/src/widgets/gatus/widget.js
new file mode 100644
index 00000000..8963ac19
--- /dev/null
+++ b/src/widgets/gatus/widget.js
@@ -0,0 +1,15 @@
+// import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
+import genericProxyHandler from "utils/proxy/handlers/generic";
+
+const widget = {
+ api: "{url}/{endpoint}",
+ proxyHandler: genericProxyHandler,
+
+ mappings: {
+ status: {
+ endpoint: "api/v1/endpoints/statuses",
+ },
+ },
+};
+
+export default widget;
diff --git a/src/widgets/romm/component.jsx b/src/widgets/romm/component.jsx
new file mode 100644
index 00000000..1cb3033e
--- /dev/null
+++ b/src/widgets/romm/component.jsx
@@ -0,0 +1,32 @@
+import Container from "components/services/widget/container";
+import Block from "components/services/widget/block";
+import useWidgetAPI from "utils/proxy/use-widget-api";
+
+export default function Component({ service }) {
+ const { widget } = service;
+
+ const { data: response, error: responseError } = useWidgetAPI(widget, "statistics");
+
+ if (responseError) {
+ return (
+
+
+
+ );
+ }
+
+ if (responseError) {
+ return ;
+ }
+
+ if (response) {
+ const platforms = response.filter((x) => x.rom_count !== 0).length;
+ const totalRoms = response.reduce((total, stat) => total + stat.rom_count, 0);
+ return (
+
+
+
+
+ );
+ }
+}
diff --git a/src/widgets/romm/widget.js b/src/widgets/romm/widget.js
new file mode 100644
index 00000000..a7bb60fd
--- /dev/null
+++ b/src/widgets/romm/widget.js
@@ -0,0 +1,14 @@
+import genericProxyHandler from "utils/proxy/handlers/generic";
+
+const widget = {
+ api: "{url}/api/{endpoint}",
+ proxyHandler: genericProxyHandler,
+
+ mappings: {
+ statistics: {
+ endpoint: "platforms",
+ },
+ },
+};
+
+export default widget;
diff --git a/src/widgets/widgets.js b/src/widgets/widgets.js
index b925bf74..553ce626 100644
--- a/src/widgets/widgets.js
+++ b/src/widgets/widgets.js
@@ -23,6 +23,7 @@ import flood from "./flood/widget";
import freshrss from "./freshrss/widget";
import fritzbox from "./fritzbox/widget";
import gamedig from "./gamedig/widget";
+import gatus from "./gatus/widget";
import ghostfolio from "./ghostfolio/widget";
import glances from "./glances/widget";
import gluetun from "./gluetun/widget";
@@ -101,6 +102,7 @@ import watchtower from "./watchtower/widget";
import whatsupdocker from "./whatsupdocker/widget";
import xteve from "./xteve/widget";
import urbackup from "./urbackup/widget";
+import romm from "./romm/widget";
const widgets = {
adguard,
@@ -127,6 +129,7 @@ const widgets = {
freshrss,
fritzbox,
gamedig,
+ gatus,
ghostfolio,
glances,
gluetun,
@@ -186,6 +189,7 @@ const widgets = {
qnap,
radarr,
readarr,
+ romm,
rutorrent,
sabnzbd,
scrutiny,