mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Compare commits
14 Commits
f607d806d0
...
v1.4.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6ad937619 | ||
|
|
a6ab095ff9 | ||
|
|
9a085bcb17 | ||
|
|
6d7be1c7f2 | ||
|
|
25cd51cee9 | ||
|
|
495de204d1 | ||
|
|
8e5f4d55c9 | ||
|
|
184fd65c76 | ||
|
|
15817f9b27 | ||
|
|
79671ac30e | ||
|
|
1d5db612fd | ||
|
|
d30016304b | ||
|
|
f0fd125e37 | ||
|
|
9ed4b85d5a |
2
.github/workflows/crowdin.yml
vendored
2
.github/workflows/crowdin.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: crowdin action
|
- name: crowdin action
|
||||||
uses: crowdin/github-action@v2
|
uses: crowdin/github-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Install python
|
- name: Install python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Extract Docker metadata
|
- name: Extract Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
6
.github/workflows/docs-publish.yml
vendored
6
.github/workflows/docs-publish.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Install python
|
- name: Install python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- pre-commit
|
- pre-commit
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- pre-commit
|
- pre-commit
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Configure Git Credentials
|
- name: Configure Git Credentials
|
||||||
run: |
|
run: |
|
||||||
git config user.name github-actions[bot]
|
git config user.name github-actions[bot]
|
||||||
|
|||||||
4
.github/workflows/repo-maintenance.yml
vendored
4
.github/workflows/repo-maintenance.yml
vendored
@@ -212,9 +212,9 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
const CUTOFF_1_DAYS = 180;
|
const CUTOFF_1_DAYS = 180;
|
||||||
const CUTOFF_1_COUNT = 10;
|
const CUTOFF_1_COUNT = 20;
|
||||||
const CUTOFF_2_DAYS = 365;
|
const CUTOFF_2_DAYS = 365;
|
||||||
const CUTOFF_2_COUNT = 20;
|
const CUTOFF_2_COUNT = 40;
|
||||||
|
|
||||||
const cutoff1Date = new Date();
|
const cutoff1Date = new Date();
|
||||||
cutoff1Date.setDate(cutoff1Date.getDate() - CUTOFF_1_DAYS);
|
cutoff1Date.setDate(cutoff1Date.getDate() - CUTOFF_1_DAYS);
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ The homepage team appreciates all effort and interest from the community in fili
|
|||||||
- Issues, pull requests and discussions that are closed will be locked after 30 days of inactivity.
|
- Issues, pull requests and discussions that are closed will be locked after 30 days of inactivity.
|
||||||
- Discussions with a marked answer will be automatically closed.
|
- Discussions with a marked answer will be automatically closed.
|
||||||
- Discussions in the 'General' or 'Support' categories will be closed after 180 days of inactivity.
|
- Discussions in the 'General' or 'Support' categories will be closed after 180 days of inactivity.
|
||||||
- Feature requests that do not meet the following thresholds will be closed: 10 "up-votes" after 180 days of inactivity or 20 "up-votes" after 365 days.
|
- Feature requests that do not meet the following thresholds will be closed: 20 "up-votes" after 180 days of inactivity or 40 "up-votes" after 365 days.
|
||||||
|
|
||||||
In all cases, threads can be re-opened by project maintainers and, of course, users can always create a new discussion for related concerns.
|
In all cases, threads can be re-opened by project maintainers and, of course, users can always create a new discussion for related concerns.
|
||||||
Finally, remember that all information remains searchable and 'closed' feature requests can still serve as inspiration for new features.
|
Finally, remember that all information remains searchable and 'closed' feature requests can still serve as inspiration for new features.
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ fullWidth: true
|
|||||||
|
|
||||||
### Maximum Group Columns
|
### Maximum Group Columns
|
||||||
|
|
||||||
You can set the maximum number of columns of groups on larger screen sizes (note this is only for groups with the default `style: columns`, not groups with `stle: row`) by adding:
|
You can set the maximum number of columns of groups on larger screen sizes (note this is only for groups with the default `style: columns`, not groups with `style: row`) by adding:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
maxGroupColumns: 8 # default is 4 for services, 6 for bookmarks, max 8
|
maxGroupColumns: 8 # default is 4 for services, 6 for bookmarks, max 8
|
||||||
|
|||||||
@@ -17,9 +17,15 @@ The account you made the API token for also needs the following **Assigned globa
|
|||||||
|
|
||||||
Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
|
Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
|
||||||
|
|
||||||
|
| Authentik Version | Homepage Widget Version |
|
||||||
|
| ----------------- | ----------------------- |
|
||||||
|
| < 2025.8.0 | 1 (default) |
|
||||||
|
| >= 2025.8.0 | 2 |
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: authentik
|
type: authentik
|
||||||
url: http://authentik.host.or.ip:port
|
url: http://authentik.host.or.ip:port
|
||||||
key: api_token
|
key: api_token
|
||||||
|
version: 2 # optional, default is 1
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homepage",
|
"name": "homepage",
|
||||||
"version": "1.4.4",
|
"version": "1.4.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
@@ -72,6 +72,7 @@
|
|||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
|
"osx-temperature-sensor",
|
||||||
"sharp"
|
"sharp"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -93,9 +93,9 @@
|
|||||||
"http_status": "Estado HTTP",
|
"http_status": "Estado HTTP",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"response": "Respuesta",
|
"response": "Respuesta",
|
||||||
"down": "Down",
|
"down": "Inactivo",
|
||||||
"up": "Up",
|
"up": "Activos",
|
||||||
"not_available": "Not Available"
|
"not_available": "No disponible"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Reproduciendo",
|
"playing": "Reproduciendo",
|
||||||
@@ -108,11 +108,11 @@
|
|||||||
"songs": "Canciones"
|
"songs": "Canciones"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "Fuera de línea",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Fuera de línea",
|
||||||
"online": "En línea",
|
"online": "En línea",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"unknown": "Unknown"
|
"unknown": "Desconocido"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Producción",
|
"pv_power": "Producción",
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"unread": "Sin leer"
|
"unread": "Sin leer"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "Estado",
|
||||||
"connectionStatusUnconfigured": "Sin configurar",
|
"connectionStatusUnconfigured": "Sin configurar",
|
||||||
"connectionStatusConnecting": "Conectando",
|
"connectionStatusConnecting": "Conectando",
|
||||||
"connectionStatusAuthenticating": "Autenticando",
|
"connectionStatusAuthenticating": "Autenticando",
|
||||||
@@ -141,11 +141,11 @@
|
|||||||
"connectionStatusDisconnecting": "Desconectando",
|
"connectionStatusDisconnecting": "Desconectando",
|
||||||
"connectionStatusDisconnected": "Desconectado",
|
"connectionStatusDisconnected": "Desconectado",
|
||||||
"connectionStatusConnected": "Conectado",
|
"connectionStatusConnected": "Conectado",
|
||||||
"uptime": "Uptime",
|
"uptime": "Tiempo activo",
|
||||||
"maxDown": "Descarga máxima",
|
"maxDown": "Descarga máxima",
|
||||||
"maxUp": "Subida máxima",
|
"maxUp": "Subida máxima",
|
||||||
"down": "Down",
|
"down": "Inactivo",
|
||||||
"up": "Up",
|
"up": "Activos",
|
||||||
"received": "Recibido",
|
"received": "Recibido",
|
||||||
"sent": "Enviado",
|
"sent": "Enviado",
|
||||||
"externalIPAddress": "IP ext.",
|
"externalIPAddress": "IP ext.",
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
"tv": "Series"
|
"tv": "Series"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Tasa",
|
||||||
"queue": "En cola",
|
"queue": "En cola",
|
||||||
"timeleft": "Tiempo restante"
|
"timeleft": "Tiempo restante"
|
||||||
},
|
},
|
||||||
@@ -315,7 +315,7 @@
|
|||||||
"download": "Descargado",
|
"download": "Descargado",
|
||||||
"nondownload": "No descargado",
|
"nondownload": "No descargado",
|
||||||
"read": "Leído",
|
"read": "Leído",
|
||||||
"unread": "Sin leer",
|
"unread": "No leídos",
|
||||||
"downloadedread": "Descargado y leído",
|
"downloadedread": "Descargado y leído",
|
||||||
"downloadedunread": "Descargado y no leído",
|
"downloadedunread": "Descargado y no leído",
|
||||||
"nondownloadedread": "No descargado y leído",
|
"nondownloadedread": "No descargado y leído",
|
||||||
@@ -344,12 +344,12 @@
|
|||||||
"totalAuthoritative": "Autoritarios",
|
"totalAuthoritative": "Autoritarios",
|
||||||
"totalRecursive": "Recursivos",
|
"totalRecursive": "Recursivos",
|
||||||
"totalCached": "En caché",
|
"totalCached": "En caché",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "Bloqueado",
|
||||||
"totalDropped": "Descartados",
|
"totalDropped": "Descartados",
|
||||||
"totalClients": "Clientes"
|
"totalClients": "Clientes"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Cola",
|
||||||
"processed": "Procesado",
|
"processed": "Procesado",
|
||||||
"errored": "Error",
|
"errored": "Error",
|
||||||
"saved": "Guardado"
|
"saved": "Guardado"
|
||||||
@@ -360,13 +360,13 @@
|
|||||||
"middleware": "Software intermedio"
|
"middleware": "Software intermedio"
|
||||||
},
|
},
|
||||||
"trilium": {
|
"trilium": {
|
||||||
"version": "Version",
|
"version": "Versión",
|
||||||
"notesCount": "Notes",
|
"notesCount": "Notas",
|
||||||
"dbSize": "Database Size",
|
"dbSize": "Tamaño de la base de datos",
|
||||||
"unknown": "Unknown"
|
"unknown": "Desconocido"
|
||||||
},
|
},
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "Sin transmisiones activas",
|
||||||
"please_wait": "Por favor, espera"
|
"please_wait": "Por favor, espera"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -401,31 +401,31 @@
|
|||||||
"numActiveSessions": "Sesiones",
|
"numActiveSessions": "Sesiones",
|
||||||
"numConnections": "Conexiones",
|
"numConnections": "Conexiones",
|
||||||
"dataRelayed": "Retransmitido",
|
"dataRelayed": "Retransmitido",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Tasa"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "Usuarios",
|
||||||
"status_count": "Publicaciones",
|
"status_count": "Publicaciones",
|
||||||
"domain_count": "Dominios"
|
"domain_count": "Dominios"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Buscando",
|
||||||
"queued": "Queued",
|
"queued": "En cola",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Jugadores",
|
"players": "Jugadores",
|
||||||
"version": "Versión",
|
"version": "Versión",
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"up": "Online",
|
"up": "En línea",
|
||||||
"down": "Offline"
|
"down": "Fuera de línea"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Leer",
|
"read": "Leer",
|
||||||
"unread": "Unread"
|
"unread": "Sin leer"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "Usuarios",
|
||||||
"loginsLast24H": "Inicios de sesión (24h)",
|
"loginsLast24H": "Inicios de sesión (24h)",
|
||||||
"failedLoginsLast24H": "Inicios de sesión fallidos (24h)"
|
"failedLoginsLast24H": "Inicios de sesión fallidos (24h)"
|
||||||
},
|
},
|
||||||
@@ -437,19 +437,19 @@
|
|||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Carga",
|
||||||
"wait": "Please wait",
|
"wait": "Por favor, espera",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temperatura",
|
"_temp": "Temperatura",
|
||||||
"warn": "Advertir",
|
"warn": "Advertir",
|
||||||
"uptime": "UP",
|
"uptime": "ACTIVO",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Free",
|
"free": "Libre",
|
||||||
"used": "Used",
|
"used": "Usado",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crít.",
|
"crit": "Crít.",
|
||||||
"read": "Read",
|
"read": "Leído",
|
||||||
"write": "Escribir",
|
"write": "Escribir",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Memoria",
|
"mem": "Memoria",
|
||||||
@@ -470,57 +470,57 @@
|
|||||||
"1-day": "Mayormente soleado",
|
"1-day": "Mayormente soleado",
|
||||||
"1-night": "Mayormente despejado",
|
"1-night": "Mayormente despejado",
|
||||||
"2-day": "Parcialmente nuboso",
|
"2-day": "Parcialmente nuboso",
|
||||||
"2-night": "Partly Cloudy",
|
"2-night": "Parcialmente nublado",
|
||||||
"3-day": "Nublado",
|
"3-day": "Nublado",
|
||||||
"3-night": "Cloudy",
|
"3-night": "Nublado",
|
||||||
"45-day": "Niebla",
|
"45-day": "Niebla",
|
||||||
"45-night": "Foggy",
|
"45-night": "Neblinoso",
|
||||||
"48-day": "Foggy",
|
"48-day": "Neblinoso",
|
||||||
"48-night": "Foggy",
|
"48-night": "Neblinoso",
|
||||||
"51-day": "Llovizna ligera",
|
"51-day": "Llovizna ligera",
|
||||||
"51-night": "Light Drizzle",
|
"51-night": "Llovizna ligera",
|
||||||
"53-day": "Llovizna",
|
"53-day": "Llovizna",
|
||||||
"53-night": "Drizzle",
|
"53-night": "Llovizna",
|
||||||
"55-day": "Llovizna intensa",
|
"55-day": "Llovizna intensa",
|
||||||
"55-night": "Heavy Drizzle",
|
"55-night": "Llovizna intensa",
|
||||||
"56-day": "Llovizna helada ligera",
|
"56-day": "Llovizna helada ligera",
|
||||||
"56-night": "Light Freezing Drizzle",
|
"56-night": "Llovizna helada ligera",
|
||||||
"57-day": "Llovizna helada",
|
"57-day": "Llovizna helada",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "Llovizna helada",
|
||||||
"61-day": "Lluvia ligera",
|
"61-day": "Lluvia ligera",
|
||||||
"61-night": "Light Rain",
|
"61-night": "Lluvia ligera",
|
||||||
"63-day": "Lluvia",
|
"63-day": "Lluvia",
|
||||||
"63-night": "Rain",
|
"63-night": "Lluvia",
|
||||||
"65-day": "Lluvia torrencial",
|
"65-day": "Lluvia torrencial",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "Lluvia fuerte",
|
||||||
"66-day": "Granizo",
|
"66-day": "Granizo",
|
||||||
"66-night": "Freezing Rain",
|
"66-night": "Lluvia helada",
|
||||||
"67-day": "Freezing Rain",
|
"67-day": "Lluvia helada",
|
||||||
"67-night": "Freezing Rain",
|
"67-night": "Lluvia helada",
|
||||||
"71-day": "Nevada leve",
|
"71-day": "Nevada leve",
|
||||||
"71-night": "Light Snow",
|
"71-night": "Nieve ligera",
|
||||||
"73-day": "Nevada",
|
"73-day": "Nevada",
|
||||||
"73-night": "Snow",
|
"73-night": "Nieve",
|
||||||
"75-day": "Nevada intensa",
|
"75-day": "Nevada intensa",
|
||||||
"75-night": "Heavy Snow",
|
"75-night": "Nieve intensa",
|
||||||
"77-day": "Granizada",
|
"77-day": "Granizada",
|
||||||
"77-night": "Snow Grains",
|
"77-night": "Granizada",
|
||||||
"80-day": "Llovizna",
|
"80-day": "Llovizna",
|
||||||
"80-night": "Light Showers",
|
"80-night": "Chubascos ligeros",
|
||||||
"81-day": "Lluvia",
|
"81-day": "Lluvia",
|
||||||
"81-night": "Showers",
|
"81-night": "Chubascos",
|
||||||
"82-day": "Lluvias torrenciales",
|
"82-day": "Lluvias torrenciales",
|
||||||
"82-night": "Heavy Showers",
|
"82-night": "Chubascos fuertes",
|
||||||
"85-day": "Lluvia de nieve",
|
"85-day": "Lluvia de nieve",
|
||||||
"85-night": "Snow Showers",
|
"85-night": "Chubascos de nieve",
|
||||||
"86-day": "Snow Showers",
|
"86-day": "Chubascos de nieve",
|
||||||
"86-night": "Snow Showers",
|
"86-night": "Chubascos de nieve",
|
||||||
"95-day": "Tormenta",
|
"95-day": "Tormenta",
|
||||||
"95-night": "Thunderstorm",
|
"95-night": "Tormenta",
|
||||||
"96-day": "Tormenta con granizo",
|
"96-day": "Tormenta con granizo",
|
||||||
"96-night": "Thunderstorm With Hail",
|
"96-night": "Tormenta con granizo",
|
||||||
"99-day": "Thunderstorm With Hail",
|
"99-day": "Tormenta con granizo",
|
||||||
"99-night": "Thunderstorm With Hail"
|
"99-night": "Tormenta con granizo"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "Sistema",
|
"available_update": "Sistema",
|
||||||
@@ -535,11 +535,11 @@
|
|||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Nuevo",
|
"new": "Nuevo",
|
||||||
"up": "Up",
|
"up": "Activo",
|
||||||
"grace": "En Periodo de Gracia",
|
"grace": "En Periodo de Gracia",
|
||||||
"down": "Down",
|
"down": "Inactivo",
|
||||||
"paused": "Pausado",
|
"paused": "Pausado",
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"last_ping": "Último ping",
|
"last_ping": "Último ping",
|
||||||
"never": "Aún no hay pings"
|
"never": "Aún no hay pings"
|
||||||
},
|
},
|
||||||
@@ -549,26 +549,26 @@
|
|||||||
"containers_failed": "Fallido"
|
"containers_failed": "Fallido"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Aprobado",
|
||||||
"rejectedPushes": "Rechazado",
|
"rejectedPushes": "Rechazado",
|
||||||
"filters": "Filtros",
|
"filters": "Filtros",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indexadores"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Cola",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"channels": "Canales",
|
"channels": "Canales",
|
||||||
"playlists": "Listas de reproducción"
|
"playlists": "Listas de reproducción"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Carga del sistema",
|
"load": "Carga del sistema",
|
||||||
"uptime": "Uptime",
|
"uptime": "Tiempo activo",
|
||||||
"alerts": "Alerts"
|
"alerts": "Alertas"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Velocidad",
|
"speed": "Velocidad",
|
||||||
"active": "Active",
|
"active": "Activo",
|
||||||
"queue": "Queue",
|
"queue": "Cola",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
@@ -578,21 +578,21 @@
|
|||||||
"port_forwarded": "Puerto redireccionado"
|
"port_forwarded": "Puerto redireccionado"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Canales",
|
||||||
"hd": "Alta definición",
|
"hd": "Alta definición",
|
||||||
"tunerCount": "Sintonizadores",
|
"tunerCount": "Sintonizadores",
|
||||||
"channelNumber": "Canal",
|
"channelNumber": "Canal",
|
||||||
"channelNetwork": "Red",
|
"channelNetwork": "Red",
|
||||||
"signalStrength": "Intensidad",
|
"signalStrength": "Intensidad",
|
||||||
"signalQuality": "Calidad",
|
"signalQuality": "Calidad",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Calidad",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Tasa de bits",
|
||||||
"clientIP": "Cliente"
|
"clientIP": "Cliente"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Aprobado",
|
"passed": "Aprobado",
|
||||||
"failed": "Failed",
|
"failed": "Fallido",
|
||||||
"unknown": "Unknown"
|
"unknown": "Desconocido"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Bandeja de entrada",
|
"inbox": "Bandeja de entrada",
|
||||||
@@ -602,23 +602,23 @@
|
|||||||
"battery_charge": "Carga de la batería",
|
"battery_charge": "Carga de la batería",
|
||||||
"ups_load": "Carga del UPS",
|
"ups_load": "Carga del UPS",
|
||||||
"ups_status": "Estado del UPS",
|
"ups_status": "Estado del UPS",
|
||||||
"online": "Online",
|
"online": "En línea",
|
||||||
"on_battery": "Con batería",
|
"on_battery": "Con batería",
|
||||||
"low_battery": "Batería baja"
|
"low_battery": "Batería baja"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Please Wait",
|
"wait": "Por favor, espera",
|
||||||
"no_devices": "No se recibieron datos del dispositivo"
|
"no_devices": "No se recibieron datos del dispositivo"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "Carga de la CPU",
|
"cpuLoad": "Carga de la CPU",
|
||||||
"memoryUsed": "Memoria utilizada",
|
"memoryUsed": "Memoria utilizada",
|
||||||
"uptime": "Uptime",
|
"uptime": "Tiempo activo",
|
||||||
"numberOfLeases": "Alquileres"
|
"numberOfLeases": "Alquileres"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Todas las transmisiones",
|
"streams_all": "Todas las transmisiones",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "Transmisiones activas",
|
||||||
"streams_xepg": "Canales XEPG"
|
"streams_xepg": "Canales XEPG"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -628,7 +628,7 @@
|
|||||||
"limit": "Límite"
|
"limit": "Límite"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU Load",
|
"cpu": "Carga de la CPU",
|
||||||
"memory": "Memoria activa",
|
"memory": "Memoria activa",
|
||||||
"wanUpload": "Subida WAN",
|
"wanUpload": "Subida WAN",
|
||||||
"wanDownload": "Descarga WAN"
|
"wanDownload": "Descarga WAN"
|
||||||
@@ -640,7 +640,7 @@
|
|||||||
"layers": "Capas"
|
"layers": "Capas"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Estado",
|
||||||
"temp_tool": "Temperatura de la herramienta",
|
"temp_tool": "Temperatura de la herramienta",
|
||||||
"temp_bed": "Temperatura de la plataforma",
|
"temp_bed": "Temperatura de la plataforma",
|
||||||
"job_completion": "Finalización"
|
"job_completion": "Finalización"
|
||||||
@@ -653,8 +653,8 @@
|
|||||||
"load": "Promedio de carga",
|
"load": "Promedio de carga",
|
||||||
"memory": "Uso de memoria",
|
"memory": "Uso de memoria",
|
||||||
"wanStatus": "Estado de la WAN",
|
"wanStatus": "Estado de la WAN",
|
||||||
"up": "Up",
|
"up": "Activo",
|
||||||
"down": "Down",
|
"down": "Inactivo",
|
||||||
"temp": "Temp",
|
"temp": "Temp",
|
||||||
"disk": "Uso del disco",
|
"disk": "Uso del disco",
|
||||||
"wanIP": "IP de la WAN"
|
"wanIP": "IP de la WAN"
|
||||||
@@ -666,7 +666,7 @@
|
|||||||
"memory_usage": "Memoria"
|
"memory_usage": "Memoria"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Usuarios",
|
||||||
"photos": "Fotos",
|
"photos": "Fotos",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"storage": "Almacenamiento"
|
"storage": "Almacenamiento"
|
||||||
@@ -674,7 +674,7 @@
|
|||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Sitios activos",
|
"up": "Sitios activos",
|
||||||
"down": "Sitios inactivos",
|
"down": "Sitios inactivos",
|
||||||
"uptime": "Uptime",
|
"uptime": "Tiempo activo",
|
||||||
"incident": "Incidencia",
|
"incident": "Incidencia",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
@@ -687,17 +687,17 @@
|
|||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Librerías",
|
"libraries": "Librerías",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"books": "Books"
|
"books": "Libros"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Días",
|
||||||
"uptime": "Uptime",
|
"uptime": "Tiempo activo",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Disponible"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"issues": "Números",
|
"issues": "Números",
|
||||||
"wanted": "Wanted"
|
"wanted": "Buscando"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Álbumes",
|
"albums": "Álbumes",
|
||||||
@@ -706,9 +706,9 @@
|
|||||||
"people": "Personas"
|
"people": "Personas"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Cola",
|
||||||
"processing": "Processing",
|
"processing": "Procesando",
|
||||||
"processed": "Processed",
|
"processed": "Procesado",
|
||||||
"time": "Tiempo"
|
"time": "Tiempo"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
@@ -730,11 +730,11 @@
|
|||||||
"numshares": "Elementos compartidos"
|
"numshares": "Elementos compartidos"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"size": "Tamaño",
|
"size": "Tamaño",
|
||||||
"lastrun": "Última ejecución",
|
"lastrun": "Última ejecución",
|
||||||
"nextrun": "Siguiente ejecución",
|
"nextrun": "Siguiente ejecución",
|
||||||
"failed": "Failed"
|
"failed": "Fallido"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Trabajadores activos",
|
"active_workers": "Trabajadores activos",
|
||||||
@@ -751,20 +751,20 @@
|
|||||||
"targets_total": "Objetivos totales"
|
"targets_total": "Objetivos totales"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Sitios activos",
|
||||||
"down": "Sites Down",
|
"down": "Sitios inactivos",
|
||||||
"uptime": "Uptime"
|
"uptime": "Tiempo activo"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Hoy",
|
||||||
"gross_percent_1y": "Un año",
|
"gross_percent_1y": "Un año",
|
||||||
"gross_percent_max": "Todo el tiempo"
|
"gross_percent_max": "Todo el tiempo"
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Books",
|
"books": "Libros",
|
||||||
"podcastsDuration": "Duración",
|
"podcastsDuration": "Duración",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Duración"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "Personas en casa",
|
"people_home": "Personas en casa",
|
||||||
@@ -773,7 +773,7 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitorizando",
|
"monitoring": "Monitorizando",
|
||||||
"updates": "Updates"
|
"updates": "Actualizaciones"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Libros",
|
"books": "Libros",
|
||||||
@@ -789,32 +789,32 @@
|
|||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Series",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Archivos"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Resultado",
|
"result": "Resultado",
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"buildId": "ID de compilación",
|
"buildId": "ID de compilación",
|
||||||
"succeeded": "Exitoso",
|
"succeeded": "Exitoso",
|
||||||
"notStarted": "No iniciado",
|
"notStarted": "No iniciado",
|
||||||
"failed": "Failed",
|
"failed": "Fallido",
|
||||||
"canceled": "Cancelado",
|
"canceled": "Cancelado",
|
||||||
"inProgress": "En curso",
|
"inProgress": "En curso",
|
||||||
"totalPrs": "RP totales",
|
"totalPrs": "PRs totales",
|
||||||
"myPrs": "Mis logros",
|
"myPrs": "Mis PRs",
|
||||||
"approved": "Approved"
|
"approved": "Aprobado"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"online": "Online",
|
"online": "En línea",
|
||||||
"offline": "Offline",
|
"offline": "Fuera de línea",
|
||||||
"name": "Nombre",
|
"name": "Nombre",
|
||||||
"map": "Mapa",
|
"map": "Mapa",
|
||||||
"currentPlayers": "Jugadores actuales",
|
"currentPlayers": "Jugadores actuales",
|
||||||
"players": "Players",
|
"players": "Jugadores",
|
||||||
"maxPlayers": "Jugadores máximos",
|
"maxPlayers": "Jugadores máximos",
|
||||||
"bots": "Bots",
|
"bots": "Bots",
|
||||||
"ping": "Ping"
|
"ping": "Latencia"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
@@ -824,42 +824,42 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recetas",
|
"recipes": "Recetas",
|
||||||
"users": "Users",
|
"users": "Usuarios",
|
||||||
"categories": "Categories",
|
"categories": "Categorías",
|
||||||
"tags": "Etiquetas"
|
"tags": "Etiquetas"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Descargando",
|
"downloading": "Descargando",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"running": "Running",
|
"running": "Ejecutando",
|
||||||
"stopped": "Stopped",
|
"stopped": "Detenido",
|
||||||
"passed": "Passed",
|
"passed": "Aprobado",
|
||||||
"failed": "Failed"
|
"failed": "Fallido"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Tiempo activo",
|
||||||
"cpuLoad": "Carga promedio del CPU (5m)",
|
"cpuLoad": "Carga promedio del CPU (5m)",
|
||||||
"up": "Up",
|
"up": "Activo",
|
||||||
"down": "Down",
|
"down": "Inactivo",
|
||||||
"bytesTx": "Transmitido",
|
"bytesTx": "Transmitido",
|
||||||
"bytesRx": "Received"
|
"bytesRx": "Recibido"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"uptime": "Uptime",
|
"uptime": "Tiempo activo",
|
||||||
"lastDown": "Último periodo de inactividad",
|
"lastDown": "Último periodo de inactividad",
|
||||||
"downDuration": "Duración de inactividad",
|
"downDuration": "Duración de inactividad",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Sitios activos",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Sitios inactivos",
|
||||||
"paused": "Paused",
|
"paused": "Pausado",
|
||||||
"notyetchecked": "Aún no verificado",
|
"notyetchecked": "Aún no comprobado",
|
||||||
"up": "Up",
|
"up": "Activo",
|
||||||
"seemsdown": "Parece caída",
|
"seemsdown": "Parece caído",
|
||||||
"down": "Down",
|
"down": "Inactivo",
|
||||||
"unknown": "Unknown"
|
"unknown": "Desconocido"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "En cine",
|
"inCinemas": "En cines",
|
||||||
"physicalRelease": "Lanzamiento en físico",
|
"physicalRelease": "Lanzamiento en físico",
|
||||||
"digitalRelease": "Lanzamiento en digital",
|
"digitalRelease": "Lanzamiento en digital",
|
||||||
"noEventsToday": "¡Sin eventos para hoy!",
|
"noEventsToday": "¡Sin eventos para hoy!",
|
||||||
@@ -875,10 +875,10 @@
|
|||||||
"totalfilesize": "Tamaño total"
|
"totalfilesize": "Tamaño total"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Dominios",
|
||||||
"mailboxes": "Buzones de correo",
|
"mailboxes": "Buzones de correo",
|
||||||
"mails": "Correos",
|
"mails": "Correos",
|
||||||
"storage": "Storage"
|
"storage": "Almacenamiento"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Advertencias",
|
"warnings": "Advertencias",
|
||||||
@@ -887,12 +887,12 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Eventos",
|
"events": "Eventos",
|
||||||
"plants": "Plantas",
|
"plants": "Plantas",
|
||||||
"photos": "Photos",
|
"photos": "Fotos",
|
||||||
"species": "Especies"
|
"species": "Especies"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Notificaciones",
|
"notifications": "Notificaciones",
|
||||||
"issues": "Issues",
|
"issues": "Incidencias",
|
||||||
"pulls": "Solicitudes de cambios",
|
"pulls": "Solicitudes de cambios",
|
||||||
"repositories": "Repositorios"
|
"repositories": "Repositorios"
|
||||||
},
|
},
|
||||||
@@ -908,13 +908,13 @@
|
|||||||
"galleries": "Galerías",
|
"galleries": "Galerías",
|
||||||
"performers": "Intérpretes",
|
"performers": "Intérpretes",
|
||||||
"studios": "Estudios",
|
"studios": "Estudios",
|
||||||
"movies": "Movies",
|
"movies": "Películas",
|
||||||
"tags": "Tags",
|
"tags": "Etiquetas",
|
||||||
"oCount": "Cantidad de O"
|
"oCount": "Cantidad de O"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Usuarios",
|
||||||
"recipes": "Recipes",
|
"recipes": "Recetas",
|
||||||
"keywords": "Palabras clave"
|
"keywords": "Palabras clave"
|
||||||
},
|
},
|
||||||
"homebox": {
|
"homebox": {
|
||||||
@@ -922,11 +922,11 @@
|
|||||||
"totalWithWarranty": "Con garantía",
|
"totalWithWarranty": "Con garantía",
|
||||||
"locations": "Ubicaciones",
|
"locations": "Ubicaciones",
|
||||||
"labels": "Etiquetas",
|
"labels": "Etiquetas",
|
||||||
"users": "Users",
|
"users": "Usuarios",
|
||||||
"totalValue": "Valor total"
|
"totalValue": "Valor total"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Alerts",
|
"alerts": "Alertas",
|
||||||
"bans": "Baneos"
|
"bans": "Baneos"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
@@ -942,9 +942,9 @@
|
|||||||
"banned": "Baneado"
|
"banned": "Baneado"
|
||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "Latencia",
|
||||||
"download": "Download",
|
"download": "Descarga",
|
||||||
"upload": "Upload"
|
"upload": "Subida"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Acciones",
|
"stocks": "Acciones",
|
||||||
@@ -955,17 +955,17 @@
|
|||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Cámaras",
|
"cameras": "Cámaras",
|
||||||
"uptime": "Uptime",
|
"uptime": "Tiempo activo",
|
||||||
"version": "Version"
|
"version": "Versión"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Enlaces",
|
"links": "Enlaces",
|
||||||
"collections": "Colecciones",
|
"collections": "Colecciones",
|
||||||
"tags": "Tags"
|
"tags": "Etiquetas"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "No clasificado",
|
"unclassified": "No clasificado",
|
||||||
"information": "Information",
|
"information": "Información",
|
||||||
"warning": "Advertencia",
|
"warning": "Advertencia",
|
||||||
"average": "Promedio",
|
"average": "Promedio",
|
||||||
"high": "Alto",
|
"high": "Alto",
|
||||||
@@ -986,22 +986,22 @@
|
|||||||
"tasksInProgress": "Tareas en progreso"
|
"tasksInProgress": "Tareas en progreso"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Name",
|
"name": "Nombre",
|
||||||
"address": "Address",
|
"address": "Dirección",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Visto por última vez",
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"online": "Online",
|
"online": "En línea",
|
||||||
"offline": "Offline"
|
"offline": "Fuera de línea"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Nombre",
|
||||||
"systems": "Sistemas",
|
"systems": "Sistemas",
|
||||||
"up": "Up",
|
"up": "Activo",
|
||||||
"down": "Down",
|
"down": "Inactivo",
|
||||||
"paused": "Paused",
|
"paused": "Pausado",
|
||||||
"pending": "Pending",
|
"pending": "Pendiente",
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"updated": "Updated",
|
"updated": "Actualizado",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "MEM",
|
"memory": "MEM",
|
||||||
"disk": "Disco",
|
"disk": "Disco",
|
||||||
@@ -1011,26 +1011,26 @@
|
|||||||
"apps": "Apps",
|
"apps": "Apps",
|
||||||
"synced": "Sincronizado",
|
"synced": "Sincronizado",
|
||||||
"outOfSync": "Desincronizado",
|
"outOfSync": "Desincronizado",
|
||||||
"healthy": "Healthy",
|
"healthy": "Saludable",
|
||||||
"degraded": "Degradado",
|
"degraded": "Degradado",
|
||||||
"progressing": "Progresando",
|
"progressing": "Progresando",
|
||||||
"missing": "Missing",
|
"missing": "Faltantes",
|
||||||
"suspended": "Suspendido"
|
"suspended": "Suspendido"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Loading"
|
"loading": "Cargando"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Grupos",
|
"groups": "Grupos",
|
||||||
"issues": "Issues",
|
"issues": "Incidencias",
|
||||||
"merges": "Solicitudes de fusión",
|
"merges": "Solicitudes de fusión",
|
||||||
"projects": "Proyectos"
|
"projects": "Proyectos"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"load": "Load",
|
"load": "Carga",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Carga de la batería",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Tiempo restante"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Marcadores",
|
"bookmarks": "Marcadores",
|
||||||
@@ -1038,10 +1038,10 @@
|
|||||||
"archived": "Archivado",
|
"archived": "Archivado",
|
||||||
"highlights": "Destacados",
|
"highlights": "Destacados",
|
||||||
"lists": "Listas",
|
"lists": "Listas",
|
||||||
"tags": "Tags"
|
"tags": "Etiquetas"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "Red",
|
||||||
"connected": "Conectado",
|
"connected": "Conectado",
|
||||||
"disconnected": "Desconectado",
|
"disconnected": "Desconectado",
|
||||||
"updateStatus": "Actualización",
|
"updateStatus": "Actualización",
|
||||||
@@ -1049,12 +1049,12 @@
|
|||||||
"update_no": "Actualizado",
|
"update_no": "Actualizado",
|
||||||
"downloads": "Descargas",
|
"downloads": "Descargas",
|
||||||
"uploads": "Subidas",
|
"uploads": "Subidas",
|
||||||
"sharedFiles": "Compartidos"
|
"sharedFiles": "Archivos"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "Canciones",
|
||||||
"movies": "Movies",
|
"movies": "Películas",
|
||||||
"episodes": "Episodes",
|
"episodes": "Episodios",
|
||||||
"other": "Otros"
|
"other": "Otros"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
@@ -1063,25 +1063,25 @@
|
|||||||
},
|
},
|
||||||
"komodo": {
|
"komodo": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"running": "Running",
|
"running": "En ejecución",
|
||||||
"stopped": "Stopped",
|
"stopped": "Detenido",
|
||||||
"down": "Down",
|
"down": "Inactivo",
|
||||||
"unhealthy": "Unhealthy",
|
"unhealthy": "En mal estado",
|
||||||
"unknown": "Unknown",
|
"unknown": "Desconocido",
|
||||||
"servers": "Servers",
|
"servers": "Servidores",
|
||||||
"stacks": "Stacks",
|
"stacks": "Stacks",
|
||||||
"containers": "Containers"
|
"containers": "Contenedores"
|
||||||
},
|
},
|
||||||
"filebrowser": {
|
"filebrowser": {
|
||||||
"available": "Available",
|
"available": "Disponible",
|
||||||
"used": "Used",
|
"used": "Usado",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"wallos": {
|
"wallos": {
|
||||||
"activeSubscriptions": "Subscriptions",
|
"activeSubscriptions": "Suscripciones",
|
||||||
"thisMonthlyCost": "This Month",
|
"thisMonthlyCost": "Este mes",
|
||||||
"nextMonthlyCost": "Next Month",
|
"nextMonthlyCost": "Próximo mes",
|
||||||
"previousMonthlyCost": "Prev. Month",
|
"previousMonthlyCost": "Mes anterior",
|
||||||
"nextRenewingSubscription": "Next Payment"
|
"nextRenewingSubscription": "Próximo pago"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -212,7 +212,7 @@
|
|||||||
"download": "Download",
|
"download": "Download",
|
||||||
"upload": "Upload",
|
"upload": "Upload",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Semear"
|
||||||
},
|
},
|
||||||
"qnap": {
|
"qnap": {
|
||||||
"cpuUsage": "Utilização do CPU",
|
"cpuUsage": "Utilização do CPU",
|
||||||
@@ -223,39 +223,39 @@
|
|||||||
"invalid": "Inválido"
|
"invalid": "Inválido"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Baixar",
|
||||||
"upload": "Upload",
|
"upload": "Upload",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Semear"
|
||||||
},
|
},
|
||||||
"develancacheui": {
|
"develancacheui": {
|
||||||
"cachehitbytes": "‘Bytes’ de Acerto na Memória transitória",
|
"cachehitbytes": "‘Bytes’ de Acerto na Memória transitória",
|
||||||
"cachemissbytes": "‘Bytes’ de Falha de Memória transitória"
|
"cachemissbytes": "‘Bytes’ de Falha de Memória transitória"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Baixar",
|
||||||
"upload": "Upload",
|
"upload": "Envio de Dados",
|
||||||
"leech": "Leech",
|
"leech": "Sanguessuga",
|
||||||
"seed": "Seed"
|
"seed": "Semear"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Desejados",
|
"wanted": "Desejados",
|
||||||
"queued": "Em fila de espera",
|
"queued": "Em fila de espera",
|
||||||
"series": "Series",
|
"series": "Séries",
|
||||||
"queue": "Queue",
|
"queue": "Fila",
|
||||||
"unknown": "Unknown"
|
"unknown": "Desconhecido"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Desejado",
|
||||||
"missing": "Em falta",
|
"missing": "Em falta",
|
||||||
"queued": "Queued",
|
"queued": "Na Fila",
|
||||||
"movies": "Movies",
|
"movies": "Filmes",
|
||||||
"queue": "Queue",
|
"queue": "Fila",
|
||||||
"unknown": "Unknown"
|
"unknown": "Desconhecido"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Desejado",
|
||||||
"queued": "Queued",
|
"queued": "Na Fila",
|
||||||
"artists": "Artistas"
|
"artists": "Artistas"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
|
|||||||
@@ -61,9 +61,9 @@
|
|||||||
"wlan_devices": "Zariadenia WLAN",
|
"wlan_devices": "Zariadenia WLAN",
|
||||||
"lan_users": "Použ. LAN",
|
"lan_users": "Použ. LAN",
|
||||||
"wlan_users": "Použ. WLAN",
|
"wlan_users": "Použ. WLAN",
|
||||||
"up": "UP",
|
"up": "BEŽÍ",
|
||||||
"down": "NEBEŽÍ",
|
"down": "NEBEŽÍ",
|
||||||
"wait": "Please wait",
|
"wait": "Čakajte, prosím",
|
||||||
"empty_data": "Stav podsystému neznámy"
|
"empty_data": "Stav podsystému neznámy"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
@@ -94,8 +94,8 @@
|
|||||||
"error": "Chyba",
|
"error": "Chyba",
|
||||||
"response": "Odpoveď",
|
"response": "Odpoveď",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Beží",
|
||||||
"not_available": "Not Available"
|
"not_available": "Nedostupné"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Prehrávané",
|
"playing": "Prehrávané",
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
"offline_alt": "Offline",
|
"offline_alt": "Offline",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Celkom",
|
"total": "Celkom",
|
||||||
"unknown": "Unknown"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produkcia",
|
"pv_power": "Produkcia",
|
||||||
@@ -141,11 +141,11 @@
|
|||||||
"connectionStatusDisconnecting": "Odpájanie",
|
"connectionStatusDisconnecting": "Odpájanie",
|
||||||
"connectionStatusDisconnected": "Odpojené",
|
"connectionStatusDisconnected": "Odpojené",
|
||||||
"connectionStatusConnected": "Pripojené",
|
"connectionStatusConnected": "Pripojené",
|
||||||
"uptime": "Uptime",
|
"uptime": "Dostupnosť",
|
||||||
"maxDown": "Max. sťahovanie",
|
"maxDown": "Max. sťahovanie",
|
||||||
"maxUp": "Max. nahrávanie",
|
"maxUp": "Max. nahrávanie",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Beží",
|
||||||
"received": "Prijaté",
|
"received": "Prijaté",
|
||||||
"sent": "Odoslané",
|
"sent": "Odoslané",
|
||||||
"externalIPAddress": "Ext. IP",
|
"externalIPAddress": "Ext. IP",
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Aktívne vysielanie",
|
"streams": "Aktívne vysielanie",
|
||||||
"albums": "Albumy",
|
"albums": "Albumy",
|
||||||
"movies": "Movies",
|
"movies": "Filmov",
|
||||||
"tv": "Seriály"
|
"tv": "Seriály"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
@@ -199,18 +199,18 @@
|
|||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Aktívne",
|
"active": "Aktívne",
|
||||||
"upload": "Upload",
|
"upload": "Nahrávanie",
|
||||||
"download": "Download"
|
"download": "Download"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "Download",
|
||||||
"upload": "Upload",
|
"upload": "Nahrávanie",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "Download",
|
||||||
"upload": "Upload",
|
"upload": "Nahrávanie",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -224,7 +224,7 @@
|
|||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Download",
|
||||||
"upload": "Upload",
|
"upload": "Nahrávanie",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -234,7 +234,7 @@
|
|||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Download",
|
||||||
"upload": "Upload",
|
"upload": "Nahrávanie",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -242,25 +242,25 @@
|
|||||||
"wanted": "Žiadané",
|
"wanted": "Žiadané",
|
||||||
"queued": "V poradí",
|
"queued": "V poradí",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"queue": "Queue",
|
"queue": "Poradie",
|
||||||
"unknown": "Unknown"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"missing": "Chýbajúce",
|
"missing": "Chýbajúce",
|
||||||
"queued": "Queued",
|
"queued": "V poradí",
|
||||||
"movies": "Movies",
|
"movies": "Filmov",
|
||||||
"queue": "Queue",
|
"queue": "Poradie",
|
||||||
"unknown": "Unknown"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "V poradí",
|
||||||
"artists": "Interpreti"
|
"artists": "Interpreti"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "V poradí",
|
||||||
"books": "Knihy"
|
"books": "Knihy"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -273,19 +273,19 @@
|
|||||||
"available": "Dostupné"
|
"available": "Dostupné"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Čakajúce",
|
||||||
"approved": "Approved",
|
"approved": "Schválené",
|
||||||
"available": "Available"
|
"available": "Dostupné"
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Čakajúce",
|
||||||
"processing": "Spracovávané",
|
"processing": "Spracovávané",
|
||||||
"approved": "Approved",
|
"approved": "Schválené",
|
||||||
"available": "Available"
|
"available": "Dostupné"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Celkom",
|
||||||
"connected": "Connected",
|
"connected": "Pripojené",
|
||||||
"new_devices": "Nové zariadenia",
|
"new_devices": "Nové zariadenia",
|
||||||
"down_alerts": "Upozornenia o výpadkoch"
|
"down_alerts": "Upozornenia o výpadkoch"
|
||||||
},
|
},
|
||||||
@@ -296,26 +296,26 @@
|
|||||||
"gravity": "Gravity"
|
"gravity": "Gravity"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "Požiadaviek",
|
||||||
"blocked": "Blocked",
|
"blocked": "Blokované",
|
||||||
"filtered": "Filtrované",
|
"filtered": "Filtrované",
|
||||||
"latency": "Odozva"
|
"latency": "Odozva"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "Nahrávanie",
|
||||||
"download": "Download",
|
"download": "Download",
|
||||||
"ping": "Ping"
|
"ping": "Odozva"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Beží",
|
||||||
"stopped": "Zastavené",
|
"stopped": "Zastavené",
|
||||||
"total": "Total"
|
"total": "Celkom"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Downloaded",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread",
|
"unread": "Neprečítané",
|
||||||
"downloadedread": "Downloaded & Read",
|
"downloadedread": "Downloaded & Read",
|
||||||
"downloadedunread": "Downloaded & Unread",
|
"downloadedunread": "Downloaded & Unread",
|
||||||
"nondownloadedread": "Non-Downloaded & Read",
|
"nondownloadedread": "Non-Downloaded & Read",
|
||||||
@@ -336,7 +336,7 @@
|
|||||||
"ago": "Pred {{value}}"
|
"ago": "Pred {{value}}"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "Požiadaviek",
|
||||||
"totalNoError": "Success",
|
"totalNoError": "Success",
|
||||||
"totalServerFailure": "Failures",
|
"totalServerFailure": "Failures",
|
||||||
"totalNxDomain": "NX Domains",
|
"totalNxDomain": "NX Domains",
|
||||||
@@ -344,12 +344,12 @@
|
|||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Authoritative",
|
||||||
"totalRecursive": "Recursive",
|
"totalRecursive": "Recursive",
|
||||||
"totalCached": "Cached",
|
"totalCached": "Cached",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "Blokované",
|
||||||
"totalDropped": "Dropped",
|
"totalDropped": "Dropped",
|
||||||
"totalClients": "Klienti"
|
"totalClients": "Klienti"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Poradie",
|
||||||
"processed": "Spracované",
|
"processed": "Spracované",
|
||||||
"errored": "Chybné",
|
"errored": "Chybné",
|
||||||
"saved": "Uložené"
|
"saved": "Uložené"
|
||||||
@@ -360,10 +360,10 @@
|
|||||||
"middleware": "Midlvér"
|
"middleware": "Midlvér"
|
||||||
},
|
},
|
||||||
"trilium": {
|
"trilium": {
|
||||||
"version": "Version",
|
"version": "Verzia",
|
||||||
"notesCount": "Notes",
|
"notesCount": "Notes",
|
||||||
"dbSize": "Database Size",
|
"dbSize": "Database Size",
|
||||||
"unknown": "Unknown"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "No Active Streams",
|
||||||
@@ -372,7 +372,7 @@
|
|||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Povolené",
|
"enabled": "Povolené",
|
||||||
"disabled": "Zakázané",
|
"disabled": "Zakázané",
|
||||||
"total": "Total"
|
"total": "Celkom"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Nastavte jednu alebo viac kryptomien na sledovanie",
|
"configure": "Nastavte jednu alebo viac kryptomien na sledovanie",
|
||||||
@@ -389,7 +389,7 @@
|
|||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "Indexery",
|
"enableIndexers": "Indexery",
|
||||||
"numberOfGrabs": "Zachytení",
|
"numberOfGrabs": "Zachytení",
|
||||||
"numberOfQueries": "Queries",
|
"numberOfQueries": "Požiadaviek",
|
||||||
"numberOfFailGrabs": "Neúspešné zachytenia",
|
"numberOfFailGrabs": "Neúspešné zachytenia",
|
||||||
"numberOfFailQueries": "Neúspešné dopyty"
|
"numberOfFailQueries": "Neúspešné dopyty"
|
||||||
},
|
},
|
||||||
@@ -404,48 +404,48 @@
|
|||||||
"transferRate": "Rate"
|
"transferRate": "Rate"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "Používateľov",
|
||||||
"status_count": "Príspevky",
|
"status_count": "Príspevky",
|
||||||
"domain_count": "Domény"
|
"domain_count": "Domény"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "V poradí",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Hráči",
|
"players": "Hráči",
|
||||||
"version": "Verzia",
|
"version": "Verzia",
|
||||||
"status": "Status",
|
"status": "Stav",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline"
|
"down": "Offline"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Prečítané",
|
"read": "Prečítané",
|
||||||
"unread": "Unread"
|
"unread": "Neprečítané"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "Používateľov",
|
||||||
"loginsLast24H": "Prihlás. (24 hod.)",
|
"loginsLast24H": "Prihlás. (24 hod.)",
|
||||||
"failedLoginsLast24H": "Neúspešné prihlás. (24 hod.)"
|
"failedLoginsLast24H": "Neúspešné prihlás. (24 hod.)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "RAM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "Virtuálne stroje"
|
"vms": "Virtuálne stroje"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Záťaž",
|
||||||
"wait": "Please wait",
|
"wait": "Čakajte, prosím",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Teplota",
|
"_temp": "Teplota",
|
||||||
"warn": "Upozornení",
|
"warn": "Upozornení",
|
||||||
"uptime": "UP",
|
"uptime": "BEŽÍ",
|
||||||
"total": "Total",
|
"total": "Celkom",
|
||||||
"free": "Free",
|
"free": "Voľné",
|
||||||
"used": "Used",
|
"used": "Využité",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Kritické",
|
"crit": "Kritické",
|
||||||
@@ -461,7 +461,7 @@
|
|||||||
"search": "Hľadať",
|
"search": "Hľadať",
|
||||||
"custom": "Vlastné",
|
"custom": "Vlastné",
|
||||||
"visit": "Navštíviť",
|
"visit": "Navštíviť",
|
||||||
"url": "URL",
|
"url": "URL adresa",
|
||||||
"searchsuggestion": "Návrh"
|
"searchsuggestion": "Návrh"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
@@ -474,49 +474,49 @@
|
|||||||
"3-day": "Oblačno",
|
"3-day": "Oblačno",
|
||||||
"3-night": "Cloudy",
|
"3-night": "Cloudy",
|
||||||
"45-day": "Hmlisto",
|
"45-day": "Hmlisto",
|
||||||
"45-night": "Foggy",
|
"45-night": "Hmlisto",
|
||||||
"48-day": "Foggy",
|
"48-day": "Hmlisto",
|
||||||
"48-night": "Foggy",
|
"48-night": "Hmlisto",
|
||||||
"51-day": "Mierne mrholenie",
|
"51-day": "Mierne mrholenie",
|
||||||
"51-night": "Light Drizzle",
|
"51-night": "Light Drizzle",
|
||||||
"53-day": "Mrholenie",
|
"53-day": "Mrholenie",
|
||||||
"53-night": "Drizzle",
|
"53-night": "Drizzle",
|
||||||
"55-day": "Silné mrholenie",
|
"55-day": "Silné mrholenie",
|
||||||
"55-night": "Heavy Drizzle",
|
"55-night": "Silné mrholenie",
|
||||||
"56-day": "Mierne mrazivé mrholenie",
|
"56-day": "Mierne mrazivé mrholenie",
|
||||||
"56-night": "Light Freezing Drizzle",
|
"56-night": "Light Freezing Drizzle",
|
||||||
"57-day": "Mrazivé mrholenie",
|
"57-day": "Mrazivé mrholenie",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "Freezing Drizzle",
|
||||||
"61-day": "Slabý dážď",
|
"61-day": "Slabý dážď",
|
||||||
"61-night": "Light Rain",
|
"61-night": "Slabý dážď",
|
||||||
"63-day": "Dážď",
|
"63-day": "Dážď",
|
||||||
"63-night": "Rain",
|
"63-night": "Dážď",
|
||||||
"65-day": "Silný dážď",
|
"65-day": "Silný dážď",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "Silný dážď",
|
||||||
"66-day": "Mrazivý dážď",
|
"66-day": "Mrazivý dážď",
|
||||||
"66-night": "Mrznúci dážď",
|
"66-night": "Mrznúci dážď",
|
||||||
"67-day": "Mrznúci dážď",
|
"67-day": "Mrznúci dážď",
|
||||||
"67-night": "Mrznúci dážď",
|
"67-night": "Mrznúci dážď",
|
||||||
"71-day": "Mierne sneženie",
|
"71-day": "Mierne sneženie",
|
||||||
"71-night": "Light Snow",
|
"71-night": "Slabé sneženie",
|
||||||
"73-day": "Sneženie",
|
"73-day": "Sneženie",
|
||||||
"73-night": "Snow",
|
"73-night": "Sneženie",
|
||||||
"75-day": "Silné sneženie",
|
"75-day": "Silné sneženie",
|
||||||
"75-night": "Heavy Snow",
|
"75-night": "Husté sneženie",
|
||||||
"77-day": "Snehové vločky",
|
"77-day": "Snehové vločky",
|
||||||
"77-night": "Snow Grains",
|
"77-night": "Snow Grains",
|
||||||
"80-day": "Mierne prehánky",
|
"80-day": "Mierne prehánky",
|
||||||
"80-night": "Light Showers",
|
"80-night": "Mierne prehánky",
|
||||||
"81-day": "Prehánky",
|
"81-day": "Prehánky",
|
||||||
"81-night": "Showers",
|
"81-night": "Prehánky",
|
||||||
"82-day": "Silné prehánky",
|
"82-day": "Silné prehánky",
|
||||||
"82-night": "Heavy Showers",
|
"82-night": "Silné prehánky",
|
||||||
"85-day": "Snehové prehánky",
|
"85-day": "Snehové prehánky",
|
||||||
"85-night": "Snow Showers",
|
"85-night": "Snehové prehánky",
|
||||||
"86-day": "Snow Showers",
|
"86-day": "Snehové prehánky",
|
||||||
"86-night": "Snow Showers",
|
"86-night": "Snehové prehánky",
|
||||||
"95-day": "Búrka",
|
"95-day": "Búrka",
|
||||||
"95-night": "Thunderstorm",
|
"95-night": "Búrka",
|
||||||
"96-day": "Búrka s krupobitím",
|
"96-day": "Búrka s krupobitím",
|
||||||
"96-night": "Thunderstorm With Hail",
|
"96-night": "Thunderstorm With Hail",
|
||||||
"99-day": "Thunderstorm With Hail",
|
"99-day": "Thunderstorm With Hail",
|
||||||
@@ -529,17 +529,17 @@
|
|||||||
"up_to_date": "Aktuálny",
|
"up_to_date": "Aktuálny",
|
||||||
"child_bridges": "Podradené premostenia",
|
"child_bridges": "Podradené premostenia",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Beží",
|
||||||
"pending": "Pending",
|
"pending": "Čakajúce",
|
||||||
"down": "Down"
|
"down": "Down"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Nový",
|
"new": "Nový",
|
||||||
"up": "Up",
|
"up": "Beží",
|
||||||
"grace": "V dodatočnej lehote",
|
"grace": "V dodatočnej lehote",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Pozastavené",
|
"paused": "Pozastavené",
|
||||||
"status": "Status",
|
"status": "Stav",
|
||||||
"last_ping": "Poslendný ping",
|
"last_ping": "Poslendný ping",
|
||||||
"never": "Zatiaľ žiadne ping-y"
|
"never": "Zatiaľ žiadne ping-y"
|
||||||
},
|
},
|
||||||
@@ -549,27 +549,27 @@
|
|||||||
"containers_failed": "Zlyhané"
|
"containers_failed": "Zlyhané"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Schválené",
|
||||||
"rejectedPushes": "Odmietnuté",
|
"rejectedPushes": "Odmietnuté",
|
||||||
"filters": "Filtre",
|
"filters": "Filtre",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indexers"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Poradie",
|
||||||
"videos": "Videá",
|
"videos": "Videá",
|
||||||
"channels": "Kanály",
|
"channels": "Kanály",
|
||||||
"playlists": "Playlisty"
|
"playlists": "Playlisty"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Záťaž systému",
|
"load": "Záťaž systému",
|
||||||
"uptime": "Uptime",
|
"uptime": "Dostupnosť",
|
||||||
"alerts": "Alerts"
|
"alerts": "Upozornenia"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Rýchlosť",
|
"speed": "Rýchlosť",
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"queue": "Queue",
|
"queue": "Poradie",
|
||||||
"total": "Total"
|
"total": "Celkom"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Verejná IP",
|
"public_ip": "Verejná IP",
|
||||||
@@ -585,18 +585,18 @@
|
|||||||
"channelNetwork": "Sieť",
|
"channelNetwork": "Sieť",
|
||||||
"signalStrength": "Sila",
|
"signalStrength": "Sila",
|
||||||
"signalQuality": "Kvalita",
|
"signalQuality": "Kvalita",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Kvalita",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Bitrate",
|
||||||
"clientIP": "Klient"
|
"clientIP": "Klient"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Úspešný",
|
"passed": "Úspešný",
|
||||||
"failed": "Failed",
|
"failed": "Failed",
|
||||||
"unknown": "Unknown"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Schránka správ",
|
"inbox": "Schránka správ",
|
||||||
"total": "Total"
|
"total": "Celkom"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Nabitie batérie",
|
"battery_charge": "Nabitie batérie",
|
||||||
@@ -607,13 +607,13 @@
|
|||||||
"low_battery": "Slabá batéria"
|
"low_battery": "Slabá batéria"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Please Wait",
|
"wait": "Čakajte, prosím",
|
||||||
"no_devices": "Informácie o zariadení nezískané"
|
"no_devices": "Informácie o zariadení nezískané"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "Využitie CPU",
|
"cpuLoad": "Využitie CPU",
|
||||||
"memoryUsed": "Využitie pamäte",
|
"memoryUsed": "Využitie pamäte",
|
||||||
"uptime": "Uptime",
|
"uptime": "Dostupnosť",
|
||||||
"numberOfLeases": "Pridelené adresy"
|
"numberOfLeases": "Pridelené adresy"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
@@ -628,7 +628,7 @@
|
|||||||
"limit": "Limit"
|
"limit": "Limit"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU Load",
|
"cpu": "Zátaž procesora",
|
||||||
"memory": "Aktívna pamäť",
|
"memory": "Aktívna pamäť",
|
||||||
"wanUpload": "WAN nahrávanie",
|
"wanUpload": "WAN nahrávanie",
|
||||||
"wanDownload": "WAN sťahovanie"
|
"wanDownload": "WAN sťahovanie"
|
||||||
@@ -640,20 +640,20 @@
|
|||||||
"layers": "Vrstvy"
|
"layers": "Vrstvy"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Stav",
|
||||||
"temp_tool": "Teplota extrudéra",
|
"temp_tool": "Teplota extrudéra",
|
||||||
"temp_bed": "Teplota podložky",
|
"temp_bed": "Teplota podložky",
|
||||||
"job_completion": "Priebeh"
|
"job_completion": "Priebeh"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Zdrojová IP",
|
"origin_ip": "Zdrojová IP",
|
||||||
"status": "Status"
|
"status": "Stav"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Priemerné zaťaženie",
|
"load": "Priemerné zaťaženie",
|
||||||
"memory": "Využitie pamäte",
|
"memory": "Využitie pamäte",
|
||||||
"wanStatus": "Stav WAN",
|
"wanStatus": "Stav WAN",
|
||||||
"up": "Up",
|
"up": "Beží",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"temp": "Temp",
|
"temp": "Temp",
|
||||||
"disk": "Využitie disku",
|
"disk": "Využitie disku",
|
||||||
@@ -666,15 +666,15 @@
|
|||||||
"memory_usage": "Pamäť"
|
"memory_usage": "Pamäť"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Používateľov",
|
||||||
"photos": "Fotografie",
|
"photos": "Fotografií",
|
||||||
"videos": "Videos",
|
"videos": "Videí",
|
||||||
"storage": "Úložisko"
|
"storage": "Úložisko"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Weby dostupné",
|
"up": "Weby dostupné",
|
||||||
"down": "Weby nedostupné",
|
"down": "Weby nedostupné",
|
||||||
"uptime": "Uptime",
|
"uptime": "Dostupnosť",
|
||||||
"incident": "Udalosť",
|
"incident": "Udalosť",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
@@ -691,8 +691,8 @@
|
|||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Days",
|
||||||
"uptime": "Uptime",
|
"uptime": "Dostupnosť",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Dostupné"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
@@ -700,15 +700,15 @@
|
|||||||
"wanted": "Wanted"
|
"wanted": "Wanted"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albumov",
|
||||||
"photos": "Photos",
|
"photos": "Fotografií",
|
||||||
"videos": "Videos",
|
"videos": "Videí",
|
||||||
"people": "Ľudia"
|
"people": "Ľudia"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Poradie",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"processed": "Processed",
|
"processed": "Spracované",
|
||||||
"time": "Čas"
|
"time": "Čas"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
@@ -730,7 +730,7 @@
|
|||||||
"numshares": "Zdieľané položky"
|
"numshares": "Zdieľané položky"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Stav",
|
||||||
"size": "Veľkosť",
|
"size": "Veľkosť",
|
||||||
"lastrun": "Naposledy spustené",
|
"lastrun": "Naposledy spustené",
|
||||||
"nextrun": "Nasledujúce spustenie",
|
"nextrun": "Nasledujúce spustenie",
|
||||||
@@ -753,10 +753,10 @@
|
|||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Sites Up",
|
||||||
"down": "Sites Down",
|
"down": "Sites Down",
|
||||||
"uptime": "Uptime"
|
"uptime": "Dostupnosť"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Dnes",
|
||||||
"gross_percent_1y": "Jeden rok",
|
"gross_percent_1y": "Jeden rok",
|
||||||
"gross_percent_max": "Za celý čas"
|
"gross_percent_max": "Za celý čas"
|
||||||
},
|
},
|
||||||
@@ -778,22 +778,22 @@
|
|||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Books",
|
||||||
"authors": "Autori",
|
"authors": "Autori",
|
||||||
"categories": "Categories",
|
"categories": "Kategórie",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Poradie",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Zostávajúce",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Veľkosť",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Speed"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Series",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Súborov"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Výsledok",
|
"result": "Výsledok",
|
||||||
"status": "Status",
|
"status": "Stav",
|
||||||
"buildId": "ID zostavy",
|
"buildId": "ID zostavy",
|
||||||
"succeeded": "Úspešný",
|
"succeeded": "Úspešný",
|
||||||
"notStarted": "Nespustený",
|
"notStarted": "Nespustený",
|
||||||
@@ -802,10 +802,10 @@
|
|||||||
"inProgress": "Prebieha",
|
"inProgress": "Prebieha",
|
||||||
"totalPrs": "Počet PR-ok",
|
"totalPrs": "Počet PR-ok",
|
||||||
"myPrs": "Moje PR-ka",
|
"myPrs": "Moje PR-ka",
|
||||||
"approved": "Approved"
|
"approved": "Schválené"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Stav",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"name": "Meno",
|
"name": "Meno",
|
||||||
@@ -814,7 +814,7 @@
|
|||||||
"players": "Players",
|
"players": "Players",
|
||||||
"maxPlayers": "Maximálny počet hráčov",
|
"maxPlayers": "Maximálny počet hráčov",
|
||||||
"bots": "Boti",
|
"bots": "Boti",
|
||||||
"ping": "Ping"
|
"ping": "Odozva"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
@@ -824,39 +824,39 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recepty",
|
"recipes": "Recepty",
|
||||||
"users": "Users",
|
"users": "Používateľov",
|
||||||
"categories": "Categories",
|
"categories": "Kategórie",
|
||||||
"tags": "Štítky"
|
"tags": "Štítky"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Sťahovanie",
|
"downloading": "Sťahovanie",
|
||||||
"total": "Total",
|
"total": "Celkom",
|
||||||
"running": "Running",
|
"running": "Beží",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Dostupnosť",
|
||||||
"cpuLoad": "Záťaž CPU priem. (5m)",
|
"cpuLoad": "Záťaž CPU priem. (5m)",
|
||||||
"up": "Up",
|
"up": "Beží",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"bytesTx": "Prenesených",
|
"bytesTx": "Prenesených",
|
||||||
"bytesRx": "Received"
|
"bytesRx": "Prijaté"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Stav",
|
||||||
"uptime": "Uptime",
|
"uptime": "Dostupnosť",
|
||||||
"lastDown": "Posledný čas nedostupnosti",
|
"lastDown": "Posledný čas nedostupnosti",
|
||||||
"downDuration": "Trvanie nedostupnosti",
|
"downDuration": "Trvanie nedostupnosti",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Sites Up",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Sites Down",
|
||||||
"paused": "Paused",
|
"paused": "Pozastavené",
|
||||||
"notyetchecked": "Neskontrolované",
|
"notyetchecked": "Neskontrolované",
|
||||||
"up": "Up",
|
"up": "Beží",
|
||||||
"seemsdown": "Javí sa nedostupný",
|
"seemsdown": "Javí sa nedostupný",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"unknown": "Unknown"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "V kinách",
|
"inCinemas": "V kinách",
|
||||||
@@ -872,13 +872,13 @@
|
|||||||
"saves": "Saves",
|
"saves": "Saves",
|
||||||
"states": "States",
|
"states": "States",
|
||||||
"screenshots": "Screenshots",
|
"screenshots": "Screenshots",
|
||||||
"totalfilesize": "Total Size"
|
"totalfilesize": "Celková veľkosť"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Domains",
|
||||||
"mailboxes": "Mailboxes",
|
"mailboxes": "Mailboxes",
|
||||||
"mails": "Mails",
|
"mails": "Mails",
|
||||||
"storage": "Storage"
|
"storage": "Úložisko"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Upozornenia",
|
"warnings": "Upozornenia",
|
||||||
@@ -887,7 +887,7 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Udalosti",
|
"events": "Udalosti",
|
||||||
"plants": "Rastliny",
|
"plants": "Rastliny",
|
||||||
"photos": "Photos",
|
"photos": "Fotografií",
|
||||||
"species": "Druhy"
|
"species": "Druhy"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
@@ -908,13 +908,13 @@
|
|||||||
"galleries": "Galérie",
|
"galleries": "Galérie",
|
||||||
"performers": "Herci",
|
"performers": "Herci",
|
||||||
"studios": "Štúdiá",
|
"studios": "Štúdiá",
|
||||||
"movies": "Movies",
|
"movies": "Filmov",
|
||||||
"tags": "Tags",
|
"tags": "Štítky",
|
||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Používateľov",
|
||||||
"recipes": "Recipes",
|
"recipes": "Recepty",
|
||||||
"keywords": "Kľúčové slová"
|
"keywords": "Kľúčové slová"
|
||||||
},
|
},
|
||||||
"homebox": {
|
"homebox": {
|
||||||
@@ -922,18 +922,18 @@
|
|||||||
"totalWithWarranty": "So zárukou",
|
"totalWithWarranty": "So zárukou",
|
||||||
"locations": "Umiestnenia",
|
"locations": "Umiestnenia",
|
||||||
"labels": "Štítky",
|
"labels": "Štítky",
|
||||||
"users": "Users",
|
"users": "Používateľov",
|
||||||
"totalValue": "Celková hodnota"
|
"totalValue": "Celková hodnota"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Alerts",
|
"alerts": "Upozornenia",
|
||||||
"bans": "Bany"
|
"bans": "Bany"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Pripojené",
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"total": "Total"
|
"total": "Celkom"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -942,26 +942,26 @@
|
|||||||
"banned": "Zabanovaný"
|
"banned": "Zabanovaný"
|
||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "Odozva",
|
||||||
"download": "Download",
|
"download": "Download",
|
||||||
"upload": "Upload"
|
"upload": "Nahrávanie"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Stocks",
|
"stocks": "Stocks",
|
||||||
"loading": "Loading",
|
"loading": "Načítava sa",
|
||||||
"open": "Open - US Market",
|
"open": "Open - US Market",
|
||||||
"closed": "Closed - US Market",
|
"closed": "Closed - US Market",
|
||||||
"invalidConfiguration": "Invalid Configuration"
|
"invalidConfiguration": "Invalid Configuration"
|
||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Cameras",
|
"cameras": "Cameras",
|
||||||
"uptime": "Uptime",
|
"uptime": "Dostupnosť",
|
||||||
"version": "Version"
|
"version": "Verzia"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Links",
|
"links": "Odkazy",
|
||||||
"collections": "Collections",
|
"collections": "Collections",
|
||||||
"tags": "Tags"
|
"tags": "Štítky"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Not classified",
|
"unclassified": "Not classified",
|
||||||
@@ -972,38 +972,38 @@
|
|||||||
"disaster": "Disaster"
|
"disaster": "Disaster"
|
||||||
},
|
},
|
||||||
"lubelogger": {
|
"lubelogger": {
|
||||||
"vehicle": "Vehicle",
|
"vehicle": "Vozidlo",
|
||||||
"vehicles": "Vehicles",
|
"vehicles": "Vozidlá",
|
||||||
"serviceRecords": "Service Records",
|
"serviceRecords": "Service Records",
|
||||||
"reminders": "Reminders",
|
"reminders": "Reminders",
|
||||||
"nextReminder": "Next Reminder",
|
"nextReminder": "Next Reminder",
|
||||||
"none": "None"
|
"none": "Žiadne"
|
||||||
},
|
},
|
||||||
"vikunja": {
|
"vikunja": {
|
||||||
"projects": "Active Projects",
|
"projects": "Aktívne projekty",
|
||||||
"tasks7d": "Tasks Due This Week",
|
"tasks7d": "Tasks Due This Week",
|
||||||
"tasksOverdue": "Overdue Tasks",
|
"tasksOverdue": "Overdue Tasks",
|
||||||
"tasksInProgress": "Tasks In Progress"
|
"tasksInProgress": "Tasks In Progress"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"address": "Address",
|
"address": "Adresa",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Last Seen",
|
||||||
"status": "Status",
|
"status": "Stav",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "Offline"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"systems": "Systems",
|
"systems": "Systems",
|
||||||
"up": "Up",
|
"up": "Beží",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Pozastavené",
|
||||||
"pending": "Pending",
|
"pending": "Čakajúce",
|
||||||
"status": "Status",
|
"status": "Stav",
|
||||||
"updated": "Updated",
|
"updated": "Updated",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "MEM",
|
"memory": "RAM",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
"network": "NET"
|
"network": "NET"
|
||||||
},
|
},
|
||||||
@@ -1011,14 +1011,14 @@
|
|||||||
"apps": "Apps",
|
"apps": "Apps",
|
||||||
"synced": "Synced",
|
"synced": "Synced",
|
||||||
"outOfSync": "Out Of Sync",
|
"outOfSync": "Out Of Sync",
|
||||||
"healthy": "Healthy",
|
"healthy": "Zdravý",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Missing",
|
"missing": "Missing",
|
||||||
"suspended": "Suspended"
|
"suspended": "Suspended"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Loading"
|
"loading": "Načítava sa"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Groups",
|
"groups": "Groups",
|
||||||
@@ -1027,8 +1027,8 @@
|
|||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Stav",
|
||||||
"load": "Load",
|
"load": "Záťaž",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Battery Charge",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Time Left"
|
||||||
},
|
},
|
||||||
@@ -1037,45 +1037,45 @@
|
|||||||
"favorites": "Favorites",
|
"favorites": "Favorites",
|
||||||
"archived": "Archived",
|
"archived": "Archived",
|
||||||
"highlights": "Highlights",
|
"highlights": "Highlights",
|
||||||
"lists": "Lists",
|
"lists": "Zoznamy",
|
||||||
"tags": "Tags"
|
"tags": "Štítky"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "Network",
|
||||||
"connected": "Connected",
|
"connected": "Pripojené",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Odpojené",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "Dostupné",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Up to Date",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "Files"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "Skladieb",
|
||||||
"movies": "Movies",
|
"movies": "Filmov",
|
||||||
"episodes": "Episodes",
|
"episodes": "Epizód",
|
||||||
"other": "Other"
|
"other": "Ostatné"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host issues"
|
"hostErrors": "Host issues"
|
||||||
},
|
},
|
||||||
"komodo": {
|
"komodo": {
|
||||||
"total": "Total",
|
"total": "Celkom",
|
||||||
"running": "Running",
|
"running": "Beží",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"unhealthy": "Unhealthy",
|
"unhealthy": "Nezdravý",
|
||||||
"unknown": "Unknown",
|
"unknown": "Neznáme",
|
||||||
"servers": "Servers",
|
"servers": "Servers",
|
||||||
"stacks": "Stacks",
|
"stacks": "Stacks",
|
||||||
"containers": "Containers"
|
"containers": "Containers"
|
||||||
},
|
},
|
||||||
"filebrowser": {
|
"filebrowser": {
|
||||||
"available": "Available",
|
"available": "Dostupné",
|
||||||
"used": "Used",
|
"used": "Využité",
|
||||||
"total": "Total"
|
"total": "Celkom"
|
||||||
},
|
},
|
||||||
"wallos": {
|
"wallos": {
|
||||||
"activeSubscriptions": "Subscriptions",
|
"activeSubscriptions": "Subscriptions",
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
import { existsSync } from "fs";
|
|
||||||
|
|
||||||
import createLogger from "utils/logger";
|
import createLogger from "utils/logger";
|
||||||
|
|
||||||
const logger = createLogger("resources");
|
const logger = createLogger("resources");
|
||||||
@@ -20,17 +18,20 @@ export default async function handler(req, res) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (type === "disk") {
|
if (type === "disk") {
|
||||||
if (!existsSync(target)) {
|
const requested = typeof target === "string" && target ? target : "/";
|
||||||
return res.status(404).json({
|
|
||||||
error: "Target not found",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
const fsSize = await si.fsSize();
|
const fsSize = await si.fsSize();
|
||||||
logger.debug("fsSize:", JSON.stringify(fsSize));
|
logger.debug("fsSize:", JSON.stringify(fsSize));
|
||||||
return res.status(200).json({
|
|
||||||
drive: fsSize.find((fs) => fs.mount === target) ?? fsSize.find((fs) => fs.mount === "/"),
|
const drive = fsSize.find((fs) => {
|
||||||
|
return fs.mount === requested;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (!drive) {
|
||||||
|
logger.warn(`Drive not found for target: ${requested}`);
|
||||||
|
return res.status(404).json({ error: "Resource not available." });
|
||||||
|
}
|
||||||
|
|
||||||
|
return res.status(200).json({ drive });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type === "memory") {
|
if (type === "memory") {
|
||||||
|
|||||||
@@ -308,7 +308,7 @@ export function cleanServiceGroups(groups) {
|
|||||||
// gamedig
|
// gamedig
|
||||||
gameToken,
|
gameToken,
|
||||||
|
|
||||||
// beszel, glances, immich, komga, mealie, pihole, pfsense, speedtest
|
// authentik, beszel, glances, immich, komga, mealie, pihole, pfsense, speedtest
|
||||||
version,
|
version,
|
||||||
|
|
||||||
// glances
|
// glances
|
||||||
@@ -518,6 +518,7 @@ export function cleanServiceGroups(groups) {
|
|||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
[
|
[
|
||||||
|
"authentik",
|
||||||
"beszel",
|
"beszel",
|
||||||
"glances",
|
"glances",
|
||||||
"immich",
|
"immich",
|
||||||
|
|||||||
@@ -10,8 +10,12 @@ export default function Component({ service }) {
|
|||||||
const { widget } = service;
|
const { widget } = service;
|
||||||
|
|
||||||
const { data: usersData, error: usersError } = useWidgetAPI(widget, "users");
|
const { data: usersData, error: usersError } = useWidgetAPI(widget, "users");
|
||||||
const { data: loginsData, error: loginsError } = useWidgetAPI(widget, "login");
|
|
||||||
const { data: failedLoginsData, error: failedLoginsError } = useWidgetAPI(widget, "login_failed");
|
const loginsEndpoint = widget.version === 2 ? "loginv2" : "login";
|
||||||
|
const { data: loginsData, error: loginsError } = useWidgetAPI(widget, loginsEndpoint);
|
||||||
|
|
||||||
|
const failedLoginsEndpoint = widget.version === 2 ? "login_failedv2" : "login_failed";
|
||||||
|
const { data: failedLoginsData, error: failedLoginsError } = useWidgetAPI(widget, failedLoginsEndpoint);
|
||||||
|
|
||||||
if (usersError || loginsError || failedLoginsError) {
|
if (usersError || loginsError || failedLoginsError) {
|
||||||
const finalError = usersError ?? loginsError ?? failedLoginsError;
|
const finalError = usersError ?? loginsError ?? failedLoginsError;
|
||||||
@@ -28,15 +32,25 @@ export default function Component({ service }) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const yesterday = new Date(Date.now()).setHours(-24);
|
let loginsLast24H;
|
||||||
const loginsLast24H = loginsData.reduce(
|
let failedLoginsLast24H;
|
||||||
(total, current) => (current.x_cord >= yesterday ? total + current.y_cord : total),
|
switch (widget.version) {
|
||||||
0,
|
case 1:
|
||||||
);
|
const yesterday = new Date(Date.now()).setHours(-24);
|
||||||
const failedLoginsLast24H = failedLoginsData.reduce(
|
loginsLast24H = loginsData.reduce(
|
||||||
(total, current) => (current.x_cord >= yesterday ? total + current.y_cord : total),
|
(total, current) => (current.x_cord >= yesterday ? total + current.y_cord : total),
|
||||||
0,
|
0,
|
||||||
);
|
);
|
||||||
|
failedLoginsLast24H = failedLoginsData.reduce(
|
||||||
|
(total, current) => (current.x_cord >= yesterday ? total + current.y_cord : total),
|
||||||
|
0,
|
||||||
|
);
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
loginsLast24H = loginsData[0]?.count || 0;
|
||||||
|
failedLoginsLast24H = failedLoginsData[0]?.count || 0;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
|
|||||||
@@ -11,9 +11,15 @@ const widget = {
|
|||||||
login: {
|
login: {
|
||||||
endpoint: "events/events/per_month/?action=login",
|
endpoint: "events/events/per_month/?action=login",
|
||||||
},
|
},
|
||||||
|
loginv2: {
|
||||||
|
endpoint: "events/events/volume/?action=login&&history_days=1",
|
||||||
|
},
|
||||||
login_failed: {
|
login_failed: {
|
||||||
endpoint: "events/events/per_month/?action=login_failed",
|
endpoint: "events/events/per_month/?action=login_failed",
|
||||||
},
|
},
|
||||||
|
login_failedv2: {
|
||||||
|
endpoint: "events/events/volume/?action=login_failed&&history_days=1",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -35,15 +35,17 @@ export default function Component({ service }) {
|
|||||||
// broken by evcc v0.133.0 https://github.com/evcc-io/evcc/commit/9dcb1fa0a7c08dd926b79309aa1f676a5fc6c8aa
|
// broken by evcc v0.133.0 https://github.com/evcc-io/evcc/commit/9dcb1fa0a7c08dd926b79309aa1f676a5fc6c8aa
|
||||||
const gridPower = data.gridPower ?? data.grid?.power ?? 0;
|
const gridPower = data.gridPower ?? data.grid?.power ?? 0;
|
||||||
|
|
||||||
|
// Sum chargePower of all loadpoints
|
||||||
|
const totalChargePower = Array.isArray(data.loadpoints)
|
||||||
|
? data.loadpoints.reduce((sum, lp) => sum + (lp.chargePower ?? 0), 0)
|
||||||
|
: 0;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block label="evcc.pv_power" value={`${toKilowatts(t, data.pvPower)} ${t("evcc.kilowatt")}`} />
|
<Block label="evcc.pv_power" value={`${toKilowatts(t, data.pvPower)} ${t("evcc.kilowatt")}`} />
|
||||||
<Block label="evcc.grid_power" value={`${toKilowatts(t, gridPower)} ${t("evcc.kilowatt")}`} />
|
<Block label="evcc.grid_power" value={`${toKilowatts(t, gridPower)} ${t("evcc.kilowatt")}`} />
|
||||||
<Block label="evcc.home_power" value={`${toKilowatts(t, data.homePower)} ${t("evcc.kilowatt")}`} />
|
<Block label="evcc.home_power" value={`${toKilowatts(t, data.homePower)} ${t("evcc.kilowatt")}`} />
|
||||||
<Block
|
<Block label="evcc.charge_power" value={`${toKilowatts(t, totalChargePower)} ${t("evcc.kilowatt")}`} />
|
||||||
label="evcc.charge_power"
|
|
||||||
value={`${toKilowatts(t, data.loadpoints[0].chargePower)} ${t("evcc.kilowatt")}`}
|
|
||||||
/>
|
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user