diff --git a/public/locales/de/common.json b/public/locales/de/common.json index bcec9ac7f..15e010ad2 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -2,5 +2,10 @@ "actions": { "save": "Speichern" }, - "tip": "Tipp: " -} \ No newline at end of file + "tip": "Tipp: ", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/de/layout/add-service-app-shelf.json b/public/locales/de/layout/add-service-app-shelf.json index a66c6d39d..10da1ef98 100644 --- a/public/locales/de/layout/add-service-app-shelf.json +++ b/public/locales/de/layout/add-service-app-shelf.json @@ -6,7 +6,7 @@ "title": "Service hinzufügen", "form": { "validation": { - "invalidUrl": "Bitte gebe eine gültige URL an", + "invalidUrl": "Bitte geben Sie eine gültige URL ein", "noStatusCodeSelected": "Wähle bitte einen Status Code" } }, @@ -71,7 +71,7 @@ "label": "Passwort", "placeholder": "passwort", "validation": { - "invalidPassword": "Invalides Passwort" + "invalidPassword": "Ungültiges Passwort" } } }, @@ -80,14 +80,14 @@ "label": "Benutzername", "placeholder": "admin", "validation": { - "invalidUsername": "Invalider Benutzername" + "invalidUsername": "Ungültiger Nutzername" } }, "password": { "label": "Passwort", "placeholder": "adminadmin", "validation": { - "invalidPassword": "Invalides Passwort" + "invalidPassword": "Ungültiges Passwort" } } } @@ -95,11 +95,14 @@ } }, "advancedOptions": { - "title": "Weitere Optionen", + "title": "", "form": { + "ping": { + "label": "" + }, "httpStatusCodes": { "label": "HTTP Status Nummern", - "placeholder": "Wähle eine valide Status Nummer", + "placeholder": "Gültige Statuscodes auswählen", "clearButtonLabel": "Auswahl löschen", "nothingFound": "Nichts gefunden" }, diff --git a/public/locales/de/modules/calendar.json b/public/locales/de/modules/calendar.json index e9337497f..3aea9f379 100644 --- a/public/locales/de/modules/calendar.json +++ b/public/locales/de/modules/calendar.json @@ -1,10 +1,10 @@ { "descriptor": { "name": "Kalender", - "description": "Ein Kalender Modul welches bevorstehende Shows anzeigt. Es interagiert mit der API von Sonarr, Radarr, Readarr und Lidarr.", + "description": "Ein Kalendermodul für die Anzeige der kommenden Veröffentlichungen. Es interagiert mit der Sonarr- und Radarr-API.", "settings": { "sundayStart": { - "label": "Wochenstart am Sonntag" + "label": "Wochenbeginn am Sonntag" } } } diff --git a/public/locales/de/modules/dashdot.json b/public/locales/de/modules/dashdot.json index ec1aa86b7..8574b1f63 100644 --- a/public/locales/de/modules/dashdot.json +++ b/public/locales/de/modules/dashdot.json @@ -7,10 +7,10 @@ "label": "CPU Multi-Core View" }, "storageMultiView": { - "label": "Speicher Multi-Laufwerk View" + "label": "Speicher Multi-Drive View" }, "useCompactView": { - "label": "Kompakte Ansicht nutzen" + "label": "Kompaktmodus verwenden" }, "graphs": { "label": "Graphen", @@ -30,8 +30,8 @@ "card": { "title": "Dash.", "errors": { - "noService": "Kein Dash. Service gefunden. Bitte füge einen zu deinem Homarr Dashboard hinzu oder setze eine Dash. URL in den Modul-Optionen.", - "noInformation": "Informationen konnten nicht von Dash. geladen werden. Betriebst du die neuste Version?" + "noService": "", + "noInformation": "Es können keine Informationen vom Dash. abgerufen werden. - Verwenden Sie die neueste Version?" }, "graphs": { "storage": { @@ -42,8 +42,8 @@ "title": "Netzwerk", "label": "Netzwerk:", "metrics": { - "download": "Eingehend", - "upload": "Ausgehend" + "download": "Down", + "upload": "Up" } }, "cpu": { diff --git a/public/locales/de/modules/docker.json b/public/locales/de/modules/docker.json index f6f742a35..b8b7719f7 100644 --- a/public/locales/de/modules/docker.json +++ b/public/locales/de/modules/docker.json @@ -1,25 +1,25 @@ { "descriptor": { "name": "Docker", - "description": "Erlaubt dir, deine Torrents einfach zu verwalten" + "description": "Ermöglicht Ihnen die einfache Verwaltung Ihrer Torrents" }, "search": { - "placeholder": "Suche nach Conainer oder Image Namen" + "placeholder": "Suche nach Container- oder Image namen" }, "table": { "header": { "name": "Name", - "image": "Bild", + "image": "Image", "ports": "Ports", - "state": "Status" + "state": "Staat" }, "body": { "portCollapse": "{{ports}} weitere" }, "states": { - "running": "Läuft", + "running": "Aktiv", "created": "Erstellt", - "stopped": "Gestopped", + "stopped": "Gestoppt", "unknown": "Unbekannt" } }, @@ -32,17 +32,19 @@ "title": "Neustarten" }, "stop": { - "title": "Stoppen" + "title": "Stopp" }, "start": { "title": "Starten" }, - "refreshData": "Daten aktualisieren", - "addToHomarr": { - "title": "Zu Homarr hinzufügen" + "refreshData": { + "title": "" }, "remove": { "title": "Entfernen" + }, + "addToHomarr": { + "title": "Zu Homarr hinzufügen" } }, "messages": { @@ -53,14 +55,14 @@ }, "errors": { "integrationFailed": { - "title": "Docker Integration schlug fehl", + "title": "Docker-Integration fehlgeschlagen", "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." + "title": "Bitte nur einen Service gleichzeitig hinzufügen!" } }, "actionIcon": { diff --git a/public/locales/de/modules/overseerr.json b/public/locales/de/modules/overseerr.json index f599de239..ef98e3adf 100644 --- a/public/locales/de/modules/overseerr.json +++ b/public/locales/de/modules/overseerr.json @@ -12,17 +12,17 @@ }, "alerts": { "automaticApproval": { - "title": "Einen API Schlüssel benutzen", + "title": "API-Schlüssel wird verwendet", "text": "Diese Anfrage wird automatisch genehmigt" } } }, "seasonSelector": { - "caption": "Kreuze die Staffeln an, die heruntergeladen werden sollen.", + "caption": "Kreuze die Staffeln an, die heruntergeladen werden sollen", "table": { "header": { "season": "Staffel", - "numberOfEpisodes": "Anzahl von Episoden" + "numberOfEpisodes": "Anzahl der Episoden" } } } diff --git a/public/locales/de/modules/ping.json b/public/locales/de/modules/ping.json index 2163c35d7..27d5c61b8 100644 --- a/public/locales/de/modules/ping.json +++ b/public/locales/de/modules/ping.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "Ping Services", - "description": "Pings your services and shows their status as an indicator" + "name": "Ping", + "description": "Ermöglicht es Ihnen, zu überprüfen, ob der Service aktiv ist oder einen bestimmten HTTP-Statuscode zurückgibt." }, "states": { "online": "Online {{response}}", "offline": "Offline {{response}}", - "loading": "Laden..." + "loading": "Wird geladen..." } } \ No newline at end of file diff --git a/public/locales/de/modules/search.json b/public/locales/de/modules/search.json index 1c9dade42..73856457a 100644 --- a/public/locales/de/modules/search.json +++ b/public/locales/de/modules/search.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Suchleiste", - "description": "Suchleiste zum Durchsuchen des Internets, Youtube, Torrents oder Overseerr" + "description": "" }, "input": { "placeholder": "Das Internet durchsuchen..." diff --git a/public/locales/de/modules/torrents-status.json b/public/locales/de/modules/torrents-status.json index ea3783559..0f12a88ae 100644 --- a/public/locales/de/modules/torrents-status.json +++ b/public/locales/de/modules/torrents-status.json @@ -12,9 +12,9 @@ "table": { "header": { "name": "Name", - "size": "Grösse", - "download": "Eingehend", - "upload": "Ausgehend", + "size": "Größe", + "download": "Down", + "upload": "Up", "estimatedTimeOfArrival": "Voraussichtlicher Abschluss", "progress": "Fortschritt" }, @@ -23,7 +23,7 @@ } }, "lineChart": { - "title": "Derzeitige Download Geschwindigkeit", + "title": "Aktuelle Downloadgeschwindigkeit", "download": "Download: {{download}}", "upload": "Upload: {{upload}}", "timeSpan": "{{seconds}} Sekunden zuvor", @@ -33,7 +33,7 @@ "errors": { "noDownloadClients": { "title": "Keine unterstützten Download-Clients gefunden!", - "text": "Füge einen Download Service hinzu, um deine derzeitigen Downloads zu sehen" + "text": "Fügen Sie einen Download-Service hinzu, um Ihre aktuellen Downloads anzuzeigen" } } } diff --git a/public/locales/de/modules/usenet.json b/public/locales/de/modules/usenet.json new file mode 100644 index 000000000..bacec837c --- /dev/null +++ b/public/locales/de/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "Keine unterstützten Download-Clients gefunden!", + "text": "Fügen Sie einen Download-Service hinzu, um Ihre aktuellen Downloads anzuzeigen" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "Name", + "size": "Größe", + "eta": "Voraussichtlicher Abschluss", + "progress": "Fortschritt" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "Name", + "size": "Größe", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/de/settings/common.json b/public/locales/de/settings/common.json index 611d747a0..e9eefcd25 100644 --- a/public/locales/de/settings/common.json +++ b/public/locales/de/settings/common.json @@ -2,13 +2,13 @@ "title": "Einstellungen", "tooltip": "Einstellungen", "tabs": { - "common": "General", + "common": "Allgemein", "customizations": "Anpassungen" }, "tips": { - "configTip": "Lade deine Konfigurationsdatei durch Drag-and-drop auf die Seite hoch!" + "configTip": "Laden Sie Ihre Konfigurationsdatei durch Ziehen und Ablegen auf die Seite!" }, "credits": { - "madeWithLove": "Made with ❤️ by @" + "madeWithLove": "Gemacht mit ❤️ von @" } } \ No newline at end of file diff --git a/public/locales/de/settings/customization/app-width.json b/public/locales/de/settings/customization/app-width.json index 631bd9d0b..4c34b7442 100644 --- a/public/locales/de/settings/customization/app-width.json +++ b/public/locales/de/settings/customization/app-width.json @@ -1,3 +1,3 @@ { - "label": "Applikations Breite" + "label": "App Breite" } \ No newline at end of file diff --git a/public/locales/de/settings/customization/opacity-selector.json b/public/locales/de/settings/customization/opacity-selector.json index 35d0fcb44..bcec90883 100644 --- a/public/locales/de/settings/customization/opacity-selector.json +++ b/public/locales/de/settings/customization/opacity-selector.json @@ -1,3 +1,3 @@ { - "label": "Applikation Deckkraft" + "label": "App Deckkraft" } \ No newline at end of file diff --git a/public/locales/de/settings/customization/page-appearance.json b/public/locales/de/settings/customization/page-appearance.json index 0a9cd3e9b..f80ac7d85 100644 --- a/public/locales/de/settings/customization/page-appearance.json +++ b/public/locales/de/settings/customization/page-appearance.json @@ -16,8 +16,8 @@ "placeholder": "/img/background.png" }, "customCSS": { - "label": "Benutzerdefiniertes CSS", - "placeholder": "Benutzerdefiniertes CSS wird als letztes ausgeführt" + "label": "", + "placeholder": "" }, "buttons": { "submit": "Absenden" diff --git a/public/locales/de/settings/general/config-changer.json b/public/locales/de/settings/general/config-changer.json index 05b56abb7..c22184269 100644 --- a/public/locales/de/settings/general/config-changer.json +++ b/public/locales/de/settings/general/config-changer.json @@ -3,11 +3,11 @@ "label": "Konfigurationslader" }, "modal": { - "title": "Wähle einen Namen für deine neue Konfiguration", + "title": "Wählen Sie den Namen für Ihre neue Konfiguration", "form": { "configName": { - "label": "Konfigurations Name", - "placeholder": "Dein neuer Konfigurtionsname" + "label": "Konfigurationsname", + "placeholder": "Ihr neuer Konfigurationsname" }, "submitButton": "Bestätigen" }, @@ -25,7 +25,7 @@ "notifications": { "deleted": { "title": "Konfiguration gelöscht", - "message": "Konfiguration wurde gelöscht" + "message": "Konfiguration gelöscht" }, "deleteFailed": { "title": "Löschung der Konfiguration fehlgeschlagen", @@ -39,14 +39,14 @@ "notifications": { "invalidConfig": { "title": "Konfiguration konnte nicht geladen werden", - "message": "Konfiguration konnte nicht geladen werden. Invalides JSON" + "message": "Die Konfiguration konnte nicht geladen werden. Ungültiges JSON-Format." }, "loadedSuccessfully": { - "title": "Konfiguration {{configName}} wurde erfolgreich geladen" + "title": "Konfiguration {{configName}} erfolgreich geladen" } }, "accept": { - "text": "Ziehe Konfigurationen hier um sie hochzuladen. Es werden nur JSON Dateien unterstützt." + "text": "Ziehen Sie Dateien hierher, um eine Konfiguration hochzuladen. Unterstützung nur für JSON." }, "reject": { "text": "Dieses Dateiformat wird nicht unterstützt. Bitte lade nur JSON hoch." diff --git a/public/locales/de/settings/general/module-enabler.json b/public/locales/de/settings/general/module-enabler.json index a48dcdc97..b14f9bb89 100644 --- a/public/locales/de/settings/general/module-enabler.json +++ b/public/locales/de/settings/general/module-enabler.json @@ -1,3 +1,3 @@ { - "title": "Modul-Enabler" + "title": "Modul-Aktivierer" } \ No newline at end of file diff --git a/public/locales/de/settings/general/search-engine.json b/public/locales/de/settings/general/search-engine.json index 548906445..ead9dab99 100644 --- a/public/locales/de/settings/general/search-engine.json +++ b/public/locales/de/settings/general/search-engine.json @@ -6,6 +6,6 @@ }, "customEngine": { "label": "Suchanfrage URL", - "placeholder": "Benutzerdefinierte Adresse" + "placeholder": "Benutzerdefinierte Abfrage-URL" } } \ No newline at end of file diff --git a/public/locales/de/settings/general/theme-selector.json b/public/locales/de/settings/general/theme-selector.json index 23d4efacc..a4062374a 100644 --- a/public/locales/de/settings/general/theme-selector.json +++ b/public/locales/de/settings/general/theme-selector.json @@ -1,3 +1,3 @@ { - "label": "Wechsel zu {{theme}} Modus" + "label": "Wechseln zu {{theme}} Modus" } \ No newline at end of file diff --git a/public/locales/de/settings/general/widget-positions.json b/public/locales/de/settings/general/widget-positions.json index fe4fc4d6e..d34be8358 100644 --- a/public/locales/de/settings/general/widget-positions.json +++ b/public/locales/de/settings/general/widget-positions.json @@ -1,3 +1,3 @@ { - "label": "Widgets auf der linken Seite" + "label": "Widgets auf der linken Seite positionieren" } \ No newline at end of file diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 64232fcf5..7df26a5e7 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -4,8 +4,8 @@ }, "tip": "Tip: ", "time": { - "seconds": "seconds", - "minutes": "minutes", - "hours": "hours" + "seconds": "", + "minutes": "", + "hours": "" } } diff --git a/public/locales/en/modules/docker.json b/public/locales/en/modules/docker.json index f54db9bd9..70e5a4f29 100644 --- a/public/locales/en/modules/docker.json +++ b/public/locales/en/modules/docker.json @@ -38,7 +38,7 @@ "title": "Start" }, "refreshData": { - "title": "Refresh data" + "title": "" }, "remove": { "title": "Remove" diff --git a/public/locales/en/modules/usenet.json b/public/locales/en/modules/usenet.json index efdd2adfb..ab0c67d72 100644 --- a/public/locales/en/modules/usenet.json +++ b/public/locales/en/modules/usenet.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "Usenet", - "description": "Show the queue and history of supported services" + "name": "", + "description": "" }, "card": { "errors": { @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "Queue", - "history": "History" + "queue": "", + "history": "" }, "info": { - "sizeLeft": "Size left", - "paused": "Paused" + "sizeLeft": "", + "paused": "" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "ETA", "progress": "Progress" }, - "empty": "Queue is empty.", + "empty": "", "error": { - "title": "Error!", - "message": "Some error has occured while fetching data:" + "title": "", + "message": "" }, - "paused": "Paused" + "paused": "" }, "history": { "header": { "name": "Name", "size": "Size", - "duration": "Download Duration" + "duration": "" }, - "empty": "Queue is empty.", + "empty": "", "error": { - "title": "Error!", - "message": "Some error has occured while fetching data:" + "title": "", + "message": "" }, - "paused": "Paused" + "paused": "" } } diff --git a/public/locales/es/common.json b/public/locales/es/common.json index ca43f2a8f..c52a23152 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -2,5 +2,10 @@ "actions": { "save": "Guardar" }, - "tip": "Consejo: " -} \ No newline at end of file + "tip": "Consejo: ", + "time": { + "seconds": "segundos", + "minutes": "minutos", + "hours": "horas" + } +} diff --git a/public/locales/es/layout/add-service-app-shelf.json b/public/locales/es/layout/add-service-app-shelf.json index 057440bf8..7e49f79f5 100644 --- a/public/locales/es/layout/add-service-app-shelf.json +++ b/public/locales/es/layout/add-service-app-shelf.json @@ -6,8 +6,8 @@ "title": "Añadir servicio", "form": { "validation": { - "invalidUrl": "", - "noStatusCodeSelected": "" + "invalidUrl": "Por favor, introduzca una URL válida", + "noStatusCodeSelected": "Por favor, seleccione un código de estado" } }, "tabs": { @@ -25,7 +25,7 @@ "label": "URL del servicio" }, "onClickUrl": { - "label": "" + "label": "URL Directa" }, "serviceType": { "label": "Tipo de servicio", @@ -34,60 +34,60 @@ }, "category": { "label": "Categoría", - "placeholder": "Seleccione una categoría o cree una nueva", - "nothingFound": "", - "createLabel": "" + "placeholder": "Selecciona una categoría o cree una nueva", + "nothingFound": "No se ha encontrado ningún resultado", + "createLabel": "+ Crear {{query}}" }, "integrations": { "apiKey": { - "label": "", - "placeholder": "", + "label": "Clave API", + "placeholder": "Tu clave de la API", "validation": { - "noKey": "" + "noKey": "Clave inválida" }, "tip": { - "text": "", + "text": "Obtén tu clave de API", "link": "aquí." } }, "qBittorrent": { "username": { - "label": "", - "placeholder": "", + "label": "Usuario", + "placeholder": "admin", "validation": { - "invalidUsername": "" + "invalidUsername": "Nombre de usuario incorrecto" } }, "password": { - "label": "", - "placeholder": "", + "label": "Contraseña", + "placeholder": "adminadmin", "validation": { - "invalidPassword": "" + "invalidPassword": "Contraseña Incorrecta" } } }, "deluge": { "password": { - "label": "", - "placeholder": "", + "label": "Contraseña", + "placeholder": "contraseña", "validation": { - "invalidPassword": "" + "invalidPassword": "Contraseña Incorrecta" } } }, "transmission": { "username": { - "label": "", - "placeholder": "", + "label": "Usuario", + "placeholder": "admin", "validation": { - "invalidUsername": "" + "invalidUsername": "Nombre de usuario incorrecto" } }, "password": { - "label": "", - "placeholder": "", + "label": "Contraseña", + "placeholder": "adminadmin", "validation": { - "invalidPassword": "" + "invalidPassword": "Contraseña Incorrecta" } } } @@ -95,16 +95,19 @@ } }, "advancedOptions": { - "title": "", + "title": "Opciones Avanzadas", "form": { + "ping": { + "label": "Servicio de Latencia" + }, "httpStatusCodes": { - "label": "", - "placeholder": "", - "clearButtonLabel": "", - "nothingFound": "" + "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" }, "openServiceInNewTab": { - "label": "" + "label": "Abrir el servicio en una nueva pestaña" }, "buttons": { "submit": { diff --git a/public/locales/es/layout/app-shelf-menu.json b/public/locales/es/layout/app-shelf-menu.json index 8df2224a1..8ca50c5aa 100644 --- a/public/locales/es/layout/app-shelf-menu.json +++ b/public/locales/es/layout/app-shelf-menu.json @@ -1,14 +1,14 @@ { "modal": { - "title": "", + "title": "Modificar un servicio", "buttons": { - "save": "" + "save": "Guardar servicio" } }, "menu": { "labels": { "settings": "Ajustes", - "dangerZone": "" + "dangerZone": "Zona de riesgo" }, "actions": { "edit": "Editar", diff --git a/public/locales/es/modules/calendar.json b/public/locales/es/modules/calendar.json index ed3ae6693..94bb9ff6d 100644 --- a/public/locales/es/modules/calendar.json +++ b/public/locales/es/modules/calendar.json @@ -1,10 +1,10 @@ { "descriptor": { "name": "Calendario", - "description": "", + "description": "Un módulo de calendario para mostrar próximos lanzamientos. Interactúa con las API de Sonarr y Radarr.", "settings": { "sundayStart": { - "label": "" + "label": "Marcar Domingo como primer día de la semana" } } } diff --git a/public/locales/es/modules/dashdot.json b/public/locales/es/modules/dashdot.json index b48b5ced4..c467842fe 100644 --- a/public/locales/es/modules/dashdot.json +++ b/public/locales/es/modules/dashdot.json @@ -1,19 +1,19 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Dash.", + "description": "Un módulo para mostrar los gráficos de la instancia de Dash. en ejecución.", "settings": { "cpuMultiView": { - "label": "" + "label": "Vista CPU MultiNúcleo" }, "storageMultiView": { - "label": "" + "label": "Vista de las Unidades de Almacenamiento" }, "useCompactView": { - "label": "" + "label": "Usar la vista Compacta" }, "graphs": { - "label": "", + "label": "Gráficos", "options": { "cpu": "Procesador", "ram": "Memoria RAM", @@ -23,15 +23,15 @@ } }, "url": { - "label": "" + "label": "Dash. URL" } } }, "card": { - "title": "", + "title": "Dash.", "errors": { - "noService": "", - "noInformation": "" + "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", + "noInformation": "No se puede obtener información de Dash. - ¿estás utilizando la última versión?" }, "graphs": { "storage": { @@ -42,8 +42,8 @@ "title": "Red", "label": "Red:", "metrics": { - "download": "", - "upload": "" + "download": "Descarga", + "upload": "Subida" } }, "cpu": { diff --git a/public/locales/es/modules/date.json b/public/locales/es/modules/date.json index f361c2011..127072703 100644 --- a/public/locales/es/modules/date.json +++ b/public/locales/es/modules/date.json @@ -1,10 +1,10 @@ { "descriptor": { "name": "Fecha", - "description": "", + "description": "Mostrar la fecha y hora actuales en una tarjeta", "settings": { "display24HourFormat": { - "label": "" + "label": "Mostrar hora completa (24 horas)" } } } diff --git a/public/locales/es/modules/dlspeed.json b/public/locales/es/modules/dlspeed.json index f8daba13b..6aa1aefda 100644 --- a/public/locales/es/modules/dlspeed.json +++ b/public/locales/es/modules/dlspeed.json @@ -1,6 +1,6 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Velocidad de Descarga", + "description": "Mostrar la velocidad de descarga actual de los servicios compatibles" } } \ No newline at end of file diff --git a/public/locales/es/modules/docker.json b/public/locales/es/modules/docker.json index 52a8705a6..2b674d7aa 100644 --- a/public/locales/es/modules/docker.json +++ b/public/locales/es/modules/docker.json @@ -1,10 +1,10 @@ { "descriptor": { "name": "Docker", - "description": "" + "description": "Te permite gestionar facilmente tus torrents" }, "search": { - "placeholder": "" + "placeholder": "Buscar por nombre de contendor o nombre de la imagen" }, "table": { "header": { @@ -17,7 +17,7 @@ "portCollapse": "{{ports}} más" }, "states": { - "running": "", + "running": "En ejecución", "created": "Creado", "stopped": "Detenido", "unknown": "Desconocido" @@ -37,30 +37,32 @@ "start": { "title": "Comenzar" }, - "refreshData": "Actualizar datos", - "addToHomarr": { - "title": "Añadir a Homarr" + "refreshData": { + "title": "Actualizar datos" }, "remove": { "title": "Eliminar" + }, + "addToHomarr": { + "title": "Añadir a Homarr" } }, "messages": { "successfullyExecuted": { - "title": "", - "message": "" + "title": "Contenedor {{containerName}} {{action}} do", + "message": "Su contenedor ha sido {{action}} con éxito" } }, "errors": { "integrationFailed": { - "title": "", - "message": "" + "title": "Error en la integración con Docker", + "message": "¿Has olvidado montar el socket de docker?" }, "unknownError": { - "title": "" + "title": "Se ha producido un error" }, "oneServiceAtATime": { - "title": "" + "title": "Por favor, añade un servicio cada vez!" } }, "actionIcon": { diff --git a/public/locales/es/modules/overseerr.json b/public/locales/es/modules/overseerr.json index 47d56fbc3..fd817fa12 100644 --- a/public/locales/es/modules/overseerr.json +++ b/public/locales/es/modules/overseerr.json @@ -1,24 +1,24 @@ { "descriptor": { "name": "Overseerr", - "description": "" + "description": "Te permite buscar y añadir medios desde Overseerr y Jellyseerr" }, "popup": { "item": { "buttons": { - "askFor": "", + "askFor": "Solicitar {{title}}", "cancel": "Cancelar", "request": "Solicitar" }, "alerts": { "automaticApproval": { - "title": "", - "text": "" + "title": "Usando la clave API", + "text": "Esta petición se aprobará automáticamente" } } }, "seasonSelector": { - "caption": "", + "caption": "Marca las temporadas que quieres que se descarguen", "table": { "header": { "season": "Temporada", diff --git a/public/locales/es/modules/ping.json b/public/locales/es/modules/ping.json index d11e61e1d..ecf4efdb2 100644 --- a/public/locales/es/modules/ping.json +++ b/public/locales/es/modules/ping.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Latencia", + "description": "Te permite comprobar si el servicio está operativo o si devuelve un código HTTP en específico." }, "states": { - "online": "", - "offline": "", + "online": "En línea {{response}}", + "offline": "Desconectado {{response}}", "loading": "Cargando..." } } \ No newline at end of file diff --git a/public/locales/es/modules/search.json b/public/locales/es/modules/search.json index cf06695e4..382a29d1d 100644 --- a/public/locales/es/modules/search.json +++ b/public/locales/es/modules/search.json @@ -1,9 +1,9 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Barra de búsqueda", + "description": "Barra de búsqueda para buscar en la web, YouTube, Torrents u Overseerr" }, "input": { - "placeholder": "" + "placeholder": "Buscar en Internet..." } } \ No newline at end of file diff --git a/public/locales/es/modules/torrents-status.json b/public/locales/es/modules/torrents-status.json index 6ea71948a..4f0c81d4c 100644 --- a/public/locales/es/modules/torrents-status.json +++ b/public/locales/es/modules/torrents-status.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Torrent", + "description": "Mostrar la velocidad de descarga actual de los servicios compatibles", "settings": { "hideComplete": { - "label": "" + "label": "Ocultar torrents completados" } } }, @@ -13,27 +13,27 @@ "header": { "name": "Nombre", "size": "Tamaño", - "download": "", - "upload": "", - "estimatedTimeOfArrival": "", - "progress": "" + "download": "Descarga", + "upload": "Subida", + "estimatedTimeOfArrival": "Tiempo restante", + "progress": "Completado %" }, "body": { - "nothingFound": "" + "nothingFound": "No se han encontrado torrents" } }, "lineChart": { - "title": "", - "download": "", - "upload": "", - "timeSpan": "", - "totalDownload": "", - "totalUpload": "" + "title": "Velocidad de descarga actual", + "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" }, "errors": { "noDownloadClients": { - "title": "", - "text": "" + "title": "¡No se han encontrado clientes de descarga compatibles!", + "text": "Añade un servicio de descarga para ver tus descargas actuales" } } } diff --git a/public/locales/es/modules/usenet.json b/public/locales/es/modules/usenet.json new file mode 100644 index 000000000..93ea90d90 --- /dev/null +++ b/public/locales/es/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "Usenet", + "description": "Mostrar la cola y el Historial de los servicios compatibles" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "¡No se han encontrado clientes de descarga compatibles!", + "text": "Añade un servicio de descarga para ver tus descargas actuales" + } + } + }, + "tabs": { + "queue": "Cola", + "history": "Historial" + }, + "info": { + "sizeLeft": "Tamaño restante", + "paused": "Pausado" + }, + "queue": { + "header": { + "name": "Nombre", + "size": "Tamaño", + "eta": "Tiempo restante", + "progress": "Completado %" + }, + "empty": "La cola está vacía.", + "error": { + "title": "¡Error!", + "message": "Se ha producido un error mientras se obtenían los datos:" + }, + "paused": "Pausado" + }, + "history": { + "header": { + "name": "Nombre", + "size": "Tamaño", + "duration": "Duración de la descarga" + }, + "empty": "La cola está vacía.", + "error": { + "title": "¡Error!", + "message": "Se ha producido un error mientras se obtenían los datos:" + }, + "paused": "Pausado" + } +} diff --git a/public/locales/es/modules/weather.json b/public/locales/es/modules/weather.json index 3796513e6..bbac71dbf 100644 --- a/public/locales/es/modules/weather.json +++ b/public/locales/es/modules/weather.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Clima", - "description": "", + "description": "Consulta el clima actual en tu ubicación", "settings": { "displayInFahrenheit": { "label": "Mostrar en Fahrenheit" @@ -13,8 +13,8 @@ }, "card": { "weatherDescriptions": { - "clear": "", - "mainlyClear": "", + "clear": "Despejado", + "mainlyClear": "Mayormente Despejado", "fog": "Niebla", "drizzle": "Llovizna", "freezingDrizzle": "Llovizna helada", @@ -22,10 +22,10 @@ "freezingRain": "Lluvia helada", "snowFall": "Caída de nieve", "snowGrains": "Granos de nieve", - "rainShowers": "", - "snowShowers": "", - "thunderstorm": "", - "thunderstormWithHail": "", + "rainShowers": "Lluvia ligera", + "snowShowers": "Nevada Ligera", + "thunderstorm": "Tormenta eléctrica", + "thunderstormWithHail": "Tormenta con Granizo", "unknown": "Desconocido" } } diff --git a/public/locales/es/settings/common.json b/public/locales/es/settings/common.json index 142b9328d..80a465d81 100644 --- a/public/locales/es/settings/common.json +++ b/public/locales/es/settings/common.json @@ -6,7 +6,7 @@ "customizations": "Personalizaciones" }, "tips": { - "configTip": "" + "configTip": "¡Sube tu archivo de configuración arrastrándolo y soltándolo en la página!" }, "credits": { "madeWithLove": "Hecho con ❤️ por @" diff --git a/public/locales/es/settings/customization/app-width.json b/public/locales/es/settings/customization/app-width.json index 9e26dfeeb..159de8cb8 100644 --- a/public/locales/es/settings/customization/app-width.json +++ b/public/locales/es/settings/customization/app-width.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Ancho de la Aplicación" +} \ No newline at end of file diff --git a/public/locales/es/settings/customization/page-appearance.json b/public/locales/es/settings/customization/page-appearance.json index 5b35eac48..1633bba4e 100644 --- a/public/locales/es/settings/customization/page-appearance.json +++ b/public/locales/es/settings/customization/page-appearance.json @@ -8,14 +8,18 @@ "placeholder": "/img/logo.png" }, "favicon": { - "label": "", - "placeholder": "" + "label": "Favicon", + "placeholder": "/favicon.png" }, "background": { "label": "Fondo", - "placeholder": "" + "placeholder": "/img/background.png" + }, + "customCSS": { + "label": "CSS Personalizado", + "placeholder": "El CSS personalizado se ejecutará en último lugar" }, "buttons": { - "submit": "" + "submit": "Enviar" } -} \ No newline at end of file +} diff --git a/public/locales/es/settings/general/config-changer.json b/public/locales/es/settings/general/config-changer.json index 6d130e67d..95e850b1c 100644 --- a/public/locales/es/settings/general/config-changer.json +++ b/public/locales/es/settings/general/config-changer.json @@ -1,55 +1,55 @@ { "configSelect": { - "label": "" + "label": "Cargador de configuración" }, "modal": { - "title": "", + "title": "Escoge el nombre de tu nueva configuración", "form": { "configName": { - "label": "", - "placeholder": "" + "label": "Nombre de la configuración", + "placeholder": "Tu nuevo nombre de configuración" }, - "submitButton": "" + "submitButton": "Confirmar" }, "events": { "configSaved": { - "title": "", - "message": "" + "title": "Configuración guardada", + "message": "Configuración guardada como {{configName}}" } } }, "buttons": { - "download": "", + "download": "Descargar configuración", "delete": { - "text": "", + "text": "Borrar configuración", "notifications": { "deleted": { - "title": "", - "message": "" + "title": "Configuración Eliminada", + "message": "Configuración Eliminada" }, "deleteFailed": { - "title": "", - "message": "" + "title": "Error en el borrado de la configuración", + "message": "Error en el borrado de la configuración" } } }, - "saveCopy": "" + "saveCopy": "Guardar una copia" }, "dropzone": { "notifications": { "invalidConfig": { - "title": "", - "message": "" + "title": "No es posible cargar la configuración", + "message": "No se ha podido cargar la configuración. Formato .JSON no válido." }, "loadedSuccessfully": { - "title": "" + "title": "Configuración {{configName}} cargada correctamente" } }, "accept": { - "text": "" + "text": "Arrastra un archivo aqui para subir una configuración. Sólo se admiten archivos .JSON." }, "reject": { - "text": "" + "text": "Este formato de archivo no es compatible. Por favor, sube solo archivos .JSON." } } } \ No newline at end of file diff --git a/public/locales/es/settings/general/module-enabler.json b/public/locales/es/settings/general/module-enabler.json index 9e26dfeeb..b3ed9372d 100644 --- a/public/locales/es/settings/general/module-enabler.json +++ b/public/locales/es/settings/general/module-enabler.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "title": "Activador de Módulos" +} \ No newline at end of file diff --git a/public/locales/es/settings/general/search-engine.json b/public/locales/es/settings/general/search-engine.json index 20a3b127a..704b0ea73 100644 --- a/public/locales/es/settings/general/search-engine.json +++ b/public/locales/es/settings/general/search-engine.json @@ -1,11 +1,11 @@ { - "title": "", + "title": "Motor de búsqueda", "tips": { - "generalTip": "", - "placeholderTip": "" + "generalTip": "Usa los prefijos !yt y !t delante de tu consulta para buscar en YouTube o un torrent respectivamente.", + "placeholderTip": "%s puede utilizarse como modelo para la petición." }, "customEngine": { - "label": "", - "placeholder": "" + "label": "URL de la Petición", + "placeholder": "URL de petición personalizada" } } \ No newline at end of file diff --git a/public/locales/es/settings/general/widget-positions.json b/public/locales/es/settings/general/widget-positions.json index 9e26dfeeb..b14e5648b 100644 --- a/public/locales/es/settings/general/widget-positions.json +++ b/public/locales/es/settings/general/widget-positions.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Colocar widgets a la izquierda" +} \ No newline at end of file diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index d19870ad6..c3d498318 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -2,5 +2,10 @@ "actions": { "save": "Sauvegarder" }, - "tip": "Conseil : " -} \ No newline at end of file + "tip": "Conseil : ", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/fr/layout/add-service-app-shelf.json b/public/locales/fr/layout/add-service-app-shelf.json index cae5f90ad..17a51c549 100644 --- a/public/locales/fr/layout/add-service-app-shelf.json +++ b/public/locales/fr/layout/add-service-app-shelf.json @@ -97,6 +97,9 @@ "advancedOptions": { "title": "Options avancées", "form": { + "ping": { + "label": "Service Ping" + }, "httpStatusCodes": { "label": "Codes d'état HTTP", "placeholder": "Sélectionnez les codes d'état valides", diff --git a/public/locales/fr/modules/dashdot.json b/public/locales/fr/modules/dashdot.json index 026810bc3..ea4958802 100644 --- a/public/locales/fr/modules/dashdot.json +++ b/public/locales/fr/modules/dashdot.json @@ -23,15 +23,15 @@ } }, "url": { - "label": "URL Dash" + "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 ?" + "noService": "Aucun service Dash. trouvé. Veuillez en ajouter un à votre tableau de bord Homarr ou définir l'URL du service Dash. dans les options du module", + "noInformation": "Impossible d'acquérir des informations de Dash. - Utilisez-vous la dernière version ?" }, "graphs": { "storage": { diff --git a/public/locales/fr/modules/docker.json b/public/locales/fr/modules/docker.json index c537ad4ee..688947d24 100644 --- a/public/locales/fr/modules/docker.json +++ b/public/locales/fr/modules/docker.json @@ -37,12 +37,14 @@ "start": { "title": "Début" }, - "refreshData": "Rafraîchir les données", - "addToHomarr": { - "title": "Ajouter à Homarr" + "refreshData": { + "title": "" }, "remove": { "title": "Retirer" + }, + "addToHomarr": { + "title": "Ajouter à Homarr" } }, "messages": { @@ -57,7 +59,7 @@ "message": "Avez-vous oublié de monter le docker socket ?" }, "unknownError": { - "title": "Il y a eu une erreur" + "title": "Une erreur s’est produite" }, "oneServiceAtATime": { "title": "Veuillez n'ajouter qu'un seul service à la fois !" diff --git a/public/locales/fr/modules/search.json b/public/locales/fr/modules/search.json index 2dbf4f9cb..36aa6c92c 100644 --- a/public/locales/fr/modules/search.json +++ b/public/locales/fr/modules/search.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Barre de recherche", - "description": "Barre de recherche pour rechercher sur le web, youtube, les torrents ou overseerr" + "description": "Barre de recherche pour rechercher sur le web, Youtube, Torrents ou Overseerr" }, "input": { "placeholder": "Cherchez sur le web..." diff --git a/public/locales/fr/modules/usenet.json b/public/locales/fr/modules/usenet.json new file mode 100644 index 000000000..810cfe1c7 --- /dev/null +++ b/public/locales/fr/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "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" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "Nom", + "size": "Taille", + "eta": "ETA", + "progress": "Progrès" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "Nom", + "size": "Taille", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/fr/modules/weather.json b/public/locales/fr/modules/weather.json index a50bd7800..45669569c 100644 --- a/public/locales/fr/modules/weather.json +++ b/public/locales/fr/modules/weather.json @@ -21,7 +21,7 @@ "rain": "Pluie", "freezingRain": "Pluie verglaçante", "snowFall": "Chute de neige", - "snowGrains": "Grains de neige", + "snowGrains": "Neige en grains", "rainShowers": "Averses de pluie", "snowShowers": "Averses de neige", "thunderstorm": "Orage", diff --git a/public/locales/fr/settings/common.json b/public/locales/fr/settings/common.json index fa8a9130c..5e1a84e55 100644 --- a/public/locales/fr/settings/common.json +++ b/public/locales/fr/settings/common.json @@ -2,7 +2,7 @@ "title": "Paramètres", "tooltip": "Paramètres", "tabs": { - "common": "Commun", + "common": "Common", "customizations": "Personnalisations" }, "tips": { diff --git a/public/locales/fr/settings/customization/page-appearance.json b/public/locales/fr/settings/customization/page-appearance.json index 332623e5c..e04992fcb 100644 --- a/public/locales/fr/settings/customization/page-appearance.json +++ b/public/locales/fr/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "Contexte", "placeholder": "/img/background.png" }, + "customCSS": { + "label": "CSS personnalisé", + "placeholder": "Le CSS personnalisé sera exécuté en dernier" + }, "buttons": { "submit": "Soumettre" } -} \ No newline at end of file +} diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 231732eb5..c610c224e 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -2,5 +2,10 @@ "actions": { "save": "" }, - "tip": "" -} \ No newline at end of file + "tip": "", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/it/layout/add-service-app-shelf.json b/public/locales/it/layout/add-service-app-shelf.json index 5868261d6..497d24e19 100644 --- a/public/locales/it/layout/add-service-app-shelf.json +++ b/public/locales/it/layout/add-service-app-shelf.json @@ -97,6 +97,9 @@ "advancedOptions": { "title": "", "form": { + "ping": { + "label": "" + }, "httpStatusCodes": { "label": "", "placeholder": "", diff --git a/public/locales/it/modules/docker.json b/public/locales/it/modules/docker.json index a2a185261..c58cfd81a 100644 --- a/public/locales/it/modules/docker.json +++ b/public/locales/it/modules/docker.json @@ -37,12 +37,14 @@ "start": { "title": "" }, - "refreshData": "", - "addToHomarr": { + "refreshData": { "title": "" }, "remove": { "title": "" + }, + "addToHomarr": { + "title": "" } }, "messages": { diff --git a/public/locales/it/modules/usenet.json b/public/locales/it/modules/usenet.json new file mode 100644 index 000000000..b223d452d --- /dev/null +++ b/public/locales/it/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "", + "size": "", + "eta": "", + "progress": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "", + "size": "", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/it/settings/customization/page-appearance.json b/public/locales/it/settings/customization/page-appearance.json index 592c372a8..27ab9ce5c 100644 --- a/public/locales/it/settings/customization/page-appearance.json +++ b/public/locales/it/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "", "placeholder": "" }, + "customCSS": { + "label": "", + "placeholder": "" + }, "buttons": { "submit": "" } -} \ No newline at end of file +} diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 231732eb5..c610c224e 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -2,5 +2,10 @@ "actions": { "save": "" }, - "tip": "" -} \ No newline at end of file + "tip": "", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/ja/layout/add-service-app-shelf.json b/public/locales/ja/layout/add-service-app-shelf.json index 5868261d6..497d24e19 100644 --- a/public/locales/ja/layout/add-service-app-shelf.json +++ b/public/locales/ja/layout/add-service-app-shelf.json @@ -97,6 +97,9 @@ "advancedOptions": { "title": "", "form": { + "ping": { + "label": "" + }, "httpStatusCodes": { "label": "", "placeholder": "", diff --git a/public/locales/ja/modules/docker.json b/public/locales/ja/modules/docker.json index a2a185261..c58cfd81a 100644 --- a/public/locales/ja/modules/docker.json +++ b/public/locales/ja/modules/docker.json @@ -37,12 +37,14 @@ "start": { "title": "" }, - "refreshData": "", - "addToHomarr": { + "refreshData": { "title": "" }, "remove": { "title": "" + }, + "addToHomarr": { + "title": "" } }, "messages": { diff --git a/public/locales/ja/modules/usenet.json b/public/locales/ja/modules/usenet.json new file mode 100644 index 000000000..b223d452d --- /dev/null +++ b/public/locales/ja/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "", + "size": "", + "eta": "", + "progress": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "", + "size": "", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/ja/settings/customization/page-appearance.json b/public/locales/ja/settings/customization/page-appearance.json index 592c372a8..27ab9ce5c 100644 --- a/public/locales/ja/settings/customization/page-appearance.json +++ b/public/locales/ja/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "", "placeholder": "" }, + "customCSS": { + "label": "", + "placeholder": "" + }, "buttons": { "submit": "" } -} \ No newline at end of file +} diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json new file mode 100644 index 000000000..c610c224e --- /dev/null +++ b/public/locales/ko/common.json @@ -0,0 +1,11 @@ +{ + "actions": { + "save": "" + }, + "tip": "", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/ko/layout/add-service-app-shelf.json b/public/locales/ko/layout/add-service-app-shelf.json new file mode 100644 index 000000000..497d24e19 --- /dev/null +++ b/public/locales/ko/layout/add-service-app-shelf.json @@ -0,0 +1,121 @@ +{ + "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": { + "ping": { + "label": "" + }, + "httpStatusCodes": { + "label": "", + "placeholder": "", + "clearButtonLabel": "", + "nothingFound": "" + }, + "openServiceInNewTab": { + "label": "" + }, + "buttons": { + "submit": { + "content": "" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/public/locales/ko/layout/app-shelf-menu.json b/public/locales/ko/layout/app-shelf-menu.json new file mode 100644 index 000000000..452c7a882 --- /dev/null +++ b/public/locales/ko/layout/app-shelf-menu.json @@ -0,0 +1,18 @@ +{ + "modal": { + "title": "", + "buttons": { + "save": "" + } + }, + "menu": { + "labels": { + "settings": "", + "dangerZone": "" + }, + "actions": { + "edit": "", + "delete": "" + } + } +} \ No newline at end of file diff --git a/public/locales/ko/layout/app-shelf.json b/public/locales/ko/layout/app-shelf.json new file mode 100644 index 000000000..20f7a7350 --- /dev/null +++ b/public/locales/ko/layout/app-shelf.json @@ -0,0 +1,10 @@ +{ + "accordions": { + "downloads": { + "text": "" + }, + "others": { + "text": "" + } + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/calendar.json b/public/locales/ko/modules/calendar.json new file mode 100644 index 000000000..e16beca62 --- /dev/null +++ b/public/locales/ko/modules/calendar.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "sundayStart": { + "label": "" + } + } + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/common-media-cards.json b/public/locales/ko/modules/common-media-cards.json new file mode 100644 index 000000000..9f6da0682 --- /dev/null +++ b/public/locales/ko/modules/common-media-cards.json @@ -0,0 +1,6 @@ +{ + "buttons": { + "play": "", + "request": "" + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/common.json b/public/locales/ko/modules/common.json new file mode 100644 index 000000000..61de7370a --- /dev/null +++ b/public/locales/ko/modules/common.json @@ -0,0 +1,5 @@ +{ + "settings": { + "label": "" + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/dashdot.json b/public/locales/ko/modules/dashdot.json new file mode 100644 index 000000000..235d3b4dc --- /dev/null +++ b/public/locales/ko/modules/dashdot.json @@ -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": "" + } + } + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/date.json b/public/locales/ko/modules/date.json new file mode 100644 index 000000000..ab82eb8ed --- /dev/null +++ b/public/locales/ko/modules/date.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "display24HourFormat": { + "label": "" + } + } + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/dlspeed.json b/public/locales/ko/modules/dlspeed.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/ko/modules/dlspeed.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/docker.json b/public/locales/ko/modules/docker.json new file mode 100644 index 000000000..c58cfd81a --- /dev/null +++ b/public/locales/ko/modules/docker.json @@ -0,0 +1,71 @@ +{ + "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": { + "title": "" + }, + "remove": { + "title": "" + }, + "addToHomarr": { + "title": "" + } + }, + "messages": { + "successfullyExecuted": { + "title": "", + "message": "" + } + }, + "errors": { + "integrationFailed": { + "title": "", + "message": "" + }, + "unknownError": { + "title": "" + }, + "oneServiceAtATime": { + "title": "" + } + }, + "actionIcon": { + "tooltip": "" + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/overseerr.json b/public/locales/ko/modules/overseerr.json new file mode 100644 index 000000000..0a6da5756 --- /dev/null +++ b/public/locales/ko/modules/overseerr.json @@ -0,0 +1,30 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "popup": { + "item": { + "buttons": { + "askFor": "", + "cancel": "", + "request": "" + }, + "alerts": { + "automaticApproval": { + "title": "", + "text": "" + } + } + }, + "seasonSelector": { + "caption": "", + "table": { + "header": { + "season": "", + "numberOfEpisodes": "" + } + } + } + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/ping.json b/public/locales/ko/modules/ping.json new file mode 100644 index 000000000..3ba3aefa0 --- /dev/null +++ b/public/locales/ko/modules/ping.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "states": { + "online": "", + "offline": "", + "loading": "" + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/search.json b/public/locales/ko/modules/search.json new file mode 100644 index 000000000..cf06695e4 --- /dev/null +++ b/public/locales/ko/modules/search.json @@ -0,0 +1,9 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "input": { + "placeholder": "" + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/torrents-status.json b/public/locales/ko/modules/torrents-status.json new file mode 100644 index 000000000..86b10fa25 --- /dev/null +++ b/public/locales/ko/modules/torrents-status.json @@ -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": "" + } + } + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/usenet.json b/public/locales/ko/modules/usenet.json new file mode 100644 index 000000000..b223d452d --- /dev/null +++ b/public/locales/ko/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "", + "size": "", + "eta": "", + "progress": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "", + "size": "", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/ko/modules/weather.json b/public/locales/ko/modules/weather.json new file mode 100644 index 000000000..7f9c8b103 --- /dev/null +++ b/public/locales/ko/modules/weather.json @@ -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": "" + } + } +} \ No newline at end of file diff --git a/public/locales/ko/settings/common.json b/public/locales/ko/settings/common.json new file mode 100644 index 000000000..ded996d44 --- /dev/null +++ b/public/locales/ko/settings/common.json @@ -0,0 +1,14 @@ +{ + "title": "", + "tooltip": "", + "tabs": { + "common": "", + "customizations": "" + }, + "tips": { + "configTip": "" + }, + "credits": { + "madeWithLove": "" + } +} \ No newline at end of file diff --git a/public/locales/ko/settings/customization/app-width.json b/public/locales/ko/settings/customization/app-width.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/ko/settings/customization/app-width.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/ko/settings/customization/color-selector.json b/public/locales/ko/settings/customization/color-selector.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/ko/settings/customization/color-selector.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/ko/settings/customization/opacity-selector.json b/public/locales/ko/settings/customization/opacity-selector.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/ko/settings/customization/opacity-selector.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/ko/settings/customization/page-appearance.json b/public/locales/ko/settings/customization/page-appearance.json new file mode 100644 index 000000000..27ab9ce5c --- /dev/null +++ b/public/locales/ko/settings/customization/page-appearance.json @@ -0,0 +1,25 @@ +{ + "pageTitle": { + "label": "", + "placeholder": "" + }, + "logo": { + "label": "", + "placeholder": "" + }, + "favicon": { + "label": "", + "placeholder": "" + }, + "background": { + "label": "", + "placeholder": "" + }, + "customCSS": { + "label": "", + "placeholder": "" + }, + "buttons": { + "submit": "" + } +} diff --git a/public/locales/ko/settings/customization/shade-selector.json b/public/locales/ko/settings/customization/shade-selector.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/ko/settings/customization/shade-selector.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/ko/settings/general/color-schema.json b/public/locales/ko/settings/general/color-schema.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/ko/settings/general/color-schema.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/ko/settings/general/config-changer.json b/public/locales/ko/settings/general/config-changer.json new file mode 100644 index 000000000..6d130e67d --- /dev/null +++ b/public/locales/ko/settings/general/config-changer.json @@ -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": "" + } + } +} \ No newline at end of file diff --git a/public/locales/ko/settings/general/internationalization.json b/public/locales/ko/settings/general/internationalization.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/ko/settings/general/internationalization.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/ko/settings/general/module-enabler.json b/public/locales/ko/settings/general/module-enabler.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/ko/settings/general/module-enabler.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/ko/settings/general/search-engine.json b/public/locales/ko/settings/general/search-engine.json new file mode 100644 index 000000000..20a3b127a --- /dev/null +++ b/public/locales/ko/settings/general/search-engine.json @@ -0,0 +1,11 @@ +{ + "title": "", + "tips": { + "generalTip": "", + "placeholderTip": "" + }, + "customEngine": { + "label": "", + "placeholder": "" + } +} \ No newline at end of file diff --git a/public/locales/ko/settings/general/theme-selector.json b/public/locales/ko/settings/general/theme-selector.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/ko/settings/general/theme-selector.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/ko/settings/general/widget-positions.json b/public/locales/ko/settings/general/widget-positions.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/ko/settings/general/widget-positions.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/lol/common.json b/public/locales/lol/common.json new file mode 100644 index 000000000..7df26a5e7 --- /dev/null +++ b/public/locales/lol/common.json @@ -0,0 +1,11 @@ +{ + "actions": { + "save": "Save" + }, + "tip": "Tip: ", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/lol/layout/add-service-app-shelf.json b/public/locales/lol/layout/add-service-app-shelf.json new file mode 100644 index 000000000..460564172 --- /dev/null +++ b/public/locales/lol/layout/add-service-app-shelf.json @@ -0,0 +1,121 @@ +{ + "actionIcon": { + "tooltip": "Add a survis" + }, + "modal": { + "title": "Add survis", + "form": { + "validation": { + "invalidUrl": "Plz entr valid URL", + "noStatusCodeSelected": "Plz select status coed" + } + }, + "tabs": { + "options": { + "title": "Opshuns", + "form": { + "serviceName": { + "label": "Survis naym", + "placeholder": "Plex" + }, + "iconUrl": { + "label": "Icon URL" + }, + "serviceUrl": { + "label": "Survis URL" + }, + "onClickUrl": { + "label": "On Click URL" + }, + "serviceType": { + "label": "Survis tyep", + "defaultValue": "Otha", + "placeholder": "Pick wan" + }, + "category": { + "label": "Categowee", + "placeholder": "Select categowee or creaet nu wan", + "nothingFound": "Nofin findz", + "createLabel": "+ Makz {{query}}" + }, + "integrations": { + "apiKey": { + "label": "API key", + "placeholder": "Ur API key", + "validation": { + "noKey": "Invalid Key" + }, + "tip": { + "text": "Git ur API key", + "link": "here." + } + }, + "qBittorrent": { + "username": { + "label": "Usernaem", + "placeholder": "admin", + "validation": { + "invalidUsername": "Invalid usernaem" + } + }, + "password": { + "label": "Password", + "placeholder": "adminadmin", + "validation": { + "invalidPassword": "Invalid password" + } + } + }, + "deluge": { + "password": { + "label": "Password", + "placeholder": "password", + "validation": { + "invalidPassword": "Invalid password" + } + } + }, + "transmission": { + "username": { + "label": "Usernaem", + "placeholder": "admin", + "validation": { + "invalidUsername": "Invalid usernaem" + } + }, + "password": { + "label": "Password", + "placeholder": "adminadmin", + "validation": { + "invalidPassword": "Invalid password" + } + } + } + } + } + }, + "advancedOptions": { + "title": "Advancd Opshuns", + "form": { + "ping": { + "label": "Ping Survis" + }, + "httpStatusCodes": { + "label": "HTTP Status Codes", + "placeholder": "Select valid status coeds", + "clearButtonLabel": "Clear selecshun", + "nothingFound": "Nofin findz" + }, + "openServiceInNewTab": { + "label": "Open survis in nu tab" + }, + "buttons": { + "submit": { + "content": "Add survis" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/public/locales/lol/layout/app-shelf-menu.json b/public/locales/lol/layout/app-shelf-menu.json new file mode 100644 index 000000000..a3b525f34 --- /dev/null +++ b/public/locales/lol/layout/app-shelf-menu.json @@ -0,0 +1,18 @@ +{ + "modal": { + "title": "Modify survis", + "buttons": { + "save": "Saev survis" + } + }, + "menu": { + "labels": { + "settings": "Settingz", + "dangerZone": "Dangr zoen" + }, + "actions": { + "edit": "Edit", + "delete": "Deleet" + } + } +} \ No newline at end of file diff --git a/public/locales/lol/layout/app-shelf.json b/public/locales/lol/layout/app-shelf.json new file mode 100644 index 000000000..6dac8352a --- /dev/null +++ b/public/locales/lol/layout/app-shelf.json @@ -0,0 +1,10 @@ +{ + "accordions": { + "downloads": { + "text": "Ur downloadz" + }, + "others": { + "text": "Othas" + } + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/calendar.json b/public/locales/lol/modules/calendar.json new file mode 100644 index 000000000..b58ac229e --- /dev/null +++ b/public/locales/lol/modules/calendar.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Calendar", + "description": "Calendar moduel 4 displaying upcomin releasez, Srsly. It interacts wif teh Sonarr an Radarr API.", + "settings": { + "sundayStart": { + "label": "Start teh week on Sunday" + } + } + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/common-media-cards.json b/public/locales/lol/modules/common-media-cards.json new file mode 100644 index 000000000..b9bbbc537 --- /dev/null +++ b/public/locales/lol/modules/common-media-cards.json @@ -0,0 +1,6 @@ +{ + "buttons": { + "play": "Play", + "request": "Request" + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/common.json b/public/locales/lol/modules/common.json new file mode 100644 index 000000000..4895885d3 --- /dev/null +++ b/public/locales/lol/modules/common.json @@ -0,0 +1,5 @@ +{ + "settings": { + "label": "Settingz" + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/dashdot.json b/public/locales/lol/modules/dashdot.json new file mode 100644 index 000000000..d867f05b9 --- /dev/null +++ b/public/locales/lol/modules/dashdot.json @@ -0,0 +1,60 @@ +{ + "descriptor": { + "name": "Dash.", + "description": "Moduel 4 displaying teh graphs ov ur runnin Dash. instanz.", + "settings": { + "cpuMultiView": { + "label": "CPU Multi-Coer View" + }, + "storageMultiView": { + "label": "Storagzzz Multi-Driveh View" + }, + "useCompactView": { + "label": "Ues Compact View" + }, + "graphs": { + "label": "Graphz", + "options": { + "cpu": "CPU", + "ram": "RAM", + "storage": "Storagzzz", + "network": "Netwerk", + "gpu": "GPU" + } + }, + "url": { + "label": "Dash. URL" + } + } + }, + "card": { + "title": "Dash.", + "errors": { + "noService": "No Dash. survis findz. plz add wan 2 ur Homarr dashboard or set Dash. URL in teh moduel opshuns", + "noInformation": "Cannot acquier informashun frum dash. - r u runnin teh latest vershun?" + }, + "graphs": { + "storage": { + "title": "Storagzzz", + "label": "Storagzzz:" + }, + "network": { + "title": "Netwerk", + "label": "Netwerk:", + "metrics": { + "download": "Down", + "upload": "Up" + } + }, + "cpu": { + "title": "CPU" + }, + "memory": { + "title": "RAM" + }, + "gpu": { + "title": "GPU" + } + } + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/date.json b/public/locales/lol/modules/date.json new file mode 100644 index 000000000..fc6851fde --- /dev/null +++ b/public/locales/lol/modules/date.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Daet", + "description": "Show teh current tiem an daet in card", + "settings": { + "display24HourFormat": { + "label": "Display fol tiem (24-hour)" + } + } + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/dlspeed.json b/public/locales/lol/modules/dlspeed.json new file mode 100644 index 000000000..71e797329 --- /dev/null +++ b/public/locales/lol/modules/dlspeed.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "Download Sped", + "description": "Show teh current download sped ov supportd servicez" + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/docker.json b/public/locales/lol/modules/docker.json new file mode 100644 index 000000000..9cb1e760d --- /dev/null +++ b/public/locales/lol/modules/docker.json @@ -0,0 +1,71 @@ +{ + "descriptor": { + "name": "Dockah", + "description": "Allowz u 2 easily manaeg ur torrents" + }, + "search": { + "placeholder": "Search by contaneah or imaeg naym" + }, + "table": { + "header": { + "name": "Naym", + "image": "Imaeg", + "ports": "Portz", + "state": "Staet" + }, + "body": { + "portCollapse": "{{ports}} moar" + }, + "states": { + "running": "Runnin", + "created": "Creatd", + "stopped": "Stopped", + "unknown": "Unknown" + } + }, + "actionBar": { + "addService": { + "title": "Add survis", + "message": "Add survis 2 Homarr" + }, + "restart": { + "title": "Restart" + }, + "stop": { + "title": "Stawp" + }, + "start": { + "title": "Start" + }, + "refreshData": { + "title": "" + }, + "remove": { + "title": "Remoev" + }, + "addToHomarr": { + "title": "Add 2 Homarr" + } + }, + "messages": { + "successfullyExecuted": { + "title": "Contaneah {{containerName}} {{action}}ed", + "message": "Ur contaneah wuz successfully {{action}}ed" + } + }, + "errors": { + "integrationFailed": { + "title": "Dockah integrashn faild", + "message": "Did u forget 2 mount teh dockah socket ?" + }, + "unknownError": { + "title": "Thar wuz an error" + }, + "oneServiceAtATime": { + "title": "Plz only add wan survis at tiem!" + } + }, + "actionIcon": { + "tooltip": "Dockah" + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/overseerr.json b/public/locales/lol/modules/overseerr.json new file mode 100644 index 000000000..8664f923e --- /dev/null +++ b/public/locales/lol/modules/overseerr.json @@ -0,0 +1,30 @@ +{ + "descriptor": { + "name": "Overseerr", + "description": "Allowz u 2 search an add media frum Overseerr/Jellyseerr" + }, + "popup": { + "item": { + "buttons": { + "askFor": "Ask 4 {{title}}", + "cancel": "Cancel", + "request": "Request" + }, + "alerts": { + "automaticApproval": { + "title": "Usin API key", + "text": "Dis request will bees automatically approvd" + } + } + }, + "seasonSelector": { + "caption": "Tick teh seasons dat u wantz 2 bees downloaded", + "table": { + "header": { + "season": "Season", + "numberOfEpisodes": "Numbr ov episodes" + } + } + } + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/ping.json b/public/locales/lol/modules/ping.json new file mode 100644 index 000000000..f5c944627 --- /dev/null +++ b/public/locales/lol/modules/ping.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Ping", + "description": "Allowz u 2 check if teh survis iz up or returns specific HTTP status coed." + }, + "states": { + "online": "Onlien {{response}}", + "offline": "Offlien {{response}}", + "loading": "Loadin..." + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/search.json b/public/locales/lol/modules/search.json new file mode 100644 index 000000000..bd6592251 --- /dev/null +++ b/public/locales/lol/modules/search.json @@ -0,0 +1,9 @@ +{ + "descriptor": { + "name": "Search Bar", + "description": "Search bar 2 search teh web, yootoob, Torrents or Overseerr" + }, + "input": { + "placeholder": "Search teh web..." + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/torrents-status.json b/public/locales/lol/modules/torrents-status.json new file mode 100644 index 000000000..864ce3919 --- /dev/null +++ b/public/locales/lol/modules/torrents-status.json @@ -0,0 +1,40 @@ +{ + "descriptor": { + "name": "Torrent", + "description": "Show teh current download sped ov supportd servicez", + "settings": { + "hideComplete": { + "label": "Hied completd torrentz" + } + } + }, + "card": { + "table": { + "header": { + "name": "Naym", + "size": "Bigness", + "download": "Down", + "upload": "Up", + "estimatedTimeOfArrival": "ETA", + "progress": "Progres" + }, + "body": { + "nothingFound": "No torrents findz" + } + }, + "lineChart": { + "title": "Current download sped", + "download": "Download: {{download}}", + "upload": "Upload: {{upload}}", + "timeSpan": "{{seconds}} secondz aog", + "totalDownload": "Download: {{download}}/s", + "totalUpload": "Upload: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "No supportd download clientz findz!", + "text": "Add download survis 2 view ur current downloadz" + } + } + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/usenet.json b/public/locales/lol/modules/usenet.json new file mode 100644 index 000000000..48bfa179d --- /dev/null +++ b/public/locales/lol/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "No supportd download clientz findz!", + "text": "Add download survis 2 view ur current downloadz" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "Naym", + "size": "Bigness", + "eta": "ETA", + "progress": "Progres" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "Naym", + "size": "Bigness", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/lol/modules/weather.json b/public/locales/lol/modules/weather.json new file mode 100644 index 000000000..d0318319d --- /dev/null +++ b/public/locales/lol/modules/weather.json @@ -0,0 +1,32 @@ +{ + "descriptor": { + "name": "Weafr", + "description": "Look up teh current weafr in ur locashun", + "settings": { + "displayInFahrenheit": { + "label": "Display in Fahrenheit" + }, + "location": { + "label": "Weafr locashun" + } + } + }, + "card": { + "weatherDescriptions": { + "clear": "Cweaw", + "mainlyClear": "Manely cweaw", + "fog": "Fog", + "drizzle": "Drizzel", + "freezingDrizzle": "Freezing drizzel", + "rain": "Wain", + "freezingRain": "Freezing wain", + "snowFall": "Snow fallz", + "snowGrains": "Snow granes", + "rainShowers": "Raen showaz", + "snowShowers": "Snow showaz", + "thunderstorm": "Thundahstorm", + "thunderstormWithHail": "Thundahstorm wif hail", + "unknown": "Unknown" + } + } +} \ No newline at end of file diff --git a/public/locales/lol/settings/common.json b/public/locales/lol/settings/common.json new file mode 100644 index 000000000..d06b3bed1 --- /dev/null +++ b/public/locales/lol/settings/common.json @@ -0,0 +1,14 @@ +{ + "title": "Settingz", + "tooltip": "Settingz", + "tabs": { + "common": "Common", + "customizations": "Customahzations" + }, + "tips": { + "configTip": "Upload ur config fiel by dragging an dropping it onto teh paeg!" + }, + "credits": { + "madeWithLove": "Maded wif ❤️ by @" + } +} \ No newline at end of file diff --git a/public/locales/lol/settings/customization/app-width.json b/public/locales/lol/settings/customization/app-width.json new file mode 100644 index 000000000..e7636eef0 --- /dev/null +++ b/public/locales/lol/settings/customization/app-width.json @@ -0,0 +1,3 @@ +{ + "label": "App Width" +} \ No newline at end of file diff --git a/public/locales/lol/settings/customization/color-selector.json b/public/locales/lol/settings/customization/color-selector.json new file mode 100644 index 000000000..d66bbfe6e --- /dev/null +++ b/public/locales/lol/settings/customization/color-selector.json @@ -0,0 +1,3 @@ +{ + "suffix": "{{color}} color" +} \ No newline at end of file diff --git a/public/locales/lol/settings/customization/opacity-selector.json b/public/locales/lol/settings/customization/opacity-selector.json new file mode 100644 index 000000000..edd46daea --- /dev/null +++ b/public/locales/lol/settings/customization/opacity-selector.json @@ -0,0 +1,3 @@ +{ + "label": "App Opacity" +} \ No newline at end of file diff --git a/public/locales/lol/settings/customization/page-appearance.json b/public/locales/lol/settings/customization/page-appearance.json new file mode 100644 index 000000000..d7cd7a138 --- /dev/null +++ b/public/locales/lol/settings/customization/page-appearance.json @@ -0,0 +1,25 @@ +{ + "pageTitle": { + "label": "Paeg Titel", + "placeholder": "Homarr 🦞" + }, + "logo": { + "label": "Logooo", + "placeholder": "/img/logo.png" + }, + "favicon": { + "label": "Favicon", + "placeholder": "/favicon.png" + }, + "background": { + "label": "Bakground", + "placeholder": "/img/background.png" + }, + "customCSS": { + "label": "Custom CSS", + "placeholder": "Custom CSS will bees executed last" + }, + "buttons": { + "submit": "Submit" + } +} diff --git a/public/locales/lol/settings/customization/shade-selector.json b/public/locales/lol/settings/customization/shade-selector.json new file mode 100644 index 000000000..2ed63e92b --- /dev/null +++ b/public/locales/lol/settings/customization/shade-selector.json @@ -0,0 +1,3 @@ +{ + "label": "Shaed" +} \ No newline at end of file diff --git a/public/locales/lol/settings/general/color-schema.json b/public/locales/lol/settings/general/color-schema.json new file mode 100644 index 000000000..16672bf7e --- /dev/null +++ b/public/locales/lol/settings/general/color-schema.json @@ -0,0 +1,3 @@ +{ + "label": "Switch to {{scheme}} mode" +} \ No newline at end of file diff --git a/public/locales/lol/settings/general/config-changer.json b/public/locales/lol/settings/general/config-changer.json new file mode 100644 index 000000000..9b75cbab6 --- /dev/null +++ b/public/locales/lol/settings/general/config-changer.json @@ -0,0 +1,55 @@ +{ + "configSelect": { + "label": "Config loadah" + }, + "modal": { + "title": "Chooz teh naym ov ur nu config", + "form": { + "configName": { + "label": "Config naym", + "placeholder": "Ur nu config naym" + }, + "submitButton": "Confirm" + }, + "events": { + "configSaved": { + "title": "Config saved", + "message": "Config saved as {{configName}}" + } + } + }, + "buttons": { + "download": "Download config", + "delete": { + "text": "Deleet config", + "notifications": { + "deleted": { + "title": "Config deleted", + "message": "Config deleted" + }, + "deleteFailed": { + "title": "Config deleet faild", + "message": "Config deleet faild" + } + } + }, + "saveCopy": "Saev copy" + }, + "dropzone": { + "notifications": { + "invalidConfig": { + "title": "Unabel 2 load config", + "message": "Cud not load ur config. Srsly Invalid JSON format." + }, + "loadedSuccessfully": { + "title": "Config {{configName}} loadd successfully" + } + }, + "accept": { + "text": "Drag filez hah 2 upload config. Support 4 JSON only." + }, + "reject": { + "text": "Dis fiel format iz not supportd. Srsly plz only upload JSON." + } + } +} \ No newline at end of file diff --git a/public/locales/lol/settings/general/internationalization.json b/public/locales/lol/settings/general/internationalization.json new file mode 100644 index 000000000..59c9e9e9b --- /dev/null +++ b/public/locales/lol/settings/general/internationalization.json @@ -0,0 +1,3 @@ +{ + "label": "Languaeg" +} \ No newline at end of file diff --git a/public/locales/lol/settings/general/module-enabler.json b/public/locales/lol/settings/general/module-enabler.json new file mode 100644 index 000000000..be4366845 --- /dev/null +++ b/public/locales/lol/settings/general/module-enabler.json @@ -0,0 +1,3 @@ +{ + "title": "Moduel enablah" +} \ No newline at end of file diff --git a/public/locales/lol/settings/general/search-engine.json b/public/locales/lol/settings/general/search-engine.json new file mode 100644 index 000000000..271d51377 --- /dev/null +++ b/public/locales/lol/settings/general/search-engine.json @@ -0,0 +1,11 @@ +{ + "title": "Search engien", + "tips": { + "generalTip": "Ues teh prefixes !yt an !t in frunt ov ur quewee 2 search on yootoob or 4 Torrent respectively.", + "placeholderTip": "%s can bees usd as placeholdah 4 teh quewee." + }, + "customEngine": { + "label": "Quewee URL", + "placeholder": "Custom quewee URL" + } +} \ No newline at end of file diff --git a/public/locales/lol/settings/general/theme-selector.json b/public/locales/lol/settings/general/theme-selector.json new file mode 100644 index 000000000..7a2e708c4 --- /dev/null +++ b/public/locales/lol/settings/general/theme-selector.json @@ -0,0 +1,3 @@ +{ + "label": "Switch 2 {{theme}} moed" +} \ No newline at end of file diff --git a/public/locales/lol/settings/general/widget-positions.json b/public/locales/lol/settings/general/widget-positions.json new file mode 100644 index 000000000..6a8772c99 --- /dev/null +++ b/public/locales/lol/settings/general/widget-positions.json @@ -0,0 +1,3 @@ +{ + "label": "Posishun widgetz on left" +} \ No newline at end of file diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index efad0067f..bd4445b8c 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -2,5 +2,10 @@ "actions": { "save": "Opslaan" }, - "tip": "Tip: " -} \ No newline at end of file + "tip": "Tip: ", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/nl/layout/add-service-app-shelf.json b/public/locales/nl/layout/add-service-app-shelf.json index 680dd3332..66b43d083 100644 --- a/public/locales/nl/layout/add-service-app-shelf.json +++ b/public/locales/nl/layout/add-service-app-shelf.json @@ -95,8 +95,11 @@ } }, "advancedOptions": { - "title": "Geavanceerde opties", + "title": "Geavanceerde instellingen", "form": { + "ping": { + "label": "Ping service" + }, "httpStatusCodes": { "label": "HTTP-statuscodes", "placeholder": "Selecteer geldige statuscodes", diff --git a/public/locales/nl/modules/dashdot.json b/public/locales/nl/modules/dashdot.json index d54247b29..a0c831c4b 100644 --- a/public/locales/nl/modules/dashdot.json +++ b/public/locales/nl/modules/dashdot.json @@ -30,7 +30,7 @@ "card": { "title": "Dash.", "errors": { - "noService": "Geen dash. service gevonden. Voeg er een toe aan uw Homarr dashboard of zet een dashdot URL in de module opties", + "noService": "Geen Dash. service gevonden. Voeg er een toe aan uw Homarr dashboard of stel een Dashdot URL in in de opties van de module", "noInformation": "Kan geen informatie verkrijgen van dash. - gebruikt u de laatste versie?" }, "graphs": { diff --git a/public/locales/nl/modules/docker.json b/public/locales/nl/modules/docker.json index 97a185944..95bcecfa4 100644 --- a/public/locales/nl/modules/docker.json +++ b/public/locales/nl/modules/docker.json @@ -37,12 +37,14 @@ "start": { "title": "Start" }, - "refreshData": "Gegevens vernieuwen", - "addToHomarr": { - "title": "Toevoegen aan Homarr" + "refreshData": { + "title": "" }, "remove": { "title": "Verwijder" + }, + "addToHomarr": { + "title": "Toevoegen aan Homarr" } }, "messages": { diff --git a/public/locales/nl/modules/search.json b/public/locales/nl/modules/search.json index a48aa010f..f8cbbe7f2 100644 --- a/public/locales/nl/modules/search.json +++ b/public/locales/nl/modules/search.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Zoekbalk", - "description": "Zoekbalk om te zoeken op het web, youtube, torrents of overseerr" + "description": "Zoekbalk om te zoeken op het web, Youtube, Torrents of Overseerr" }, "input": { "placeholder": "Doorzoek het web..." diff --git a/public/locales/nl/modules/usenet.json b/public/locales/nl/modules/usenet.json new file mode 100644 index 000000000..5ba1568ee --- /dev/null +++ b/public/locales/nl/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "Geen ondersteunde download clients gevonden!", + "text": "Voeg een downloadservice toe om uw huidige downloads weer te geven" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "Naam", + "size": "Grootte", + "eta": "ETA", + "progress": "Voortgang" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "Naam", + "size": "Grootte", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/nl/settings/customization/page-appearance.json b/public/locales/nl/settings/customization/page-appearance.json index 1d49c6bf2..3d4ab79e9 100644 --- a/public/locales/nl/settings/customization/page-appearance.json +++ b/public/locales/nl/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "Achtergrond", "placeholder": "/img/background.png" }, + "customCSS": { + "label": "Eigen CSS", + "placeholder": "Eigen CSS wordt als laatste uitgevoerd" + }, "buttons": { "submit": "Indienen" } -} \ No newline at end of file +} diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index b3d9edbfa..9dc897c74 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -2,5 +2,10 @@ "actions": { "save": "Zapisz" }, - "tip": "" -} \ No newline at end of file + "tip": "", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/pl/layout/add-service-app-shelf.json b/public/locales/pl/layout/add-service-app-shelf.json index 543ce1ab4..d7d490ada 100644 --- a/public/locales/pl/layout/add-service-app-shelf.json +++ b/public/locales/pl/layout/add-service-app-shelf.json @@ -6,7 +6,7 @@ "title": "Dodaj usługę", "form": { "validation": { - "invalidUrl": "", + "invalidUrl": "Wprowadź prawidłowy adres URL", "noStatusCodeSelected": "" } }, @@ -19,23 +19,23 @@ "placeholder": "Plex" }, "iconUrl": { - "label": "" + "label": "Adres URL ikony" }, "serviceUrl": { - "label": "" + "label": "Adres URL usługi" }, "onClickUrl": { "label": "" }, "serviceType": { "label": "Rodzaj usługi", - "defaultValue": "", - "placeholder": "" + "defaultValue": "Inna", + "placeholder": "Wybierz jedną" }, "category": { "label": "Kategoria", "placeholder": "Wybierz kategorię lub utwórz nową", - "nothingFound": "", + "nothingFound": "Nic nie znaleziono", "createLabel": "+ Utwórz {{query}}" }, "integrations": { @@ -46,7 +46,7 @@ "noKey": "Nieprawidłowy klucz" }, "tip": { - "text": "", + "text": "Zdobądź swój klucz API", "link": "" } }, @@ -97,11 +97,14 @@ "advancedOptions": { "title": "", "form": { + "ping": { + "label": "Usługa ping" + }, "httpStatusCodes": { "label": "", "placeholder": "", "clearButtonLabel": "", - "nothingFound": "" + "nothingFound": "Nic nie znaleziono" }, "openServiceInNewTab": { "label": "Otwórz usługę w nowej karcie" diff --git a/public/locales/pl/layout/app-shelf-menu.json b/public/locales/pl/layout/app-shelf-menu.json index 3fcf2bc70..aa5c2ca3a 100644 --- a/public/locales/pl/layout/app-shelf-menu.json +++ b/public/locales/pl/layout/app-shelf-menu.json @@ -1,17 +1,17 @@ { "modal": { - "title": "", + "title": "Modyfikuj usługę", "buttons": { "save": "Zapisz usługę" } }, "menu": { "labels": { - "settings": "", + "settings": "Ustawienia", "dangerZone": "Strefa zagrożenia" }, "actions": { - "edit": "", + "edit": "Edytuj", "delete": "Usuń" } } diff --git a/public/locales/pl/modules/calendar.json b/public/locales/pl/modules/calendar.json index 234d1d237..f0c955d35 100644 --- a/public/locales/pl/modules/calendar.json +++ b/public/locales/pl/modules/calendar.json @@ -1,10 +1,10 @@ { "descriptor": { "name": "Kalendarz", - "description": "", + "description": "Moduł kalendarza do wyświetlania nadchodzących wydań. Współpracuje z API Sonarra i Radarra.", "settings": { "sundayStart": { - "label": "" + "label": "Rozpoczynaj tydzień od niedzieli" } } } diff --git a/public/locales/pl/modules/common.json b/public/locales/pl/modules/common.json index 61de7370a..489e89f1c 100644 --- a/public/locales/pl/modules/common.json +++ b/public/locales/pl/modules/common.json @@ -1,5 +1,5 @@ { "settings": { - "label": "" + "label": "Ustawienia" } } \ No newline at end of file diff --git a/public/locales/pl/modules/dashdot.json b/public/locales/pl/modules/dashdot.json index d20d82cb5..e0cac8d35 100644 --- a/public/locales/pl/modules/dashdot.json +++ b/public/locales/pl/modules/dashdot.json @@ -4,33 +4,33 @@ "description": "Moduł do wyświetlania wykresów z uruchomionej instancji Dash.", "settings": { "cpuMultiView": { - "label": "" + "label": "Widok wielordzeniowy procesora" }, "storageMultiView": { "label": "" }, "useCompactView": { - "label": "" + "label": "Użyj trybu kompaktowego" }, "graphs": { - "label": "", + "label": "Wykresy", "options": { "cpu": "CPU", "ram": "RAM", "storage": "", - "network": "", + "network": "Sieć", "gpu": "GPU" } }, "url": { - "label": "" + "label": "Adres URL usługi Dash." } } }, "card": { "title": "Dash.", "errors": { - "noService": "", + "noService": "Nie znaleziono usługi Dash. Proszę dodać ją do pulpitu Homarra lub ustawić adres URL usługi Dash. w opcjach modułu", "noInformation": "" }, "graphs": { @@ -39,11 +39,11 @@ "label": "" }, "network": { - "title": "", - "label": "", + "title": "Sieć", + "label": "Sieć:", "metrics": { - "download": "", - "upload": "" + "download": "Pobieranie", + "upload": "Udostępnianie" } }, "cpu": { diff --git a/public/locales/pl/modules/date.json b/public/locales/pl/modules/date.json index ab82eb8ed..80b581fc6 100644 --- a/public/locales/pl/modules/date.json +++ b/public/locales/pl/modules/date.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Data", + "description": "Pokaż bieżącą datę i godzinę w karcie", "settings": { "display24HourFormat": { - "label": "" + "label": "Wyświetlaj pełną godzinę (24 godziny)" } } } diff --git a/public/locales/pl/modules/dlspeed.json b/public/locales/pl/modules/dlspeed.json index f8daba13b..1ca75e638 100644 --- a/public/locales/pl/modules/dlspeed.json +++ b/public/locales/pl/modules/dlspeed.json @@ -1,6 +1,6 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Prędkość pobierania", + "description": "Pokaż bieżącą prędkość pobierania obsługiwanych usług" } } \ No newline at end of file diff --git a/public/locales/pl/modules/docker.json b/public/locales/pl/modules/docker.json index 0b8856e5b..f3c1c3978 100644 --- a/public/locales/pl/modules/docker.json +++ b/public/locales/pl/modules/docker.json @@ -1,6 +1,6 @@ { "descriptor": { - "name": "", + "name": "Docker", "description": "" }, "search": { @@ -8,19 +8,19 @@ }, "table": { "header": { - "name": "", + "name": "Nazwa", "image": "Obraz", "ports": "Porty", "state": "Status" }, "body": { - "portCollapse": "" + "portCollapse": "{{ports}} więcej" }, "states": { "running": "Uruchomione", - "created": "", + "created": "Utworzony", "stopped": "Zatrzymane", - "unknown": "" + "unknown": "Nieznany" } }, "actionBar": { @@ -29,7 +29,7 @@ "message": "Dodaj usługę do Homarra" }, "restart": { - "title": "" + "title": "Uruchom ponownie" }, "stop": { "title": "Zatrzymać" @@ -37,12 +37,14 @@ "start": { "title": "Uruchom" }, - "refreshData": "", - "addToHomarr": { + "refreshData": { "title": "" }, "remove": { "title": "Usuń" + }, + "addToHomarr": { + "title": "Dodaj do Homarra" } }, "messages": { @@ -54,7 +56,7 @@ "errors": { "integrationFailed": { "title": "", - "message": "" + "message": "Czy zapomniałeś nie zamontować docker socket?" }, "unknownError": { "title": "Wystąpił błąd" @@ -64,6 +66,6 @@ } }, "actionIcon": { - "tooltip": "" + "tooltip": "Docker" } } \ No newline at end of file diff --git a/public/locales/pl/modules/ping.json b/public/locales/pl/modules/ping.json index 541fdab6d..491f341a5 100644 --- a/public/locales/pl/modules/ping.json +++ b/public/locales/pl/modules/ping.json @@ -6,6 +6,6 @@ "states": { "online": "", "offline": "", - "loading": "" + "loading": "Ładowanie..." } } \ No newline at end of file diff --git a/public/locales/pl/modules/search.json b/public/locales/pl/modules/search.json index cf06695e4..14f957bfe 100644 --- a/public/locales/pl/modules/search.json +++ b/public/locales/pl/modules/search.json @@ -1,9 +1,9 @@ { "descriptor": { - "name": "", + "name": "Pasek wyszukiwania", "description": "" }, "input": { - "placeholder": "" + "placeholder": "Szukaj w internecie..." } } \ No newline at end of file diff --git a/public/locales/pl/modules/torrents-status.json b/public/locales/pl/modules/torrents-status.json index 978a99e2a..f015a1241 100644 --- a/public/locales/pl/modules/torrents-status.json +++ b/public/locales/pl/modules/torrents-status.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Torrent", + "description": "Pokaż bieżącą prędkość pobierania obsługiwanych usług", "settings": { "hideComplete": { "label": "Ukryj ukończone torrenty" @@ -11,19 +11,19 @@ "card": { "table": { "header": { - "name": "", + "name": "Nazwa", "size": "Rozmiar", - "download": "", - "upload": "", + "download": "Pobieranie", + "upload": "Udostępnianie", "estimatedTimeOfArrival": "ETA", - "progress": "" + "progress": "Postęp" }, "body": { - "nothingFound": "" + "nothingFound": "Nie znaleziono torrentów" } }, "lineChart": { - "title": "", + "title": "Aktualna prędkość pobierania", "download": "", "upload": "", "timeSpan": "{{seconds}} sekund temu", diff --git a/public/locales/pl/modules/usenet.json b/public/locales/pl/modules/usenet.json new file mode 100644 index 000000000..f6edb66f5 --- /dev/null +++ b/public/locales/pl/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "Nazwa", + "size": "Rozmiar", + "eta": "ETA", + "progress": "Postęp" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "Nazwa", + "size": "Rozmiar", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/pl/modules/weather.json b/public/locales/pl/modules/weather.json index 374eaf893..ad40f0165 100644 --- a/public/locales/pl/modules/weather.json +++ b/public/locales/pl/modules/weather.json @@ -26,7 +26,7 @@ "snowShowers": "", "thunderstorm": "", "thunderstormWithHail": "", - "unknown": "" + "unknown": "Nieznany" } } } \ No newline at end of file diff --git a/public/locales/pl/settings/common.json b/public/locales/pl/settings/common.json index ded996d44..9a1bc79be 100644 --- a/public/locales/pl/settings/common.json +++ b/public/locales/pl/settings/common.json @@ -1,6 +1,6 @@ { - "title": "", - "tooltip": "", + "title": "Ustawienia", + "tooltip": "Ustawienia", "tabs": { "common": "", "customizations": "" @@ -9,6 +9,6 @@ "configTip": "" }, "credits": { - "madeWithLove": "" + "madeWithLove": "Stworzone z ❤️ przez @" } } \ No newline at end of file diff --git a/public/locales/pl/settings/customization/color-selector.json b/public/locales/pl/settings/customization/color-selector.json index 9e26dfeeb..020b5f898 100644 --- a/public/locales/pl/settings/customization/color-selector.json +++ b/public/locales/pl/settings/customization/color-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "suffix": "{{color}} kolor" +} \ No newline at end of file diff --git a/public/locales/pl/settings/customization/page-appearance.json b/public/locales/pl/settings/customization/page-appearance.json index 6a0c13690..6ce08a2ec 100644 --- a/public/locales/pl/settings/customization/page-appearance.json +++ b/public/locales/pl/settings/customization/page-appearance.json @@ -8,14 +8,18 @@ "placeholder": "/img/logo.png" }, "favicon": { - "label": "", + "label": "Ikona", "placeholder": "/favicon.png" }, "background": { - "label": "", + "label": "Tło", "placeholder": "/img/background.png" }, + "customCSS": { + "label": "Niestandardowy CSS", + "placeholder": "Niestandardowy CSS zostanie wykonany jako ostatni" + }, "buttons": { "submit": "" } -} \ No newline at end of file +} diff --git a/public/locales/pl/settings/customization/shade-selector.json b/public/locales/pl/settings/customization/shade-selector.json index 9e26dfeeb..cf5b6356d 100644 --- a/public/locales/pl/settings/customization/shade-selector.json +++ b/public/locales/pl/settings/customization/shade-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Cień" +} \ No newline at end of file diff --git a/public/locales/pl/settings/general/color-schema.json b/public/locales/pl/settings/general/color-schema.json index 9e26dfeeb..d1cc516de 100644 --- a/public/locales/pl/settings/general/color-schema.json +++ b/public/locales/pl/settings/general/color-schema.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Przełącz na tryb {{scheme}}" +} \ No newline at end of file diff --git a/public/locales/pl/settings/general/config-changer.json b/public/locales/pl/settings/general/config-changer.json index c8b948c7a..5371537ef 100644 --- a/public/locales/pl/settings/general/config-changer.json +++ b/public/locales/pl/settings/general/config-changer.json @@ -3,11 +3,11 @@ "label": "" }, "modal": { - "title": "", + "title": "Wybierz nazwę nowej konfiguracji", "form": { "configName": { - "label": "", - "placeholder": "" + "label": "Nazwa konfiguracji", + "placeholder": "Twoja nowa nazwa konfiguracji" }, "submitButton": "" }, @@ -19,7 +19,7 @@ } }, "buttons": { - "download": "", + "download": "Pobierz konfigurację", "delete": { "text": "Usuń konfigurację", "notifications": { @@ -38,18 +38,18 @@ "dropzone": { "notifications": { "invalidConfig": { - "title": "", - "message": "" + "title": "Nie udało się załadować konfiguracji", + "message": "Nie udało się załadować konfiguracji. Nieprawidłowy format JSON." }, "loadedSuccessfully": { - "title": "" + "title": "Konfiguracja {{configName}} została pomyślnie załadowana" } }, "accept": { - "text": "" + "text": "Przeciągnij pliki tutaj, aby przesłać konfigurację. Wsparcie tylko dla plików JSON." }, "reject": { - "text": "" + "text": "Ten format pliku nie jest obsługiwany. Przesyłaj tylko pliki JSON." } } } \ No newline at end of file diff --git a/public/locales/pl/settings/general/search-engine.json b/public/locales/pl/settings/general/search-engine.json index 7ead6657b..3aa0386e8 100644 --- a/public/locales/pl/settings/general/search-engine.json +++ b/public/locales/pl/settings/general/search-engine.json @@ -2,10 +2,10 @@ "title": "Silnik wyszukiwania", "tips": { "generalTip": "", - "placeholderTip": "" + "placeholderTip": "%s może być użyte jako symbol zastępczy dla zapytania." }, "customEngine": { - "label": "", - "placeholder": "" + "label": "Adres URL zapytania", + "placeholder": "Własny adres URL zapytania" } } \ No newline at end of file diff --git a/public/locales/pl/settings/general/theme-selector.json b/public/locales/pl/settings/general/theme-selector.json index 9e26dfeeb..6422caf03 100644 --- a/public/locales/pl/settings/general/theme-selector.json +++ b/public/locales/pl/settings/general/theme-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Przełącz na tryb {{theme}}" +} \ No newline at end of file diff --git a/public/locales/pl/settings/general/widget-positions.json b/public/locales/pl/settings/general/widget-positions.json index 9e26dfeeb..62039ed15 100644 --- a/public/locales/pl/settings/general/widget-positions.json +++ b/public/locales/pl/settings/general/widget-positions.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Umieść widżety po lewej stronie" +} \ No newline at end of file diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json new file mode 100644 index 000000000..8ece5df7f --- /dev/null +++ b/public/locales/pt/common.json @@ -0,0 +1,11 @@ +{ + "actions": { + "save": "Salvar" + }, + "tip": "Dica: ", + "time": { + "seconds": "segundos", + "minutes": "minutos", + "hours": "horas" + } +} diff --git a/public/locales/pt/layout/add-service-app-shelf.json b/public/locales/pt/layout/add-service-app-shelf.json new file mode 100644 index 000000000..374cf33e1 --- /dev/null +++ b/public/locales/pt/layout/add-service-app-shelf.json @@ -0,0 +1,121 @@ +{ + "actionIcon": { + "tooltip": "Adicionar serviço" + }, + "modal": { + "title": "Adicionar serviço", + "form": { + "validation": { + "invalidUrl": "Por favor, insira uma URL válida", + "noStatusCodeSelected": "Por favor, selecione um código de estado" + } + }, + "tabs": { + "options": { + "title": "Opções", + "form": { + "serviceName": { + "label": "Nome do serviço", + "placeholder": "Plex" + }, + "iconUrl": { + "label": "URL do ícone" + }, + "serviceUrl": { + "label": "URL do serviço" + }, + "onClickUrl": { + "label": "Ao clicar na URL" + }, + "serviceType": { + "label": "Tipo de serviço", + "defaultValue": "Outros", + "placeholder": "Escolha um" + }, + "category": { + "label": "Categoria", + "placeholder": "Selecione uma categoria ou crie uma nova", + "nothingFound": "Nenhum resultado encontrado", + "createLabel": "+ Criar {{query}}" + }, + "integrations": { + "apiKey": { + "label": "Chave da API", + "placeholder": "Sua chave da API", + "validation": { + "noKey": "Chave inválida" + }, + "tip": { + "text": "Obter sua chave da API", + "link": "aqui." + } + }, + "qBittorrent": { + "username": { + "label": "Usuário", + "placeholder": "admin", + "validation": { + "invalidUsername": "Usuário inválido" + } + }, + "password": { + "label": "Senha", + "placeholder": "adminadmin", + "validation": { + "invalidPassword": "Senha inválida" + } + } + }, + "deluge": { + "password": { + "label": "Senha", + "placeholder": "senha", + "validation": { + "invalidPassword": "Senha inválida" + } + } + }, + "transmission": { + "username": { + "label": "Usuário", + "placeholder": "admin", + "validation": { + "invalidUsername": "Usuário inválido" + } + }, + "password": { + "label": "Senha", + "placeholder": "adminadmin", + "validation": { + "invalidPassword": "Senha inválida" + } + } + } + } + } + }, + "advancedOptions": { + "title": "Opções avançadas", + "form": { + "ping": { + "label": "Serviço de latência" + }, + "httpStatusCodes": { + "label": "Códigos de estado HTTP", + "placeholder": "Selecione um código de estado válido", + "clearButtonLabel": "Limpar seleção", + "nothingFound": "Nenhum resultado encontrado" + }, + "openServiceInNewTab": { + "label": "Abrir links em uma nova aba" + }, + "buttons": { + "submit": { + "content": "Adicionar serviço" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/public/locales/pt/layout/app-shelf-menu.json b/public/locales/pt/layout/app-shelf-menu.json new file mode 100644 index 000000000..c61d01cc0 --- /dev/null +++ b/public/locales/pt/layout/app-shelf-menu.json @@ -0,0 +1,18 @@ +{ + "modal": { + "title": "Modificar um serviço", + "buttons": { + "save": "Salvar serviço" + } + }, + "menu": { + "labels": { + "settings": "Configurações", + "dangerZone": "Zona de risco" + }, + "actions": { + "edit": "Editar", + "delete": "Apagar" + } + } +} \ No newline at end of file diff --git a/public/locales/pt/layout/app-shelf.json b/public/locales/pt/layout/app-shelf.json new file mode 100644 index 000000000..42ec040cf --- /dev/null +++ b/public/locales/pt/layout/app-shelf.json @@ -0,0 +1,10 @@ +{ + "accordions": { + "downloads": { + "text": "Seus downloads" + }, + "others": { + "text": "Outros" + } + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/calendar.json b/public/locales/pt/modules/calendar.json new file mode 100644 index 000000000..eaa7538d7 --- /dev/null +++ b/public/locales/pt/modules/calendar.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Calendário", + "description": "Um módulo de calendário para exibir os próximos lançamentos. Interage com o Sonarr e o Radarr API.", + "settings": { + "sundayStart": { + "label": "Comece a semana no Domingo" + } + } + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/common-media-cards.json b/public/locales/pt/modules/common-media-cards.json new file mode 100644 index 000000000..c3a3b012a --- /dev/null +++ b/public/locales/pt/modules/common-media-cards.json @@ -0,0 +1,6 @@ +{ + "buttons": { + "play": "Reproduzir", + "request": "Solicitar" + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/common.json b/public/locales/pt/modules/common.json new file mode 100644 index 000000000..ad436ac69 --- /dev/null +++ b/public/locales/pt/modules/common.json @@ -0,0 +1,5 @@ +{ + "settings": { + "label": "Configurações" + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/dashdot.json b/public/locales/pt/modules/dashdot.json new file mode 100644 index 000000000..8b9b65c82 --- /dev/null +++ b/public/locales/pt/modules/dashdot.json @@ -0,0 +1,60 @@ +{ + "descriptor": { + "name": "", + "description": "Um módulo para exibir os gráficos da sua instância Dash. em execução.", + "settings": { + "cpuMultiView": { + "label": "Visualização múltipla de CPU" + }, + "storageMultiView": { + "label": "Exibição Multi-Drive de armazenamento" + }, + "useCompactView": { + "label": "Usar visualização compacta" + }, + "graphs": { + "label": "Gráficos", + "options": { + "cpu": "CPU", + "ram": "RAM", + "storage": "Armazenamento", + "network": "Rede", + "gpu": "GPU" + } + }, + "url": { + "label": "URL do Dash." + } + } + }, + "card": { + "title": "", + "errors": { + "noService": "Nenhum serviço Dash. encontrado. Por favor, adicione um ao seu painel Homarr ou defina uma URL para o Dash. nas opções do módulo", + "noInformation": "Não é possível obter informações do Dash. Você está executando a versão mais recente?" + }, + "graphs": { + "storage": { + "title": "Armazenamento", + "label": "Armazenamento:" + }, + "network": { + "title": "Rede", + "label": "Rede:", + "metrics": { + "download": "", + "upload": "" + } + }, + "cpu": { + "title": "CPU" + }, + "memory": { + "title": "RAM" + }, + "gpu": { + "title": "GPU" + } + } + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/date.json b/public/locales/pt/modules/date.json new file mode 100644 index 000000000..078ba2720 --- /dev/null +++ b/public/locales/pt/modules/date.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Data", + "description": "Mostrar a hora e a data atuais em um card", + "settings": { + "display24HourFormat": { + "label": "Mostrar tempo (24 horas)" + } + } + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/dlspeed.json b/public/locales/pt/modules/dlspeed.json new file mode 100644 index 000000000..5f693e1d7 --- /dev/null +++ b/public/locales/pt/modules/dlspeed.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "Velocidade de Transferência", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/docker.json b/public/locales/pt/modules/docker.json new file mode 100644 index 000000000..b9e841191 --- /dev/null +++ b/public/locales/pt/modules/docker.json @@ -0,0 +1,71 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "search": { + "placeholder": "" + }, + "table": { + "header": { + "name": "Nome", + "image": "Imagem", + "ports": "Portas", + "state": "Estado" + }, + "body": { + "portCollapse": "mais {{ports}}" + }, + "states": { + "running": "Em execução", + "created": "Criado", + "stopped": "Parado", + "unknown": "Desconhecido" + } + }, + "actionBar": { + "addService": { + "title": "Adicionar serviço", + "message": "" + }, + "restart": { + "title": "Reiniciar" + }, + "stop": { + "title": "Parar" + }, + "start": { + "title": "Iniciar" + }, + "refreshData": { + "title": "" + }, + "remove": { + "title": "Excluir" + }, + "addToHomarr": { + "title": "Adicionar ao Homarr" + } + }, + "messages": { + "successfullyExecuted": { + "title": "", + "message": "" + } + }, + "errors": { + "integrationFailed": { + "title": "Integração com Docker falhou", + "message": "Você esqueceu de montar o Docker socket?" + }, + "unknownError": { + "title": "Ocorreu um erro" + }, + "oneServiceAtATime": { + "title": "" + } + }, + "actionIcon": { + "tooltip": "" + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/overseerr.json b/public/locales/pt/modules/overseerr.json new file mode 100644 index 000000000..0807214a8 --- /dev/null +++ b/public/locales/pt/modules/overseerr.json @@ -0,0 +1,30 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "popup": { + "item": { + "buttons": { + "askFor": "", + "cancel": "Cancelar", + "request": "Solicitar" + }, + "alerts": { + "automaticApproval": { + "title": "Usando chave da API", + "text": "Este pedido será aprovado automaticamente" + } + } + }, + "seasonSelector": { + "caption": "Marque as temporadas que você deseja que sejam baixadas", + "table": { + "header": { + "season": "Temporada", + "numberOfEpisodes": "Número de episódios" + } + } + } + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/ping.json b/public/locales/pt/modules/ping.json new file mode 100644 index 000000000..09282c647 --- /dev/null +++ b/public/locales/pt/modules/ping.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Latência", + "description": "Permite verificar se o serviço está ativo ou retorna um código de estado HTTP específico." + }, + "states": { + "online": "Online {{response}}", + "offline": "", + "loading": "" + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/search.json b/public/locales/pt/modules/search.json new file mode 100644 index 000000000..cf06695e4 --- /dev/null +++ b/public/locales/pt/modules/search.json @@ -0,0 +1,9 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "input": { + "placeholder": "" + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/torrents-status.json b/public/locales/pt/modules/torrents-status.json new file mode 100644 index 000000000..3e6bc7fd8 --- /dev/null +++ b/public/locales/pt/modules/torrents-status.json @@ -0,0 +1,40 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "hideComplete": { + "label": "" + } + } + }, + "card": { + "table": { + "header": { + "name": "Nome", + "size": "Tamanho", + "download": "", + "upload": "", + "estimatedTimeOfArrival": "TED", + "progress": "Progresso" + }, + "body": { + "nothingFound": "Nenhum torrent encontrado" + } + }, + "lineChart": { + "title": "", + "download": "", + "upload": "", + "timeSpan": "", + "totalDownload": "", + "totalUpload": "" + }, + "errors": { + "noDownloadClients": { + "title": "", + "text": "Adicione um serviço de download para ver seus downloads atuais" + } + } + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/usenet.json b/public/locales/pt/modules/usenet.json new file mode 100644 index 000000000..7bdd059eb --- /dev/null +++ b/public/locales/pt/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "", + "text": "Adicione um serviço de download para ver seus downloads atuais" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "Nome", + "size": "Tamanho", + "eta": "TED", + "progress": "Progresso" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "Nome", + "size": "Tamanho", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/pt/modules/weather.json b/public/locales/pt/modules/weather.json new file mode 100644 index 000000000..8b3dc45d7 --- /dev/null +++ b/public/locales/pt/modules/weather.json @@ -0,0 +1,32 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "displayInFahrenheit": { + "label": "Mostrar em Fahrenheit" + }, + "location": { + "label": "Localização do tempo" + } + } + }, + "card": { + "weatherDescriptions": { + "clear": "Limpar", + "mainlyClear": "", + "fog": "Névoa", + "drizzle": "", + "freezingDrizzle": "", + "rain": "Chuva", + "freezingRain": "", + "snowFall": "", + "snowGrains": "", + "rainShowers": "", + "snowShowers": "", + "thunderstorm": "", + "thunderstormWithHail": "", + "unknown": "Desconhecido" + } + } +} \ No newline at end of file diff --git a/public/locales/pt/settings/common.json b/public/locales/pt/settings/common.json new file mode 100644 index 000000000..8f6d407a5 --- /dev/null +++ b/public/locales/pt/settings/common.json @@ -0,0 +1,14 @@ +{ + "title": "Configurações", + "tooltip": "Configurações", + "tabs": { + "common": "", + "customizations": "" + }, + "tips": { + "configTip": "" + }, + "credits": { + "madeWithLove": "" + } +} \ No newline at end of file diff --git a/public/locales/pt/settings/customization/app-width.json b/public/locales/pt/settings/customization/app-width.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/pt/settings/customization/app-width.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/pt/settings/customization/color-selector.json b/public/locales/pt/settings/customization/color-selector.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/pt/settings/customization/color-selector.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/pt/settings/customization/opacity-selector.json b/public/locales/pt/settings/customization/opacity-selector.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/pt/settings/customization/opacity-selector.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/pt/settings/customization/page-appearance.json b/public/locales/pt/settings/customization/page-appearance.json new file mode 100644 index 000000000..d7e4d7757 --- /dev/null +++ b/public/locales/pt/settings/customization/page-appearance.json @@ -0,0 +1,25 @@ +{ + "pageTitle": { + "label": "", + "placeholder": "" + }, + "logo": { + "label": "", + "placeholder": "" + }, + "favicon": { + "label": "", + "placeholder": "" + }, + "background": { + "label": "", + "placeholder": "" + }, + "customCSS": { + "label": "CSS Personalizado", + "placeholder": "O CSS personalizado será executado por último" + }, + "buttons": { + "submit": "" + } +} diff --git a/public/locales/pt/settings/customization/shade-selector.json b/public/locales/pt/settings/customization/shade-selector.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/pt/settings/customization/shade-selector.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/pt/settings/general/color-schema.json b/public/locales/pt/settings/general/color-schema.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/pt/settings/general/color-schema.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/pt/settings/general/config-changer.json b/public/locales/pt/settings/general/config-changer.json new file mode 100644 index 000000000..6d130e67d --- /dev/null +++ b/public/locales/pt/settings/general/config-changer.json @@ -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": "" + } + } +} \ No newline at end of file diff --git a/public/locales/pt/settings/general/internationalization.json b/public/locales/pt/settings/general/internationalization.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/pt/settings/general/internationalization.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/pt/settings/general/module-enabler.json b/public/locales/pt/settings/general/module-enabler.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/pt/settings/general/module-enabler.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/pt/settings/general/search-engine.json b/public/locales/pt/settings/general/search-engine.json new file mode 100644 index 000000000..20a3b127a --- /dev/null +++ b/public/locales/pt/settings/general/search-engine.json @@ -0,0 +1,11 @@ +{ + "title": "", + "tips": { + "generalTip": "", + "placeholderTip": "" + }, + "customEngine": { + "label": "", + "placeholder": "" + } +} \ No newline at end of file diff --git a/public/locales/pt/settings/general/theme-selector.json b/public/locales/pt/settings/general/theme-selector.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/pt/settings/general/theme-selector.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/pt/settings/general/widget-positions.json b/public/locales/pt/settings/general/widget-positions.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/public/locales/pt/settings/general/widget-positions.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index 231732eb5..c610c224e 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -2,5 +2,10 @@ "actions": { "save": "" }, - "tip": "" -} \ No newline at end of file + "tip": "", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/ru/layout/add-service-app-shelf.json b/public/locales/ru/layout/add-service-app-shelf.json index e05e6150d..0568a5a83 100644 --- a/public/locales/ru/layout/add-service-app-shelf.json +++ b/public/locales/ru/layout/add-service-app-shelf.json @@ -95,8 +95,11 @@ } }, "advancedOptions": { - "title": "Дополнительные настройки", + "title": "", "form": { + "ping": { + "label": "" + }, "httpStatusCodes": { "label": "Коды состояния HTTP", "placeholder": "Выберите подходящие коды состояния", diff --git a/public/locales/ru/modules/docker.json b/public/locales/ru/modules/docker.json index 55fa28270..0d86037c8 100644 --- a/public/locales/ru/modules/docker.json +++ b/public/locales/ru/modules/docker.json @@ -37,12 +37,14 @@ "start": { "title": "" }, - "refreshData": "", - "addToHomarr": { + "refreshData": { "title": "" }, "remove": { "title": "" + }, + "addToHomarr": { + "title": "" } }, "messages": { diff --git a/public/locales/ru/modules/search.json b/public/locales/ru/modules/search.json index 15f8a5766..cc7772dde 100644 --- a/public/locales/ru/modules/search.json +++ b/public/locales/ru/modules/search.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Поиск", - "description": "Панель для поиска в интернете, по youtube, торрентам или overseerr" + "description": "" }, "input": { "placeholder": "Искать в интернете..." diff --git a/public/locales/ru/modules/usenet.json b/public/locales/ru/modules/usenet.json new file mode 100644 index 000000000..b223d452d --- /dev/null +++ b/public/locales/ru/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "", + "size": "", + "eta": "", + "progress": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "", + "size": "", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/ru/settings/customization/page-appearance.json b/public/locales/ru/settings/customization/page-appearance.json index 592c372a8..27ab9ce5c 100644 --- a/public/locales/ru/settings/customization/page-appearance.json +++ b/public/locales/ru/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "", "placeholder": "" }, + "customCSS": { + "label": "", + "placeholder": "" + }, "buttons": { "submit": "" } -} \ No newline at end of file +} diff --git a/public/locales/sl/common.json b/public/locales/sl/common.json index c5e9b6e3e..85a2645b9 100644 --- a/public/locales/sl/common.json +++ b/public/locales/sl/common.json @@ -2,5 +2,10 @@ "actions": { "save": "Shrani" }, - "tip": "Nasvet: " -} \ No newline at end of file + "tip": "Nasvet: ", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/sl/layout/add-service-app-shelf.json b/public/locales/sl/layout/add-service-app-shelf.json index b142253b2..8f2e221ad 100644 --- a/public/locales/sl/layout/add-service-app-shelf.json +++ b/public/locales/sl/layout/add-service-app-shelf.json @@ -95,8 +95,11 @@ } }, "advancedOptions": { - "title": "Napredne nastavitve", + "title": "", "form": { + "ping": { + "label": "" + }, "httpStatusCodes": { "label": "HTTP statusne kode", "placeholder": "Izberite veljavne kode statusa", diff --git a/public/locales/sl/modules/dashdot.json b/public/locales/sl/modules/dashdot.json index 84c498383..affc4055c 100644 --- a/public/locales/sl/modules/dashdot.json +++ b/public/locales/sl/modules/dashdot.json @@ -30,7 +30,7 @@ "card": { "title": "Dash.", "errors": { - "noService": "Dash. storitev ni bila najdena. Prosimo, dodajte jo na nadzorno ploščo Homarr ali nastavite naslov URL dashdot v možnostih modula", + "noService": "", "noInformation": "Ne morem pridobiti informacij iz Dash. - ali uporabljate najnovejšo različico?" }, "graphs": { diff --git a/public/locales/sl/modules/docker.json b/public/locales/sl/modules/docker.json index 3ee64c554..cc610775b 100644 --- a/public/locales/sl/modules/docker.json +++ b/public/locales/sl/modules/docker.json @@ -37,12 +37,14 @@ "start": { "title": "Zaženi" }, - "refreshData": "Osveži podatke", - "addToHomarr": { - "title": "Dodaj v Homarr" + "refreshData": { + "title": "" }, "remove": { "title": "Odstrani" + }, + "addToHomarr": { + "title": "Dodaj v Homarr" } }, "messages": { diff --git a/public/locales/sl/modules/search.json b/public/locales/sl/modules/search.json index 18e7637b2..efbb2c4a3 100644 --- a/public/locales/sl/modules/search.json +++ b/public/locales/sl/modules/search.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Iskalna vrstica", - "description": "Iskalna vrstica za iskanje po spletu, youtubu, torentih ali storitvi overseerr" + "description": "" }, "input": { "placeholder": "Preišči splet..." diff --git a/public/locales/sl/modules/usenet.json b/public/locales/sl/modules/usenet.json new file mode 100644 index 000000000..ab94473ac --- /dev/null +++ b/public/locales/sl/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "Ni bilo najdenih podprtih odjemalcev za prenos!", + "text": "Dodajte storitev prenosa za ogled trenutnih prenosov" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "Ime", + "size": "Velikost", + "eta": "ETA", + "progress": "Napredek" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "Ime", + "size": "Velikost", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/sl/settings/customization/page-appearance.json b/public/locales/sl/settings/customization/page-appearance.json index b82c34ccf..4fd0cb5ee 100644 --- a/public/locales/sl/settings/customization/page-appearance.json +++ b/public/locales/sl/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "Ozadje", "placeholder": "/img/background.png" }, + "customCSS": { + "label": "", + "placeholder": "" + }, "buttons": { "submit": "Pošlji" } -} \ No newline at end of file +} diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index 231732eb5..a1cc05a79 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -1,6 +1,11 @@ { "actions": { - "save": "" + "save": "Spara" }, - "tip": "" -} \ No newline at end of file + "tip": "Tips: ", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/sv/layout/add-service-app-shelf.json b/public/locales/sv/layout/add-service-app-shelf.json index 5868261d6..7a56e0248 100644 --- a/public/locales/sv/layout/add-service-app-shelf.json +++ b/public/locales/sv/layout/add-service-app-shelf.json @@ -1,93 +1,93 @@ { "actionIcon": { - "tooltip": "" + "tooltip": "Lägg till tjänst" }, "modal": { - "title": "", + "title": "Lägg till tjänst", "form": { "validation": { - "invalidUrl": "", - "noStatusCodeSelected": "" + "invalidUrl": "Ange en giltig URL", + "noStatusCodeSelected": "Välj en statuskod" } }, "tabs": { "options": { - "title": "", + "title": "Inställningar", "form": { "serviceName": { - "label": "", - "placeholder": "" + "label": "Tjänstens namn", + "placeholder": "Plex" }, "iconUrl": { - "label": "" + "label": "URL till ikon" }, "serviceUrl": { - "label": "" + "label": "URL för tjänst" }, "onClickUrl": { - "label": "" + "label": "URL vid klick" }, "serviceType": { - "label": "", - "defaultValue": "", - "placeholder": "" + "label": "Typ av tjänst", + "defaultValue": "Övrigt", + "placeholder": "Välj en" }, "category": { - "label": "", - "placeholder": "", - "nothingFound": "", - "createLabel": "" + "label": "Kategori", + "placeholder": "Välj en kategori eller skapa en ny", + "nothingFound": "Ingenting hittades", + "createLabel": "+ Skapa {{query}}" }, "integrations": { "apiKey": { - "label": "", - "placeholder": "", + "label": "API-nyckel", + "placeholder": "Din API-nyckel", "validation": { - "noKey": "" + "noKey": "Ogiltig nyckel" }, "tip": { - "text": "", - "link": "" + "text": "Hämta din API-nyckel", + "link": "här." } }, "qBittorrent": { "username": { - "label": "", - "placeholder": "", + "label": "Användarnamn", + "placeholder": "admin", "validation": { - "invalidUsername": "" + "invalidUsername": "Ogiltigt användarnamn" } }, "password": { - "label": "", - "placeholder": "", + "label": "Lösenord", + "placeholder": "adminadmin", "validation": { - "invalidPassword": "" + "invalidPassword": "Ogiltigt lösenord" } } }, "deluge": { "password": { - "label": "", - "placeholder": "", + "label": "Lösenord", + "placeholder": "lösenord", "validation": { - "invalidPassword": "" + "invalidPassword": "Ogiltigt lösenord" } } }, "transmission": { "username": { - "label": "", - "placeholder": "", + "label": "Användarnamn", + "placeholder": "admin", "validation": { - "invalidUsername": "" + "invalidUsername": "Ogiltigt användarnamn" } }, "password": { - "label": "", - "placeholder": "", + "label": "Lösenord", + "placeholder": "adminadmin", "validation": { - "invalidPassword": "" + "invalidPassword": "Ogiltigt lösenord" } } } @@ -95,20 +95,23 @@ } }, "advancedOptions": { - "title": "", + "title": "Avancerade Inställningar", "form": { + "ping": { + "label": "Ping tjänst" + }, "httpStatusCodes": { - "label": "", - "placeholder": "", - "clearButtonLabel": "", - "nothingFound": "" + "label": "HTTP-statuskoder", + "placeholder": "Välj giltiga statuskoder", + "clearButtonLabel": "Rensa markering", + "nothingFound": "Ingenting hittades" }, "openServiceInNewTab": { - "label": "" + "label": "Öppna tjänsten i ny flik" }, "buttons": { "submit": { - "content": "" + "content": "Lägg till tjänst" } } } diff --git a/public/locales/sv/layout/app-shelf-menu.json b/public/locales/sv/layout/app-shelf-menu.json index 452c7a882..356576c8e 100644 --- a/public/locales/sv/layout/app-shelf-menu.json +++ b/public/locales/sv/layout/app-shelf-menu.json @@ -1,18 +1,18 @@ { "modal": { - "title": "", + "title": "Ändra en tjänst", "buttons": { - "save": "" + "save": "Spara tjänst" } }, "menu": { "labels": { - "settings": "", - "dangerZone": "" + "settings": "Inställningar", + "dangerZone": "Farozon" }, "actions": { - "edit": "", - "delete": "" + "edit": "Redigera", + "delete": "Radera" } } } \ No newline at end of file diff --git a/public/locales/sv/layout/app-shelf.json b/public/locales/sv/layout/app-shelf.json index 20f7a7350..614903ae9 100644 --- a/public/locales/sv/layout/app-shelf.json +++ b/public/locales/sv/layout/app-shelf.json @@ -1,10 +1,10 @@ { "accordions": { "downloads": { - "text": "" + "text": "Dina nedladdningar" }, "others": { - "text": "" + "text": "Övriga" } } } \ No newline at end of file diff --git a/public/locales/sv/modules/calendar.json b/public/locales/sv/modules/calendar.json index e16beca62..eadf477a3 100644 --- a/public/locales/sv/modules/calendar.json +++ b/public/locales/sv/modules/calendar.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Kalender", + "description": "En kalendermodul för att visa kommande releaser. Den interagerar med Sonarr- och Radarr-API:erna.", "settings": { "sundayStart": { - "label": "" + "label": "Börja veckan på söndag" } } } diff --git a/public/locales/sv/modules/common-media-cards.json b/public/locales/sv/modules/common-media-cards.json index 9f6da0682..d7a2ff46e 100644 --- a/public/locales/sv/modules/common-media-cards.json +++ b/public/locales/sv/modules/common-media-cards.json @@ -1,6 +1,6 @@ { "buttons": { - "play": "", - "request": "" + "play": "Spela", + "request": "Förfrågan" } } \ No newline at end of file diff --git a/public/locales/sv/modules/common.json b/public/locales/sv/modules/common.json index 61de7370a..99e8ff249 100644 --- a/public/locales/sv/modules/common.json +++ b/public/locales/sv/modules/common.json @@ -1,5 +1,5 @@ { "settings": { - "label": "" + "label": "Inställningar" } } \ No newline at end of file diff --git a/public/locales/sv/modules/dashdot.json b/public/locales/sv/modules/dashdot.json index 235d3b4dc..2ddbc032c 100644 --- a/public/locales/sv/modules/dashdot.json +++ b/public/locales/sv/modules/dashdot.json @@ -1,59 +1,59 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Dash.", + "description": "En modul för att visa graferna från din Dash. instans.", "settings": { "cpuMultiView": { - "label": "" + "label": "Flerkärnig CPU vy" }, "storageMultiView": { - "label": "" + "label": "Visning av flera lagrings enheter" }, "useCompactView": { - "label": "" + "label": "Använd kompakt vy" }, "graphs": { - "label": "", + "label": "Grafer", "options": { - "cpu": "", - "ram": "", - "storage": "", - "network": "", - "gpu": "" + "cpu": "CPU", + "ram": "RAM", + "storage": "Lagring", + "network": "Nätverk", + "gpu": "GPU" } }, "url": { - "label": "" + "label": "Dash. URL" } } }, "card": { - "title": "", + "title": "Dash.", "errors": { - "noService": "", - "noInformation": "" + "noService": "Ingen Dash-tjänst hittades. Lägg till en i din Homarr-instrumentpanel eller ange en Dash. URL i modulalternativen.", + "noInformation": "Kan inte få information från dash. - Kör du den senaste versionen?" }, "graphs": { "storage": { - "title": "", - "label": "" + "title": "Lagring", + "label": "Lagring:" }, "network": { - "title": "", - "label": "", + "title": "Nätverk", + "label": "Nätverk:", "metrics": { - "download": "", - "upload": "" + "download": "Ned", + "upload": "Upp" } }, "cpu": { - "title": "" + "title": "CPU" }, "memory": { - "title": "" + "title": "RAM" }, "gpu": { - "title": "" + "title": "GPU" } } } diff --git a/public/locales/sv/modules/date.json b/public/locales/sv/modules/date.json index ab82eb8ed..b99b6e859 100644 --- a/public/locales/sv/modules/date.json +++ b/public/locales/sv/modules/date.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Datum", + "description": "Visa aktuell tid och datum på ett kort", "settings": { "display24HourFormat": { - "label": "" + "label": "Visa heltid (24-timmars)" } } } diff --git a/public/locales/sv/modules/dlspeed.json b/public/locales/sv/modules/dlspeed.json index f8daba13b..92fcda605 100644 --- a/public/locales/sv/modules/dlspeed.json +++ b/public/locales/sv/modules/dlspeed.json @@ -1,6 +1,6 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Nedladdningshastighet ", + "description": "Visa den aktuella nedladdningshastigheten för tjänster som stöds" } } \ No newline at end of file diff --git a/public/locales/sv/modules/docker.json b/public/locales/sv/modules/docker.json index a2a185261..c7c52d4ff 100644 --- a/public/locales/sv/modules/docker.json +++ b/public/locales/sv/modules/docker.json @@ -1,69 +1,71 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Docker", + "description": "Låter dig enkelt hantera dina torrents" }, "search": { - "placeholder": "" + "placeholder": "Sök efter container eller imagenamn" }, "table": { "header": { - "name": "", - "image": "", - "ports": "", - "state": "" + "name": "Namn", + "image": "Image", + "ports": "Portar", + "state": "Läge" }, "body": { - "portCollapse": "" + "portCollapse": "{{ports}} mer" }, "states": { - "running": "", - "created": "", - "stopped": "", - "unknown": "" + "running": "Körs", + "created": "Skapad", + "stopped": "Stoppad", + "unknown": "Okänd" } }, "actionBar": { "addService": { - "title": "", - "message": "" + "title": "Lägg till tjänst", + "message": "Lägg till tjänst till Homarr" }, "restart": { - "title": "" + "title": "Starta om" }, "stop": { - "title": "" + "title": "Stoppa" }, "start": { - "title": "" + "title": "Starta" }, - "refreshData": "", - "addToHomarr": { + "refreshData": { "title": "" }, "remove": { - "title": "" + "title": "Ta bort" + }, + "addToHomarr": { + "title": "Lägg till i Homarr" } }, "messages": { "successfullyExecuted": { - "title": "", - "message": "" + "title": "Container {{containerName}} {{action}}", + "message": "Din behållare lyckades {{action}}" } }, "errors": { "integrationFailed": { - "title": "", - "message": "" + "title": "Dockerintegration misslyckades", + "message": "Glömde du att montera docker socket?" }, "unknownError": { - "title": "" + "title": "Ett fel inträffade" }, "oneServiceAtATime": { - "title": "" + "title": "Lägg bara till en tjänst åt gången!" } }, "actionIcon": { - "tooltip": "" + "tooltip": "Docker" } } \ No newline at end of file diff --git a/public/locales/sv/modules/overseerr.json b/public/locales/sv/modules/overseerr.json index 0a6da5756..a105b8809 100644 --- a/public/locales/sv/modules/overseerr.json +++ b/public/locales/sv/modules/overseerr.json @@ -1,28 +1,28 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Overseerr", + "description": "Låter dig söka och lägga till media från Overseerr/Jellyseerr" }, "popup": { "item": { "buttons": { - "askFor": "", - "cancel": "", - "request": "" + "askFor": "Be om {{title}}", + "cancel": "Avbryt", + "request": "Förfrågan" }, "alerts": { "automaticApproval": { - "title": "", - "text": "" + "title": "Användning av API-nyckel", + "text": "Denna begäran kommer att godkännas automatiskt" } } }, "seasonSelector": { - "caption": "", + "caption": "Bocka i de säsonger som du vill ladda ner", "table": { "header": { - "season": "", - "numberOfEpisodes": "" + "season": "Säsong", + "numberOfEpisodes": "Antal avsnitt" } } } diff --git a/public/locales/sv/modules/ping.json b/public/locales/sv/modules/ping.json index 3ba3aefa0..871bc0f5b 100644 --- a/public/locales/sv/modules/ping.json +++ b/public/locales/sv/modules/ping.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Ping", + "description": "Låter dig kontrollera om tjänsten är uppe eller returnerar en specifik HTTP-statuskod." }, "states": { - "online": "", - "offline": "", - "loading": "" + "online": "Online {{response}}", + "offline": "Offline {{response}}", + "loading": "Laddar..." } } \ No newline at end of file diff --git a/public/locales/sv/modules/search.json b/public/locales/sv/modules/search.json index cf06695e4..a22daed17 100644 --- a/public/locales/sv/modules/search.json +++ b/public/locales/sv/modules/search.json @@ -1,9 +1,9 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Sökfält", + "description": "Sökfältet för att söka på webben, Youtube, Torrents eller Overseerr" }, "input": { - "placeholder": "" + "placeholder": "Sök på webben..." } } \ No newline at end of file diff --git a/public/locales/sv/modules/torrents-status.json b/public/locales/sv/modules/torrents-status.json index 86b10fa25..619537ec0 100644 --- a/public/locales/sv/modules/torrents-status.json +++ b/public/locales/sv/modules/torrents-status.json @@ -1,39 +1,39 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Torrent", + "description": "Visa den aktuella nedladdningshastigheten för tjänster som stöds", "settings": { "hideComplete": { - "label": "" + "label": "Dölj slutförda torrents" } } }, "card": { "table": { "header": { - "name": "", - "size": "", - "download": "", - "upload": "", - "estimatedTimeOfArrival": "", - "progress": "" + "name": "Namn", + "size": "Storlek", + "download": "Ned", + "upload": "Upp", + "estimatedTimeOfArrival": "Beräknad sluttid", + "progress": "Förlopp" }, "body": { - "nothingFound": "" + "nothingFound": "Inga torrents hittades" } }, "lineChart": { - "title": "", - "download": "", - "upload": "", - "timeSpan": "", - "totalDownload": "", - "totalUpload": "" + "title": "Aktuell nedladdningshastighet", + "download": "Nedladdning: {{download}}", + "upload": "Uppladdning: {{upload}}", + "timeSpan": "{{seconds}} sekunder sedan", + "totalDownload": "Nedladdning: {{download}}/s", + "totalUpload": "Uppladdning: {{upload}}/s" }, "errors": { "noDownloadClients": { - "title": "", - "text": "" + "title": "Inga nedladdningsklienter som stöds hittades!", + "text": "Lägg till en nedladdningstjänst för att visa dina aktuella nedladdningar" } } } diff --git a/public/locales/sv/modules/usenet.json b/public/locales/sv/modules/usenet.json new file mode 100644 index 000000000..78d45d61d --- /dev/null +++ b/public/locales/sv/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "Inga nedladdningsklienter som stöds hittades!", + "text": "Lägg till en nedladdningstjänst för att visa dina aktuella nedladdningar" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "Namn", + "size": "Storlek", + "eta": "Beräknad sluttid", + "progress": "Förlopp" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "Namn", + "size": "Storlek", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/sv/modules/weather.json b/public/locales/sv/modules/weather.json index 7f9c8b103..98b053df8 100644 --- a/public/locales/sv/modules/weather.json +++ b/public/locales/sv/modules/weather.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Väder", + "description": "Se det aktuella vädret på din plats", "settings": { "displayInFahrenheit": { - "label": "" + "label": "Visa i Fahrenheit" }, "location": { "label": "" @@ -26,7 +26,7 @@ "snowShowers": "", "thunderstorm": "", "thunderstormWithHail": "", - "unknown": "" + "unknown": "Okänd" } } } \ No newline at end of file diff --git a/public/locales/sv/settings/common.json b/public/locales/sv/settings/common.json index ded996d44..b187bb8a5 100644 --- a/public/locales/sv/settings/common.json +++ b/public/locales/sv/settings/common.json @@ -1,6 +1,6 @@ { - "title": "", - "tooltip": "", + "title": "Inställningar", + "tooltip": "Inställningar", "tabs": { "common": "", "customizations": "" diff --git a/public/locales/sv/settings/customization/page-appearance.json b/public/locales/sv/settings/customization/page-appearance.json index 592c372a8..27ab9ce5c 100644 --- a/public/locales/sv/settings/customization/page-appearance.json +++ b/public/locales/sv/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "", "placeholder": "" }, + "customCSS": { + "label": "", + "placeholder": "" + }, "buttons": { "submit": "" } -} \ No newline at end of file +} diff --git a/public/locales/sv/settings/general/config-changer.json b/public/locales/sv/settings/general/config-changer.json index 6d130e67d..c6edaeb71 100644 --- a/public/locales/sv/settings/general/config-changer.json +++ b/public/locales/sv/settings/general/config-changer.json @@ -49,7 +49,7 @@ "text": "" }, "reject": { - "text": "" + "text": "Det här filformatet stöds inte. Ladda endast upp JSON." } } } \ No newline at end of file diff --git a/public/locales/sv/settings/general/internationalization.json b/public/locales/sv/settings/general/internationalization.json index 9e26dfeeb..0a479d3fe 100644 --- a/public/locales/sv/settings/general/internationalization.json +++ b/public/locales/sv/settings/general/internationalization.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Språk" +} \ No newline at end of file diff --git a/public/locales/sv/settings/general/module-enabler.json b/public/locales/sv/settings/general/module-enabler.json index 9e26dfeeb..d74a481fc 100644 --- a/public/locales/sv/settings/general/module-enabler.json +++ b/public/locales/sv/settings/general/module-enabler.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "title": "Modulaktiverare" +} \ No newline at end of file diff --git a/public/locales/sv/settings/general/search-engine.json b/public/locales/sv/settings/general/search-engine.json index 20a3b127a..96c16a3ba 100644 --- a/public/locales/sv/settings/general/search-engine.json +++ b/public/locales/sv/settings/general/search-engine.json @@ -1,11 +1,11 @@ { - "title": "", + "title": "Sökmotor", "tips": { - "generalTip": "", - "placeholderTip": "" + "generalTip": "Använd prefixen !yt och !t framför din sökning för att söka på YouTube eller efter en Torrent.", + "placeholderTip": "%s kan användas som platshållare för förfrågningen." }, "customEngine": { - "label": "", - "placeholder": "" + "label": "URL för förfrågan", + "placeholder": "Anpassad sök-URL" } } \ No newline at end of file diff --git a/public/locales/sv/settings/general/theme-selector.json b/public/locales/sv/settings/general/theme-selector.json index 9e26dfeeb..5d9ad5a96 100644 --- a/public/locales/sv/settings/general/theme-selector.json +++ b/public/locales/sv/settings/general/theme-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Växla till {{theme}} läge" +} \ No newline at end of file diff --git a/public/locales/sv/settings/general/widget-positions.json b/public/locales/sv/settings/general/widget-positions.json index 9e26dfeeb..02ed34b24 100644 --- a/public/locales/sv/settings/general/widget-positions.json +++ b/public/locales/sv/settings/general/widget-positions.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Placera widgetar till vänster" +} \ No newline at end of file diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json new file mode 100644 index 000000000..b0252c001 --- /dev/null +++ b/public/locales/uk/common.json @@ -0,0 +1,11 @@ +{ + "actions": { + "save": "Зберегти" + }, + "tip": "Підказка: ", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/uk/layout/add-service-app-shelf.json b/public/locales/uk/layout/add-service-app-shelf.json new file mode 100644 index 000000000..c131b7eb3 --- /dev/null +++ b/public/locales/uk/layout/add-service-app-shelf.json @@ -0,0 +1,121 @@ +{ + "actionIcon": { + "tooltip": "Додати сервіс" + }, + "modal": { + "title": "Додати сервіс", + "form": { + "validation": { + "invalidUrl": "Будь ласка, введіть дійсну URL-адресу", + "noStatusCodeSelected": "Оберіть статус-код" + } + }, + "tabs": { + "options": { + "title": "Параметри", + "form": { + "serviceName": { + "label": "Назва сервісу", + "placeholder": "Plex" + }, + "iconUrl": { + "label": "URL іконки" + }, + "serviceUrl": { + "label": "URL сервісу" + }, + "onClickUrl": { + "label": "URL при натисканні" + }, + "serviceType": { + "label": "Тип сервісу", + "defaultValue": "Інше", + "placeholder": "Виберіть" + }, + "category": { + "label": "Категорія", + "placeholder": "Оберіть категорію або створіть нову", + "nothingFound": "Нічого не знайдено", + "createLabel": "+ Створити {{query}}" + }, + "integrations": { + "apiKey": { + "label": "API ключ", + "placeholder": "Ваш API ключ", + "validation": { + "noKey": "Невірний ключ" + }, + "tip": { + "text": "Отримати свій ключ API", + "link": "тут." + } + }, + "qBittorrent": { + "username": { + "label": "Логін", + "placeholder": "admin", + "validation": { + "invalidUsername": "Невірний логін" + } + }, + "password": { + "label": "Пароль", + "placeholder": "adminadmin", + "validation": { + "invalidPassword": "Невірний пароль" + } + } + }, + "deluge": { + "password": { + "label": "Пароль", + "placeholder": "пароль", + "validation": { + "invalidPassword": "Невірний пароль" + } + } + }, + "transmission": { + "username": { + "label": "Логін", + "placeholder": "admin", + "validation": { + "invalidUsername": "Невірний логін" + } + }, + "password": { + "label": "Пароль", + "placeholder": "adminadmin", + "validation": { + "invalidPassword": "Невірний пароль" + } + } + } + } + } + }, + "advancedOptions": { + "title": "Розширені параметри", + "form": { + "ping": { + "label": "Пінг служби" + }, + "httpStatusCodes": { + "label": "Коди статусу HTTP", + "placeholder": "Виберіть правильні коди статусу", + "clearButtonLabel": "Очистити вибране", + "nothingFound": "Нічого не знайдено" + }, + "openServiceInNewTab": { + "label": "Відкрити сервіс у новій вкладці" + }, + "buttons": { + "submit": { + "content": "Додати сервіс" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/public/locales/uk/layout/app-shelf-menu.json b/public/locales/uk/layout/app-shelf-menu.json new file mode 100644 index 000000000..4eeba2ce5 --- /dev/null +++ b/public/locales/uk/layout/app-shelf-menu.json @@ -0,0 +1,18 @@ +{ + "modal": { + "title": "Редагувати сервіс", + "buttons": { + "save": "Зберегти сервіс" + } + }, + "menu": { + "labels": { + "settings": "Налаштування", + "dangerZone": "Небезпечна зона" + }, + "actions": { + "edit": "Редагувати", + "delete": "Видалити" + } + } +} \ No newline at end of file diff --git a/public/locales/uk/layout/app-shelf.json b/public/locales/uk/layout/app-shelf.json new file mode 100644 index 000000000..7b12fcedb --- /dev/null +++ b/public/locales/uk/layout/app-shelf.json @@ -0,0 +1,10 @@ +{ + "accordions": { + "downloads": { + "text": "Ваші завантаження" + }, + "others": { + "text": "Інше" + } + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/calendar.json b/public/locales/uk/modules/calendar.json new file mode 100644 index 000000000..518d396e0 --- /dev/null +++ b/public/locales/uk/modules/calendar.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Календар", + "description": "Модуль календаря для відображення майбутніх релізів. Він взаємодіє з API Sonarr і Radarr.", + "settings": { + "sundayStart": { + "label": "Почати тиждень у Неділю" + } + } + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/common-media-cards.json b/public/locales/uk/modules/common-media-cards.json new file mode 100644 index 000000000..33eb3179c --- /dev/null +++ b/public/locales/uk/modules/common-media-cards.json @@ -0,0 +1,6 @@ +{ + "buttons": { + "play": "Грати", + "request": "Запит" + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/common.json b/public/locales/uk/modules/common.json new file mode 100644 index 000000000..f48fb9d7c --- /dev/null +++ b/public/locales/uk/modules/common.json @@ -0,0 +1,5 @@ +{ + "settings": { + "label": "Налаштування" + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/dashdot.json b/public/locales/uk/modules/dashdot.json new file mode 100644 index 000000000..e8c1664f4 --- /dev/null +++ b/public/locales/uk/modules/dashdot.json @@ -0,0 +1,60 @@ +{ + "descriptor": { + "name": "Dash.", + "description": "Модуль для відображення графіків від вашого Dash. сервісу.", + "settings": { + "cpuMultiView": { + "label": "Процесор по ядрах" + }, + "storageMultiView": { + "label": "Сховище по дисках" + }, + "useCompactView": { + "label": "Компактний вигляд" + }, + "graphs": { + "label": "Графіки", + "options": { + "cpu": "Процесор", + "ram": "Оперативна пам'ять", + "storage": "Диск", + "network": "Мережа", + "gpu": "Графічний процесор" + } + }, + "url": { + "label": "Dash. URL" + } + } + }, + "card": { + "title": "Dash.", + "errors": { + "noService": "Dash. сервіс не знайдено. Будь ласка, додайте його до головної панелі чи встановіть Dash. URL в налаштуваннях модулю", + "noInformation": "Не вдалося отримати інформацію з Dash. - чи ви використовуєте останню версію?" + }, + "graphs": { + "storage": { + "title": "Диск", + "label": "Диск:" + }, + "network": { + "title": "Мережа", + "label": "Мережа:", + "metrics": { + "download": "Завантаження", + "upload": "Віддача" + } + }, + "cpu": { + "title": "Процесор" + }, + "memory": { + "title": "Оперативна пам'ять" + }, + "gpu": { + "title": "Графічний процесор" + } + } + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/date.json b/public/locales/uk/modules/date.json new file mode 100644 index 000000000..37a6f00d8 --- /dev/null +++ b/public/locales/uk/modules/date.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Дата", + "description": "Показати поточний час і дату в картці", + "settings": { + "display24HourFormat": { + "label": "Показувати повний час (24 години)" + } + } + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/dlspeed.json b/public/locales/uk/modules/dlspeed.json new file mode 100644 index 000000000..bca2dc7b7 --- /dev/null +++ b/public/locales/uk/modules/dlspeed.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "Швидкість завантаження", + "description": "Показувати поточну швидкість завантаження для сервісів, які підтримуються" + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/docker.json b/public/locales/uk/modules/docker.json new file mode 100644 index 000000000..f052caf49 --- /dev/null +++ b/public/locales/uk/modules/docker.json @@ -0,0 +1,71 @@ +{ + "descriptor": { + "name": "Docker", + "description": "Дозволяє легко керувати торентами" + }, + "search": { + "placeholder": "Пошук по назві контейнера або образу" + }, + "table": { + "header": { + "name": "Ім’я", + "image": "Образ", + "ports": "Порти", + "state": "Стан" + }, + "body": { + "portCollapse": "{{ports}} більше" + }, + "states": { + "running": "Запущено", + "created": "Створено", + "stopped": "Зупинено", + "unknown": "Невідомо" + } + }, + "actionBar": { + "addService": { + "title": "Додати сервіс", + "message": "Додати сервіс до Homarr" + }, + "restart": { + "title": "Перезапустити" + }, + "stop": { + "title": "Зупинити" + }, + "start": { + "title": "Пуск" + }, + "refreshData": { + "title": "" + }, + "remove": { + "title": "Видалити" + }, + "addToHomarr": { + "title": "Додати до Homarr" + } + }, + "messages": { + "successfullyExecuted": { + "title": "Контейнер {{containerName}} виконав дію {{action}}", + "message": "Ваш контейнер успішно виконав - {{action}}" + } + }, + "errors": { + "integrationFailed": { + "title": "Помилка інтеграції з Docker", + "message": "Ви забули під'єднати docker сокет?" + }, + "unknownError": { + "title": "Виникла помилка" + }, + "oneServiceAtATime": { + "title": "Будь ласка, лише один сервіс за один раз!" + } + }, + "actionIcon": { + "tooltip": "Docker" + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/overseerr.json b/public/locales/uk/modules/overseerr.json new file mode 100644 index 000000000..124c1e0f3 --- /dev/null +++ b/public/locales/uk/modules/overseerr.json @@ -0,0 +1,30 @@ +{ + "descriptor": { + "name": "Overseerr", + "description": "Дозволяє вам шукати і додавати медіа з Overseerr/Jellyseerr" + }, + "popup": { + "item": { + "buttons": { + "askFor": "Попросити {{title}}", + "cancel": "Скасувати", + "request": "Запит" + }, + "alerts": { + "automaticApproval": { + "title": "Використовуючи API ключ", + "text": "Цей запит буде автоматично підтверджено" + } + } + }, + "seasonSelector": { + "caption": "Позначте сезони, які ви хочете завантажити", + "table": { + "header": { + "season": "Сезон", + "numberOfEpisodes": "Кількість серій" + } + } + } + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/ping.json b/public/locales/uk/modules/ping.json new file mode 100644 index 000000000..878ff1c3c --- /dev/null +++ b/public/locales/uk/modules/ping.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Пінг", + "description": "Дозволяє перевірити, чи працює сервіс або повертає певний код статусу HTTP." + }, + "states": { + "online": "Онлайн {{response}}", + "offline": "Оффлайн {{response}}", + "loading": "Завантаження..." + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/search.json b/public/locales/uk/modules/search.json new file mode 100644 index 000000000..ce2b12775 --- /dev/null +++ b/public/locales/uk/modules/search.json @@ -0,0 +1,9 @@ +{ + "descriptor": { + "name": "Панель пошуку", + "description": "Панель для пошуку в Інтернеті, Youtube, Torrents або Overseerr" + }, + "input": { + "placeholder": "Пошук в Інтернеті..." + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/torrents-status.json b/public/locales/uk/modules/torrents-status.json new file mode 100644 index 000000000..074976700 --- /dev/null +++ b/public/locales/uk/modules/torrents-status.json @@ -0,0 +1,40 @@ +{ + "descriptor": { + "name": "Торент", + "description": "Показувати поточну швидкість завантаження для сервісів, які підтримуються", + "settings": { + "hideComplete": { + "label": "Приховувати завершені" + } + } + }, + "card": { + "table": { + "header": { + "name": "Ім’я", + "size": "Розмір", + "download": "Завантаження", + "upload": "Віддача", + "estimatedTimeOfArrival": "Залишилося", + "progress": "Прогрес" + }, + "body": { + "nothingFound": "Не знайдено торентів" + } + }, + "lineChart": { + "title": "Швидкість завантаження", + "download": "Завантаження: {{download}}", + "upload": "Віддача: {{upload}}", + "timeSpan": "{{seconds}} секунд тому", + "totalDownload": "Завантаження: {{download}}/сек", + "totalUpload": "Віддача: {{upload}}/сек" + }, + "errors": { + "noDownloadClients": { + "title": "Не знайдено клієнтів для завантаження що підтримуються!", + "text": "Додайте сервіс завантаження, щоб переглянути поточні завантаження" + } + } + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/usenet.json b/public/locales/uk/modules/usenet.json new file mode 100644 index 000000000..bdb242fb0 --- /dev/null +++ b/public/locales/uk/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "Не знайдено клієнтів для завантаження що підтримуються!", + "text": "Додайте сервіс завантаження, щоб переглянути поточні завантаження" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "Ім’я", + "size": "Розмір", + "eta": "Залишилося", + "progress": "Прогрес" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "Ім’я", + "size": "Розмір", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/uk/modules/weather.json b/public/locales/uk/modules/weather.json new file mode 100644 index 000000000..c267f65e0 --- /dev/null +++ b/public/locales/uk/modules/weather.json @@ -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": "Невідомо" + } + } +} \ No newline at end of file diff --git a/public/locales/uk/settings/common.json b/public/locales/uk/settings/common.json new file mode 100644 index 000000000..659efab4f --- /dev/null +++ b/public/locales/uk/settings/common.json @@ -0,0 +1,14 @@ +{ + "title": "Налаштування", + "tooltip": "Налаштування", + "tabs": { + "common": "Звичайний", + "customizations": "Персоналізація" + }, + "tips": { + "configTip": "Завантажте файл конфігурації, перетягуючи його на сторінку!" + }, + "credits": { + "madeWithLove": "Зроблено з ❤️ by @" + } +} \ No newline at end of file diff --git a/public/locales/uk/settings/customization/app-width.json b/public/locales/uk/settings/customization/app-width.json new file mode 100644 index 000000000..898ae08ba --- /dev/null +++ b/public/locales/uk/settings/customization/app-width.json @@ -0,0 +1,3 @@ +{ + "label": "Ширина додатку" +} \ No newline at end of file diff --git a/public/locales/uk/settings/customization/color-selector.json b/public/locales/uk/settings/customization/color-selector.json new file mode 100644 index 000000000..8f79746bf --- /dev/null +++ b/public/locales/uk/settings/customization/color-selector.json @@ -0,0 +1,3 @@ +{ + "suffix": "{{color}} колір" +} \ No newline at end of file diff --git a/public/locales/uk/settings/customization/opacity-selector.json b/public/locales/uk/settings/customization/opacity-selector.json new file mode 100644 index 000000000..29a8a5631 --- /dev/null +++ b/public/locales/uk/settings/customization/opacity-selector.json @@ -0,0 +1,3 @@ +{ + "label": "Непрозорість" +} \ No newline at end of file diff --git a/public/locales/uk/settings/customization/page-appearance.json b/public/locales/uk/settings/customization/page-appearance.json new file mode 100644 index 000000000..7f305b92b --- /dev/null +++ b/public/locales/uk/settings/customization/page-appearance.json @@ -0,0 +1,25 @@ +{ + "pageTitle": { + "label": "Заголовок сторінки", + "placeholder": "Homarr 🦞" + }, + "logo": { + "label": "Логотип", + "placeholder": "/img/logo.png" + }, + "favicon": { + "label": "Іконка", + "placeholder": "/favicon.png" + }, + "background": { + "label": "Фон", + "placeholder": "/img/background.png" + }, + "customCSS": { + "label": "Власний CSS", + "placeholder": "Власний CSS буде оброблятися в останню чергу" + }, + "buttons": { + "submit": "Надіслати" + } +} diff --git a/public/locales/uk/settings/customization/shade-selector.json b/public/locales/uk/settings/customization/shade-selector.json new file mode 100644 index 000000000..7a3d49d27 --- /dev/null +++ b/public/locales/uk/settings/customization/shade-selector.json @@ -0,0 +1,3 @@ +{ + "label": "Тінь" +} \ No newline at end of file diff --git a/public/locales/uk/settings/general/color-schema.json b/public/locales/uk/settings/general/color-schema.json new file mode 100644 index 000000000..9a3227dae --- /dev/null +++ b/public/locales/uk/settings/general/color-schema.json @@ -0,0 +1,3 @@ +{ + "label": "Перейти в {{scheme}} режим" +} \ No newline at end of file diff --git a/public/locales/uk/settings/general/config-changer.json b/public/locales/uk/settings/general/config-changer.json new file mode 100644 index 000000000..45ddbea7a --- /dev/null +++ b/public/locales/uk/settings/general/config-changer.json @@ -0,0 +1,55 @@ +{ + "configSelect": { + "label": "Завантаження налаштувань" + }, + "modal": { + "title": "Виберіть ім'я для нової конфігурації", + "form": { + "configName": { + "label": "Ім'я конфігурації", + "placeholder": "Нове ім'я вашої конфігурації" + }, + "submitButton": "Підтвердити" + }, + "events": { + "configSaved": { + "title": "Конфігурацію збережено", + "message": "Конфігурація збережена як {{configName}}" + } + } + }, + "buttons": { + "download": "Скачати конфігурацію", + "delete": { + "text": "Видалити конфігурацію", + "notifications": { + "deleted": { + "title": "Конфігурацію видалено", + "message": "Конфігурацію видалено" + }, + "deleteFailed": { + "title": "Помилка видалення конфігурації", + "message": "Помилка видалення конфігурації" + } + } + }, + "saveCopy": "Зберегти копію" + }, + "dropzone": { + "notifications": { + "invalidConfig": { + "title": "Не вдалось завантажити конфігурацію", + "message": "Не вдалося завантажити вашу конфігурацію. Недійсний формат JSON." + }, + "loadedSuccessfully": { + "title": "Конфігурацію {{configName}} завантажено успішно" + } + }, + "accept": { + "text": "Перетягніть файли сюди для завантаження конфігурації. Підтримка лише для JSON." + }, + "reject": { + "text": "Цей формат файлу не підтримується. Будь ласка, лише завантажте JSON." + } + } +} \ No newline at end of file diff --git a/public/locales/uk/settings/general/internationalization.json b/public/locales/uk/settings/general/internationalization.json new file mode 100644 index 000000000..3c69ecf6c --- /dev/null +++ b/public/locales/uk/settings/general/internationalization.json @@ -0,0 +1,3 @@ +{ + "label": "Мова/Language" +} \ No newline at end of file diff --git a/public/locales/uk/settings/general/module-enabler.json b/public/locales/uk/settings/general/module-enabler.json new file mode 100644 index 000000000..a6415343f --- /dev/null +++ b/public/locales/uk/settings/general/module-enabler.json @@ -0,0 +1,3 @@ +{ + "title": "Використовувати модулі" +} \ No newline at end of file diff --git a/public/locales/uk/settings/general/search-engine.json b/public/locales/uk/settings/general/search-engine.json new file mode 100644 index 000000000..2b96eb35a --- /dev/null +++ b/public/locales/uk/settings/general/search-engine.json @@ -0,0 +1,11 @@ +{ + "title": "Пошукова система", + "tips": { + "generalTip": "Використовуйте префікси !yt і !t перед вашим запитом на YouTube або Торрент відповідно.", + "placeholderTip": "%s можна використовувати як заповнювач для запиту." + }, + "customEngine": { + "label": "URL-адреса запиту", + "placeholder": "Власна URL-адреса запиту" + } +} \ No newline at end of file diff --git a/public/locales/uk/settings/general/theme-selector.json b/public/locales/uk/settings/general/theme-selector.json new file mode 100644 index 000000000..d5a4eecfb --- /dev/null +++ b/public/locales/uk/settings/general/theme-selector.json @@ -0,0 +1,3 @@ +{ + "label": "Перейти в {{theme}} режим" +} \ No newline at end of file diff --git a/public/locales/uk/settings/general/widget-positions.json b/public/locales/uk/settings/general/widget-positions.json new file mode 100644 index 000000000..71c4f67e7 --- /dev/null +++ b/public/locales/uk/settings/general/widget-positions.json @@ -0,0 +1,3 @@ +{ + "label": "Показувати віджети зліва" +} \ No newline at end of file diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index 231732eb5..c610c224e 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -2,5 +2,10 @@ "actions": { "save": "" }, - "tip": "" -} \ No newline at end of file + "tip": "", + "time": { + "seconds": "", + "minutes": "", + "hours": "" + } +} diff --git a/public/locales/zh/layout/add-service-app-shelf.json b/public/locales/zh/layout/add-service-app-shelf.json index 5868261d6..497d24e19 100644 --- a/public/locales/zh/layout/add-service-app-shelf.json +++ b/public/locales/zh/layout/add-service-app-shelf.json @@ -97,6 +97,9 @@ "advancedOptions": { "title": "", "form": { + "ping": { + "label": "" + }, "httpStatusCodes": { "label": "", "placeholder": "", diff --git a/public/locales/zh/modules/docker.json b/public/locales/zh/modules/docker.json index a2a185261..c58cfd81a 100644 --- a/public/locales/zh/modules/docker.json +++ b/public/locales/zh/modules/docker.json @@ -37,12 +37,14 @@ "start": { "title": "" }, - "refreshData": "", - "addToHomarr": { + "refreshData": { "title": "" }, "remove": { "title": "" + }, + "addToHomarr": { + "title": "" } }, "messages": { diff --git a/public/locales/zh/modules/usenet.json b/public/locales/zh/modules/usenet.json new file mode 100644 index 000000000..b223d452d --- /dev/null +++ b/public/locales/zh/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } + }, + "tabs": { + "queue": "", + "history": "" + }, + "info": { + "sizeLeft": "", + "paused": "" + }, + "queue": { + "header": { + "name": "", + "size": "", + "eta": "", + "progress": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + }, + "history": { + "header": { + "name": "", + "size": "", + "duration": "" + }, + "empty": "", + "error": { + "title": "", + "message": "" + }, + "paused": "" + } +} diff --git a/public/locales/zh/settings/customization/page-appearance.json b/public/locales/zh/settings/customization/page-appearance.json index 592c372a8..27ab9ce5c 100644 --- a/public/locales/zh/settings/customization/page-appearance.json +++ b/public/locales/zh/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "", "placeholder": "" }, + "customCSS": { + "label": "", + "placeholder": "" + }, "buttons": { "submit": "" } -} \ No newline at end of file +}