diff --git a/public/locales/cn/settings/customization/page-appearance.json b/public/locales/cn/settings/customization/page-appearance.json index 928245782..dc18d7a4b 100644 --- a/public/locales/cn/settings/customization/page-appearance.json +++ b/public/locales/cn/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "背景" }, + "backgroundImageAttachment": { + "label": "背景图片附件", + "options": { + "fixed": "固定 - 背景保持在同一位置(推荐)", + "scroll": "滚动 - 背景随鼠标滚动" + } + }, + "backgroundImageSize": { + "label": "背景图像大小", + "options": { + "cover": "覆盖 - 通过裁剪多余的空间,将图像缩放得尽可能小以覆盖整个窗口。 (推荐使用)", + "contain": "包含 - 在不裁剪或拉伸图像的情况下,在容器内尽可能大地缩放图像。" + } + }, + "backgroundImageRepeat": { + "label": "背景图片附件", + "options": { + "repeat": "重复 - 根据需要重复图像,以覆盖整个背景图像绘制区域。", + "no-repeat": "无重复 - 图像不重复且可能不会填满整个空间(推荐)", + "repeat-x": "重复 X - 与 \"重复 \"相同,但只在水平轴上重复。", + "repeat-y": "重复 Y - 与 \"重复 \"相同,但只在垂直轴上重复。" + } + }, "customCSS": { "label": "自定义 CSS", "description": "只推荐有经验的用户使用 CSS 自定义面板", "placeholder": "自定义 CSS 将在最后应用", "applying": "应用CSS中..." } -} \ No newline at end of file +} diff --git a/public/locales/cr/settings/customization/page-appearance.json b/public/locales/cr/settings/customization/page-appearance.json index a06ab514b..3895e5389 100644 --- a/public/locales/cr/settings/customization/page-appearance.json +++ b/public/locales/cr/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "crwdns1628:0crwdne1628:0" }, + "backgroundImageAttachment": { + "label": "crwdns4010:0crwdne4010:0", + "options": { + "fixed": "crwdns4012:0crwdne4012:0", + "scroll": "crwdns4014:0crwdne4014:0" + } + }, + "backgroundImageSize": { + "label": "crwdns4016:0crwdne4016:0", + "options": { + "cover": "crwdns4018:0crwdne4018:0", + "contain": "crwdns4020:0crwdne4020:0" + } + }, + "backgroundImageRepeat": { + "label": "crwdns4022:0crwdne4022:0", + "options": { + "repeat": "crwdns4024:0crwdne4024:0", + "no-repeat": "crwdns4032:0crwdne4032:0", + "repeat-x": "crwdns4028:0crwdne4028:0", + "repeat-y": "crwdns4030:0crwdne4030:0" + } + }, "customCSS": { "label": "crwdns1702:0crwdne1702:0", "description": "crwdns2723:0crwdne2723:0", "placeholder": "crwdns2389:0crwdne2389:0", "applying": "crwdns2561:0crwdne2561:0" } -} \ No newline at end of file +} diff --git a/public/locales/cr/tools/docker.json b/public/locales/cr/tools/docker.json index 998b0210e..ff103e2a1 100644 --- a/public/locales/cr/tools/docker.json +++ b/public/locales/cr/tools/docker.json @@ -2,7 +2,7 @@ "title": "crwdns3821:0crwdne3821:0", "alerts": { "notConfigured": { - "text": "crwdns3823:0crwdne3823:0" + "text": "crwdns4008:0crwdne4008:0" } }, "modals": { diff --git a/public/locales/cs/boards/customize.json b/public/locales/cs/boards/customize.json index 67fbe9da0..11da29d04 100644 --- a/public/locales/cs/boards/customize.json +++ b/public/locales/cs/boards/customize.json @@ -1,5 +1,5 @@ { - "metaTitle": "", + "metaTitle": "Přizpůsobení {{name}} plochy", "pageTitle": "Přizpůsobení {{name}} plochy", "backToBoard": "Zpět na plochu", "settings": { diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 69e78f046..065f41b13 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -1,5 +1,5 @@ { - "save": "", + "save": "Uložit", "apply": "", "insert": "", "about": "", @@ -17,13 +17,13 @@ "enableAll": "", "disableAll": "", "version": "", - "changePosition": "", + "changePosition": "Změnit pozici", "remove": "", "removeConfirm": "", "createItem": "", "sections": { "settings": "", - "dangerZone": "" + "dangerZone": "Nebezpečná zóna" }, "secrets": { "apiKey": "", diff --git a/public/locales/cs/layout/header.json b/public/locales/cs/layout/header.json index dbef625cd..0b40bc882 100644 --- a/public/locales/cs/layout/header.json +++ b/public/locales/cs/layout/header.json @@ -14,7 +14,7 @@ "preferences": "Uživatelská nastavení", "defaultBoard": "Výchozí plocha", "manage": "Spravovat", - "logout": "Odhlásit z {{username}}", + "logout": "Odhlásit {{username}}", "login": "" } }, diff --git a/public/locales/cs/layout/modals/add-app.json b/public/locales/cs/layout/modals/add-app.json index f5a7aa4ea..efadec3f7 100644 --- a/public/locales/cs/layout/modals/add-app.json +++ b/public/locales/cs/layout/modals/add-app.json @@ -1,21 +1,21 @@ { "tabs": { - "general": "", - "behaviour": "", + "general": "Obecné", + "behaviour": "Chování", "network": "", - "appearance": "", - "integration": "" + "appearance": "Vzhled", + "integration": "Integrace" }, "general": { "appname": { - "label": "", + "label": "Název aplikace", "description": "" }, "internalAddress": { "label": "", "description": "", "troubleshoot": { - "label": "", + "label": "Narazili jste na problém?", "header": "", "lines": { "nothingAfterPort": "", @@ -36,11 +36,11 @@ }, "behaviour": { "isOpeningNewTab": { - "label": "", - "description": "" + "label": "Otevřít na nové kartě", + "description": "Otevřete aplikaci na nové kartě místo aktuální." }, "tooltipDescription": { - "label": "", + "label": "Popis aplikace", "description": "" }, "customProtocolWarning": "" diff --git a/public/locales/cs/modules/bookmark.json b/public/locales/cs/modules/bookmark.json index 6fedba2d9..87bf684c7 100644 --- a/public/locales/cs/modules/bookmark.json +++ b/public/locales/cs/modules/bookmark.json @@ -35,7 +35,7 @@ }, "name": "", "url": "", - "newTab": "", + "newTab": "Otevřít na nové kartě", "hideHostname": "", "hideIcon": "", "delete": "" diff --git a/public/locales/cs/modules/media-server.json b/public/locales/cs/modules/media-server.json index 7ae94eb7f..16a686ef7 100644 --- a/public/locales/cs/modules/media-server.json +++ b/public/locales/cs/modules/media-server.json @@ -1,12 +1,12 @@ { "descriptor": { - "name": "", + "name": "Mediální server", "description": "", "settings": { "title": "" } }, - "loading": "", + "loading": "Načítání streamů", "card": { "table": { "header": { diff --git a/public/locales/cs/modules/torrents-status.json b/public/locales/cs/modules/torrents-status.json index 97a4805ed..4d700fe75 100644 --- a/public/locales/cs/modules/torrents-status.json +++ b/public/locales/cs/modules/torrents-status.json @@ -75,8 +75,8 @@ } }, "loading": { - "title": "", - "description": "" + "title": "Načítání", + "description": "Navazování spojení" }, "popover": { "introductionPrefix": "", diff --git a/public/locales/cs/settings/customization/general.json b/public/locales/cs/settings/customization/general.json index 75854abae..ed76ad44d 100644 --- a/public/locales/cs/settings/customization/general.json +++ b/public/locales/cs/settings/customization/general.json @@ -14,7 +14,7 @@ "description": "Upravte názvy, logo a PWA" }, "appereance": { - "name": "", + "name": "Vzhled", "description": "Přizpůsobte pozadí, barvy a zobrazení aplikací" }, "accessibility": { @@ -22,7 +22,7 @@ "description": "" }, "access": { - "name": "", + "name": "Oprávnění", "description": "Nastavte, kdo má přístup k Vaší ploše" } } diff --git a/public/locales/cs/settings/customization/page-appearance.json b/public/locales/cs/settings/customization/page-appearance.json index 2ca246303..7f98a8ed0 100644 --- a/public/locales/cs/settings/customization/page-appearance.json +++ b/public/locales/cs/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Pozadí" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Vlastní CSS", "description": "Dále si můžete přizpůsobit ovládací panel pomocí CSS, doporučujeme pouze zkušeným uživatelům", "placeholder": "", "applying": "" } -} \ No newline at end of file +} diff --git a/public/locales/cs/tools/docker.json b/public/locales/cs/tools/docker.json index 8d403475c..54e726b73 100644 --- a/public/locales/cs/tools/docker.json +++ b/public/locales/cs/tools/docker.json @@ -2,7 +2,7 @@ "title": "", "alerts": { "notConfigured": { - "text": "Vaše instance Homarr nemá nakonfigurovaný Docker nebo se nepodařilo načíst kontejnery. Podívejte se prosím do dokumentace, jak integraci nastavit." + "text": "" } }, "modals": { diff --git a/public/locales/da/settings/customization/page-appearance.json b/public/locales/da/settings/customization/page-appearance.json index 6df6a8617..7f567f72f 100644 --- a/public/locales/da/settings/customization/page-appearance.json +++ b/public/locales/da/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Baggrund" }, + "backgroundImageAttachment": { + "label": "Vedhæftning af baggrundsbillede", + "options": { + "fixed": "Fast - Baggrunden forbliver i samme position (anbefales)", + "scroll": "Scroll - Baggrunden scroller med musen" + } + }, + "backgroundImageSize": { + "label": "Baggrundsbilledets størrelse", + "options": { + "cover": "Cover - Skalerer billedet så lille som muligt for at dække hele vinduet ved at beskære for overskydende materiale. (anbefalede)", + "contain": "Indehold - Skalerer billedet så stort som muligt i dets ramme uden at beskære eller strække billedet." + } + }, + "backgroundImageRepeat": { + "label": "Vedhæftning af baggrundsbillede", + "options": { + "repeat": "Gentag - Billedet gentages så meget som nødvendigt for at dække hele baggrundsbilledets maleområde.", + "no-repeat": "Ingen gentagelse - Billedet gentages ikke og fylder muligvis ikke hele rummet (anbefales)", + "repeat-x": "Gentag X - Samme som 'Gentag' men kun på vandret akse.", + "repeat-y": "Gentag Y - Samme som 'Gentag' men kun på lodret akse." + } + }, "customCSS": { "label": "Tilpasset CSS", "description": "Yderligere, tilpasse dit dashboard ved hjælp af CSS, anbefales kun til erfarne brugere", "placeholder": "Brugerdefineret CSS vil blive anvendt sidst", "applying": "Anvender CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/da/tools/docker.json b/public/locales/da/tools/docker.json index 4ff6d913a..eabaff878 100644 --- a/public/locales/da/tools/docker.json +++ b/public/locales/da/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Din Homarr-instans har ikke Docker konfigureret, eller den har fejlet i at hente containere. Se i dokumentationen, hvordan du sætter integrationen op." + "text": "Din Homarr-instans har ikke Docker konfigureret, eller den har ikke kunne hente containere. Se venligst dokumentationen for, hvordan du opsætter integrationen." } }, "modals": { diff --git a/public/locales/de/settings/customization/page-appearance.json b/public/locales/de/settings/customization/page-appearance.json index b67918dac..c35ff49ce 100644 --- a/public/locales/de/settings/customization/page-appearance.json +++ b/public/locales/de/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Hintergrund" }, + "backgroundImageAttachment": { + "label": "Anhang des Hintergrundbildes", + "options": { + "fixed": "Fixiert - Hintergrund bleibt in der gleichen Position (empfohlen)", + "scroll": "Scrollen – Scrollt mit der Maus im Hintergrund" + } + }, + "backgroundImageSize": { + "label": "Hintergrundbild-Größe", + "options": { + "cover": "Abdecken - Skaliert das Bild so klein wie möglich, um das gesamte Fenster abzudecken, indem überschüssiger Platz abgeschnitten wird. (empfohlen)", + "contain": "Einschließen – Skaliert das Bild innerhalb seines Containers so groß wie möglich, ohne das Bild zu beschneiden oder zu strecken." + } + }, + "backgroundImageRepeat": { + "label": "Anhang des Hintergrundbildes", + "options": { + "repeat": "Wiederholen - Das Bild wird so oft wiederholt, bis es den gesamten Bereich des Hintergrundbildes abdeckt.", + "no-repeat": "Keine Wiederholung – Das Bild wird nicht wiederholt und füllt möglicherweise nicht den gesamten Raum aus (empfohlen)", + "repeat-x": "Wiederholen X – Wie „Wiederholen“, jedoch nur auf der horizontalen Achse.", + "repeat-y": "Wiederholen Y – Wie „Wiederholen“, jedoch nur auf der vertikalen Achse." + } + }, "customCSS": { "label": "Benutzerdefiniertes CSS", "description": "Außerdem können Sie Ihr Dashboard mittels CSS anpassen, dies wird nur für erfahrene Benutzer empfohlen", "placeholder": "Benutzerdefiniertes CSS wird zuletzt angewendet", "applying": "CSS wird übernommen..." } -} \ No newline at end of file +} diff --git a/public/locales/de/tools/docker.json b/public/locales/de/tools/docker.json index 622947e1f..5f6ed9797 100644 --- a/public/locales/de/tools/docker.json +++ b/public/locales/de/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Auf Ihrer Homarr-Instanz ist Docker nicht konfiguriert oder es ist nicht möglich, Container zu erkennen. Bitte lesen Sie in der Dokumentation nach, wie Sie diese Integration einrichten können." + "text": "Auf Ihrer Homarr-Instanz ist Docker nicht konfiguriert oder es war nicht möglich, Container abzurufen. Bitte lesen Sie in der Dokumentation nach, wie Sie diese Integration einrichten können." } }, "modals": { diff --git a/public/locales/el/settings/customization/page-appearance.json b/public/locales/el/settings/customization/page-appearance.json index 7be2dfb8f..4f8e0ed7a 100644 --- a/public/locales/el/settings/customization/page-appearance.json +++ b/public/locales/el/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Φόντο" }, + "backgroundImageAttachment": { + "label": "Συνημμένη εικόνα φόντου", + "options": { + "fixed": "Σταθερό - Το φόντο παραμένει στην ίδια θέση (συνιστάται)", + "scroll": "Κύλιση - Κύλιση φόντου με το ποντίκι σας" + } + }, + "backgroundImageSize": { + "label": "Μέγεθος εικόνας φόντου", + "options": { + "cover": "Κάλυψη - Κλιμακώνει την εικόνα όσο το δυνατόν μικρότερα για να καλύψει ολόκληρο το παράθυρο, περικόπτοντας τον υπερβολικό χώρο. (συνιστάται)", + "contain": "Περιέχει - Κλιμακώνει την εικόνα όσο το δυνατόν περισσότερο μέσα στο χώρο περιέλευσής της, χωρίς περικοπή ή τέντωμα της εικόνας." + } + }, + "backgroundImageRepeat": { + "label": "Συνημμένη εικόνα φόντου", + "options": { + "repeat": "Επανάληψη - Η εικόνα επαναλαμβάνεται όσο χρειάζεται για να καλύψει ολόκληρη την περιοχή ζωγραφικής της εικόνας φόντου.", + "no-repeat": "Χωρίς επανάληψη - Η εικόνα δεν επαναλαμβάνεται και δεν μπορεί να γεμίσει ολόκληρο το χώρο (συνιστάται)", + "repeat-x": "Επανάληψη X - Ίδιο με το 'Επανάληψη' αλλά μόνο στον οριζόντιο άξονα.", + "repeat-y": "Επανάληψη Y - Ίδιο με το 'Επανάληψη' αλλά μόνο στον κατακόρυφο άξονα." + } + }, "customCSS": { "label": "Προσαρμοσμένη CSS", "description": "Περαιτέρω, προσαρμόστε τον πίνακα ελέγχου σας χρησιμοποιώντας CSS, συνιστάται μόνο για έμπειρους χρήστες", "placeholder": "Το προσαρμοσμένο CSS θα εφαρμοστεί τελευταίο", "applying": "Εφαρμογή CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/el/tools/docker.json b/public/locales/el/tools/docker.json index 7df956ae9..3a28ee8f0 100644 --- a/public/locales/el/tools/docker.json +++ b/public/locales/el/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Η Homarr εγκατάσταση σας δεν έχει το Docker εγκατεστημένο ή απέτυχε να ανακτήσει τα containers. Ελέγξτε την τεκμηρίωση για το πώς να ρυθμίσετε την ενσωμάτωση." + "text": "Η Homarr εγκατάσταση σας δεν έχει το Docker εγκατεστημένο ή απέτυχε να ανακτήσει containers. Ελέγξτε την τεκμηρίωση για το πώς να ρυθμίσετε την ενσωμάτωση." } }, "modals": { diff --git a/public/locales/es/layout/modals/about.json b/public/locales/es/layout/modals/about.json index b74557ce9..b9e408509 100644 --- a/public/locales/es/layout/modals/about.json +++ b/public/locales/es/layout/modals/about.json @@ -7,7 +7,7 @@ "keybinds": "Combinaciones de teclas", "translators": "Traductores ({{count}})", "translatorsDescription": "Gracias a estas personas, ¡Homarr está disponible en {{languages}} idiomas! ¿Quieres ayudar a traducir Homarr en tu idioma? Lee cómo hacerlo aquí.", - "contributors": "Contribuidores ({{count}})", + "contributors": "Colaboradores ({{count}})", "contributorsDescription": "¡Estas personas han creado el código que hace que Homarr funcione! ¿Quieres ayudar a construir Homarr? Lee cómo hacerlo aquí", "actions": { "toggleTheme": "Alternar modo claro/oscuro", diff --git a/public/locales/es/modules/notebook.json b/public/locales/es/modules/notebook.json index 4bf4cbf35..b9cf184dd 100644 --- a/public/locales/es/modules/notebook.json +++ b/public/locales/es/modules/notebook.json @@ -20,7 +20,7 @@ "bold": "Negrita", "italic": "Cursiva", "strikethrough": "Tachado", - "underline": "Subrayar", + "underline": "Subrayado", "colorText": "Color de texto", "colorHighlight": "Texto resaltado en color", "code": "Código", @@ -29,23 +29,23 @@ "align": "Alinear texto: {{position}}", "blockquote": "Cita", "horizontalLine": "Línea horizontal", - "bulletList": "Lista de viñetas", + "bulletList": "Lista sin ordenar", "orderedList": "Lista ordenada", - "checkList": "", - "increaseIndent": "Aumentar Sangría", - "decreaseIndent": "Disminuir Sangría", + "checkList": "Lista de control", + "increaseIndent": "Aumentar sangría", + "decreaseIndent": "Disminuir sangría", "link": "Enlace", "unlink": "Eliminar enlace", - "image": "Adjuntar Imagen", + "image": "Insertar imagen", "addTable": "Añadir tabla", - "deleteTable": "Eliminar Tabla", + "deleteTable": "Eliminar tabla", "colorCell": "Color de celda", "mergeCell": "Alternar combinación de celdas", - "addColumnLeft": "Añadir columna antes de", - "addColumnRight": "Añadir columna después de", + "addColumnLeft": "Añadir columna a la izquierda", + "addColumnRight": "Añadir columna a la derecha", "deleteColumn": "Eliminar columna", - "addRowTop": "Añadir fila antes de", - "addRowBelow": "Añador fila después de", + "addRowTop": "Añadir fila encima", + "addRowBelow": "Añadir fila debajo", "deleteRow": "Eliminar fila" }, "modals": { diff --git a/public/locales/es/modules/torrents-status.json b/public/locales/es/modules/torrents-status.json index 0518b7844..493c91153 100644 --- a/public/locales/es/modules/torrents-status.json +++ b/public/locales/es/modules/torrents-status.json @@ -27,8 +27,8 @@ "description": "Cuando se marca 'está en la lista blanca', actuará como una lista blanca. Si no se marca, esta es una lista negra. No hará nada cuando esté vacío" }, "displayRatioWithFilter": { - "label": "", - "info": "" + "label": "Mostrar la relación de la lista de torrents filtrados", + "info": "Si está deshabilitado, solo se mostrará la relación global. La relación global seguirá usando las etiquetas si están configuradas" } } }, @@ -36,8 +36,8 @@ "footer": { "error": "Error", "lastUpdated": "Última actualización hace {{time}}", - "ratioGlobal": "", - "ratioWithFilter": "" + "ratioGlobal": "Relación global", + "ratioWithFilter": "Relación con filtro" }, "table": { "header": { diff --git a/public/locales/es/settings/customization/page-appearance.json b/public/locales/es/settings/customization/page-appearance.json index b20a02e23..9035148af 100644 --- a/public/locales/es/settings/customization/page-appearance.json +++ b/public/locales/es/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Fondo" }, + "backgroundImageAttachment": { + "label": "Adjuntar imagen de fondo", + "options": { + "fixed": "Fijo - El fondo permanece en la misma posición (recomendado)", + "scroll": "Desplazar - El fondo se desplaza con el ratón" + } + }, + "backgroundImageSize": { + "label": "Tamaño de la imagen de fondo", + "options": { + "cover": "Cubrir - Escala la imagen lo mínimo posible para cubrir toda la ventana recortando el espacio excesivo (recomendado)", + "contain": "Contener - Escala la imagen lo más grande posible dentro de su contenedor sin recortarla ni estirarla" + } + }, + "backgroundImageRepeat": { + "label": "Adjuntar imagen de fondo", + "options": { + "repeat": "Repetir - La imagen se repite tanto como sea necesario para cubrir toda el área de pintura de la imagen de fondo", + "no-repeat": "Sin repetir - La imagen no se repite y puede no ocupar todo el espacio (recomendado)", + "repeat-x": "Repetir X - Igual que 'Repetir' pero sólo en el eje horizontal", + "repeat-y": "Repetir Y: igual que 'Repetir' pero solo en el eje vertical" + } + }, "customCSS": { "label": "CSS Personalizado", "description": "Además, personaliza tu panel usando CSS, solo recomendado para usuarios avanzados", "placeholder": "El CSS personalizado se aplicará en último lugar", "applying": "Aplicando CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/es/tools/docker.json b/public/locales/es/tools/docker.json index 0f89db477..18db9e146 100644 --- a/public/locales/es/tools/docker.json +++ b/public/locales/es/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Tu instancia de Homarr no tiene Docker configurado o no pudo recuperar contenedores. Por favor, consulta la documentación sobre cómo configurar la integración." + "text": "Tu instancia de Homarr no tiene Docker configurado o ha fallado al obtener los contenedores. Consulta la documentación sobre cómo configurar la integración." } }, "modals": { diff --git a/public/locales/fr/layout/modals/about.json b/public/locales/fr/layout/modals/about.json index 973583e3a..5f8506523 100644 --- a/public/locales/fr/layout/modals/about.json +++ b/public/locales/fr/layout/modals/about.json @@ -5,10 +5,10 @@ "key": "Raccourci clavier", "action": "Action", "keybinds": "Affectation des touches", - "translators": "", - "translatorsDescription": "", - "contributors": "", - "contributorsDescription": "", + "translators": "Traducteurs ({{count}})", + "translatorsDescription": "Grâce à ces personnes, Homarr est disponible dans {{languages}} langues ! Vous voulez aider à traduire Homarr dans votre langue ? Lisez comment le faire ici.", + "contributors": "Contributeurs ({{count}})", + "contributorsDescription": "Ces personnes ont développé le code qui fait fonctionner homarr ! Vous voulez aider à développer Homarr ? Lisez comment procéder ici", "actions": { "toggleTheme": "Basculer entre mode clair/sombre", "focusSearchBar": "Focus sur la barre de recherche", diff --git a/public/locales/fr/modules/torrents-status.json b/public/locales/fr/modules/torrents-status.json index adea26bb8..7ef7a58b6 100644 --- a/public/locales/fr/modules/torrents-status.json +++ b/public/locales/fr/modules/torrents-status.json @@ -27,8 +27,8 @@ "description": "Si la case \"La liste des libellés est une liste blanche\" est cochée, elle sera appliquée comme une liste blanche. Si la case n'est pas cochée, elle s'appliquera comme une liste noire. Rien ne se passera si elle est vide" }, "displayRatioWithFilter": { - "label": "", - "info": "" + "label": "Afficher le ratio de la liste des torrents filtrés", + "info": "Si désactivé, seul le ratio global sera affiché. Le ratio global utilisera toujours les labels si définis" } } }, @@ -36,8 +36,8 @@ "footer": { "error": "Erreur", "lastUpdated": "Dernière mise à jour : {{time}}", - "ratioGlobal": "", - "ratioWithFilter": "" + "ratioGlobal": "Ratio global", + "ratioWithFilter": "Ratio avec filtre" }, "table": { "header": { diff --git a/public/locales/fr/settings/customization/page-appearance.json b/public/locales/fr/settings/customization/page-appearance.json index f7ac74c4c..dd0df8fc2 100644 --- a/public/locales/fr/settings/customization/page-appearance.json +++ b/public/locales/fr/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Fond" }, + "backgroundImageAttachment": { + "label": "Pièce jointe de l'image d'arrière-plan", + "options": { + "fixed": "Fixe - L'arrière-plan reste dans la même position (recommandé)", + "scroll": "Défilement - L'arrière-plan défile avec la souris" + } + }, + "backgroundImageSize": { + "label": "Taille de l'image d'arrière-plan", + "options": { + "cover": "Couverture - Mise à l'échelle de l'image aussi petite que possible pour couvrir la fenêtre entière en recadrant l'espace excessif. (recommandé)", + "contain": "Contient - Mise à l'échelle de l'image aussi grande que possible dans son conteneur sans recadrer ou étirer l'image." + } + }, + "backgroundImageRepeat": { + "label": "Pièce jointe de l'image d'arrière-plan", + "options": { + "repeat": "Répéter - L'image est répétée autant que nécessaire pour couvrir toute la surface d'arrière-plan.", + "no-repeat": "Pas de répétition - L'image n'est pas répétée et peut ne pas remplir tout l'espace (recommandé)", + "repeat-x": "Répéter X - Identique à 'Répéter' mais uniquement sur l'axe horizontal.", + "repeat-y": "Répéter Y - Identique à 'Répéter' mais uniquement sur l'axe vertical." + } + }, "customCSS": { "label": "CSS personnalisé", "description": "En outre, vous pouvez personnaliser votre tableau de bord à l'aide de CSS. Réservé aux utilisateurs expérimentés.", "placeholder": "Le CSS personnalisé sera appliqué en dernier", "applying": "Application du code CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/fr/tools/docker.json b/public/locales/fr/tools/docker.json index 0ffe2a29a..586fe02aa 100644 --- a/public/locales/fr/tools/docker.json +++ b/public/locales/fr/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Docker n'est pas configuré sur votre instance Homarr ou a échoué à trouver les conteneurs. Veuillez vérifier la documentation pour savoir comment configurer cette intégration." + "text": "Votre instance Homarr n'a pas configuré Docker ou n'a pas réussi à récupérer les conteneurs. Veuillez consulter la documentation pour savoir comment configurer l'intégration." } }, "modals": { diff --git a/public/locales/he/settings/customization/page-appearance.json b/public/locales/he/settings/customization/page-appearance.json index 9645a1356..70d34cfad 100644 --- a/public/locales/he/settings/customization/page-appearance.json +++ b/public/locales/he/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "רקע" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "CSS מותאם אישית", "description": "יתר על כן, התאם את לוח המחוונים שלך באמצעות CSS, מומלץ רק למשתמשים מנוסים", "placeholder": "CSS מותאם אישית יוחל אחרון", "applying": "מחיל CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/he/tools/docker.json b/public/locales/he/tools/docker.json index c2ef87e55..3affb1371 100644 --- a/public/locales/he/tools/docker.json +++ b/public/locales/he/tools/docker.json @@ -2,7 +2,7 @@ "title": "דוקר", "alerts": { "notConfigured": { - "text": "למופע ה-Homarr שלך לא הוגדר Docker או שהוא נכשל באחזור קונטיינרים. אנא עיין בתיעוד כיצד להגדיר את האינטגרציה." + "text": "" } }, "modals": { diff --git a/public/locales/hr/settings/customization/page-appearance.json b/public/locales/hr/settings/customization/page-appearance.json index 3163b9698..0e04c9cd1 100644 --- a/public/locales/hr/settings/customization/page-appearance.json +++ b/public/locales/hr/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Pozadina" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Prilagođeni CSS", "description": "Dodatno, prilagodite svoju nadzornu ploču koristeći CSS, što se preporučuje samo iskusnim korisnicima", "placeholder": "Prilagođeni CSS će se primijeniti posljednji", "applying": "Primjena CSS-a..." } -} \ No newline at end of file +} diff --git a/public/locales/hr/tools/docker.json b/public/locales/hr/tools/docker.json index b642a53bd..592a71420 100644 --- a/public/locales/hr/tools/docker.json +++ b/public/locales/hr/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Vaša Homarr instanca nema konfiguriran Docker ili nije uspjela dohvatiti spremnike. Provjerite dokumentaciju o tome kako postaviti integraciju." + "text": "" } }, "modals": { diff --git a/public/locales/hu/settings/customization/page-appearance.json b/public/locales/hu/settings/customization/page-appearance.json index 50bb74371..258a04053 100644 --- a/public/locales/hu/settings/customization/page-appearance.json +++ b/public/locales/hu/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Háttér" }, + "backgroundImageAttachment": { + "label": "Háttérkép csatolása", + "options": { + "fixed": "Rögzített – a háttér ugyanabban a helyzetben marad (ajánlott)", + "scroll": "Görgetés - A háttér gördül az egérrel" + } + }, + "backgroundImageSize": { + "label": "Háttér kép mérete", + "options": { + "cover": "Cover - A képet a lehető legkisebbre méretezi, hogy a felesleges terület levágásával a teljes ablakot lefedje. (ajánlott)", + "contain": "Tartalom - A képet a lehető legnagyobb méretre méretezi a tárolón belül anélkül, hogy a képet levágná vagy megnyújtaná." + } + }, + "backgroundImageRepeat": { + "label": "Háttérkép csatolása", + "options": { + "repeat": "Ismétlés – A kép annyiszor ismétlődik, amennyire szükséges, hogy a teljes háttérkép festési területet lefedje.", + "no-repeat": "Nincs ismétlés - A kép nem ismétlődik, és nem tölti ki a teljes helyet (ajánlott)", + "repeat-x": "Ismétlés X - Ugyanaz, mint az 'Ismétlés', de csak a vízszintes tengelyen.", + "repeat-y": "Ismétlés Y - Ugyanaz, mint az 'Ismétlés', de csak a függőleges tengelyen." + } + }, "customCSS": { "label": "Egyéni CSS", "description": "Továbbá, testreszabhatja műszerfalát CSS segítségével, csak tapasztalt felhasználóknak ajánlott", "placeholder": "Az egyéni CSS utoljára kerül alkalmazásra", "applying": "CSS alkalmazása..." } -} \ No newline at end of file +} diff --git a/public/locales/hu/tools/docker.json b/public/locales/hu/tools/docker.json index f2406909f..8111cde62 100644 --- a/public/locales/hu/tools/docker.json +++ b/public/locales/hu/tools/docker.json @@ -7,7 +7,7 @@ }, "modals": { "selectBoard": { - "title": "Válasszon egy táblát", + "title": "Válasszon vezérlőt", "text": "Válassza ki azt a táblát, ahová a kiválasztott Docker-konténerekhez tartozó alkalmazásokat szeretné hozzáadni.", "form": { "board": { diff --git a/public/locales/it/modules/torrents-status.json b/public/locales/it/modules/torrents-status.json index 40f924aa9..86b78fe33 100644 --- a/public/locales/it/modules/torrents-status.json +++ b/public/locales/it/modules/torrents-status.json @@ -27,8 +27,8 @@ "description": "Quando 'è whitelist' è selezionato, agirà come una whitelist. Se non selezionato, è una blacklist. Non farà nulla quando vuoto" }, "displayRatioWithFilter": { - "label": "", - "info": "" + "label": "Visualizza il ratio dell'elenco dei torrent filtrati", + "info": "Se disabilitato, verrà visualizzato solo il ratio globale. Il ratio globale utilizzerà comunque i label, se impostati" } } }, @@ -36,8 +36,8 @@ "footer": { "error": "Errore", "lastUpdated": "Ultimo aggiornamento {{time}} fa", - "ratioGlobal": "", - "ratioWithFilter": "" + "ratioGlobal": "Ratio globale", + "ratioWithFilter": "Ratio con filtro" }, "table": { "header": { diff --git a/public/locales/it/settings/customization/page-appearance.json b/public/locales/it/settings/customization/page-appearance.json index 47ff7bc3e..941a814c2 100644 --- a/public/locales/it/settings/customization/page-appearance.json +++ b/public/locales/it/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Sfondo" }, + "backgroundImageAttachment": { + "label": "Allegato immagine di sfondo", + "options": { + "fixed": "Fisso - Lo sfondo rimane nella stessa posizione (consigliato)", + "scroll": "Scorrimento - Lo sfondo scorre con il mouse" + } + }, + "backgroundImageSize": { + "label": "Dimensioni dell'immagine di sfondo", + "options": { + "cover": "Copertura - Ridimensiona l'immagine il più possibile per coprire l'intera finestra ritagliando lo spazio eccessivo. (consigliato)", + "contain": "Contieni - ridimensiona l'immagine il più grande possibile all'interno del suo container senza ritagliare o allungare l'immagine." + } + }, + "backgroundImageRepeat": { + "label": "Allegato immagine di sfondo", + "options": { + "repeat": "Ripeti - l'immagine viene ripetuta quanto necessario per coprire l'intera area di disegno dell'immagine di sfondo.", + "no-repeat": "Nessuna ripetizione - l'immagine non viene ripetuta e potrebbe non riempire l'intero spazio (consigliato)", + "repeat-x": "Ripeti X - Come 'Ripeti' ma solo sull'asse orizzontale.", + "repeat-y": "Ripeti Y - Come 'Ripeti' ma solo sull'asse verticale." + } + }, "customCSS": { "label": "CSS personalizzato", "description": "Inoltre, personalizza la dashboard utilizzando i CSS, consigliato solo agli utenti esperti", "placeholder": "I CSS personalizzati saranno applicati per ultimi", "applying": "Applicazione CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/ja/settings/customization/page-appearance.json b/public/locales/ja/settings/customization/page-appearance.json index c61693067..3c7f56f61 100644 --- a/public/locales/ja/settings/customization/page-appearance.json +++ b/public/locales/ja/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "背景" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "カスタムCSS", "description": "さらに、CSS を使用してダッシュボードをカスタマイズします。経験豊富なユーザーにのみお勧めします。", "placeholder": "カスタムCSSは最後に適用されます", "applying": "CSSを適用中..." } -} \ No newline at end of file +} diff --git a/public/locales/ja/tools/docker.json b/public/locales/ja/tools/docker.json index 2aa379d71..21b96a1ca 100644 --- a/public/locales/ja/tools/docker.json +++ b/public/locales/ja/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "HomarrインスタンスにDockerが設定されていないか、コンテナの取得に失敗しています。統合の設定方法についてはドキュメントを確認してください。" + "text": "" } }, "modals": { diff --git a/public/locales/ko/settings/customization/page-appearance.json b/public/locales/ko/settings/customization/page-appearance.json index 8ab9a02ea..c98bccd4b 100644 --- a/public/locales/ko/settings/customization/page-appearance.json +++ b/public/locales/ko/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "배경" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "커스텀 CSS", "description": "또한 숙련된 사용자에게만 권장되는 CSS를 사용하여 대시보드를 사용자 지정할 수 있습니다.", "placeholder": "사용자 정의 CSS는 마지막에 적용됩니다.", "applying": "CSS 적용하기..." } -} \ No newline at end of file +} diff --git a/public/locales/ko/tools/docker.json b/public/locales/ko/tools/docker.json index f063f840b..379e81c1c 100644 --- a/public/locales/ko/tools/docker.json +++ b/public/locales/ko/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Homarr 인스턴스에 Docker가 구성되어 있지 않거나 컨테이너 가져오기에 실패했습니다. 연동 설정 방법에 대한 설명서를 확인하세요." + "text": "" } }, "modals": { diff --git a/public/locales/lv/settings/customization/page-appearance.json b/public/locales/lv/settings/customization/page-appearance.json index 733c577ab..cfbb998c9 100644 --- a/public/locales/lv/settings/customization/page-appearance.json +++ b/public/locales/lv/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Fons" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Pielāgotais CSS", "description": "Turklāt pielāgojiet paneli, izmantojot CSS, ieteicams tikai pieredzējušiem lietotājiem", "placeholder": "Pielāgotais CSS tiks piemērots pēdējais", "applying": "CSS piemērošana..." } -} \ No newline at end of file +} diff --git a/public/locales/lv/tools/docker.json b/public/locales/lv/tools/docker.json index 8d85a5b11..453131d1e 100644 --- a/public/locales/lv/tools/docker.json +++ b/public/locales/lv/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Jūsu Homarr instancē nav konfigurēts Docker vai arī tai nav izdevies iegūtu konteinerus. Lūdzu, pārbaudiet dokumentāciju par to, kā iestatīt integrāciju." + "text": "" } }, "modals": { diff --git a/public/locales/nl/settings/customization/page-appearance.json b/public/locales/nl/settings/customization/page-appearance.json index 2cb430867..fd600c677 100644 --- a/public/locales/nl/settings/customization/page-appearance.json +++ b/public/locales/nl/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Achtergrond" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Eigen CSS", "description": "Pas uw dashboard verder aan met behulp van CSS, alleen aanbevolen voor ervaren gebruikers", "placeholder": "Eigen CSS wordt als laatste toegepast", "applying": "CSS toepassen..." } -} \ No newline at end of file +} diff --git a/public/locales/nl/tools/docker.json b/public/locales/nl/tools/docker.json index edb195413..a85983df6 100644 --- a/public/locales/nl/tools/docker.json +++ b/public/locales/nl/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Docker is niet geconfigureerd in je Homarr instance of het is mislukt om containers op te halen. Raadpleeg de documentatie over het opzetten van de integratie." + "text": "" } }, "modals": { diff --git a/public/locales/no/settings/customization/page-appearance.json b/public/locales/no/settings/customization/page-appearance.json index 480a24074..ab5c95018 100644 --- a/public/locales/no/settings/customization/page-appearance.json +++ b/public/locales/no/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Bakgrunn" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Egendefinert CSS", "description": "Videre kan du tilpasse dashbordet ved hjelp av CSS, dette er bare anbefalt for erfarne brukere", "placeholder": "Egendefinert CSS vil bli brukt sist", "applying": "Tar i bruk CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/no/tools/docker.json b/public/locales/no/tools/docker.json index 70f359ea1..d3895345b 100644 --- a/public/locales/no/tools/docker.json +++ b/public/locales/no/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Din Homarr-forekomst har ikke Docker konfigurert eller den har mislyktes i å hente containere. Vennligst sjekk dokumentasjonen for hvordan du setter opp integrasjonen." + "text": "" } }, "modals": { diff --git a/public/locales/pl/settings/customization/page-appearance.json b/public/locales/pl/settings/customization/page-appearance.json index 38a94be16..4cdb44fa8 100644 --- a/public/locales/pl/settings/customization/page-appearance.json +++ b/public/locales/pl/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Tło" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Niestandardowy CSS", "description": "Jeszcze bardziej dostosuj swój pulpit za pomocą CSS, zalecane tylko dla doświadczonych użytkowników", "placeholder": "Custom CSS zostanie zastosowany jako ostatni", "applying": "Zastosowanie CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/pl/tools/docker.json b/public/locales/pl/tools/docker.json index af1ad0e11..5eccbe96a 100644 --- a/public/locales/pl/tools/docker.json +++ b/public/locales/pl/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Twoja instancja Homarr nie ma skonfigurowanego Dockera lub nie była w stanie pobrać listę kontenerów. Sprawdź dokumentację, aby dowiedzieć się, jak skonfigurować integrację." + "text": "" } }, "modals": { diff --git a/public/locales/pt/settings/customization/page-appearance.json b/public/locales/pt/settings/customization/page-appearance.json index 23432dd2f..8f8a32ec9 100644 --- a/public/locales/pt/settings/customization/page-appearance.json +++ b/public/locales/pt/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Antecedentes" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "CSS Personalizado", "description": "Além disso, personalize seu painel usando CSS, recomendado apenas para usuários experientes", "placeholder": "O CSS personalizado será aplicado por último", "applying": "Aplicando CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/pt/tools/docker.json b/public/locales/pt/tools/docker.json index cb36d10c5..b81fe732e 100644 --- a/public/locales/pt/tools/docker.json +++ b/public/locales/pt/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Sua instância Homarr não tem o Docker configurado ou falhou ao buscar contêineres. Consulte a documentação para saber como configurar a integração." + "text": "" } }, "modals": { diff --git a/public/locales/ru/settings/customization/page-appearance.json b/public/locales/ru/settings/customization/page-appearance.json index 59b33ee80..12a05f72c 100644 --- a/public/locales/ru/settings/customization/page-appearance.json +++ b/public/locales/ru/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Фон" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Пользовательский CSS", "description": "Дополнительная настройка вашей панели с использованием CSS, рекомендуется только опытным пользователям", "placeholder": "Пользовательский CSS будет применяться в последнюю очередь", "applying": "Применение CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/ru/tools/docker.json b/public/locales/ru/tools/docker.json index f39f5582c..a2c8e69a0 100644 --- a/public/locales/ru/tools/docker.json +++ b/public/locales/ru/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "В вашем экземпляре Homarr не настроен Docker или произошла ошибка при получении контейнеров. Пожалуйста, ознакомьтесь с документацией по настройке интеграции." + "text": "" } }, "modals": { diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json index f77d5f23d..86fc75c7a 100644 --- a/public/locales/sk/common.json +++ b/public/locales/sk/common.json @@ -1,7 +1,7 @@ { "save": "Uložiť", - "apply": "", - "insert": "", + "apply": "Použiť", + "insert": "Vložiť", "about": "O aplikácii", "cancel": "Zrušiť", "close": "Zavrieť", @@ -45,7 +45,7 @@ "seeMore": "Viac informácií...", "position": { "left": "Vľavo", - "center": "", + "center": "Na stred", "right": "Vpravo" }, "attributes": { diff --git a/public/locales/sk/layout/modals/about.json b/public/locales/sk/layout/modals/about.json index c3decebc7..cc4879bf9 100644 --- a/public/locales/sk/layout/modals/about.json +++ b/public/locales/sk/layout/modals/about.json @@ -5,10 +5,10 @@ "key": "Klávesová skratka", "action": "Akcia", "keybinds": "Kľúčové väzby", - "translators": "", - "translatorsDescription": "", - "contributors": "", - "contributorsDescription": "", + "translators": "Prekladatelia ({{count}})", + "translatorsDescription": "Vďaka týmto ľuďom je Homarr dostupný v {{languages}} jazykoch! Chcete pomôcť preložiť Homarr do vášho jazyka? Prečítajte si ako na to tu.", + "contributors": "Prispievatelia ({{count}})", + "contributorsDescription": "Títo ľudia vytvorili kód, vďaka ktorému funguje homarr! Chcete pomôcť vybudovať Homarr? Prečítajte si, ako to urobiť tu", "actions": { "toggleTheme": "Prepínanie režimu svetlo/tma", "focusSearchBar": "Zameranie na vyhľadávací panel", diff --git a/public/locales/sk/modules/dns-hole-summary.json b/public/locales/sk/modules/dns-hole-summary.json index 02727a12f..2a88fe64e 100644 --- a/public/locales/sk/modules/dns-hole-summary.json +++ b/public/locales/sk/modules/dns-hole-summary.json @@ -21,8 +21,8 @@ "metrics": { "domainsOnAdlist": "Domény na adlistoch", "queriesToday": "Poziadavky dnes", - "queriesBlockedTodayPercentage": "", - "queriesBlockedToday": "" + "queriesBlockedTodayPercentage": "Zablokované dnes", + "queriesBlockedToday": "Zablokované dnes" } } } diff --git a/public/locales/sk/modules/notebook.json b/public/locales/sk/modules/notebook.json index 15f725a34..332215067 100644 --- a/public/locales/sk/modules/notebook.json +++ b/public/locales/sk/modules/notebook.json @@ -8,7 +8,7 @@ "label": "Zobrazenie panela nástrojov na pomoc pri písaní poznámok" }, "allowReadOnlyCheck": { - "label": "" + "label": "Povolenie kontroly v režime len na čítanie" }, "content": { "label": "Obsah zápisníka" @@ -17,43 +17,43 @@ }, "card": { "controls": { - "bold": "", - "italic": "", - "strikethrough": "", - "underline": "", - "colorText": "", - "colorHighlight": "", - "code": "", - "clear": "", - "heading": "", - "align": "", - "blockquote": "", - "horizontalLine": "", - "bulletList": "", - "orderedList": "", - "checkList": "", - "increaseIndent": "", - "decreaseIndent": "", - "link": "", - "unlink": "", - "image": "", - "addTable": "", - "deleteTable": "", - "colorCell": "", - "mergeCell": "", - "addColumnLeft": "", - "addColumnRight": "", - "deleteColumn": "", - "addRowTop": "", - "addRowBelow": "", - "deleteRow": "" + "bold": "Tučné", + "italic": "Kurzíva", + "strikethrough": "Prečiarknuté", + "underline": "Podčiarknuté", + "colorText": "Farebný text", + "colorHighlight": "Farebné zvýraznenie textu", + "code": "Kód", + "clear": "Vyčistiť formátovanie", + "heading": "Nadpis {{level}}", + "align": "Zarovnanie textu: {{position}}", + "blockquote": "Citát", + "horizontalLine": "Horizontálna čiara", + "bulletList": "Zoznam odrážok", + "orderedList": "Objednaný zoznam", + "checkList": "Kontrolný zoznam", + "increaseIndent": "Zväčšenie odstupu", + "decreaseIndent": "Zníženie odstupu", + "link": "Odkaz", + "unlink": "Odstrániť odkaz", + "image": "Vložiť obrázok", + "addTable": "Pridať tabuľku", + "deleteTable": "Odstrániť tabuľku", + "colorCell": "Farebná bunka", + "mergeCell": "Prepnúť zlúčenie buniek", + "addColumnLeft": "Pridať stĺpec pred", + "addColumnRight": "Pridať stĺpec po", + "deleteColumn": "Vymazať stĺpec", + "addRowTop": "Pridať riadok pred", + "addRowBelow": "Pridať riadok po", + "deleteRow": "Vymazať riadok" }, "modals": { - "clearColor": "", - "source": "", - "widthPlaceholder": "", - "columns": "", - "rows": "" + "clearColor": "Vymazať farbu", + "source": "Zdroj", + "widthPlaceholder": "Hodnota v % alebo pixeloch", + "columns": "Stĺpce", + "rows": "Riadky" } } } \ No newline at end of file diff --git a/public/locales/sk/modules/torrents-status.json b/public/locales/sk/modules/torrents-status.json index 58247faa1..9a67b43a8 100644 --- a/public/locales/sk/modules/torrents-status.json +++ b/public/locales/sk/modules/torrents-status.json @@ -11,10 +11,10 @@ "label": "Zobraz dokončené torrenty" }, "displayActiveTorrents": { - "label": "" + "label": "Zobraziť aktívne torrenty" }, "speedLimitOfActiveTorrents": { - "label": "" + "label": "Rýchlosť odosielania, aby sa torrent považoval za aktívny (kB/s)" }, "displayStaleTorrents": { "label": "Zobraz zastarané torrenty" @@ -27,8 +27,8 @@ "description": "Ak je začiarknuté políčko 'is whitelist', bude sa toto políčko správať ako biela listina. Ak nie je začiarknuté, ide o čiernu listinu. Ak je prázdny, nerobí nič" }, "displayRatioWithFilter": { - "label": "", - "info": "" + "label": "Zobraziť pomer zoznamu filtrovaných torrentov", + "info": "Ak je vypnutý, zobrazí sa iba globálny pomer. Globálny pomer bude stále používať štítky, ak je nastavený" } } }, @@ -36,8 +36,8 @@ "footer": { "error": "Chyba", "lastUpdated": "Naposledy aktualizované pred {{time}}", - "ratioGlobal": "", - "ratioWithFilter": "" + "ratioGlobal": "Globálny pomer", + "ratioWithFilter": "Pomer s filtrom" }, "table": { "header": { diff --git a/public/locales/sk/settings/customization/general.json b/public/locales/sk/settings/customization/general.json index 3e0bbb6bc..942e7baf5 100644 --- a/public/locales/sk/settings/customization/general.json +++ b/public/locales/sk/settings/customization/general.json @@ -22,7 +22,7 @@ "description": "Konfigurácia aplikácie Homarr pre zdravotne postihnutých a hendikepovaných používateľov" }, "access": { - "name": "", + "name": "Prístup", "description": "Konfigurácia osôb, ktoré majú prístup k vašej nástenke" } } diff --git a/public/locales/sk/settings/customization/page-appearance.json b/public/locales/sk/settings/customization/page-appearance.json index d290a9d25..e9bb84291 100644 --- a/public/locales/sk/settings/customization/page-appearance.json +++ b/public/locales/sk/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Pozadie" }, + "backgroundImageAttachment": { + "label": "Pripojenie obrázku na pozadí", + "options": { + "fixed": "Pevné - pozadie zostáva v rovnakej polohe (odporúčané)", + "scroll": "Posúvanie - Pozadie sa posúva myšou" + } + }, + "backgroundImageSize": { + "label": "Veľkosť obrázka na pozadí", + "options": { + "cover": "Cover (Zakryť) - zmenší obrázok na čo najmenšiu veľkosť, aby zakryl celé okno orezaním nadmerného priestoru. (odporúčané)", + "contain": "Obsahovať - zmenší obrázok na čo najväčšiu veľkosť v rámci kontajnera bez orezania alebo roztiahnutia obrázka." + } + }, + "backgroundImageRepeat": { + "label": "Pripojenie obrázku na pozadí", + "options": { + "repeat": "Opakovať - Obrázok sa opakuje toľkokrát, koľko je potrebné na pokrytie celej oblasti maľovania obrázka na pozadí.", + "no-repeat": "Žiadne opakovanie - obrázok sa neopakuje a nemusí vyplniť celý priestor (odporúčané)", + "repeat-x": "Opakovať X - Rovnaké ako \"Opakovať\", ale len na horizontálnej osi.", + "repeat-y": "Opakovať Y - Rovnaké ako \"Opakovať\", ale len na zvislej osi." + } + }, "customCSS": { "label": "Vlastné CSS", "description": "Ďalej si prispôsobte ovládací panel pomocou CSS, odporúča sa len pre skúsených používateľov", "placeholder": "Vlastné CSS sa použije ako posledné", "applying": "Aplikuje sa CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/sl/settings/customization/page-appearance.json b/public/locales/sl/settings/customization/page-appearance.json index 6702f6723..de935c1a5 100644 --- a/public/locales/sl/settings/customization/page-appearance.json +++ b/public/locales/sl/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Ozadje" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Po meri CSS", "description": "Dadatno prilagodite pogled s CSS. Priporočljivo le za izkušene uporabnike", "placeholder": "Prilagojeni CSS bo uporabljen kot zadnji", "applying": "Uporaba CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/sv/settings/customization/page-appearance.json b/public/locales/sv/settings/customization/page-appearance.json index 01dc814bc..81aecb90b 100644 --- a/public/locales/sv/settings/customization/page-appearance.json +++ b/public/locales/sv/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Bakgrund" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Anpassad CSS", "description": "Vidare kan du anpassa din instrumentpanel med CSS, vilket endast rekommenderas för erfarna användare", "placeholder": "Anpassad CSS tillämpas sist", "applying": "Tillämpar CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/tr/settings/customization/page-appearance.json b/public/locales/tr/settings/customization/page-appearance.json index a2b32588a..768963087 100644 --- a/public/locales/tr/settings/customization/page-appearance.json +++ b/public/locales/tr/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Arkaplan" }, + "backgroundImageAttachment": { + "label": "Arkaplan resim ekle", + "options": { + "fixed": "Düzeltildi - Arka plan aynı konumda kalıyor (tavsiye edilen)", + "scroll": "Kaydırma - Arka plan farenizle kaydırılır" + } + }, + "backgroundImageSize": { + "label": "Arkaplan resim boyutu", + "options": { + "cover": "Kapak - Fazla alanı kırparak tüm pencereyi kaplamak için görüntüyü mümkün olduğunca küçük ölçeklendirir. (tavsiye edilen)", + "contain": "Kapsam - Görüntüyü kırpmadan veya genişletmeden, kapsayıcısı içinde mümkün olduğu kadar büyük ölçeklendirir." + } + }, + "backgroundImageRepeat": { + "label": "Arkaplan resim ekle", + "options": { + "repeat": "Tekrarla - Resim, arka plan görüntü alanının tamamını kapsayacak şekilde gerektiği kadar tekrarlanır.", + "no-repeat": "", + "repeat-x": "Tekrarla X - 'Tekrarla' ile aynıdır ancak yalnızca yatay eksende.", + "repeat-y": "Tekrar Y - 'Tekrarla' ile aynıdır, ancak yalnızca dikey eksende." + } + }, "customCSS": { "label": "Özel CSS", "description": "Ayrıca, yalnızca deneyimli kullanıcılar için önerilen CSS kullanarak kontrol panelinizi özelleştirin", "placeholder": "Özel CSS en son uygulanacaktır", "applying": "CSS uygulanıyor..." } -} \ No newline at end of file +} diff --git a/public/locales/tr/tools/docker.json b/public/locales/tr/tools/docker.json index 7c0e3e97d..bceffabd0 100644 --- a/public/locales/tr/tools/docker.json +++ b/public/locales/tr/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Homarr örneğinizde Docker yapılandırılmış değil veya konteynırları getirmede başarısız oldu. Lütfen entegrasyonun nasıl kurulacağına ilişkin belgeleri kontrol edin." + "text": "Homarr yapılandırmanızda, Docker yapılandırılmamış veya konteynırları getirmede başarısız oldu. Lütfen entegrasyonun nasıl yapılacağına ilişkin belgeleri kontrol edin." } }, "modals": { diff --git a/public/locales/tw/settings/customization/page-appearance.json b/public/locales/tw/settings/customization/page-appearance.json index 65fb4d33e..4aa50d4d4 100644 --- a/public/locales/tw/settings/customization/page-appearance.json +++ b/public/locales/tw/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "背景" }, + "backgroundImageAttachment": { + "label": "背景圖片附件", + "options": { + "fixed": "固定 - 背景保持在同一位置 (推薦)", + "scroll": "滾動 - 背景隨滑鼠滾動" + } + }, + "backgroundImageSize": { + "label": "背景圖像大小", + "options": { + "cover": "覆蓋 - 通過剪裁多餘的區域,將圖像縮放到盡可能小的方式來覆蓋整個窗口 (推薦)", + "contain": "包含 - 在不剪裁或拉伸圖像的方式下,在容器中盡可能大的方式來縮放圖像" + } + }, + "backgroundImageRepeat": { + "label": "背景圖片附件", + "options": { + "repeat": "重複 - 根據需要重複圖像,以覆蓋整個背景圖像繪製區域", + "no-repeat": "不重複 - 圖像不重複且不填滿整個區域 (推薦)", + "repeat-x": "重複 X 軸 - 與\"重複\"相同,但只在水平軸上重複", + "repeat-y": "重複 Y 軸 - 與\"重複\"相同,但只在垂直上重複" + } + }, "customCSS": { "label": "自定義 CSS", "description": "此外,只推薦有經驗的使用者使用 CSS 自定義面板", "placeholder": "自定義 CSS 將最後應用", "applying": "應用 CSS 中..." } -} \ No newline at end of file +} diff --git a/public/locales/tw/tools/docker.json b/public/locales/tw/tools/docker.json index 57f79d877..fd70d287f 100644 --- a/public/locales/tw/tools/docker.json +++ b/public/locales/tw/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "您的 Homarr 實例未設定 Docker,或無法獲取容器,請查看文檔了解如設定集成" + "text": "您的 Homarr 實例未配置 Docker,或無法獲取容器。請查說明,了解如何設定集成" } }, "modals": { diff --git a/public/locales/uk/settings/customization/page-appearance.json b/public/locales/uk/settings/customization/page-appearance.json index 3c5adce8f..f4ca83a4d 100644 --- a/public/locales/uk/settings/customization/page-appearance.json +++ b/public/locales/uk/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Фон" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "Власний CSS", "description": "Крім того, налаштуйте дашборд за допомогою CSS, що рекомендується лише досвідченим користувачам", "placeholder": "Власний CSS буде оброблятися в останню чергу", "applying": "Застосувати CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/uk/tools/docker.json b/public/locales/uk/tools/docker.json index e75f23653..d553bf758 100644 --- a/public/locales/uk/tools/docker.json +++ b/public/locales/uk/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "У вашому екземплярі Homarr не налаштовано Docker або він помилково завантажив контейнери. Будь ласка, зверніться до документації про те, як налаштувати інтеграцію." + "text": "" } }, "modals": { diff --git a/public/locales/vi/settings/customization/page-appearance.json b/public/locales/vi/settings/customization/page-appearance.json index ff16304c0..ef0e7f90f 100644 --- a/public/locales/vi/settings/customization/page-appearance.json +++ b/public/locales/vi/settings/customization/page-appearance.json @@ -18,10 +18,33 @@ "background": { "label": "Hình nền" }, + "backgroundImageAttachment": { + "label": "", + "options": { + "fixed": "", + "scroll": "" + } + }, + "backgroundImageSize": { + "label": "", + "options": { + "cover": "", + "contain": "" + } + }, + "backgroundImageRepeat": { + "label": "", + "options": { + "repeat": "", + "no-repeat": "", + "repeat-x": "", + "repeat-y": "" + } + }, "customCSS": { "label": "CSS tuỳ chỉnh", "description": "Ngoài ra có thể tùy chỉnh bảng điều khiển của bạn bằng CSS, chỉ được đề xuất cho người dùng có kinh nghiệm", "placeholder": "CSS tùy chỉnh sẽ được áp dụng sau cùng", "applying": "Đang áp dụng CSS..." } -} \ No newline at end of file +} diff --git a/public/locales/vi/tools/docker.json b/public/locales/vi/tools/docker.json index 7542e70c1..5f57baf16 100644 --- a/public/locales/vi/tools/docker.json +++ b/public/locales/vi/tools/docker.json @@ -2,7 +2,7 @@ "title": "Docker", "alerts": { "notConfigured": { - "text": "Phiên bản Homarr của bạn không được định cấu hình Docker hoặc không thể tìm nạp vùng chứa. Vui lòng kiểm tra tài liệu về cách thiết lập tích hợp." + "text": "" } }, "modals": {