mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
🌐 add crowdin translations
This commit is contained in:
@@ -4,7 +4,9 @@ module.exports = {
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'de', 'en', 'es', 'fr', 'it', 'ja', 'nl', 'pl', 'ru', 'sl', 'sv', 'zh'],
|
||||
fallbackLng: 'en',
|
||||
localeDetection: true,
|
||||
returnEmptyString: false
|
||||
},
|
||||
reloadOnPrerender: process.env.NODE_ENV === 'development',
|
||||
};
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"title": "Service hinzufügen",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "Please enter a valid URL",
|
||||
"noStatusCodeSelected": "Please select a status code"
|
||||
"invalidUrl": "Bitte gebe eine gültige URL an",
|
||||
"noStatusCodeSelected": "Wähle bitte einen Status Code"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
@@ -15,7 +15,7 @@
|
||||
"title": "Optionen",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "Service Namen",
|
||||
"label": "Service Name",
|
||||
"placeholder": "Plex"
|
||||
},
|
||||
"iconUrl": {
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"category": {
|
||||
"label": "Kategorie",
|
||||
"placeholder": "Whle eine Kategorie oder erstelle eine neue",
|
||||
"placeholder": "Wähle eine Kategorie oder erstelle eine neue",
|
||||
"nothingFound": "Nichts gefunden",
|
||||
"createLabel": "+ Erstelle {{query}}"
|
||||
},
|
||||
@@ -52,7 +52,7 @@
|
||||
},
|
||||
"qBittorrent": {
|
||||
"username": {
|
||||
"label": "Benutzernamen",
|
||||
"label": "Benutzername",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Invalider Benutzername"
|
||||
@@ -62,14 +62,14 @@
|
||||
"label": "Passwort",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Invalides Passwort"
|
||||
"invalidPassword": "Ungültiges Passwort"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deluge": {
|
||||
"password": {
|
||||
"label": "Passwort",
|
||||
"placeholder": "password",
|
||||
"placeholder": "passwort",
|
||||
"validation": {
|
||||
"invalidPassword": "Invalides Passwort"
|
||||
}
|
||||
@@ -104,7 +104,7 @@
|
||||
"nothingFound": "Nichts gefunden"
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": "Serivce in einem neuen Tab öffnen"
|
||||
"label": "Service in einem neuen Tab öffnen"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
|
||||
5
public/locales/de/modules/common.json
Normal file
5
public/locales/de/modules/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "Einstellungen"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,32 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Ein Modul, welches die Graphen aus einer laufenden Dash. Instanz anzeigt.",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": "CPU Multi-Core View"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Speicher Multi-Laufwerk View"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Kompakte Ansicht nutzen"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Graphen",
|
||||
"options": {
|
||||
"cpu": "CPU",
|
||||
"ram": "RAM",
|
||||
"storage": "Speicher",
|
||||
"network": "Netzwerk",
|
||||
"gpu": "GPU"
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
|
||||
11
public/locales/de/modules/date.json
Normal file
11
public/locales/de/modules/date.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Datum",
|
||||
"description": "Die aktuelle Zeit und das aktuelle Datum in der Card anzeigen",
|
||||
"settings": {
|
||||
"display24HourFormat": {
|
||||
"label": "24-Stunden Format"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/de/modules/dlspeed.json
Normal file
6
public/locales/de/modules/dlspeed.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Download Geschwindigkeit",
|
||||
"description": "Zeige die aktuellen Downloadgeschwindigkeiten von unterstützten Services"
|
||||
}
|
||||
}
|
||||
69
public/locales/de/modules/docker.json
Normal file
69
public/locales/de/modules/docker.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Erlaubt dir, deine Torrents einfach zu verwalten"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Suche nach Conainer oder Image Namen"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Name",
|
||||
"image": "Bild",
|
||||
"ports": "Ports",
|
||||
"state": "Status"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} weitere"
|
||||
},
|
||||
"states": {
|
||||
"running": "Läuft",
|
||||
"created": "Erstellt",
|
||||
"stopped": "Gestopped",
|
||||
"unknown": "Unbekannt"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Service hinzufügen",
|
||||
"message": "Service zu Homarr hinzufügen"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Neustarten"
|
||||
},
|
||||
"stop": {
|
||||
"title": "Stoppen"
|
||||
},
|
||||
"start": {
|
||||
"title": "Starten"
|
||||
},
|
||||
"refreshData": "Daten aktualisieren",
|
||||
"addToHomarr": {
|
||||
"title": "Zu Homarr hinzufügen"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Entfernen"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Docker Integration schlug fehl",
|
||||
"message": "Hast du vergessen, den Docker Socket zu verbinden?"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Es ist ein Fehler aufgetreten"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": "Bitte füge nur einen Service zur Zeit hinzu."
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": "Ermöglicht das Suchen und Hinzufügen von Medien via Overseerr/Jellyseerr"
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Suchleiste",
|
||||
"description": "Suchleiste zum Durchsuchen des Internets, Youtube, Torrents oder Overseerr"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Das Internet durchsuchen..."
|
||||
}
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Torrent",
|
||||
"description": "Zeige die aktuellen Downloadgeschwindigkeiten von unterstützten Services",
|
||||
"settings": {
|
||||
"hideComplete": {
|
||||
"label": "Abgeschlossene Torrents ausblenden"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
@@ -6,7 +15,7 @@
|
||||
"size": "Grösse",
|
||||
"download": "Eingehend",
|
||||
"upload": "Ausgehend",
|
||||
"estimatedTimeOfArrival": "Vorraussichtlicher Abschluss",
|
||||
"estimatedTimeOfArrival": "Voraussichtlicher Abschluss",
|
||||
"progress": "Fortschritt"
|
||||
},
|
||||
"body": {
|
||||
@@ -23,7 +32,7 @@
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Keine unterstützten Download Clients gefunden",
|
||||
"title": "Keine unterstützten Download-Clients gefunden!",
|
||||
"text": "Füge einen Download Service hinzu, um deine derzeitigen Downloads zu sehen"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,16 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Wetter",
|
||||
"description": "Aktuelles Wetter an deinem Standort anzeigen",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": "In Fahrenheit anzeigen"
|
||||
},
|
||||
"location": {
|
||||
"label": "Wetterstandort"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Klar",
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
"title": "Einstellungen",
|
||||
"tooltip": "Einstellungen",
|
||||
"tabs": {
|
||||
"common": "Gewöhnlich",
|
||||
"common": "General",
|
||||
"customizations": "Anpassungen"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "Lade eine neue Konfiguration hoch, indem du eine neue auf die Seite ziehst!"
|
||||
"configTip": "Lade deine Konfigurationsdatei durch Drag-and-drop auf die Seite hoch!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Gemacht mit ❤️ von @"
|
||||
"madeWithLove": "Made with ❤️ by @"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Konfigurations Lader"
|
||||
"label": "Konfigurationslader"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Wähle einen Namen für deine neue Konfiguration",
|
||||
@@ -28,8 +28,8 @@
|
||||
"message": "Konfiguration wurde gelöscht"
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "Config delete failed",
|
||||
"message": "Config delete failed"
|
||||
"title": "Löschung der Konfiguration fehlgeschlagen",
|
||||
"message": "Löschung der Konfiguration fehlgeschlagen"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "No dash. service found. Please add one to your Homarr dashboard or set a dashdot URL in the module options",
|
||||
"noService": "No Dash. service found. Please add one to your Homarr dashboard or set a Dash. URL in the module options",
|
||||
"noInformation": "Cannot acquire information from dash. - are you running the latest version?"
|
||||
},
|
||||
"graphs": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Search Bar",
|
||||
"description": "Search bar to search the web, youtube, torrents or overseerr"
|
||||
"description": "Search bar to search the web, Youtube, Torrents or Overseerr"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Search the web..."
|
||||
|
||||
6
public/locales/es/common.json
Normal file
6
public/locales/es/common.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"actions": {
|
||||
"save": "Guardar"
|
||||
},
|
||||
"tip": "Consejo: "
|
||||
}
|
||||
118
public/locales/es/layout/add-service-app-shelf.json
Normal file
118
public/locales/es/layout/add-service-app-shelf.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"actionIcon": {
|
||||
"tooltip": "Añadir un servicio"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Añadir servicio",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "",
|
||||
"noStatusCodeSelected": ""
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"options": {
|
||||
"title": "Opciones",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "Nombre del servicio",
|
||||
"placeholder": "Plex"
|
||||
},
|
||||
"iconUrl": {
|
||||
"label": "URL del icono"
|
||||
},
|
||||
"serviceUrl": {
|
||||
"label": "URL del servicio"
|
||||
},
|
||||
"onClickUrl": {
|
||||
"label": ""
|
||||
},
|
||||
"serviceType": {
|
||||
"label": "Tipo de servicio",
|
||||
"defaultValue": "Otro",
|
||||
"placeholder": "Elige uno"
|
||||
},
|
||||
"category": {
|
||||
"label": "Categoría",
|
||||
"placeholder": "Seleccione una categoría o cree una nueva",
|
||||
"nothingFound": "",
|
||||
"createLabel": ""
|
||||
},
|
||||
"integrations": {
|
||||
"apiKey": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"noKey": ""
|
||||
},
|
||||
"tip": {
|
||||
"text": "",
|
||||
"link": "aquí."
|
||||
}
|
||||
},
|
||||
"qBittorrent": {
|
||||
"username": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidUsername": ""
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidPassword": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"deluge": {
|
||||
"password": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidPassword": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"transmission": {
|
||||
"username": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidUsername": ""
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidPassword": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"advancedOptions": {
|
||||
"title": "",
|
||||
"form": {
|
||||
"httpStatusCodes": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"clearButtonLabel": "",
|
||||
"nothingFound": ""
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": ""
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
"content": "Añadir servicio"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
public/locales/es/layout/app-shelf-menu.json
Normal file
18
public/locales/es/layout/app-shelf-menu.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "",
|
||||
"buttons": {
|
||||
"save": ""
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "Ajustes",
|
||||
"dangerZone": ""
|
||||
},
|
||||
"actions": {
|
||||
"edit": "Editar",
|
||||
"delete": "Eliminar"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/es/layout/app-shelf.json
Normal file
10
public/locales/es/layout/app-shelf.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Tus descargas"
|
||||
},
|
||||
"others": {
|
||||
"text": "Otros"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/es/modules/calendar.json
Normal file
11
public/locales/es/modules/calendar.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Calendario",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/es/modules/common-media-cards.json
Normal file
6
public/locales/es/modules/common-media-cards.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "Reproducir",
|
||||
"request": "Solicitar"
|
||||
}
|
||||
}
|
||||
5
public/locales/es/modules/common.json
Normal file
5
public/locales/es/modules/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "Ajustes"
|
||||
}
|
||||
}
|
||||
60
public/locales/es/modules/dashdot.json
Normal file
60
public/locales/es/modules/dashdot.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": ""
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": ""
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": ""
|
||||
},
|
||||
"graphs": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"cpu": "Procesador",
|
||||
"ram": "Memoria RAM",
|
||||
"storage": "Almacenaje",
|
||||
"network": "Red",
|
||||
"gpu": "Procesador Gráfico"
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "",
|
||||
"errors": {
|
||||
"noService": "",
|
||||
"noInformation": ""
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Almacenaje",
|
||||
"label": "Almacenaje:"
|
||||
},
|
||||
"network": {
|
||||
"title": "Red",
|
||||
"label": "Red:",
|
||||
"metrics": {
|
||||
"download": "",
|
||||
"upload": ""
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "Procesador"
|
||||
},
|
||||
"memory": {
|
||||
"title": "Memoria RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "Procesador Gráfico"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/es/modules/date.json
Normal file
11
public/locales/es/modules/date.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Fecha",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"display24HourFormat": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/es/modules/dlspeed.json
Normal file
6
public/locales/es/modules/dlspeed.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
69
public/locales/es/modules/docker.json
Normal file
69
public/locales/es/modules/docker.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": ""
|
||||
},
|
||||
"search": {
|
||||
"placeholder": ""
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Nombre",
|
||||
"image": "Imágen",
|
||||
"ports": "Puertos",
|
||||
"state": "Estado"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} más"
|
||||
},
|
||||
"states": {
|
||||
"running": "",
|
||||
"created": "Creado",
|
||||
"stopped": "Detenido",
|
||||
"unknown": "Desconocido"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Añadir servicio",
|
||||
"message": "Añadir servicio a Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Reiniciar"
|
||||
},
|
||||
"stop": {
|
||||
"title": "Detener"
|
||||
},
|
||||
"start": {
|
||||
"title": "Comenzar"
|
||||
},
|
||||
"refreshData": "Actualizar datos",
|
||||
"addToHomarr": {
|
||||
"title": "Añadir a Homarr"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Eliminar"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
},
|
||||
"unknownError": {
|
||||
"title": ""
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": ""
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
30
public/locales/es/modules/overseerr.json
Normal file
30
public/locales/es/modules/overseerr.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": ""
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "",
|
||||
"cancel": "Cancelar",
|
||||
"request": "Solicitar"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Temporada",
|
||||
"numberOfEpisodes": "Número de episodios"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/es/modules/ping.json
Normal file
11
public/locales/es/modules/ping.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"states": {
|
||||
"online": "",
|
||||
"offline": "",
|
||||
"loading": "Cargando..."
|
||||
}
|
||||
}
|
||||
9
public/locales/es/modules/search.json
Normal file
9
public/locales/es/modules/search.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"input": {
|
||||
"placeholder": ""
|
||||
}
|
||||
}
|
||||
40
public/locales/es/modules/torrents-status.json
Normal file
40
public/locales/es/modules/torrents-status.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"hideComplete": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Nombre",
|
||||
"size": "Tamaño",
|
||||
"download": "",
|
||||
"upload": "",
|
||||
"estimatedTimeOfArrival": "",
|
||||
"progress": ""
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": ""
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "",
|
||||
"download": "",
|
||||
"upload": "",
|
||||
"timeSpan": "",
|
||||
"totalDownload": "",
|
||||
"totalUpload": ""
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
32
public/locales/es/modules/weather.json
Normal file
32
public/locales/es/modules/weather.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Clima",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": "Mostrar en Fahrenheit"
|
||||
},
|
||||
"location": {
|
||||
"label": "Ubicación del clima"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "",
|
||||
"mainlyClear": "",
|
||||
"fog": "Niebla",
|
||||
"drizzle": "Llovizna",
|
||||
"freezingDrizzle": "Llovizna helada",
|
||||
"rain": "Lluvia",
|
||||
"freezingRain": "Lluvia helada",
|
||||
"snowFall": "Caída de nieve",
|
||||
"snowGrains": "Granos de nieve",
|
||||
"rainShowers": "",
|
||||
"snowShowers": "",
|
||||
"thunderstorm": "",
|
||||
"thunderstormWithHail": "",
|
||||
"unknown": "Desconocido"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
public/locales/es/settings/common.json
Normal file
14
public/locales/es/settings/common.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Ajustes",
|
||||
"tooltip": "Ajustes",
|
||||
"tabs": {
|
||||
"common": "Común",
|
||||
"customizations": "Personalizaciones"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": ""
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Hecho con ❤️ por @"
|
||||
}
|
||||
}
|
||||
1
public/locales/es/settings/customization/app-width.json
Normal file
1
public/locales/es/settings/customization/app-width.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suffix": "Color {{color}}"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Opacidad de la aplicación"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Título de Página",
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"background": {
|
||||
"label": "Fondo",
|
||||
"placeholder": ""
|
||||
},
|
||||
"buttons": {
|
||||
"submit": ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Sombra"
|
||||
}
|
||||
3
public/locales/es/settings/general/color-schema.json
Normal file
3
public/locales/es/settings/general/color-schema.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Cambiar al modo {{scheme}}"
|
||||
}
|
||||
55
public/locales/es/settings/general/config-changer.json
Normal file
55
public/locales/es/settings/general/config-changer.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": ""
|
||||
},
|
||||
"modal": {
|
||||
"title": "",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"submitButton": ""
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "",
|
||||
"delete": {
|
||||
"text": "",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": ""
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
"invalidConfig": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
},
|
||||
"loadedSuccessfully": {
|
||||
"title": ""
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"text": ""
|
||||
},
|
||||
"reject": {
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Idioma"
|
||||
}
|
||||
1
public/locales/es/settings/general/module-enabler.json
Normal file
1
public/locales/es/settings/general/module-enabler.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
11
public/locales/es/settings/general/search-engine.json
Normal file
11
public/locales/es/settings/general/search-engine.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "",
|
||||
"tips": {
|
||||
"generalTip": "",
|
||||
"placeholderTip": ""
|
||||
},
|
||||
"customEngine": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
}
|
||||
}
|
||||
3
public/locales/es/settings/general/theme-selector.json
Normal file
3
public/locales/es/settings/general/theme-selector.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Cambiar al modo {{theme}}"
|
||||
}
|
||||
1
public/locales/es/settings/general/widget-positions.json
Normal file
1
public/locales/es/settings/general/widget-positions.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
6
public/locales/fr/common.json
Normal file
6
public/locales/fr/common.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"actions": {
|
||||
"save": "Sauvegarder"
|
||||
},
|
||||
"tip": "Conseil : "
|
||||
}
|
||||
118
public/locales/fr/layout/add-service-app-shelf.json
Normal file
118
public/locales/fr/layout/add-service-app-shelf.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"actionIcon": {
|
||||
"tooltip": "Ajouter un service"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Ajouter un service",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "Veuillez entrer une URL valide",
|
||||
"noStatusCodeSelected": "Veuillez sélectionner un code d'état"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"options": {
|
||||
"title": "Options",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "Nom du service",
|
||||
"placeholder": "Plex"
|
||||
},
|
||||
"iconUrl": {
|
||||
"label": "URL de l'icône"
|
||||
},
|
||||
"serviceUrl": {
|
||||
"label": "URL du service"
|
||||
},
|
||||
"onClickUrl": {
|
||||
"label": "URL ouvert en cas de clic"
|
||||
},
|
||||
"serviceType": {
|
||||
"label": "Type de service",
|
||||
"defaultValue": "Autre",
|
||||
"placeholder": "Choisissez-en un"
|
||||
},
|
||||
"category": {
|
||||
"label": "Catégorie",
|
||||
"placeholder": "Sélectionnez une catégorie ou créez-en une nouvelle",
|
||||
"nothingFound": "Rien trouvé",
|
||||
"createLabel": "+ Créer {{query}}"
|
||||
},
|
||||
"integrations": {
|
||||
"apiKey": {
|
||||
"label": "Clé API",
|
||||
"placeholder": "Votre clé API",
|
||||
"validation": {
|
||||
"noKey": "Clé non valide"
|
||||
},
|
||||
"tip": {
|
||||
"text": "Obtenez votre clé API",
|
||||
"link": "ici."
|
||||
}
|
||||
},
|
||||
"qBittorrent": {
|
||||
"username": {
|
||||
"label": "Nom d'utilisateur",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Nom d'utilisateur invalide"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Mot de passe",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Mot de passe invalide"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deluge": {
|
||||
"password": {
|
||||
"label": "Mot de passe",
|
||||
"placeholder": "mot de passe",
|
||||
"validation": {
|
||||
"invalidPassword": "Mot de passe invalide"
|
||||
}
|
||||
}
|
||||
},
|
||||
"transmission": {
|
||||
"username": {
|
||||
"label": "Nom d'utilisateur :",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Nom d'utilisateur non valide"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Mot de passe",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Mot de passe invalide"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"advancedOptions": {
|
||||
"title": "Options avancées",
|
||||
"form": {
|
||||
"httpStatusCodes": {
|
||||
"label": "Codes d'état HTTP",
|
||||
"placeholder": "Sélectionnez les codes d'état valides",
|
||||
"clearButtonLabel": "Effacer la sélection",
|
||||
"nothingFound": "Rien trouvé"
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": "Ouvrir le service dans un nouvel onglet"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
"content": "Ajouter un service"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
public/locales/fr/layout/app-shelf-menu.json
Normal file
18
public/locales/fr/layout/app-shelf-menu.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Modifier un service",
|
||||
"buttons": {
|
||||
"save": "Service de sauvegarde"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "Paramètres",
|
||||
"dangerZone": "Attention"
|
||||
},
|
||||
"actions": {
|
||||
"edit": "Modifier",
|
||||
"delete": "Supprimer"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/fr/layout/app-shelf.json
Normal file
10
public/locales/fr/layout/app-shelf.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Vos téléchargements"
|
||||
},
|
||||
"others": {
|
||||
"text": "Autres"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/fr/modules/calendar.json
Normal file
11
public/locales/fr/modules/calendar.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Calendrier",
|
||||
"description": "Un module de calendrier pour afficher les prochaines versions. Il interagit avec les API Sonarr et Radarr.",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": "Commencez la semaine par dimanche"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/fr/modules/common-media-cards.json
Normal file
6
public/locales/fr/modules/common-media-cards.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "Jouer",
|
||||
"request": "Demande"
|
||||
}
|
||||
}
|
||||
5
public/locales/fr/modules/common.json
Normal file
5
public/locales/fr/modules/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "Paramètres"
|
||||
}
|
||||
}
|
||||
60
public/locales/fr/modules/dashdot.json
Normal file
60
public/locales/fr/modules/dashdot.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Un module pour afficher les graphiques de votre instance Dash. en cours.",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": "Vue du CPU multi-cœur"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Vue du stockage multidisque"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Utiliser la vue compacte"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Graphiques",
|
||||
"options": {
|
||||
"cpu": "CPU",
|
||||
"ram": "RAM",
|
||||
"storage": "Stockage",
|
||||
"network": "Réseau",
|
||||
"gpu": "GPU"
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"label": "URL Dash"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Aucun service dash. trouvé. Veuillez en ajouter un à votre tableau de bord Homarr ou définir une URL dashdot dans les options du module.",
|
||||
"noInformation": "Impossible d'acquérir des informations de dashdot - Utilisez-vous la dernière version ?"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Stockage",
|
||||
"label": "Stockage :"
|
||||
},
|
||||
"network": {
|
||||
"title": "Réseau",
|
||||
"label": "Réseau :",
|
||||
"metrics": {
|
||||
"download": "Duvet",
|
||||
"upload": "Up"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"title": "RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "GPU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/fr/modules/date.json
Normal file
11
public/locales/fr/modules/date.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Date",
|
||||
"description": "Affiches l'heure et la date actuelles dans un module",
|
||||
"settings": {
|
||||
"display24HourFormat": {
|
||||
"label": "Affichage 24 h"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/fr/modules/dlspeed.json
Normal file
6
public/locales/fr/modules/dlspeed.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Vitesse de téléchargement",
|
||||
"description": "Afficher la vitesse de téléchargement actuelle des services pris en charge"
|
||||
}
|
||||
}
|
||||
69
public/locales/fr/modules/docker.json
Normal file
69
public/locales/fr/modules/docker.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Vous permet de gérer facilement vos torrents"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Recherche par nom de conteneur ou d'image"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Nom",
|
||||
"image": "Image",
|
||||
"ports": "Ports",
|
||||
"state": "État"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} plus"
|
||||
},
|
||||
"states": {
|
||||
"running": "Running",
|
||||
"created": "Créé",
|
||||
"stopped": "Arrêté",
|
||||
"unknown": "Inconnu"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Ajouter un service",
|
||||
"message": "Ajouter un service à Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Redémarrer"
|
||||
},
|
||||
"stop": {
|
||||
"title": "Stop"
|
||||
},
|
||||
"start": {
|
||||
"title": "Début"
|
||||
},
|
||||
"refreshData": "Rafraîchir les données",
|
||||
"addToHomarr": {
|
||||
"title": "Ajouter à Homarr"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Retirer"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "Conteneur {{containerName}} {{action}}",
|
||||
"message": "Votre conteneur a été envoyé avec succès à {{action}}"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "L'intégration de Docker a échoué",
|
||||
"message": "Avez-vous oublié de monter le docker socket ?"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Il y a eu une erreur"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": "Veuillez n'ajouter qu'un seul service à la fois !"
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
30
public/locales/fr/modules/overseerr.json
Normal file
30
public/locales/fr/modules/overseerr.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": "Permet de rechercher et d'ajouter des médias depuis Overseerr/Jellyseerr"
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "Demandez {{title}}",
|
||||
"cancel": "Annuler",
|
||||
"request": "Demande"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "Utilisation de la clé API",
|
||||
"text": "Cette demande sera automatiquement approuvée"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "Cochez les saisons que vous souhaitez télécharger",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Saison",
|
||||
"numberOfEpisodes": "Nombre d'épisodes"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/fr/modules/ping.json
Normal file
11
public/locales/fr/modules/ping.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Permet de vérifier si le service est en place ou renvoie un code d'état HTTP spécifique."
|
||||
},
|
||||
"states": {
|
||||
"online": "En ligne {{response}}",
|
||||
"offline": "Hors ligne {{response}}",
|
||||
"loading": "Chargement..."
|
||||
}
|
||||
}
|
||||
9
public/locales/fr/modules/search.json
Normal file
9
public/locales/fr/modules/search.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Barre de recherche",
|
||||
"description": "Barre de recherche pour rechercher sur le web, youtube, les torrents ou overseerr"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Cherchez sur le web..."
|
||||
}
|
||||
}
|
||||
40
public/locales/fr/modules/torrents-status.json
Normal file
40
public/locales/fr/modules/torrents-status.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Torrent",
|
||||
"description": "Afficher la vitesse de téléchargement actuelle des services pris en charge",
|
||||
"settings": {
|
||||
"hideComplete": {
|
||||
"label": "Cacher les torrents terminés"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Nom",
|
||||
"size": "Taille",
|
||||
"download": "Duvet",
|
||||
"upload": "Up",
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Progrès"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Aucun torrent trouvé"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Vitesse de téléchargement actuelle",
|
||||
"download": "Télécharger : {{download}}",
|
||||
"upload": "Télécharger : {{upload}}",
|
||||
"timeSpan": "{{seconds}} il y a quelques secondes",
|
||||
"totalDownload": "Télécharger : {{download}}/s",
|
||||
"totalUpload": "Upload : {{upload}}/s"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Aucun client de téléchargement supporté n'a été trouvé !",
|
||||
"text": "Ajouter un service de téléchargement pour afficher vos téléchargements en cours"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
32
public/locales/fr/modules/weather.json
Normal file
32
public/locales/fr/modules/weather.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Météo",
|
||||
"description": "Consultez la météo actuelle dans votre région",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": "Affichage en Fahrenheit"
|
||||
},
|
||||
"location": {
|
||||
"label": "Lieu de la météo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Clair",
|
||||
"mainlyClear": "Principalement clair",
|
||||
"fog": "Brouillard",
|
||||
"drizzle": "Bruine",
|
||||
"freezingDrizzle": "Bruine glacée",
|
||||
"rain": "Pluie",
|
||||
"freezingRain": "Pluie verglaçante",
|
||||
"snowFall": "Chute de neige",
|
||||
"snowGrains": "Grains de neige",
|
||||
"rainShowers": "Averses de pluie",
|
||||
"snowShowers": "Averses de neige",
|
||||
"thunderstorm": "Orage",
|
||||
"thunderstormWithHail": "Orage avec grêle",
|
||||
"unknown": "Inconnu"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
public/locales/fr/settings/common.json
Normal file
14
public/locales/fr/settings/common.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Paramètres",
|
||||
"tooltip": "Paramètres",
|
||||
"tabs": {
|
||||
"common": "Commun",
|
||||
"customizations": "Personnalisations"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "Téléchargez votre fichier de configuration en le faisant glisser et en le déposant sur la page !"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Fait avec ❤️ par @"
|
||||
}
|
||||
}
|
||||
3
public/locales/fr/settings/customization/app-width.json
Normal file
3
public/locales/fr/settings/customization/app-width.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Largeur de l'application"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suffix": "{{color}} couleur"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Opacité de l'application"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Titre de la page",
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
},
|
||||
"background": {
|
||||
"label": "Contexte",
|
||||
"placeholder": "/img/background.png"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Soumettre"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Ombre"
|
||||
}
|
||||
3
public/locales/fr/settings/general/color-schema.json
Normal file
3
public/locales/fr/settings/general/color-schema.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Passez en mode {{scheme}}"
|
||||
}
|
||||
55
public/locales/fr/settings/general/config-changer.json
Normal file
55
public/locales/fr/settings/general/config-changer.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Chargeur de configuration"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Choisissez le nom de votre nouvelle configuration",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Nom de la configuration",
|
||||
"placeholder": "Le nom de votre nouvelle configuration"
|
||||
},
|
||||
"submitButton": "Confirmer"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "Configuration sauvegardée",
|
||||
"message": "Configuration enregistrée sous {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "Télécharger la configuration",
|
||||
"delete": {
|
||||
"text": "Supprimer la configuration",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "Config supprimée",
|
||||
"message": "Config supprimée"
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "La suppression de la configuration a échoué",
|
||||
"message": "La suppression de la configuration a échoué"
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": "Sauvegarder une copie"
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
"invalidConfig": {
|
||||
"title": "Impossible de charger la configuration",
|
||||
"message": "Impossible de charger votre configuration. Format JSON non valide."
|
||||
},
|
||||
"loadedSuccessfully": {
|
||||
"title": "Config {{configName}} chargé avec succès"
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"text": "Faites glisser les fichiers ici pour télécharger une configuration. Support pour JSON uniquement."
|
||||
},
|
||||
"reject": {
|
||||
"text": "Ce format de fichier n'est pas pris en charge. Veuillez télécharger uniquement JSON."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Langue"
|
||||
}
|
||||
3
public/locales/fr/settings/general/module-enabler.json
Normal file
3
public/locales/fr/settings/general/module-enabler.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Module enabler"
|
||||
}
|
||||
11
public/locales/fr/settings/general/search-engine.json
Normal file
11
public/locales/fr/settings/general/search-engine.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Moteur de recherche",
|
||||
"tips": {
|
||||
"generalTip": "Utilisez les préfixes !yt et !t devant votre requête pour rechercher respectivement sur YouTube ou pour un Torrent.",
|
||||
"placeholderTip": "%s peut être utilisé en tant que placeholder pour la requête."
|
||||
},
|
||||
"customEngine": {
|
||||
"label": "URL de la requête",
|
||||
"placeholder": "URL de requête personnalisée"
|
||||
}
|
||||
}
|
||||
3
public/locales/fr/settings/general/theme-selector.json
Normal file
3
public/locales/fr/settings/general/theme-selector.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Passez en mode {{theme}}"
|
||||
}
|
||||
3
public/locales/fr/settings/general/widget-positions.json
Normal file
3
public/locales/fr/settings/general/widget-positions.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Positionner les widgets à gauche"
|
||||
}
|
||||
6
public/locales/it/common.json
Normal file
6
public/locales/it/common.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"actions": {
|
||||
"save": ""
|
||||
},
|
||||
"tip": ""
|
||||
}
|
||||
118
public/locales/it/layout/add-service-app-shelf.json
Normal file
118
public/locales/it/layout/add-service-app-shelf.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"actionIcon": {
|
||||
"tooltip": ""
|
||||
},
|
||||
"modal": {
|
||||
"title": "",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "",
|
||||
"noStatusCodeSelected": ""
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"options": {
|
||||
"title": "",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"iconUrl": {
|
||||
"label": ""
|
||||
},
|
||||
"serviceUrl": {
|
||||
"label": ""
|
||||
},
|
||||
"onClickUrl": {
|
||||
"label": ""
|
||||
},
|
||||
"serviceType": {
|
||||
"label": "",
|
||||
"defaultValue": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"category": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"nothingFound": "",
|
||||
"createLabel": ""
|
||||
},
|
||||
"integrations": {
|
||||
"apiKey": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"noKey": ""
|
||||
},
|
||||
"tip": {
|
||||
"text": "",
|
||||
"link": ""
|
||||
}
|
||||
},
|
||||
"qBittorrent": {
|
||||
"username": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidUsername": ""
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidPassword": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"deluge": {
|
||||
"password": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidPassword": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"transmission": {
|
||||
"username": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidUsername": ""
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"validation": {
|
||||
"invalidPassword": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"advancedOptions": {
|
||||
"title": "",
|
||||
"form": {
|
||||
"httpStatusCodes": {
|
||||
"label": "",
|
||||
"placeholder": "",
|
||||
"clearButtonLabel": "",
|
||||
"nothingFound": ""
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": ""
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
"content": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
public/locales/it/layout/app-shelf-menu.json
Normal file
18
public/locales/it/layout/app-shelf-menu.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "",
|
||||
"buttons": {
|
||||
"save": ""
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "",
|
||||
"dangerZone": ""
|
||||
},
|
||||
"actions": {
|
||||
"edit": "",
|
||||
"delete": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/it/layout/app-shelf.json
Normal file
10
public/locales/it/layout/app-shelf.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": ""
|
||||
},
|
||||
"others": {
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/it/modules/calendar.json
Normal file
11
public/locales/it/modules/calendar.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/it/modules/common-media-cards.json
Normal file
6
public/locales/it/modules/common-media-cards.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "",
|
||||
"request": ""
|
||||
}
|
||||
}
|
||||
5
public/locales/it/modules/common.json
Normal file
5
public/locales/it/modules/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
60
public/locales/it/modules/dashdot.json
Normal file
60
public/locales/it/modules/dashdot.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": ""
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": ""
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": ""
|
||||
},
|
||||
"graphs": {
|
||||
"label": "",
|
||||
"options": {
|
||||
"cpu": "",
|
||||
"ram": "",
|
||||
"storage": "",
|
||||
"network": "",
|
||||
"gpu": ""
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "",
|
||||
"errors": {
|
||||
"noService": "",
|
||||
"noInformation": ""
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "",
|
||||
"label": ""
|
||||
},
|
||||
"network": {
|
||||
"title": "",
|
||||
"label": "",
|
||||
"metrics": {
|
||||
"download": "",
|
||||
"upload": ""
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": ""
|
||||
},
|
||||
"memory": {
|
||||
"title": ""
|
||||
},
|
||||
"gpu": {
|
||||
"title": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/it/modules/date.json
Normal file
11
public/locales/it/modules/date.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"display24HourFormat": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/it/modules/dlspeed.json
Normal file
6
public/locales/it/modules/dlspeed.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
69
public/locales/it/modules/docker.json
Normal file
69
public/locales/it/modules/docker.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"search": {
|
||||
"placeholder": ""
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "",
|
||||
"image": "",
|
||||
"ports": "",
|
||||
"state": ""
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": ""
|
||||
},
|
||||
"states": {
|
||||
"running": "",
|
||||
"created": "",
|
||||
"stopped": "",
|
||||
"unknown": ""
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
},
|
||||
"restart": {
|
||||
"title": ""
|
||||
},
|
||||
"stop": {
|
||||
"title": ""
|
||||
},
|
||||
"start": {
|
||||
"title": ""
|
||||
},
|
||||
"refreshData": "",
|
||||
"addToHomarr": {
|
||||
"title": ""
|
||||
},
|
||||
"remove": {
|
||||
"title": ""
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
},
|
||||
"unknownError": {
|
||||
"title": ""
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": ""
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": ""
|
||||
}
|
||||
}
|
||||
30
public/locales/it/modules/overseerr.json
Normal file
30
public/locales/it/modules/overseerr.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "",
|
||||
"cancel": "",
|
||||
"request": ""
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "",
|
||||
"numberOfEpisodes": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/it/modules/ping.json
Normal file
11
public/locales/it/modules/ping.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"states": {
|
||||
"online": "",
|
||||
"offline": "",
|
||||
"loading": ""
|
||||
}
|
||||
}
|
||||
9
public/locales/it/modules/search.json
Normal file
9
public/locales/it/modules/search.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"input": {
|
||||
"placeholder": ""
|
||||
}
|
||||
}
|
||||
40
public/locales/it/modules/torrents-status.json
Normal file
40
public/locales/it/modules/torrents-status.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"hideComplete": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "",
|
||||
"size": "",
|
||||
"download": "",
|
||||
"upload": "",
|
||||
"estimatedTimeOfArrival": "",
|
||||
"progress": ""
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": ""
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "",
|
||||
"download": "",
|
||||
"upload": "",
|
||||
"timeSpan": "",
|
||||
"totalDownload": "",
|
||||
"totalUpload": ""
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
32
public/locales/it/modules/weather.json
Normal file
32
public/locales/it/modules/weather.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": ""
|
||||
},
|
||||
"location": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "",
|
||||
"mainlyClear": "",
|
||||
"fog": "",
|
||||
"drizzle": "",
|
||||
"freezingDrizzle": "",
|
||||
"rain": "",
|
||||
"freezingRain": "",
|
||||
"snowFall": "",
|
||||
"snowGrains": "",
|
||||
"rainShowers": "",
|
||||
"snowShowers": "",
|
||||
"thunderstorm": "",
|
||||
"thunderstormWithHail": "",
|
||||
"unknown": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
14
public/locales/it/settings/common.json
Normal file
14
public/locales/it/settings/common.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "",
|
||||
"tooltip": "",
|
||||
"tabs": {
|
||||
"common": "",
|
||||
"customizations": ""
|
||||
},
|
||||
"tips": {
|
||||
"configTip": ""
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": ""
|
||||
}
|
||||
}
|
||||
1
public/locales/it/settings/customization/app-width.json
Normal file
1
public/locales/it/settings/customization/app-width.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"logo": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"favicon": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"background": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"buttons": {
|
||||
"submit": ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
public/locales/it/settings/general/color-schema.json
Normal file
1
public/locales/it/settings/general/color-schema.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
55
public/locales/it/settings/general/config-changer.json
Normal file
55
public/locales/it/settings/general/config-changer.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": ""
|
||||
},
|
||||
"modal": {
|
||||
"title": "",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
},
|
||||
"submitButton": ""
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "",
|
||||
"delete": {
|
||||
"text": "",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": ""
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
"invalidConfig": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
},
|
||||
"loadedSuccessfully": {
|
||||
"title": ""
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"text": ""
|
||||
},
|
||||
"reject": {
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
public/locales/it/settings/general/module-enabler.json
Normal file
1
public/locales/it/settings/general/module-enabler.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
11
public/locales/it/settings/general/search-engine.json
Normal file
11
public/locales/it/settings/general/search-engine.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "",
|
||||
"tips": {
|
||||
"generalTip": "",
|
||||
"placeholderTip": ""
|
||||
},
|
||||
"customEngine": {
|
||||
"label": "",
|
||||
"placeholder": ""
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user