Skip to content

Commit

Permalink
🚀 v0.10.1 : Bugfixes and performance improvements
Browse files Browse the repository at this point in the history
v0.10.1
  • Loading branch information
manuel-rw authored Sep 16, 2022
2 parents c64b436 + be233c2 commit f9d0cd5
Show file tree
Hide file tree
Showing 160 changed files with 1,192 additions and 686 deletions.
2 changes: 1 addition & 1 deletion data/configs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"enabled": true
}
}
}
}
2 changes: 1 addition & 1 deletion data/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const REPO_URL = 'ajnart/homarr';
export const CURRENT_VERSION = 'v0.10.0';
export const CURRENT_VERSION = 'v0.10.1';
1 change: 1 addition & 0 deletions next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
'sl',
'sv',
'uk',
'zh',
],
fallbackLng: 'en',
localeDetection: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "0.10.0",
"version": "0.10.1",
"description": "Homarr - A homepage for your server.",
"license": "MIT",
"repository": {
Expand Down
Binary file added public/favicon-squared.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions public/locales/de/authentication/login.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"title": "Willkommen zurück!",
"text": "Bitte geben Sie das Passwort ein",
"form": {
"fields": {
"password": {
"label": "Passwort",
"placeholder": "Ihr Passwort"
}
},
"buttons": {
"submit": "Anmelden"
}
},
"notifications": {
"checking": {
"title": "Ihr Passwort wird überprüft",
"message": "Ihr Passwort wird geprüft..."
},
"correct": {
"title": "Passwort korrekt, sie werden weitergeleitet..."
},
"wrong": {
"title": "Das Passwort ist falsch, bitte versuchen Sie es erneut."
}
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"label": "Shatten"
"label": "Schatten"
}
27 changes: 27 additions & 0 deletions public/locales/en/authentication/login.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"title": "Welcome back!",
"text": "Please enter the Password",
"form": {
"fields": {
"password": {
"label": "Password",
"placeholder": "Your password"
}
},
"buttons": {
"submit": "Sign in"
}
},
"notifications": {
"checking": {
"title": "Checking your password",
"message": "Your password is being checked..."
},
"correct": {
"title": "Password correct, redirecting you..."
},
"wrong": {
"title": "Password is wrong, please try again."
}
}
}
27 changes: 27 additions & 0 deletions public/locales/es/authentication/login.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"title": "",
"text": "",
"form": {
"fields": {
"password": {
"label": "Contraseña",
"placeholder": ""
}
},
"buttons": {
"submit": ""
}
},
"notifications": {
"checking": {
"title": "",
"message": ""
},
"correct": {
"title": ""
},
"wrong": {
"title": ""
}
}
}
6 changes: 3 additions & 3 deletions public/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
},
"tip": "Consejo: ",
"time": {
"seconds": "",
"minutes": "",
"hours": ""
"seconds": "segundos",
"minutes": "minutos",
"hours": "horas"
}
}
16 changes: 8 additions & 8 deletions public/locales/es/layout/add-service-app-shelf.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"category": {
"label": "Categoría",
"placeholder": "Selecciona una categoría o cree una nueva",
"nothingFound": "No se ha encontrado ningún resultado",
"nothingFound": "No se ha encontrado nada",
"createLabel": "+ Crear {{query}}"
},
"integrations": {
"apiKey": {
"label": "Clave API",
"placeholder": "Tu clave de la API",
"placeholder": "Tu clave API",
"validation": {
"noKey": "Clave inválida"
},
"tip": {
"text": "Obtén tu clave de API",
"text": "Obtén tu clave API",
"link": "aquí."
}
},
"qBittorrent": {
"username": {
"label": "Usuario",
"label": "Nombre de usuario",
"placeholder": "admin",
"validation": {
"invalidUsername": "Nombre de usuario incorrecto"
Expand All @@ -77,7 +77,7 @@
},
"transmission": {
"username": {
"label": "Usuario",
"label": "Nombre de usuario",
"placeholder": "admin",
"validation": {
"invalidUsername": "Nombre de usuario incorrecto"
Expand All @@ -95,13 +95,13 @@
}
},
"advancedOptions": {
"title": "",
"title": "Opciones avanzadas",
"form": {
"httpStatusCodes": {
"label": "Códigos de estado HTTP",
"label": "Códigos de Estado HTTP",
"placeholder": "Seleccionar códigos de estado válidos",
"clearButtonLabel": "Borrar selección",
"nothingFound": "No se ha encontrado ningún resultado"
"nothingFound": "No se ha encontrado nada"
},
"openServiceInNewTab": {
"label": "Abrir el servicio en una nueva pestaña"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/es/modules/calendar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Un módulo de calendario para mostrar próximos lanzamientos. Interactúa con las API de Sonarr y Radarr.",
"settings": {
"sundayStart": {
"label": "Marcar Domingo como primer día de la semana"
"label": "Iniciar la semana en Domingo"
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions public/locales/es/modules/dashdot.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Un módulo para mostrar los gráficos de la instancia de Dash. en ejecución.",
"settings": {
"cpuMultiView": {
"label": "Vista CPU MultiNúcleo"
"label": "Vista CPU Multinúcleo"
},
"storageMultiView": {
"label": "Vista de las Unidades de Almacenamiento"
"label": "Vista Almacenamiento Multidisco"
},
"useCompactView": {
"label": "Usar la vista Compacta"
"label": "Usar vista Compacta"
},
"graphs": {
"label": "Gráficos"
Expand All @@ -23,13 +23,13 @@
"card": {
"title": "Dash.",
"errors": {
"noService": "No se ha encontrado el servicio Dash. Por favor, añade uno al Panel de Control de Homarr o indica una URL de Dash. en las opciones del módulo",
"noService": "Servicio Dash. no encontrado. Por favor, añade uno al tablero de Homarr o indica una URL de Dash. en las opciones del módulo",
"noInformation": "No se puede obtener información de Dash. - ¿estás utilizando la última versión?"
},
"graphs": {
"storage": {
"title": "Almacenaje",
"label": "Almacenaje:"
"title": "Almacenamiento",
"label": "Almacenamiento:"
},
"network": {
"title": "Red",
Expand All @@ -40,13 +40,13 @@
}
},
"cpu": {
"title": "Procesador"
"title": "CPU"
},
"memory": {
"title": "Memoria RAM"
"title": "RAM"
},
"gpu": {
"title": "Procesador Gráfico"
"title": "GPU"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions public/locales/es/modules/dlspeed.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"download": "Velocidad de Descarga: {{download}}",
"upload": "Velocidad de subida: {{upload}}",
"timeSpan": "Hace {{seconds}} segundos",
"totalDownload": "Velocidad de Descarga: {{download}}/s",
"totalUpload": "Velocidad de Subida: {{upload}}/s"
"totalDownload": "Descarga: {{download}}/s",
"totalUpload": "Subida: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
Expand Down
10 changes: 5 additions & 5 deletions public/locales/es/modules/docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "Te permite gestionar facilmente tus torrents"
},
"search": {
"placeholder": "Buscar por nombre de contendor o nombre de la imagen"
"placeholder": "Buscar por nombre de contenedor o nombre de imagen"
},
"table": {
"header": {
"name": "Nombre",
"image": "Imágen",
"image": "Imagen",
"ports": "Puertos",
"state": "Estado"
},
Expand All @@ -35,10 +35,10 @@
"title": "Detener"
},
"start": {
"title": "Comenzar"
"title": "Iniciar"
},
"refreshData": {
"title": ""
"title": "Refrescar datos"
},
"remove": {
"title": "Eliminar"
Expand All @@ -62,7 +62,7 @@
"title": "Se ha producido un error"
},
"oneServiceAtATime": {
"title": "Por favor, añade un servicio cada vez!"
"title": "Por favor, ¡añade un servicio a la vez!"
}
},
"actionIcon": {
Expand Down
2 changes: 1 addition & 1 deletion public/locales/es/modules/overseerr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Overseerr",
"description": "Te permite buscar y añadir medios desde Overseerr y Jellyseerr"
"description": "Te permite buscar y añadir medios desde Overseerr/Jellyseerr"
},
"popup": {
"item": {
Expand Down
4 changes: 2 additions & 2 deletions public/locales/es/modules/torrents-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"download": "Velocidad de Descarga: {{download}}",
"upload": "Velocidad de subida: {{upload}}",
"timeSpan": "Hace {{seconds}} segundos",
"totalDownload": "Velocidad de Descarga: {{download}}/s",
"totalUpload": "Velocidad de Subida: {{upload}}/s"
"totalDownload": "Descarga: {{download}}/s",
"totalUpload": "Subida: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
Expand Down
30 changes: 15 additions & 15 deletions public/locales/es/modules/usenet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "",
"description": ""
"name": "Sabnzbd",
"description": "Te permite ver tu cola e historial de Sabnzbd, pausar y resumir descargas"
},
"card": {
"errors": {
Expand All @@ -12,12 +12,12 @@
}
},
"tabs": {
"queue": "",
"history": ""
"queue": "Cola",
"history": "Historial"
},
"info": {
"sizeLeft": "",
"paused": ""
"sizeLeft": "Tamaño restante",
"paused": "Pausado"
},
"queue": {
"header": {
Expand All @@ -26,24 +26,24 @@
"eta": "Tiempo restante",
"progress": "Completado %"
},
"empty": "",
"empty": "Vacío",
"error": {
"title": "",
"message": ""
"title": "Error",
"message": "Ha ocurrido un error"
},
"paused": ""
"paused": "Pausado"
},
"history": {
"header": {
"name": "Nombre",
"size": "Tamaño",
"duration": ""
"duration": "Duración"
},
"empty": "",
"empty": "Vacío",
"error": {
"title": "",
"message": ""
"title": "Error",
"message": "Error al cargar historial"
},
"paused": ""
"paused": "Pausado"
}
}
6 changes: 3 additions & 3 deletions public/locales/es/settings/general/config-changer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"notifications": {
"invalidConfig": {
"title": "No es posible cargar la configuración",
"message": "No se ha podido cargar la configuración. Formato .JSON no válido."
"message": "No se ha podido cargar tu configuración. Formato JSON no válido."
},
"loadedSuccessfully": {
"title": "Configuración {{configName}} cargada correctamente"
}
},
"accept": {
"text": "Arrastra un archivo aqui para subir una configuración. Sólo se admiten archivos .JSON."
"text": "Arrastra un archivo aqui para subir una configuración. Sólo se admiten archivos JSON."
},
"reject": {
"text": "Este formato de archivo no es compatible. Por favor, sube solo archivos .JSON."
"text": "Este formato de archivo no es compatible. Por favor, sube solo archivos JSON."
}
}
}
Loading

0 comments on commit f9d0cd5

Please sign in to comment.