diff --git a/public/locales/da/common.json b/public/locales/da/common.json
index 42592511e22..1f3ca957f3c 100644
--- a/public/locales/da/common.json
+++ b/public/locales/da/common.json
@@ -24,5 +24,11 @@
"seconds": "sekunder",
"minutes": "minutter",
"hours": "timer"
+ },
+ "loading": "Indlæser...",
+ "breakPoints": {
+ "small": "lille",
+ "medium": "mellem",
+ "large": "stor"
}
}
\ No newline at end of file
diff --git a/public/locales/da/layout/header/actions/toggle-edit-mode.json b/public/locales/da/layout/header/actions/toggle-edit-mode.json
index e4c5db36039..1354543b3d0 100644
--- a/public/locales/da/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/da/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Redigeringstilstand er aktiveret for <1>{{size}}1> størrelse",
"text": "Du kan justere og konfigurere dine apps nu. Ændringer er ikke gemt indtil du forlader redigeringstilstanden"
- },
- "screenSizes": {
- "small": "lille",
- "medium": "mellem",
- "large": "stor"
}
}
diff --git a/public/locales/da/layout/modals/about.json b/public/locales/da/layout/modals/about.json
index d60c9791197..43217c9a11d 100644
--- a/public/locales/da/layout/modals/about.json
+++ b/public/locales/da/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr er et elegant, moderne dashboard, der giver dig alle dine apps og tjenester lige ved hånden. Med Homarr kan du få adgang til og styre alt på ét praktisk sted. Homarr integrerer problemfrit med de apps, du har tilføjet, og giver dig værdifulde oplysninger og fuld kontrol. Installationen er en leg, og Homarr understøtter en lang række implementeringsmetoder.",
- "i18n": "Indlæst I18n oversættelse navnerum",
- "locales": "Konfigurerede I18n landestandarder",
"contact": "Har du problemer eller spørgsmål? Kontakt os!",
- "addToDashboard": "Tilføj til dashboard"
-}
+ "addToDashboard": "Tilføj til dashboard",
+ "metrics": {
+ "configurationSchemaVersion": "Konfigurationsskema version",
+ "configurationsCount": "Tilgængelige konfigurationer",
+ "version": "Version",
+ "nodeEnvironment": "Node miljø",
+ "i18n": "Indlæste I18n-oversættelsesnavneområder",
+ "locales": "Konfigurerede I18n landestandarder"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/da/layout/modals/icon-picker.json b/public/locales/da/layout/modals/icon-picker.json
index 349810cb933..71df2347509 100644
--- a/public/locales/da/layout/modals/icon-picker.json
+++ b/public/locales/da/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Søger efter noget...",
+ "searchLimitationTitle": "Begrænset til 30 resultater",
+ "searchLimitationMessage": "Søgeresultaterne blev begrænset til 30, fordi der var for mange matchende resultater"
}
}
\ No newline at end of file
diff --git a/public/locales/da/modules/calendar.json b/public/locales/da/modules/calendar.json
index a32cb723bd9..0ee9f1eb7bc 100644
--- a/public/locales/da/modules/calendar.json
+++ b/public/locales/da/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Viser en kalender med kommende udgivelser fra understøttede integrationer.",
"settings": {
"title": "Indstillinger for kalender widget",
+ "useSonarrv4": {
+ "label": "Brug Sonarr v4 API"
+ },
"sundayStart": {
"label": "Søndag første ugedag"
},
diff --git a/public/locales/da/modules/dashdot.json b/public/locales/da/modules/dashdot.json
index beefc98aae5..f78fd8a3f74 100644
--- a/public/locales/da/modules/dashdot.json
+++ b/public/locales/da/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": "Vis procentdele"
}
}
},
diff --git a/public/locales/da/settings/common.json b/public/locales/da/settings/common.json
index cd7e64ce5f7..6e12673fe49 100644
--- a/public/locales/da/settings/common.json
+++ b/public/locales/da/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Upload din konfigurationsfil ved at trække og slippe den på siden!"
},
"credits": {
- "madeWithLove": "Lavet med ❤️ af @"
+ "madeWithLove": "Lavet med ❤️ af @",
+ "thirdPartyContent": "Se indhold fra tredjepart",
+ "thirdPartyContentTable": {
+ "dependencyName": "Afhængighed",
+ "dependencyVersion": "Version"
+ }
},
"grow": "Forøg gitteret (udnyt al pladsen)",
"layout": {
- "title": "Dashboard layout",
+ "preview": {
+ "title": "Forhåndsvisning",
+ "subtitle": "Ændringer vil blive gemt automatisk"
+ },
+ "divider": "Layout indstillinger",
"main": "Primær",
"sidebar": "Sidepanel",
"cannotturnoff": "Kan ikke slås fra",
diff --git a/public/locales/da/settings/customization/color-selector.json b/public/locales/da/settings/customization/color-selector.json
index a0dab03d96c..aca3df4611a 100644
--- a/public/locales/da/settings/customization/color-selector.json
+++ b/public/locales/da/settings/customization/color-selector.json
@@ -1,3 +1,4 @@
{
+ "colors": "Farver",
"suffix": "{{color}} farve"
}
\ No newline at end of file
diff --git a/public/locales/da/settings/customization/general.json b/public/locales/da/settings/customization/general.json
new file mode 100644
index 00000000000..c70042b7c64
--- /dev/null
+++ b/public/locales/da/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "Tilpasninger giver dig mulighed for at konfigurere og justere din oplevelse med Homarr til dine præferencer.",
+ "accordeon": {
+ "layout": {
+ "name": "Layout",
+ "description": "Aktiver og deaktiver elementer på din header og dashboard felter"
+ },
+ "gridstack": {
+ "name": "Gridstack",
+ "description": "Tilpas adfærd og kolonner i dit dashboardområde"
+ },
+ "pageMetadata": {
+ "name": "Metadata om siden",
+ "description": "Juster titler, logo og PWA"
+ },
+ "appereance": {
+ "name": "Udseende",
+ "description": "Tilpas baggrunden, farverne og appenes udseende"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/da/settings/customization/gridstack.json b/public/locales/da/settings/customization/gridstack.json
new file mode 100644
index 00000000000..44c45a4fdd6
--- /dev/null
+++ b/public/locales/da/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "Kolonner i {{size}} størrelse",
+ "descriptionPreset": "Antal kolonner, når skærmen er mindre end {{pixels}} pixel bred",
+ "descriptionExceedsPreset": "Antal kolonner, når skærmstørrelsen er større end {{pixels}} pixels"
+ },
+ "unsavedChanges": "Du har ændringer, der ikke er gemt. Klik på knappen Anvend ændringer nedenfor for at anvende og gemme.",
+ "applyChanges": "Anvend ændringer",
+ "defaultValues": "Standardværdier"
+}
\ No newline at end of file
diff --git a/public/locales/da/settings/customization/page-appearance.json b/public/locales/da/settings/customization/page-appearance.json
index ff8ef297943..43d2fba2a4f 100644
--- a/public/locales/da/settings/customization/page-appearance.json
+++ b/public/locales/da/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Sidetitel"
+ "label": "Sidetitel",
+ "description": "Dashboardets titel øverst til venstre"
},
"metaTitle": {
- "label": "Metatitel"
+ "label": "Metatitel",
+ "description": "Titlen, der vises som dit fanebladsnavn"
},
"logo": {
- "label": "Logo"
+ "label": "Logo",
+ "description": "Dashboard-logoet øverst til venstre"
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": "Ikonet, der bruges foran dit fanebladsnavn"
},
"background": {
"label": "Baggrund"
},
"customCSS": {
"label": "Tilpasset CSS",
- "placeholder": "Brugerdefineret CSS vil blive anvendt sidst"
+ "description": "Tilpas alle elementer på dit dashboard, kun anbefalet til erfarne brugere",
+ "placeholder": "Brugerdefineret CSS vil blive anvendt sidst",
+ "applying": "Anvender CSS..."
},
"buttons": {
"submit": "Indsend"
diff --git a/public/locales/de/common.json b/public/locales/de/common.json
index 8b172d7e395..cdaf5abfbc5 100644
--- a/public/locales/de/common.json
+++ b/public/locales/de/common.json
@@ -24,5 +24,11 @@
"seconds": "Sekunden",
"minutes": "Minuten",
"hours": "Stunden"
+ },
+ "loading": "Wird geladen...",
+ "breakPoints": {
+ "small": "Klein",
+ "medium": "Mittel",
+ "large": "Groß"
}
}
\ No newline at end of file
diff --git a/public/locales/de/layout/header/actions/toggle-edit-mode.json b/public/locales/de/layout/header/actions/toggle-edit-mode.json
index 855b7cfa82f..4b22fd7946a 100644
--- a/public/locales/de/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/de/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Der Bearbeitungsmodus ist für die Kategorie <1>{{size}}1> aktiviert",
"text": "Sie können Ihre Apps jetzt anpassen und konfigurieren. Änderungen werden nicht gespeichert bis Sie den Bearbeitungsmodus verlassen"
- },
- "screenSizes": {
- "small": "Klein",
- "medium": "Mittel",
- "large": "Groß"
}
}
diff --git a/public/locales/de/layout/modals/about.json b/public/locales/de/layout/modals/about.json
index 2bd54bf471d..161fa3382cf 100644
--- a/public/locales/de/layout/modals/about.json
+++ b/public/locales/de/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr ist ein schlankes, modernes Dashboard, das alle Ihre Apps und Dienste auf Knopfdruck zur Verfügung stellt. Mittels Homarr können Sie von einem einzigen Ort aus auf alles zugreifen und steuern. Es lässt sich nahtlos in die von Ihnen bevorzugten Apps integrieren und versorgt Sie mit wertvollen Informationen und der vollständige Kontrolle. Die Installation ist ein Kinderspiel, und es werden eine breite Palette von Konfigurations unterstützt.",
- "i18n": "Geladene I18n Übersetzungs Namensräume",
- "locales": "Konfigurierte I18n Sprachumgebungen",
"contact": "Haben Sie Probleme oder Fragen? Nehmen Sie Kontakt mit uns auf!",
- "addToDashboard": "Zum Dashboard hinzufügen"
-}
+ "addToDashboard": "Zum Dashboard hinzufügen",
+ "metrics": {
+ "configurationSchemaVersion": "Version des Konfigurationsschemas",
+ "configurationsCount": "Verfügbare Konfigurationen",
+ "version": "Version",
+ "nodeEnvironment": "Node-Umgebung",
+ "i18n": "Geladene I18n Übersetzungs Namensräume",
+ "locales": "Konfigurierte I18n Sprachumgebungen"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/de/layout/modals/icon-picker.json b/public/locales/de/layout/modals/icon-picker.json
index 349810cb933..5cc6c9aab1b 100644
--- a/public/locales/de/layout/modals/icon-picker.json
+++ b/public/locales/de/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Nach etwas suchen...",
+ "searchLimitationTitle": "Begrenzt auf 30 Ergebnisse",
+ "searchLimitationMessage": "Die Suchergebnisse wurden auf 30 begrenzt, da es zu viele Treffer gab"
}
}
\ No newline at end of file
diff --git a/public/locales/de/modules/calendar.json b/public/locales/de/modules/calendar.json
index d6ddf59498f..056f3e97cd9 100644
--- a/public/locales/de/modules/calendar.json
+++ b/public/locales/de/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Zeigt einen Kalender mit anstehenden Veröffentlichungen von unterstützten Widgets an.",
"settings": {
"title": "Einstellungen für das Kalender Widget",
+ "useSonarrv4": {
+ "label": "Sonarr v4 API verwenden"
+ },
"sundayStart": {
"label": "Wochenbeginn am Sonntag"
},
diff --git a/public/locales/de/modules/dashdot.json b/public/locales/de/modules/dashdot.json
index a484a30fb91..4a95cf060b5 100644
--- a/public/locales/de/modules/dashdot.json
+++ b/public/locales/de/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": "Prozentangaben anzeigen"
}
}
},
diff --git a/public/locales/de/settings/common.json b/public/locales/de/settings/common.json
index e2a08e50732..32d5b9e0a94 100644
--- a/public/locales/de/settings/common.json
+++ b/public/locales/de/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Laden Sie Ihre Konfigurationsdatei hoch, indem Sie sie per Drag & Drop auf diese Seite ziehen!"
},
"credits": {
- "madeWithLove": "Gemacht mit ❤️ von @"
+ "madeWithLove": "Gemacht mit ❤️ von @",
+ "thirdPartyContent": "Inhalte von Dritten anzeigen",
+ "thirdPartyContentTable": {
+ "dependencyName": "Abhängigkeiten",
+ "dependencyVersion": "Version"
+ }
},
"grow": "Erweitertes Raster (nutzt den ganzen Platz)",
"layout": {
- "title": "Dashboard Anordnung",
+ "preview": {
+ "title": "Vorschau",
+ "subtitle": "Änderungen werden automatisch gespeichert"
+ },
+ "divider": "Layout-Einstellungen",
"main": "Haupt",
"sidebar": "Seitenleiste",
"cannotturnoff": "Kann nicht deaktiviert werden",
diff --git a/public/locales/de/settings/customization/color-selector.json b/public/locales/de/settings/customization/color-selector.json
index fd1e6ff101d..324700b66cb 100644
--- a/public/locales/de/settings/customization/color-selector.json
+++ b/public/locales/de/settings/customization/color-selector.json
@@ -1,3 +1,4 @@
{
+ "colors": "Farben",
"suffix": "{{color}} Farbe"
}
\ No newline at end of file
diff --git a/public/locales/de/settings/customization/general.json b/public/locales/de/settings/customization/general.json
new file mode 100644
index 00000000000..cdf368d827c
--- /dev/null
+++ b/public/locales/de/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "Anpassungen ermöglichen es Ihnen, Ihre Homarr Umgebung nach Ihren Wünschen anzupassen und zu konfigurieren.",
+ "accordeon": {
+ "layout": {
+ "name": "Ansicht",
+ "description": "Aktivieren und Deaktivieren von Elementen in der Kopfzeile und der Dashboard-Kacheln"
+ },
+ "gridstack": {
+ "name": "Gridstack",
+ "description": "Passen Sie das Verhalten und die Spalten Ihres Dashboard-Bereichs an"
+ },
+ "pageMetadata": {
+ "name": "Seiten Metadaten",
+ "description": "Titel, Logo und PWA anpassen"
+ },
+ "appereance": {
+ "name": "Erscheinungsbild",
+ "description": "Anpassen des Hintergrunds, der Farben und des Erscheinungsbilds der Anwendung"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/de/settings/customization/gridstack.json b/public/locales/de/settings/customization/gridstack.json
new file mode 100644
index 00000000000..8d6fb3d5aa8
--- /dev/null
+++ b/public/locales/de/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "Spalten in {{size}} Größe",
+ "descriptionPreset": "Anzahl der Spalten, wenn der Bildschirm weniger als {{pixels}} Pixel breit ist",
+ "descriptionExceedsPreset": "Anzahl der Spalten, wenn die Bildschirmgröße {{pixels}} Pixel überschreitet"
+ },
+ "unsavedChanges": "Sie haben nicht gespeicherte Änderungen. Klicken Sie unten auf die Schaltfläche 'Änderungen übernehmen', um sie zu übernehmen und zu speichern.",
+ "applyChanges": "Änderungen übernehmen",
+ "defaultValues": "Standardwerte"
+}
\ 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 d55ac9c5f81..438805adaee 100644
--- a/public/locales/de/settings/customization/page-appearance.json
+++ b/public/locales/de/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Seiten Titel"
+ "label": "Seiten Titel",
+ "description": "Der Titel des Dashboards oben links"
},
"metaTitle": {
- "label": "Meta Titel"
+ "label": "Meta Titel",
+ "description": "Der Titel, der als Tab-Name angezeigt wird"
},
"logo": {
- "label": "Logo"
+ "label": "Logo",
+ "description": "Der Logo des Dashboards oben links"
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": "Das Symbol, das vor dem Namen Ihres Tabs verwendet wird"
},
"background": {
"label": "Hintergrund"
},
"customCSS": {
"label": "Benutzerdefiniertes CSS",
- "placeholder": "Benutzerdefiniertes CSS wird zuletzt angewendet"
+ "description": "Anpassen aller Elemente auf Ihrem Dashboard, nur für erfahrene Benutzer empfohlen",
+ "placeholder": "Benutzerdefiniertes CSS wird zuletzt angewendet",
+ "applying": "CSS wird übernommen..."
},
"buttons": {
"submit": "Absenden"
diff --git a/public/locales/el/common.json b/public/locales/el/common.json
index 8e125cf4d92..0b991af90e0 100644
--- a/public/locales/el/common.json
+++ b/public/locales/el/common.json
@@ -24,5 +24,11 @@
"seconds": "δευτερόλεπτα",
"minutes": "λεπτά",
"hours": "ώρες"
+ },
+ "loading": "Φόρτωση...",
+ "breakPoints": {
+ "small": "μικρό",
+ "medium": "μεσαίο",
+ "large": "μεγάλο"
}
}
\ No newline at end of file
diff --git a/public/locales/el/layout/header/actions/toggle-edit-mode.json b/public/locales/el/layout/header/actions/toggle-edit-mode.json
index 6651e14026a..d31984a9981 100644
--- a/public/locales/el/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/el/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Η λειτουργία επεξεργασίας είναι ενεργοποιημένη για <1>{{size}}1> μέγεθος",
"text": "Μπορείτε να προσαρμόσετε και να ρυθμίσετε τις εφαρμογές σας τώρα. Οι αλλαγές δεν αποθηκεύονται μέχρι να βγείτε από τη λειτουργία επεξεργασίας"
- },
- "screenSizes": {
- "small": "μικρό",
- "medium": "μεσαίο",
- "large": "μεγάλο"
}
}
diff --git a/public/locales/el/layout/modals/about.json b/public/locales/el/layout/modals/about.json
index f8120701455..ab9b915d1ac 100644
--- a/public/locales/el/layout/modals/about.json
+++ b/public/locales/el/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Το Homarr είναι ένα κομψό, μοντέρνο ταμπλό που βάζει όλες τις εφαρμογές και τις υπηρεσίες σας στα χέρια σας. Με το Homarr, μπορείτε να έχετε πρόσβαση και να ελέγχετε τα πάντα σε μια βολική τοποθεσία. Το Homarr ενσωματώνεται απρόσκοπτα με τις εφαρμογές που έχετε προσθέσει, παρέχοντάς σας πολύτιμες πληροφορίες και δίνοντάς σας πλήρη έλεγχο. Η εγκατάσταση είναι πανεύκολη και το Homarr υποστηρίζει ένα ευρύ φάσμα μεθόδων ανάπτυξης.",
- "i18n": "Φορτωμένα πεδία ονομάτων μετάφρασης I18n",
- "locales": "Διαμορφωμένες τοπικές ρυθμίσεις I18n",
"contact": "Έχετε προβλήματα ή ερωτήσεις; Συνδεθείτε μαζί μας!",
- "addToDashboard": "Προσθήκη στο ταμπλό"
-}
+ "addToDashboard": "Προσθήκη στο ταμπλό",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "Έκδοση",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/el/modules/calendar.json b/public/locales/el/modules/calendar.json
index 8d5e0422c31..5fe128a5578 100644
--- a/public/locales/el/modules/calendar.json
+++ b/public/locales/el/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Εμφανίζει ένα ημερολόγιο με τις επερχόμενες κυκλοφορίες, από τις υποστηριζόμενες ενσωματώσεις.",
"settings": {
"title": "Ρυθμίσεις για το widget ημερολογίου",
+ "useSonarrv4": {
+ "label": ""
+ },
"sundayStart": {
"label": "Ξεκινήστε την εβδομάδα από την Κυριακή"
},
diff --git a/public/locales/el/modules/dashdot.json b/public/locales/el/modules/dashdot.json
index 00e95954d0c..0124ec1f1a5 100644
--- a/public/locales/el/modules/dashdot.json
+++ b/public/locales/el/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": ""
}
}
},
diff --git a/public/locales/el/settings/common.json b/public/locales/el/settings/common.json
index d5ae45d9134..dbd54256009 100644
--- a/public/locales/el/settings/common.json
+++ b/public/locales/el/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Ανεβάστε το αρχείο ρυθμίσεών σας σύροντάς το στη σελίδα!"
},
"credits": {
- "madeWithLove": "Φτιαγμένο με ❤️ από @"
+ "madeWithLove": "Φτιαγμένο με ❤️ από @",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": "Έκδοση"
+ }
},
"grow": "Πλέγμα ανάπτυξης (παίρνει όλο το χώρο)",
"layout": {
- "title": "Διάταξη ταμπλό",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "Κύριο",
"sidebar": "Πλαϊνή μπάρα",
"cannotturnoff": "Δεν μπορεί να απενεργοποιηθεί",
diff --git a/public/locales/el/settings/customization/general.json b/public/locales/el/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/el/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/el/settings/customization/gridstack.json b/public/locales/el/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/el/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ No newline at end of file
diff --git a/public/locales/el/settings/customization/page-appearance.json b/public/locales/el/settings/customization/page-appearance.json
index bd6e5bb2f12..a5c179673f5 100644
--- a/public/locales/el/settings/customization/page-appearance.json
+++ b/public/locales/el/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Τίτλος Σελίδας"
+ "label": "Τίτλος Σελίδας",
+ "description": ""
},
"metaTitle": {
- "label": "Meta Τίτλος"
+ "label": "Meta Τίτλος",
+ "description": ""
},
"logo": {
- "label": "Λογότυπο"
+ "label": "Λογότυπο",
+ "description": ""
},
"favicon": {
- "label": "Έμβλημα"
+ "label": "Έμβλημα",
+ "description": ""
},
"background": {
"label": "Φόντο"
},
"customCSS": {
"label": "Προσαρμοσμένη CSS",
- "placeholder": "Το προσαρμοσμένο CSS θα εφαρμοστεί τελευταίο"
+ "description": "",
+ "placeholder": "Το προσαρμοσμένο CSS θα εφαρμοστεί τελευταίο",
+ "applying": ""
},
"buttons": {
"submit": "Υποβολή"
diff --git a/public/locales/es/common.json b/public/locales/es/common.json
index 24494ca8def..f60e3c05284 100644
--- a/public/locales/es/common.json
+++ b/public/locales/es/common.json
@@ -24,5 +24,11 @@
"seconds": "segundos",
"minutes": "minutos",
"hours": "horas"
+ },
+ "loading": "Cargando...",
+ "breakPoints": {
+ "small": "pequeño",
+ "medium": "medio",
+ "large": "grande"
}
}
\ No newline at end of file
diff --git a/public/locales/es/layout/header/actions/toggle-edit-mode.json b/public/locales/es/layout/header/actions/toggle-edit-mode.json
index d0f4f8f3bb5..00e67b4a43e 100644
--- a/public/locales/es/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/es/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Modo edición activado para el tamaño <1>{{size}}1>",
"text": "Puedes ajustar y configurar tus apps ahora. Los cambios no son guardados hasta que salgas del modo edición"
- },
- "screenSizes": {
- "small": "pequeño",
- "medium": "medio",
- "large": "grande"
}
}
diff --git a/public/locales/es/layout/modals/about.json b/public/locales/es/layout/modals/about.json
index e22d7ffce7a..41417293be4 100644
--- a/public/locales/es/layout/modals/about.json
+++ b/public/locales/es/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr es un dashboard elegante y moderno que pone todas tus apps y servicios a tu alcance. Con Homarr, puedes acceder y controlar todo desde una sola ubicación. Homarr se integra a la perfección con las apps que hayas añadido, ofreciendote información valiosa y dándote control total. La instalación es muy sencilla, y Homarr soporta una amplia gama de métodos de implementación.",
- "i18n": "I18n translation namespaces cargados",
- "locales": "Configurar I18n locales",
"contact": "¿Tienes problemas o preguntas? ¡Conéctate con nosotros!",
- "addToDashboard": "Añadir al Dashboard"
-}
+ "addToDashboard": "Añadir al Dashboard",
+ "metrics": {
+ "configurationSchemaVersion": "Versión del esquema de configuración",
+ "configurationsCount": "Configuraciones disponibles",
+ "version": "Versión",
+ "nodeEnvironment": "Entorno del nodo",
+ "i18n": "I18n translation namespaces cargadas",
+ "locales": "I18n locales configurados"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/es/layout/modals/icon-picker.json b/public/locales/es/layout/modals/icon-picker.json
index 349810cb933..a32dedc9910 100644
--- a/public/locales/es/layout/modals/icon-picker.json
+++ b/public/locales/es/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Buscar algo...",
+ "searchLimitationTitle": "Limitado a 30 resultados",
+ "searchLimitationMessage": "Búsqueda de resultados limitada a 30, porque hubieron demasiadas coincidencias"
}
}
\ No newline at end of file
diff --git a/public/locales/es/modules/calendar.json b/public/locales/es/modules/calendar.json
index d447b903145..d2bfccb161d 100644
--- a/public/locales/es/modules/calendar.json
+++ b/public/locales/es/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Muestra un calendario con las próximas emisiones, desde las integraciones compatibles.",
"settings": {
"title": "Ajustes para el widget del Calendario",
+ "useSonarrv4": {
+ "label": "Usar API Sonarr v4"
+ },
"sundayStart": {
"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 eb70a41bdd0..67d24a73c21 100644
--- a/public/locales/es/modules/dashdot.json
+++ b/public/locales/es/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": "Mostrar porcentajes"
}
}
},
diff --git a/public/locales/es/settings/common.json b/public/locales/es/settings/common.json
index e4799627ab5..54988a5a130 100644
--- a/public/locales/es/settings/common.json
+++ b/public/locales/es/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "¡Sube tu configuración arrastrando y soltando el archivo en la página!"
},
"credits": {
- "madeWithLove": "Hecho con ❤️ por @"
+ "madeWithLove": "Hecho con ❤️ por @",
+ "thirdPartyContent": "Ver contenido de terceros",
+ "thirdPartyContentTable": {
+ "dependencyName": "Dependencia",
+ "dependencyVersion": "Versión"
+ }
},
"grow": "Aumentar cuadrícula (toma todo el espacio)",
"layout": {
- "title": "Diseño del dashboard",
+ "preview": {
+ "title": "Previsualizar",
+ "subtitle": "Los cambios serán guardados automáticamente"
+ },
+ "divider": "Opciones de diseño",
"main": "Principal",
"sidebar": "Barra lateral",
"cannotturnoff": "No puede ser apagado",
diff --git a/public/locales/es/settings/customization/color-selector.json b/public/locales/es/settings/customization/color-selector.json
index 4da18eb3d7f..ba28d3fd8ea 100644
--- a/public/locales/es/settings/customization/color-selector.json
+++ b/public/locales/es/settings/customization/color-selector.json
@@ -1,3 +1,4 @@
{
+ "colors": "Colores",
"suffix": "Color {{color}}"
}
\ No newline at end of file
diff --git a/public/locales/es/settings/customization/general.json b/public/locales/es/settings/customization/general.json
new file mode 100644
index 00000000000..e35dc458889
--- /dev/null
+++ b/public/locales/es/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "Las personalizaciones te permiten configurar y ajustar tu experiencia con Homarr, según tus preferencias.",
+ "accordeon": {
+ "layout": {
+ "name": "Disposición",
+ "description": "Activar y desactivar elementos de tu cabecera y tarjetas del dashboard"
+ },
+ "gridstack": {
+ "name": "",
+ "description": "Personalizar el comportamiento y columnas del área de tu dashboard"
+ },
+ "pageMetadata": {
+ "name": "Metadatos de Página",
+ "description": "Ajustar títulos, logo y PWA"
+ },
+ "appereance": {
+ "name": "Apariencia",
+ "description": "Personalizar la apariencia del fondo, colores y apps"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/es/settings/customization/gridstack.json b/public/locales/es/settings/customization/gridstack.json
new file mode 100644
index 00000000000..ef3199cb93e
--- /dev/null
+++ b/public/locales/es/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "Columnas en tamaño {{size}}",
+ "descriptionPreset": "Número de columnas cuando la pantalla tiene menos de {{pixels}} píxeles de ancho",
+ "descriptionExceedsPreset": "Número de columnas cuando el tamaño de pantalla excede los {{pixels}} píxeles"
+ },
+ "unsavedChanges": "Tienes cambios no guardados. Clic en el botón de Aplicar cambios para aplicar y guardar.",
+ "applyChanges": "Aplicar cambios",
+ "defaultValues": "Valores por defecto"
+}
\ 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 2c4dc263740..effb9c38f62 100644
--- a/public/locales/es/settings/customization/page-appearance.json
+++ b/public/locales/es/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Título de Página"
+ "label": "Título de Página",
+ "description": "Título del dashboard en la parte superior izquierda"
},
"metaTitle": {
- "label": "Tarjeta Meta"
+ "label": "Tarjeta Meta",
+ "description": "El título, que se muestra como el nombre de tu pestaña"
},
"logo": {
- "label": "Logo"
+ "label": "Logo",
+ "description": "El logo del dashboard en la parte superior izquierda"
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": "El icono, que se usa delante del nombre de la pestaña"
},
"background": {
"label": "Fondo"
},
"customCSS": {
"label": "CSS Personalizado",
- "placeholder": "El CSS personalizado será aplicado en último lugar"
+ "description": "Personalizar todos los elementos de tu dashboard, solo recomendado para usuarios experimentados",
+ "placeholder": "El CSS personalizado será aplicado en último lugar",
+ "applying": "Aplicando CSS..."
},
"buttons": {
"submit": "Aplicar"
diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json
index aa92409e461..a9dd4fc915e 100644
--- a/public/locales/fr/common.json
+++ b/public/locales/fr/common.json
@@ -24,5 +24,11 @@
"seconds": "secondes",
"minutes": "minutes",
"hours": "heures"
+ },
+ "loading": "Chargement...",
+ "breakPoints": {
+ "small": "petit",
+ "medium": "moyen",
+ "large": "grand"
}
}
\ No newline at end of file
diff --git a/public/locales/fr/layout/header/actions/toggle-edit-mode.json b/public/locales/fr/layout/header/actions/toggle-edit-mode.json
index fb2e3b83c51..5dbab635477 100644
--- a/public/locales/fr/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/fr/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Le mode d'édition est activé pour <1>{{size}}1> la taille",
"text": "Vous pouvez désormais ajuster et configurer vos applications. Les modifications ne sont pas enregistrées jusqu'à ce que vous quittiez le mode édition"
- },
- "screenSizes": {
- "small": "petit",
- "medium": "moyen",
- "large": "grand"
}
}
diff --git a/public/locales/fr/layout/modals/about.json b/public/locales/fr/layout/modals/about.json
index b0f8f6bb0dd..7a8fdbe0ec1 100644
--- a/public/locales/fr/layout/modals/about.json
+++ b/public/locales/fr/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr est un tableau de bord élégant, moderne qui met toutes vos applications et services au bout de vos doigts. Avec Homarr, vous pouvez accéder et contrôler tout dans un seul endroit. Homarr s'intègre de façon transparente avec les applications que vous avez ajoutées, vous fournissant des informations précieuses et vous donnant un contrôle total. L'installation est un jeu d'enfant, et Homarr prend en charge un large éventail de méthodes de déploiement.",
- "i18n": "Espaces de traduction I18n chargés",
- "locales": "Locales I18n configurées",
"contact": "Vous avez des problèmes ou des questions ? Dites-le-nous !",
- "addToDashboard": "Ajouter au tableau de bord"
-}
+ "addToDashboard": "Ajouter au tableau de bord",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "Configurations disponibles",
+ "version": "Version",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/fr/layout/modals/icon-picker.json b/public/locales/fr/layout/modals/icon-picker.json
index 349810cb933..6ce707f6e44 100644
--- a/public/locales/fr/layout/modals/icon-picker.json
+++ b/public/locales/fr/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Chercher quelque chose...",
+ "searchLimitationTitle": "Limité à 30 résultats",
+ "searchLimitationMessage": "Les résultats de la recherche ont été limités à 30 car il y avait trop de correspondances"
}
}
\ No newline at end of file
diff --git a/public/locales/fr/modules/calendar.json b/public/locales/fr/modules/calendar.json
index cd93a8a1bc8..b8ac296c27c 100644
--- a/public/locales/fr/modules/calendar.json
+++ b/public/locales/fr/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Affiche un calendrier avec les prochaines sorties, à partir des intégrations prises en charge.",
"settings": {
"title": "Paramètres du widget Calendrier",
+ "useSonarrv4": {
+ "label": "Utiliser l'API de Sonarr v4"
+ },
"sundayStart": {
"label": "Commencez la semaine par dimanche"
},
diff --git a/public/locales/fr/modules/dashdot.json b/public/locales/fr/modules/dashdot.json
index 952d24db6b5..1ff83314702 100644
--- a/public/locales/fr/modules/dashdot.json
+++ b/public/locales/fr/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "URL Dash."
+ },
+ "usePercentages": {
+ "label": "Afficher les pourcentages"
}
}
},
diff --git a/public/locales/fr/settings/common.json b/public/locales/fr/settings/common.json
index 80cdaca5323..069646fb820 100644
--- a/public/locales/fr/settings/common.json
+++ b/public/locales/fr/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Importer votre fichier de configuration en le faisant glisser et en le déposant sur la page !"
},
"credits": {
- "madeWithLove": "Fait avec ❤️ par @"
+ "madeWithLove": "Fait avec ❤️ par @",
+ "thirdPartyContent": "Voir le contenu tiers",
+ "thirdPartyContentTable": {
+ "dependencyName": "Dépendance",
+ "dependencyVersion": "Version"
+ }
},
"grow": "Grille progressive (prend toute la largeur)",
"layout": {
- "title": "Disposition du tableau de bord",
+ "preview": {
+ "title": "Aperçu",
+ "subtitle": "Les changements seront sauvegarder automatiquement"
+ },
+ "divider": "Option de mise en page",
"main": "Principal",
"sidebar": "Barre latérale",
"cannotturnoff": "Ne peut être désactivé",
diff --git a/public/locales/fr/settings/customization/color-selector.json b/public/locales/fr/settings/customization/color-selector.json
index 5d74935fada..f411d4dd70c 100644
--- a/public/locales/fr/settings/customization/color-selector.json
+++ b/public/locales/fr/settings/customization/color-selector.json
@@ -1,3 +1,4 @@
{
+ "colors": "Couleurs",
"suffix": "{{color}} couleur"
}
\ No newline at end of file
diff --git a/public/locales/fr/settings/customization/general.json b/public/locales/fr/settings/customization/general.json
new file mode 100644
index 00000000000..1b8be25e6fc
--- /dev/null
+++ b/public/locales/fr/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": "Activer et désactiver les éléments sur l'en-tête et le titre du tableau de bord"
+ },
+ "gridstack": {
+ "name": "",
+ "description": "Personnaliser le comportement et les colonnes de la zone de votre tableau de bord"
+ },
+ "pageMetadata": {
+ "name": "Métadonnées de la page",
+ "description": "Ajuster le titre, le logo et la PWA"
+ },
+ "appereance": {
+ "name": "Apparence",
+ "description": "Personnalisez l'arrière-plan, les couleurs et l'apparence des applications"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/fr/settings/customization/gridstack.json b/public/locales/fr/settings/customization/gridstack.json
new file mode 100644
index 00000000000..eb5909393af
--- /dev/null
+++ b/public/locales/fr/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "Nombre de colonnes lorsque l'écran a une largeur inférieure à {{pixels}} pixels",
+ "descriptionExceedsPreset": "Nombre de colonnes lorsque la taille de l'écran dépasse {{pixels}} pixels"
+ },
+ "unsavedChanges": "Vous avez des modifications non sauvegardées. Cliquez sur le bouton Appliquer les modifications ci-dessous pour les appliquer et les enregistrer.",
+ "applyChanges": "Appliquer les modifications",
+ "defaultValues": "Valeurs par défaut"
+}
\ No newline at end of file
diff --git a/public/locales/fr/settings/customization/page-appearance.json b/public/locales/fr/settings/customization/page-appearance.json
index 0072601b66d..8dfc947de74 100644
--- a/public/locales/fr/settings/customization/page-appearance.json
+++ b/public/locales/fr/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Titre de la page"
+ "label": "Titre de la page",
+ "description": "Le titre du tableau de bord en haut à gauche"
},
"metaTitle": {
- "label": "Titre Méta"
+ "label": "Titre Méta",
+ "description": "Le titre qui est affiché comme nom d'onglet"
},
"logo": {
- "label": "Logo"
+ "label": "Logo",
+ "description": "Le logo du tableau de bord en haut à gauche"
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": "L'icône qui est utilisé devant le nom de votre onglet"
},
"background": {
"label": "Contexte"
},
"customCSS": {
"label": "CSS personnalisé",
- "placeholder": "Le CSS personnalisé sera appliqué en dernier"
+ "description": "Personnaliser tous les éléments du tableau de bord, recommandé seulement pour les utilisateurs expérimentés",
+ "placeholder": "Le CSS personnalisé sera appliqué en dernier",
+ "applying": "Appliquation du CSS..."
},
"buttons": {
"submit": "Soumettre"
diff --git a/public/locales/he/common.json b/public/locales/he/common.json
index a27baca6f2e..e9456d21013 100644
--- a/public/locales/he/common.json
+++ b/public/locales/he/common.json
@@ -24,5 +24,11 @@
"seconds": "שניות",
"minutes": "דקות",
"hours": "שעות"
+ },
+ "loading": "טוען...",
+ "breakPoints": {
+ "small": "קטן",
+ "medium": "בינוני",
+ "large": "גדול"
}
}
\ No newline at end of file
diff --git a/public/locales/he/layout/header/actions/toggle-edit-mode.json b/public/locales/he/layout/header/actions/toggle-edit-mode.json
index 7486123e6e1..8eab265ca39 100644
--- a/public/locales/he/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/he/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "מצב עריכה מופעל עבור גודל <1>{{size}}1>",
"text": "ניתן להתאים ולהגדיר את האפליקציות עכשיו. השינויים לא נשמרים עד יציאה ממצב עריכה."
- },
- "screenSizes": {
- "small": "קטן",
- "medium": "בינוני",
- "large": "גדול"
}
}
diff --git a/public/locales/he/layout/modals/about.json b/public/locales/he/layout/modals/about.json
index 6f3d57a9b5d..4caee7d5b8d 100644
--- a/public/locales/he/layout/modals/about.json
+++ b/public/locales/he/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr הוא לוח מחוונים אלגנטי, מודרני, אשר שם את כל האפליקציות והשירותים בהישג יד. עם Homarr, ניתן לגשת לכל דבר ולשלוט בו במיקום נוח אחד. Homarr משתלב בצורה חלקה עם האפליקציות, מספק מידע רב ערך ונותן שליטה מלאה. ההתקנה היא קלה ותומכת במגוון רחב של שיטות פריסה.",
- "i18n": "מרחבי שמות טעונים של תרגום i18n",
- "locales": "אזורי i18n שתצורתם נקבעה",
"contact": "נתקלת בבעיות או בשאלות? צור איתנו קשר!",
- "addToDashboard": "הוספה ללוח מחוונים"
-}
+ "addToDashboard": "הוספה ללוח מחוונים",
+ "metrics": {
+ "configurationSchemaVersion": "גירסת סכימת תצורה",
+ "configurationsCount": "תצורות זמינות",
+ "version": "גרסה",
+ "nodeEnvironment": "סביבת Node",
+ "i18n": "מרחבי שמות של תרגום I18n טעונים",
+ "locales": "אזורי I18n מוגדרים"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/he/layout/modals/icon-picker.json b/public/locales/he/layout/modals/icon-picker.json
index 349810cb933..bda522157a9 100644
--- a/public/locales/he/layout/modals/icon-picker.json
+++ b/public/locales/he/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "חפש משהו...",
+ "searchLimitationTitle": "מוגבל ל-30 תוצאות",
+ "searchLimitationMessage": "תוצאות החיפוש הוגבלו ל-30 כי היו יותר מדי התאמות"
}
}
\ No newline at end of file
diff --git a/public/locales/he/modules/calendar.json b/public/locales/he/modules/calendar.json
index 4bb55e5f14f..eaa3880923e 100644
--- a/public/locales/he/modules/calendar.json
+++ b/public/locales/he/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "מציג לוח שנה עם עדכונים מאינטגרציות נתמכות.",
"settings": {
"title": "הגדרות עבור ווידג'ט יומן",
+ "useSonarrv4": {
+ "label": "השתמש בAPI גרסא 4 של סונאר (Sonarr)"
+ },
"sundayStart": {
"label": "התחל את השבוע ביום ראשון"
},
diff --git a/public/locales/he/modules/dashdot.json b/public/locales/he/modules/dashdot.json
index cb9db2f421e..b4fffea6181 100644
--- a/public/locales/he/modules/dashdot.json
+++ b/public/locales/he/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "כתובת אתר Dash."
+ },
+ "usePercentages": {
+ "label": "הצג אחוזים"
}
}
},
diff --git a/public/locales/he/settings/common.json b/public/locales/he/settings/common.json
index 63be54c7fc2..0405363ff01 100644
--- a/public/locales/he/settings/common.json
+++ b/public/locales/he/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "העלה את קובץ התצורה שלך על ידי גרירה ושחרור שלו אל הדף!"
},
"credits": {
- "madeWithLove": "נעשה ב- ❤️ ע״י @"
+ "madeWithLove": "נעשה ב- ❤️ ע״י @",
+ "thirdPartyContent": "ראה תוכן של צד שלישי",
+ "thirdPartyContentTable": {
+ "dependencyName": "תלות",
+ "dependencyVersion": "גרסה"
+ }
},
"grow": "הגדלת אריחים (תופס את כל השטח)",
"layout": {
- "title": "פריסת לוח מחוונים",
+ "preview": {
+ "title": "תצוגה מקדימה",
+ "subtitle": "השינוים יישמרו באופן אוטומאטי"
+ },
+ "divider": "אפשרויות סידור",
"main": "ראשי",
"sidebar": "סרגל צד",
"cannotturnoff": "לא ניתן להסרה",
diff --git a/public/locales/he/settings/customization/color-selector.json b/public/locales/he/settings/customization/color-selector.json
index c6dfd596751..2ccb00a82c1 100644
--- a/public/locales/he/settings/customization/color-selector.json
+++ b/public/locales/he/settings/customization/color-selector.json
@@ -1,3 +1,4 @@
{
+ "colors": "צבעים",
"suffix": "צבע {{color}}"
}
\ No newline at end of file
diff --git a/public/locales/he/settings/customization/general.json b/public/locales/he/settings/customization/general.json
new file mode 100644
index 00000000000..7c36fb976d1
--- /dev/null
+++ b/public/locales/he/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "התאמות אישיות מאפשרות לך להגדיר ולהתאים את החוויה שלך עם Homarr להעדפותיך.",
+ "accordeon": {
+ "layout": {
+ "name": "פריסה",
+ "description": "הפעל והשבת אלמנטים באריחי הכותרת ולוח המחוונים שלך"
+ },
+ "gridstack": {
+ "name": "Gridstack",
+ "description": "התאם אישית את ההתנהגות והעמודות של אזור לוח המחוונים שלך"
+ },
+ "pageMetadata": {
+ "name": "מטא נתונים של עמוד",
+ "description": "התאם כותרות, לוגו ו-PWA"
+ },
+ "appereance": {
+ "name": "מראה חיצוני",
+ "description": "התאם אישית את הרקע, הצבעים ומראה האפליקציות"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/he/settings/customization/gridstack.json b/public/locales/he/settings/customization/gridstack.json
new file mode 100644
index 00000000000..1b5ad034ce0
--- /dev/null
+++ b/public/locales/he/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "עמודות בגודל{{size}}",
+ "descriptionPreset": "מספר העמודות כאשר המסך קטן מרוחב של {{pixels}} פקסלים",
+ "descriptionExceedsPreset": "מספר העמודות כאשר גודל המסך חורג {{pixels}} פקסלים"
+ },
+ "unsavedChanges": "יש לך שינויים לא שמורים. לחץ על כפתור ״החל שינויים״ על מנת להחיל ולשמור ",
+ "applyChanges": "החל שינויים",
+ "defaultValues": "ערכי ברירת מחדל"
+}
\ No newline at end of file
diff --git a/public/locales/he/settings/customization/page-appearance.json b/public/locales/he/settings/customization/page-appearance.json
index 3e08c26349a..84310ae5447 100644
--- a/public/locales/he/settings/customization/page-appearance.json
+++ b/public/locales/he/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "כותרת העמוד"
+ "label": "כותרת העמוד",
+ "description": "כותרת לוח המחוונים בפינה השמאלית העליונה"
},
"metaTitle": {
- "label": "כותרת דף"
+ "label": "כותרת דף",
+ "description": "הכותרת, שמוצגת כשם הכרטיסייה שלך"
},
"logo": {
- "label": "סמל"
+ "label": "סמל",
+ "description": "הלוגו של לוח המחוונים בצד שמאל למעלה"
},
"favicon": {
- "label": "אייקון לצד שם הדף"
+ "label": "אייקון לצד שם הדף",
+ "description": "הסמל שנמצא בשימוש מול שם הכרטיסייה שלך"
},
"background": {
"label": "רקע"
},
"customCSS": {
"label": "CSS מותאם אישית",
- "placeholder": "CSS מותאם אישית יוחל אחרון"
+ "description": "התאם אישית את כל הרכיבים בלוח המחוונים שלך, מומלץ רק למשתמשים מנוסים",
+ "placeholder": "CSS מותאם אישית יוחל אחרון",
+ "applying": "מחיל CSS..."
},
"buttons": {
"submit": "שלח"
diff --git a/public/locales/it/common.json b/public/locales/it/common.json
index 2dac6ccd135..e526d7c4e47 100644
--- a/public/locales/it/common.json
+++ b/public/locales/it/common.json
@@ -24,5 +24,11 @@
"seconds": "secondi",
"minutes": "minuti",
"hours": "ore"
+ },
+ "loading": "Caricamento in corso...",
+ "breakPoints": {
+ "small": "piccolo",
+ "medium": "medio",
+ "large": "grande"
}
}
\ No newline at end of file
diff --git a/public/locales/it/layout/header/actions/toggle-edit-mode.json b/public/locales/it/layout/header/actions/toggle-edit-mode.json
index 070a49a6a46..4b1e9327a4c 100644
--- a/public/locales/it/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/it/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Edit mode abilitata per dimensione <1>{{size}}1>",
"text": "Ora è possibile regolare e configurare le applicazioni. Le modifiche non verranno salvate finché non si esce dalla edit mode"
- },
- "screenSizes": {
- "small": "piccolo",
- "medium": "medio",
- "large": "grande"
}
}
diff --git a/public/locales/it/layout/modals/about.json b/public/locales/it/layout/modals/about.json
index b5e5c5c6a80..5d794e9019e 100644
--- a/public/locales/it/layout/modals/about.json
+++ b/public/locales/it/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr è una elegante e moderna dashboard che mette tutte le vostre app e i vostri servizi a portata di mano. Con Homarr, potete controllare tutto in un'unica comoda posizione. Homarr si integra perfettamente con le app aggiunte, fornendo informazioni preziose e offrendo un controllo completo. L'installazione è semplice e Homarr supporta un'ampia gamma di metodi di deployment.",
- "i18n": "Translation namespaces I18n caricati",
- "locales": "I18n locales configurati",
"contact": "Problemi o domande? Contattaci!",
- "addToDashboard": "Aggiungi alla dashboard"
-}
+ "addToDashboard": "Aggiungi alla dashboard",
+ "metrics": {
+ "configurationSchemaVersion": "Versione dello schema di configurazione",
+ "configurationsCount": "Configurazioni disponibili",
+ "version": "Versione",
+ "nodeEnvironment": "Ambiente Node",
+ "i18n": "Translation namespaces I18n caricati",
+ "locales": "I18n locales configurati"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/it/layout/modals/icon-picker.json b/public/locales/it/layout/modals/icon-picker.json
index 349810cb933..e70a3fdd357 100644
--- a/public/locales/it/layout/modals/icon-picker.json
+++ b/public/locales/it/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Cerca qualcosa...",
+ "searchLimitationTitle": "Limitato a 30 risultati",
+ "searchLimitationMessage": "I risultati della ricerca sono stati limitati a 30 poiché ci sono state troppe corrispondenze"
}
}
\ No newline at end of file
diff --git a/public/locales/it/modules/calendar.json b/public/locales/it/modules/calendar.json
index 2ce0f0f48d8..704c719129b 100644
--- a/public/locales/it/modules/calendar.json
+++ b/public/locales/it/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Mostra un calendario con le prossime versioni dalle integrazioni supportate.",
"settings": {
"title": "Impostazioni per il widget Calendario",
+ "useSonarrv4": {
+ "label": "Usa le API di Sonarr v4"
+ },
"sundayStart": {
"label": "Inizia la settimana di domenica"
},
diff --git a/public/locales/it/modules/dashdot.json b/public/locales/it/modules/dashdot.json
index 0c235b998cd..02c325dac85 100644
--- a/public/locales/it/modules/dashdot.json
+++ b/public/locales/it/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": "Visualizza percentuali"
}
}
},
diff --git a/public/locales/it/settings/common.json b/public/locales/it/settings/common.json
index 552939da41d..4a1552727d4 100644
--- a/public/locales/it/settings/common.json
+++ b/public/locales/it/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Carica il file di configurazione trascinandolo e rilasciandolo sulla pagina!"
},
"credits": {
- "madeWithLove": "Realizzato con ❤️ da @"
+ "madeWithLove": "Realizzato con ❤️ da @",
+ "thirdPartyContent": "Visualizza contenuti di terze parti",
+ "thirdPartyContentTable": {
+ "dependencyName": "Dipendenza",
+ "dependencyVersion": "Versione"
+ }
},
"grow": "Espandi la griglia (occupa tutto lo spazio)",
"layout": {
- "title": "Layout della Dashboard",
+ "preview": {
+ "title": "Anteprima",
+ "subtitle": "Le modifiche saranno salvate automaticamente"
+ },
+ "divider": "Opzioni di layout",
"main": "Main",
"sidebar": "Barra laterale",
"cannotturnoff": "Impossibile disattivare",
diff --git a/public/locales/it/settings/customization/color-selector.json b/public/locales/it/settings/customization/color-selector.json
index 8d923868297..3017646ca05 100644
--- a/public/locales/it/settings/customization/color-selector.json
+++ b/public/locales/it/settings/customization/color-selector.json
@@ -1,3 +1,4 @@
{
+ "colors": "Colori",
"suffix": "{{color}} colore"
}
\ No newline at end of file
diff --git a/public/locales/it/settings/customization/general.json b/public/locales/it/settings/customization/general.json
new file mode 100644
index 00000000000..3ff88edd947
--- /dev/null
+++ b/public/locales/it/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "Le personalizzazioni consentono di configurare e adattare l'esperienza con Homarr a piacimento.",
+ "accordeon": {
+ "layout": {
+ "name": "Layout",
+ "description": "Abilita e disabilita gli elementi dell'intestazione e dei riquadri della dashboard"
+ },
+ "gridstack": {
+ "name": "Gridstack",
+ "description": "Personalizza il comportamento e le colonne dell'area della dashboard"
+ },
+ "pageMetadata": {
+ "name": "Metadati della pagina",
+ "description": "Regola titoli, logo e PWA"
+ },
+ "appereance": {
+ "name": "Aspetto",
+ "description": "Personalizza lo sfondo, i colori e l'aspetto delle app"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/it/settings/customization/gridstack.json b/public/locales/it/settings/customization/gridstack.json
new file mode 100644
index 00000000000..de31dc3a9eb
--- /dev/null
+++ b/public/locales/it/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "Colonne in formato {{size}}",
+ "descriptionPreset": "Numero di colonne quando lo schermo ha una larghezza inferiore a {{pixels}} pixel",
+ "descriptionExceedsPreset": "Numero di colonne quando le dimensioni dello schermo superano {{pixels}} pixel"
+ },
+ "unsavedChanges": "Ci sono modifiche non salvate. Fare clic sul pulsante Applica modifiche qui sotto per applicare e salvare.",
+ "applyChanges": "Applica modifiche",
+ "defaultValues": "Valori predefiniti"
+}
\ No newline at end of file
diff --git a/public/locales/it/settings/customization/page-appearance.json b/public/locales/it/settings/customization/page-appearance.json
index 4df78cf7d12..d3203c8115e 100644
--- a/public/locales/it/settings/customization/page-appearance.json
+++ b/public/locales/it/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Titolo pagina"
+ "label": "Titolo pagina",
+ "description": "Il titolo della dashboard in alto a sinistra"
},
"metaTitle": {
- "label": "Titolo meta"
+ "label": "Titolo meta",
+ "description": "Il titolo che viene visualizzato come nome della scheda"
},
"logo": {
- "label": "Logo"
+ "label": "Logo",
+ "description": "Il logo della dashboard in alto a sinistra"
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": "L'icona che viene utilizzata davanti al nome della scheda"
},
"background": {
"label": "Sfondo"
},
"customCSS": {
"label": "CSS personalizzato",
- "placeholder": "I CSS personalizzati saranno applicati per ultimi"
+ "description": "Personalizza tutti gli elementi della dashboard, consigliata solo agli utenti esperti",
+ "placeholder": "I CSS personalizzati saranno applicati per ultimi",
+ "applying": "Applicazione CSS..."
},
"buttons": {
"submit": "Invia"
diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json
index 201d076d0a7..cde89d00d19 100644
--- a/public/locales/ja/common.json
+++ b/public/locales/ja/common.json
@@ -24,5 +24,11 @@
"seconds": "替わり",
"minutes": "議事録",
"hours": "時間"
+ },
+ "loading": "読み込み中...",
+ "breakPoints": {
+ "small": "小",
+ "medium": "巫女",
+ "large": "おおきな"
}
}
\ No newline at end of file
diff --git a/public/locales/ja/layout/header/actions/toggle-edit-mode.json b/public/locales/ja/layout/header/actions/toggle-edit-mode.json
index 5b06cf92abd..8927f24f22b 100644
--- a/public/locales/ja/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/ja/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "編集モードが有効なのは <1>{{size}}1>サイズ",
"text": "今すぐアプリを調整し、設定することができます。変更は、 編集モードを終了するまで保存されません"
- },
- "screenSizes": {
- "small": "小",
- "medium": "巫女",
- "large": "おおきな"
}
}
diff --git a/public/locales/ja/layout/modals/about.json b/public/locales/ja/layout/modals/about.json
index ba9735b05ac..d4d1a9787fc 100644
--- a/public/locales/ja/layout/modals/about.json
+++ b/public/locales/ja/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarrは、 sleek, modern dashboardで、すべてのアプリとサービスを指先で操作できるようにします。HOMARを使えば、便利な1つの場所ですべてにアクセスし、コントロールすることができます。Homarrは、あなたが追加したアプリとシームレスに統合され、あなたに貴重な情報を提供し、完全に制御することができます。インストールは簡単で、Homarrは幅広い導入方法をサポートしています。",
- "i18n": "ロードされたI18n翻訳名前空間",
- "locales": "設定されたI18nロケール",
"contact": "お困りごとやご質問はありませんか?私たちにご連絡ください。",
- "addToDashboard": "ダッシュボードに追加"
-}
+ "addToDashboard": "ダッシュボードに追加",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "バージョン",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ja/modules/calendar.json b/public/locales/ja/modules/calendar.json
index caf491c063d..47e5a2288d7 100644
--- a/public/locales/ja/modules/calendar.json
+++ b/public/locales/ja/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "サポートされている統合製品から、今後のリリースをカレンダーで表示します。",
"settings": {
"title": "カレンダーウィジェットの設定",
+ "useSonarrv4": {
+ "label": ""
+ },
"sundayStart": {
"label": "週の始まりは日曜日"
},
diff --git a/public/locales/ja/modules/dashdot.json b/public/locales/ja/modules/dashdot.json
index 22413d86fb4..b4221a29e51 100644
--- a/public/locales/ja/modules/dashdot.json
+++ b/public/locales/ja/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "ダッシュURL"
+ },
+ "usePercentages": {
+ "label": ""
}
}
},
diff --git a/public/locales/ja/settings/common.json b/public/locales/ja/settings/common.json
index cb2b4bfaea7..11477d4002a 100644
--- a/public/locales/ja/settings/common.json
+++ b/public/locales/ja/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "設定ファイルをドラッグ&ドロップでアップロードしよう"
},
"credits": {
- "madeWithLove": "で作った❤️ by @さん"
+ "madeWithLove": "で作った❤️ by @さん",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": "バージョン"
+ }
},
"grow": "グロースグリッド(全領域を占有)",
"layout": {
- "title": "ダッシュボードのレイアウト",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "メイン",
"sidebar": "サイドバー",
"cannotturnoff": "OFFにできない",
diff --git a/public/locales/ja/settings/customization/general.json b/public/locales/ja/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/ja/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ja/settings/customization/gridstack.json b/public/locales/ja/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/ja/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ 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 7932063628b..49d810e9311 100644
--- a/public/locales/ja/settings/customization/page-appearance.json
+++ b/public/locales/ja/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "ページタイトル"
+ "label": "ページタイトル",
+ "description": ""
},
"metaTitle": {
- "label": "メタ・タイトル"
+ "label": "メタ・タイトル",
+ "description": ""
},
"logo": {
- "label": "ロゴマーク"
+ "label": "ロゴマーク",
+ "description": ""
},
"favicon": {
- "label": "ファビコン"
+ "label": "ファビコン",
+ "description": ""
},
"background": {
"label": "背景"
},
"customCSS": {
"label": "カスタムCSS",
- "placeholder": "カスタムCSSは最後に適用されます"
+ "description": "",
+ "placeholder": "カスタムCSSは最後に適用されます",
+ "applying": ""
},
"buttons": {
"submit": "提出"
diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json
index 954bb7ffaa3..d272e1df729 100644
--- a/public/locales/ko/common.json
+++ b/public/locales/ko/common.json
@@ -24,5 +24,11 @@
"seconds": "초",
"minutes": "분",
"hours": "시간"
+ },
+ "loading": "불러오는 중…",
+ "breakPoints": {
+ "small": "",
+ "medium": "",
+ "large": ""
}
}
\ No newline at end of file
diff --git a/public/locales/ko/layout/header/actions/toggle-edit-mode.json b/public/locales/ko/layout/header/actions/toggle-edit-mode.json
index 56487b8b160..b3cfd87beb5 100644
--- a/public/locales/ko/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/ko/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "",
"text": ""
- },
- "screenSizes": {
- "small": "",
- "medium": "",
- "large": ""
}
}
diff --git a/public/locales/ko/layout/modals/about.json b/public/locales/ko/layout/modals/about.json
index 0967ef424bc..bd458a81f59 100644
--- a/public/locales/ko/layout/modals/about.json
+++ b/public/locales/ko/layout/modals/about.json
@@ -1 +1,13 @@
-{}
+{
+ "description": "",
+ "contact": "",
+ "addToDashboard": "",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ko/modules/calendar.json b/public/locales/ko/modules/calendar.json
index c07ab21b8b0..e5b73b73945 100644
--- a/public/locales/ko/modules/calendar.json
+++ b/public/locales/ko/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "",
"settings": {
"title": "",
+ "useSonarrv4": {
+ "label": ""
+ },
"sundayStart": {
"label": "한 주의 시작을 일요일로 설정"
},
diff --git a/public/locales/ko/modules/dashdot.json b/public/locales/ko/modules/dashdot.json
index 7111a287269..c1407853863 100644
--- a/public/locales/ko/modules/dashdot.json
+++ b/public/locales/ko/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. 주소"
+ },
+ "usePercentages": {
+ "label": ""
}
}
},
diff --git a/public/locales/ko/settings/common.json b/public/locales/ko/settings/common.json
index 0e4e749fda9..31cbe5c4101 100644
--- a/public/locales/ko/settings/common.json
+++ b/public/locales/ko/settings/common.json
@@ -9,11 +9,20 @@
"configTip": ""
},
"credits": {
- "madeWithLove": "Made with ❤️ by @"
+ "madeWithLove": "Made with ❤️ by @",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": ""
+ }
},
"grow": "",
"layout": {
- "title": "",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "",
"sidebar": "",
"cannotturnoff": "",
diff --git a/public/locales/ko/settings/customization/general.json b/public/locales/ko/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/ko/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ko/settings/customization/gridstack.json b/public/locales/ko/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/ko/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ 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
index ec84dee44ca..6dab8a150f2 100644
--- a/public/locales/ko/settings/customization/page-appearance.json
+++ b/public/locales/ko/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "페이지 제목"
+ "label": "페이지 제목",
+ "description": ""
},
"metaTitle": {
- "label": ""
+ "label": "",
+ "description": ""
},
"logo": {
- "label": "로고"
+ "label": "로고",
+ "description": ""
},
"favicon": {
- "label": "파비콘"
+ "label": "파비콘",
+ "description": ""
},
"background": {
"label": "배경"
},
"customCSS": {
"label": "커스텀 CSS",
- "placeholder": ""
+ "description": "",
+ "placeholder": "",
+ "applying": ""
},
"buttons": {
"submit": "적용"
diff --git a/public/locales/lol/common.json b/public/locales/lol/common.json
index 8eb46d61c2c..20e1a6cc7e7 100644
--- a/public/locales/lol/common.json
+++ b/public/locales/lol/common.json
@@ -24,5 +24,11 @@
"seconds": "secondz",
"minutes": "minutz",
"hours": "hourz"
+ },
+ "loading": "Loadin...",
+ "breakPoints": {
+ "small": "small",
+ "medium": "medium",
+ "large": "large"
}
}
\ No newline at end of file
diff --git a/public/locales/lol/layout/header/actions/toggle-edit-mode.json b/public/locales/lol/layout/header/actions/toggle-edit-mode.json
index 616aa7deadc..476e6339684 100644
--- a/public/locales/lol/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/lol/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Edit Mode Iz Enabld 4 <1>{{size}}1> Size",
"text": "U Can Adjust An Configure Ur Apps Nao. Changez R Not Savd Til U Exit Edit Mode"
- },
- "screenSizes": {
- "small": "small",
- "medium": "medium",
- "large": "large"
}
}
diff --git a/public/locales/lol/layout/modals/about.json b/public/locales/lol/layout/modals/about.json
index 926b2a8430d..f50d0196c53 100644
--- a/public/locales/lol/layout/modals/about.json
+++ b/public/locales/lol/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr Iz Sleek, Modern Dashbord Dat Puts All Ov Ur Apps An Servicez At Ur Fingertips. Wif Homarr, U Can Acces An Control Evrythin In Wan Convenient Locashun. Homarr Seamlesly Integratez Wif Teh Apps Uve Addd, Providin U Wif Valuable Informashun An Givin U Complete Control. Installashun Iz Breeze, An Homarr Supports Wide Range Ov Deployment Methodz.",
- "i18n": "Loadd I18N Tranzlashun Namespacez",
- "locales": "Configurd I18N Localez",
"contact": "Havin Trouble Or Queshuns? Connect Wif Us!",
- "addToDashboard": "Add 2 Dashbord"
-}
+ "addToDashboard": "Add 2 Dashbord",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "Vershun",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/lol/modules/calendar.json b/public/locales/lol/modules/calendar.json
index 603eb170d30..5230a82919b 100644
--- a/public/locales/lol/modules/calendar.json
+++ b/public/locales/lol/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Displayz calendar wif upcomin releasez, frum supportd integrations.",
"settings": {
"title": "Settings 4 Calendar Widget",
+ "useSonarrv4": {
+ "label": ""
+ },
"sundayStart": {
"label": "Start teh week on Sunday"
},
diff --git a/public/locales/lol/modules/dashdot.json b/public/locales/lol/modules/dashdot.json
index cdcded471e2..ddbefa7fadf 100644
--- a/public/locales/lol/modules/dashdot.json
+++ b/public/locales/lol/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": ""
}
}
},
diff --git a/public/locales/lol/settings/common.json b/public/locales/lol/settings/common.json
index fd2c8784059..975a42faa2a 100644
--- a/public/locales/lol/settings/common.json
+++ b/public/locales/lol/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Upload Ur Config File By Drag An Droppin It Onto Teh Paeg!"
},
"credits": {
- "madeWithLove": "Maded wif ❤️ by @"
+ "madeWithLove": "Maded wif ❤️ by @",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": "Vershun"
+ }
},
"grow": "Grow Grid (Taek All Space)",
"layout": {
- "title": "Dashbord Layout",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "Main",
"sidebar": "Sidebar",
"cannotturnoff": "Cant Be Turnd Off",
diff --git a/public/locales/lol/settings/customization/general.json b/public/locales/lol/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/lol/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/lol/settings/customization/gridstack.json b/public/locales/lol/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/lol/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ 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
index 965b599bfd7..85c53601d00 100644
--- a/public/locales/lol/settings/customization/page-appearance.json
+++ b/public/locales/lol/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Paeg Titel"
+ "label": "Paeg Titel",
+ "description": ""
},
"metaTitle": {
- "label": "Meta Title"
+ "label": "Meta Title",
+ "description": ""
},
"logo": {
- "label": "Logooo"
+ "label": "Logooo",
+ "description": ""
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": ""
},
"background": {
"label": "Bakground"
},
"customCSS": {
"label": "Custom CSS",
- "placeholder": "Custom CSS Will Be Applid Last"
+ "description": "",
+ "placeholder": "Custom CSS Will Be Applid Last",
+ "applying": ""
},
"buttons": {
"submit": "Submit"
diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json
index 36b13c7a78d..7c6060751e6 100644
--- a/public/locales/nl/common.json
+++ b/public/locales/nl/common.json
@@ -24,5 +24,11 @@
"seconds": "seconden",
"minutes": "minuten",
"hours": "uren"
+ },
+ "loading": "Bezig met laden...",
+ "breakPoints": {
+ "small": "klein",
+ "medium": "gemiddeld",
+ "large": "groot"
}
}
\ No newline at end of file
diff --git a/public/locales/nl/layout/header/actions/toggle-edit-mode.json b/public/locales/nl/layout/header/actions/toggle-edit-mode.json
index e0a99678010..45340ef62e5 100644
--- a/public/locales/nl/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/nl/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Bewerkingsmodus is ingeschakeld voor de <1>{{size}}1> grootte",
"text": "U kunt uw apps nu aanpassen en configureren. Wijzigingen zijn niet opgeslagen totdat u de bewerkingsmodus verlaat"
- },
- "screenSizes": {
- "small": "klein",
- "medium": "gemiddeld",
- "large": "groot"
}
}
diff --git a/public/locales/nl/layout/modals/about.json b/public/locales/nl/layout/modals/about.json
index 42e91ade212..43018df1d7a 100644
--- a/public/locales/nl/layout/modals/about.json
+++ b/public/locales/nl/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr is een sterk, modern dashboard dat al je apps en diensten binnen handbereik brengt. Met Homarr heb je toegang tot en controle over alles op één handige locatie. Homarr integreert naadloos met de apps die je hebt toegevoegd en geeft je waardevolle informatie en volledige controle. Installatie is een fluitje van een cent en Homarr ondersteunt een breed scala aan implementatiemethoden.",
- "i18n": "\"I18n translation namespaces\" geladen",
- "locales": "\"I18n locales\" geconfigureerd",
"contact": "Problemen of vragen? Neem contact met ons op!",
- "addToDashboard": "Aan dashboard toevoegen"
-}
+ "addToDashboard": "Aan dashboard toevoegen",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "Versie",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/nl/modules/calendar.json b/public/locales/nl/modules/calendar.json
index 4d355b3771f..7313009ed32 100644
--- a/public/locales/nl/modules/calendar.json
+++ b/public/locales/nl/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Toont een kalender met komende releases, van ondersteunde integraties.",
"settings": {
"title": "Instellingen voor Kalender widget",
+ "useSonarrv4": {
+ "label": ""
+ },
"sundayStart": {
"label": "Begin de week op zondag"
},
diff --git a/public/locales/nl/modules/dashdot.json b/public/locales/nl/modules/dashdot.json
index c301c6f33d5..64f740d7139 100644
--- a/public/locales/nl/modules/dashdot.json
+++ b/public/locales/nl/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": ""
}
}
},
diff --git a/public/locales/nl/settings/common.json b/public/locales/nl/settings/common.json
index 68f6bd5cd51..05fa7fa2f80 100644
--- a/public/locales/nl/settings/common.json
+++ b/public/locales/nl/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Upload uw configuratiebestand door het naar de pagina te slepen!"
},
"credits": {
- "madeWithLove": "Gemaakt met ❤️ door @"
+ "madeWithLove": "Gemaakt met ❤️ door @",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": "Versie"
+ }
},
"grow": "Groei raster (neem alle ruimte)",
"layout": {
- "title": "Dashboard lay-out",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "Algemeen",
"sidebar": "Zijbalk",
"cannotturnoff": "Kan niet worden uitgeschakeld",
diff --git a/public/locales/nl/settings/customization/general.json b/public/locales/nl/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/nl/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/nl/settings/customization/gridstack.json b/public/locales/nl/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/nl/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ No newline at end of file
diff --git a/public/locales/nl/settings/customization/page-appearance.json b/public/locales/nl/settings/customization/page-appearance.json
index 626757ae9f0..f1d43504ee1 100644
--- a/public/locales/nl/settings/customization/page-appearance.json
+++ b/public/locales/nl/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Paginatitel"
+ "label": "Paginatitel",
+ "description": ""
},
"metaTitle": {
- "label": "Meta Titel"
+ "label": "Meta Titel",
+ "description": ""
},
"logo": {
- "label": "Logo"
+ "label": "Logo",
+ "description": ""
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": ""
},
"background": {
"label": "Achtergrond"
},
"customCSS": {
"label": "Eigen CSS",
- "placeholder": "Eigen CSS wordt als laatste toegepast"
+ "description": "",
+ "placeholder": "Eigen CSS wordt als laatste toegepast",
+ "applying": ""
},
"buttons": {
"submit": "Indienen"
diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json
index a3965d164a9..aa670b6dbe0 100644
--- a/public/locales/pl/common.json
+++ b/public/locales/pl/common.json
@@ -24,5 +24,11 @@
"seconds": "sekund",
"minutes": "minut",
"hours": "godziny"
+ },
+ "loading": "Ładowanie...",
+ "breakPoints": {
+ "small": "mała",
+ "medium": "średni",
+ "large": "duży"
}
}
\ No newline at end of file
diff --git a/public/locales/pl/layout/header/actions/toggle-edit-mode.json b/public/locales/pl/layout/header/actions/toggle-edit-mode.json
index bd9b6ed2c60..09ff4218b21 100644
--- a/public/locales/pl/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/pl/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Tryb edycji jest włączony dla <1>{{size}}1> rozmiar",
"text": "Możesz teraz dostosować i skonfigurować swoje aplikacje. Zmiany nie są zapisywane do momentu wyjścia z trybu edycji."
- },
- "screenSizes": {
- "small": "mała",
- "medium": "średni",
- "large": "duży"
}
}
diff --git a/public/locales/pl/layout/modals/about.json b/public/locales/pl/layout/modals/about.json
index 39ea5e38a25..91a3ccda167 100644
--- a/public/locales/pl/layout/modals/about.json
+++ b/public/locales/pl/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr to elegancka, nowoczesna deska rozdzielcza, dzięki której wszystkie Twoje aplikacje i usługi są na wyciągnięcie ręki. Dzięki Homarr możesz mieć dostęp i kontrolę nad wszystkim w jednym wygodnym miejscu. Homarr płynnie integruje się z dodanymi przez Ciebie aplikacjami, dostarczając Ci cennych informacji i dając Ci pełną kontrolę. Instalacja jest łatwa, a Homarr obsługuje wiele metod wdrażania.",
- "i18n": "Załadowane przestrzenie nazw tłumaczeń I18n",
- "locales": "Skonfigurowane lokalizacje I18n",
"contact": "Masz problemy lub pytania? Skontaktuj się z nami!",
- "addToDashboard": "Dodaj do pulpitu nawigacyjnego"
-}
+ "addToDashboard": "Dodaj do pulpitu nawigacyjnego",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "Wersja",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/pl/modules/calendar.json b/public/locales/pl/modules/calendar.json
index 80e729c9633..fd088060c75 100644
--- a/public/locales/pl/modules/calendar.json
+++ b/public/locales/pl/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Wyświetla kalendarz z nadchodzącymi wydaniami, z obsługiwanych integracji.",
"settings": {
"title": "Ustawienia dla widżetu Kalendarz",
+ "useSonarrv4": {
+ "label": ""
+ },
"sundayStart": {
"label": "Rozpoczynaj tydzień od niedzieli"
},
diff --git a/public/locales/pl/modules/dashdot.json b/public/locales/pl/modules/dashdot.json
index 7d5780d68c0..9f9b690eb05 100644
--- a/public/locales/pl/modules/dashdot.json
+++ b/public/locales/pl/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Adres URL usługi Dash."
+ },
+ "usePercentages": {
+ "label": ""
}
}
},
diff --git a/public/locales/pl/settings/common.json b/public/locales/pl/settings/common.json
index 7d07d5ebfb4..3a8ac0589da 100644
--- a/public/locales/pl/settings/common.json
+++ b/public/locales/pl/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Wgraj swój plik konfiguracyjny poprzez przeciągnięcie i upuszczenie go na stronę!"
},
"credits": {
- "madeWithLove": "Wykonane z ❤️ przez @"
+ "madeWithLove": "Wykonane z ❤️ przez @",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": "Wersja"
+ }
},
"grow": "Rozwijaj siatkę (zajmij całą przestrzeń)",
"layout": {
- "title": "Układ deski rozdzielczej",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "Główna",
"sidebar": "Pasek boczny",
"cannotturnoff": "Nie można wyłączyć",
diff --git a/public/locales/pl/settings/customization/general.json b/public/locales/pl/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/pl/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/pl/settings/customization/gridstack.json b/public/locales/pl/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/pl/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ 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 52f3e54b5b5..9d266d1c354 100644
--- a/public/locales/pl/settings/customization/page-appearance.json
+++ b/public/locales/pl/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Tytuł strony"
+ "label": "Tytuł strony",
+ "description": ""
},
"metaTitle": {
- "label": "Meta Title"
+ "label": "Meta Title",
+ "description": ""
},
"logo": {
- "label": "Logo"
+ "label": "Logo",
+ "description": ""
},
"favicon": {
- "label": "Ikona"
+ "label": "Ikona",
+ "description": ""
},
"background": {
"label": "Tło"
},
"customCSS": {
"label": "Niestandardowy CSS",
- "placeholder": "Custom CSS zostanie zastosowany jako ostatni"
+ "description": "",
+ "placeholder": "Custom CSS zostanie zastosowany jako ostatni",
+ "applying": ""
},
"buttons": {
"submit": "Zgłoś"
diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json
index 15dc13a4038..7efd7129d5f 100644
--- a/public/locales/pt/common.json
+++ b/public/locales/pt/common.json
@@ -24,5 +24,11 @@
"seconds": "segundos",
"minutes": "minutos",
"hours": "horas"
+ },
+ "loading": "Carregando...",
+ "breakPoints": {
+ "small": "pequeno",
+ "medium": "médio",
+ "large": "grande"
}
}
\ No newline at end of file
diff --git a/public/locales/pt/layout/header/actions/toggle-edit-mode.json b/public/locales/pt/layout/header/actions/toggle-edit-mode.json
index bd1e304b96a..910f9e6a0f3 100644
--- a/public/locales/pt/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/pt/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "O modo de edição está activado para <1>{{size}}1> tamanho",
"text": "Pode agora ajustar e configurar as suas aplicações. As alterações são não guardadas até sair do modo de edição"
- },
- "screenSizes": {
- "small": "pequeno",
- "medium": "médio",
- "large": "grande"
}
}
diff --git a/public/locales/pt/layout/modals/about.json b/public/locales/pt/layout/modals/about.json
index 69f66a1e81f..30ddc1ac5ee 100644
--- a/public/locales/pt/layout/modals/about.json
+++ b/public/locales/pt/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr é um elegante, moderno painel de instrumentos que coloca todas as suas aplicações e serviços na ponta dos seus dedos. Com Homarr, pode aceder e controlar tudo num único local conveniente. Homarr integra-se perfeitamente com as aplicações que adicionou, fornecendo-lhe informações valiosas e dando-lhe um controlo completo. A instalação é uma brisa, e Homarr suporta uma vasta gama de métodos de implantação.",
- "i18n": "Carregado I18n namespaces de tradução",
- "locales": "Locales I18n configurados",
"contact": "Com problemas ou perguntas? Ligue-se a nós!",
- "addToDashboard": "Adicionar ao Painel de instrumentos"
-}
+ "addToDashboard": "Adicionar ao Painel de instrumentos",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "Versão",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/pt/modules/calendar.json b/public/locales/pt/modules/calendar.json
index a16c268002d..d99d072ab39 100644
--- a/public/locales/pt/modules/calendar.json
+++ b/public/locales/pt/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Apresenta um calendário com os próximos lançamentos, a partir das integrações suportadas.",
"settings": {
"title": "Definições para o widget Calendário",
+ "useSonarrv4": {
+ "label": ""
+ },
"sundayStart": {
"label": "Comece a semana no Domingo"
},
diff --git a/public/locales/pt/modules/dashdot.json b/public/locales/pt/modules/dashdot.json
index 28563a1143e..fec0b17510a 100644
--- a/public/locales/pt/modules/dashdot.json
+++ b/public/locales/pt/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "URL do Dash."
+ },
+ "usePercentages": {
+ "label": ""
}
}
},
diff --git a/public/locales/pt/settings/common.json b/public/locales/pt/settings/common.json
index 53efed937a4..75c9a66d223 100644
--- a/public/locales/pt/settings/common.json
+++ b/public/locales/pt/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Carregue o seu ficheiro de configuração arrastando-o e largando-o na página!"
},
"credits": {
- "madeWithLove": "Feito com ❤️ por @"
+ "madeWithLove": "Feito com ❤️ por @",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": "Versão"
+ }
},
"grow": "Grelha de cultivo (ocupar todo o espaço)",
"layout": {
- "title": "Disposição do painel de instrumentos",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "Principal",
"sidebar": "Sidebar",
"cannotturnoff": "Não pode ser desligado",
diff --git a/public/locales/pt/settings/customization/general.json b/public/locales/pt/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/pt/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/pt/settings/customization/gridstack.json b/public/locales/pt/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/pt/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ 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
index d965e6a8feb..e7d3dfb8932 100644
--- a/public/locales/pt/settings/customization/page-appearance.json
+++ b/public/locales/pt/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Título da página"
+ "label": "Título da página",
+ "description": ""
},
"metaTitle": {
- "label": "Meta Título"
+ "label": "Meta Título",
+ "description": ""
},
"logo": {
- "label": "Logo"
+ "label": "Logo",
+ "description": ""
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": ""
},
"background": {
"label": "Antecedentes"
},
"customCSS": {
"label": "CSS Personalizado",
- "placeholder": "O CSS personalizado será aplicado por último"
+ "description": "",
+ "placeholder": "O CSS personalizado será aplicado por último",
+ "applying": ""
},
"buttons": {
"submit": "Enviar"
diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json
index 791bdb5143f..3d52f738cbe 100644
--- a/public/locales/ru/common.json
+++ b/public/locales/ru/common.json
@@ -24,5 +24,11 @@
"seconds": "секунд",
"minutes": "минут",
"hours": "часов"
+ },
+ "loading": "Загрузка...",
+ "breakPoints": {
+ "small": "маленького",
+ "medium": "среднего",
+ "large": "большого"
}
}
\ No newline at end of file
diff --git a/public/locales/ru/layout/header/actions/toggle-edit-mode.json b/public/locales/ru/layout/header/actions/toggle-edit-mode.json
index d616368a914..46143e19090 100644
--- a/public/locales/ru/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/ru/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Режим редактирования включен для <1>{{size}}1> размера",
"text": "Теперь вы можете скорректировать и настраивать свои приложения. Изменения не сохраняются до выхода из режима редактирования"
- },
- "screenSizes": {
- "small": "маленького",
- "medium": "среднего",
- "large": "большого"
}
}
diff --git a/public/locales/ru/layout/modals/about.json b/public/locales/ru/layout/modals/about.json
index 1cf4079b7ac..f21e47cc3ba 100644
--- a/public/locales/ru/layout/modals/about.json
+++ b/public/locales/ru/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr - это элегантная, современная панель, на которой все ваши приложения и сервисы находятся под рукой. С Homarr вы можете получить доступ и управлять всем в одном удобном месте. Homarr легко интегрируется с приложениями, которые вы добавили, предоставляя вам ценную информацию и обеспечивая полный контроль. Установка не займет много времени, Homarr поддерживает широкий спектр методов развертывания.",
- "i18n": "Загружено интернационализаций пространств имён",
- "locales": "Настроено интернационализационных локалей",
"contact": "Проблемы или вопросы? Свяжитесь с нами!",
- "addToDashboard": "Добавить на панель"
-}
+ "addToDashboard": "Добавить на панель",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "Версия",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ru/layout/modals/icon-picker.json b/public/locales/ru/layout/modals/icon-picker.json
index 349810cb933..196b732e8d7 100644
--- a/public/locales/ru/layout/modals/icon-picker.json
+++ b/public/locales/ru/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Начните искать...",
+ "searchLimitationTitle": "Ограничение до 30 результатов",
+ "searchLimitationMessage": "Результаты поиска были ограничены до 30 из-за слишком большого количества совпадений"
}
}
\ No newline at end of file
diff --git a/public/locales/ru/modules/calendar.json b/public/locales/ru/modules/calendar.json
index 103047c560b..75716685740 100644
--- a/public/locales/ru/modules/calendar.json
+++ b/public/locales/ru/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Отображает календарь с предстоящими релизами из поддерживаемых интеграций.",
"settings": {
"title": "Настройки для виджета календаря",
+ "useSonarrv4": {
+ "label": "Использовать Sonarr v4 API"
+ },
"sundayStart": {
"label": "Воскресенье — начало недели"
},
diff --git a/public/locales/ru/modules/dashdot.json b/public/locales/ru/modules/dashdot.json
index eb694fbbdf4..7d281dcb593 100644
--- a/public/locales/ru/modules/dashdot.json
+++ b/public/locales/ru/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "URL-адрес Dash."
+ },
+ "usePercentages": {
+ "label": "Отображать проценты"
}
}
},
diff --git a/public/locales/ru/settings/common.json b/public/locales/ru/settings/common.json
index 421f6d99eb5..aa35f78f4f8 100644
--- a/public/locales/ru/settings/common.json
+++ b/public/locales/ru/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Загрузите файл конфигурации, перетащив его на страницу!"
},
"credits": {
- "madeWithLove": "Сделано с ❤️ от @"
+ "madeWithLove": "Сделано с ❤️ от @",
+ "thirdPartyContent": "Просмотреть сторонний контент",
+ "thirdPartyContentTable": {
+ "dependencyName": "Зависимости",
+ "dependencyVersion": "Версия"
+ }
},
"grow": "Увеличение сетки (занимает все пространство)",
"layout": {
- "title": "Макет панели",
+ "preview": {
+ "title": "Предпросмотр",
+ "subtitle": "Изменения будут сохранены автоматически"
+ },
+ "divider": "",
"main": "Главная",
"sidebar": "Боковая панель",
"cannotturnoff": "Невозможно отключить",
diff --git a/public/locales/ru/settings/customization/color-selector.json b/public/locales/ru/settings/customization/color-selector.json
index 1be91e0d438..842171102f7 100644
--- a/public/locales/ru/settings/customization/color-selector.json
+++ b/public/locales/ru/settings/customization/color-selector.json
@@ -1,3 +1,4 @@
{
+ "colors": "Цвет",
"suffix": "{{color}} цвет"
}
\ No newline at end of file
diff --git a/public/locales/ru/settings/customization/general.json b/public/locales/ru/settings/customization/general.json
new file mode 100644
index 00000000000..e8b39796724
--- /dev/null
+++ b/public/locales/ru/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "Метаданные страницы",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ru/settings/customization/gridstack.json b/public/locales/ru/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/ru/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ No newline at end of file
diff --git a/public/locales/ru/settings/customization/page-appearance.json b/public/locales/ru/settings/customization/page-appearance.json
index 32c1d827494..9143963e879 100644
--- a/public/locales/ru/settings/customization/page-appearance.json
+++ b/public/locales/ru/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Название страницы"
+ "label": "Название страницы",
+ "description": "Заголовок панели в левом верхнем углу"
},
"metaTitle": {
- "label": "Мета-заголовок"
+ "label": "Мета-заголовок",
+ "description": "Заголовок, отображаемый в качестве имени вашей вкладки"
},
"logo": {
- "label": "Логотип"
+ "label": "Логотип",
+ "description": "Логотип панели в левом верхнем углу"
},
"favicon": {
- "label": "Иконка"
+ "label": "Иконка",
+ "description": "Иконка, отображаемая во вкладке перед названием страницы"
},
"background": {
"label": "Фон"
},
"customCSS": {
"label": "Пользовательский CSS",
- "placeholder": "Пользовательский CSS будет применяться в последнюю очередь"
+ "description": "",
+ "placeholder": "Пользовательский CSS будет применяться в последнюю очередь",
+ "applying": ""
},
"buttons": {
"submit": "Подтвердить"
diff --git a/public/locales/sl/common.json b/public/locales/sl/common.json
index 64bdf6ff1be..5e291d3dec0 100644
--- a/public/locales/sl/common.json
+++ b/public/locales/sl/common.json
@@ -24,5 +24,11 @@
"seconds": "sekund",
"minutes": "minut",
"hours": "ur"
+ },
+ "loading": "Nalaganje...",
+ "breakPoints": {
+ "small": "majhen",
+ "medium": "srednja",
+ "large": "velika"
}
}
\ No newline at end of file
diff --git a/public/locales/sl/layout/header/actions/toggle-edit-mode.json b/public/locales/sl/layout/header/actions/toggle-edit-mode.json
index dce5e61adad..1e72f715dde 100644
--- a/public/locales/sl/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/sl/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Način urejanja je omogočen za <1>{{size}}1> velikost",
"text": "Zdaj lahko prilagodite in konfigurirate aplikacije. Spremembe so in niso shranjene , dokler ne zapustite načina urejanja."
- },
- "screenSizes": {
- "small": "majhen",
- "medium": "srednja",
- "large": "velika"
}
}
diff --git a/public/locales/sl/layout/modals/about.json b/public/locales/sl/layout/modals/about.json
index b88502b0e7a..42d01c7042f 100644
--- a/public/locales/sl/layout/modals/about.json
+++ b/public/locales/sl/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr je elegantna, sodobna nadzorna plošča, s katero so vse vaše aplikacije in storitve na dosegu roke. Z aplikacijo Homarr lahko do vsega dostopate in nadzorujete na enem priročnem mestu. Homarr se brez težav poveže z aplikacijami, ki ste jih dodali, in vam zagotavlja dragocene informacije ter popoln nadzor. Namestitev je preprosta, Homarr pa podpira širok nabor načinov namestitve.",
- "i18n": "Nalaganje imenskih prostorov za prevod I18n",
- "locales": "Konfigurirani krajevni jeziki I18n",
"contact": "Imate težave ali vprašanja? Povežite se z nami!",
- "addToDashboard": "Dodajanje v nadzorno ploščo"
-}
+ "addToDashboard": "Dodajanje v nadzorno ploščo",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "Različica",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sl/layout/modals/icon-picker.json b/public/locales/sl/layout/modals/icon-picker.json
index 349810cb933..6b1473b0d6c 100644
--- a/public/locales/sl/layout/modals/icon-picker.json
+++ b/public/locales/sl/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Poiščite nekaj...",
+ "searchLimitationTitle": "Omejeno na 30 rezultatov",
+ "searchLimitationMessage": "Rezultati iskanja so bili omejeni na 30, ker je bilo preveč zadetkov"
}
}
\ No newline at end of file
diff --git a/public/locales/sl/modules/calendar.json b/public/locales/sl/modules/calendar.json
index 1d30ed1c2ab..165420f9e53 100644
--- a/public/locales/sl/modules/calendar.json
+++ b/public/locales/sl/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Prikaže koledar s prihajajočimi izdajami iz podprtih integracij.",
"settings": {
"title": "Nastavitve za gradnik Koledar",
+ "useSonarrv4": {
+ "label": ""
+ },
"sundayStart": {
"label": "Začni teden z nedeljo"
},
diff --git a/public/locales/sl/modules/dashdot.json b/public/locales/sl/modules/dashdot.json
index d49cbe30ae2..3a056495255 100644
--- a/public/locales/sl/modules/dashdot.json
+++ b/public/locales/sl/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": ""
}
}
},
diff --git a/public/locales/sl/settings/common.json b/public/locales/sl/settings/common.json
index 0d4e758856c..faacb783267 100644
--- a/public/locales/sl/settings/common.json
+++ b/public/locales/sl/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Konfiguracijsko datoteko naložite tako, da jo povlečete in spustite na stran!"
},
"credits": {
- "madeWithLove": "Narejeno s ❤️ od @"
+ "madeWithLove": "Narejeno s ❤️ od @",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": "Različica"
+ }
},
"grow": "Rastoča mreža (zavzema ves prostor)",
"layout": {
- "title": "Postavitev nadzorne plošče",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "Glavno",
"sidebar": "Stranska vrstica",
"cannotturnoff": "Ni mogoče izklopiti",
diff --git a/public/locales/sl/settings/customization/general.json b/public/locales/sl/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/sl/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sl/settings/customization/gridstack.json b/public/locales/sl/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/sl/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ 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 7887cb1b7c2..b469b19417f 100644
--- a/public/locales/sl/settings/customization/page-appearance.json
+++ b/public/locales/sl/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Naslov strani"
+ "label": "Naslov strani",
+ "description": ""
},
"metaTitle": {
- "label": "Meta naslov"
+ "label": "Meta naslov",
+ "description": ""
},
"logo": {
- "label": "Logotip"
+ "label": "Logotip",
+ "description": ""
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": ""
},
"background": {
"label": "Ozadje"
},
"customCSS": {
"label": "Po meri CSS",
- "placeholder": "Prilagojeni CSS bo uporabljen kot zadnji"
+ "description": "",
+ "placeholder": "Prilagojeni CSS bo uporabljen kot zadnji",
+ "applying": ""
},
"buttons": {
"submit": "Pošlji"
diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json
index c6a924e8901..3afa381ce3c 100644
--- a/public/locales/sv/common.json
+++ b/public/locales/sv/common.json
@@ -24,5 +24,11 @@
"seconds": "sekunder",
"minutes": "minuter",
"hours": "timmar"
+ },
+ "loading": "Laddar...",
+ "breakPoints": {
+ "small": "liten",
+ "medium": "mellan",
+ "large": "stor"
}
}
\ No newline at end of file
diff --git a/public/locales/sv/layout/header/actions/toggle-edit-mode.json b/public/locales/sv/layout/header/actions/toggle-edit-mode.json
index d605a70b434..a231ee3da6f 100644
--- a/public/locales/sv/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/sv/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Redigeringsläget är aktiverat för <1>{{size}}1> storlek",
"text": "Du kan justera och konfigurera dina appar nu. Ändringarna sparas inte förrän du lämnar redigeringsläget"
- },
- "screenSizes": {
- "small": "liten",
- "medium": "mellan",
- "large": "stor"
}
}
diff --git a/public/locales/sv/layout/modals/about.json b/public/locales/sv/layout/modals/about.json
index ffd97b0b8da..5e331e80d28 100644
--- a/public/locales/sv/layout/modals/about.json
+++ b/public/locales/sv/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr är en stilren, modern instrumentpanel som ger dig tillgång till alla dina appar och tjänster. Med Homarr kan du få tillgång till och kontrollera allt på ett bekvämt ställe. Homarr integreras sömlöst med de appar du har lagt till, vilket ger dig värdefull information och ger dig fullständig kontroll. Installationen är enkel och Homarr stöder ett stort antal installationsmetoder.",
- "i18n": "Laddade namnområden för I18n-översättningar",
- "locales": "Konfigurerade I18n lokalspråk",
"contact": "Har du problem eller frågor? Kontakta oss!",
- "addToDashboard": "Lägg till på instrumentpanel"
-}
+ "addToDashboard": "Lägg till på instrumentpanel",
+ "metrics": {
+ "configurationSchemaVersion": "Version av konfigurationsschemat",
+ "configurationsCount": "Tillgängliga konfigurationer",
+ "version": "Version",
+ "nodeEnvironment": "Nod miljö",
+ "i18n": "Laddade namnområden för I18n-översättningar",
+ "locales": "Konfigurerade I18n lokalspråk"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sv/layout/modals/icon-picker.json b/public/locales/sv/layout/modals/icon-picker.json
index 349810cb933..0cdd3472bca 100644
--- a/public/locales/sv/layout/modals/icon-picker.json
+++ b/public/locales/sv/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Sök efter något...",
+ "searchLimitationTitle": "Begränsat till 30 resultat",
+ "searchLimitationMessage": "Sökresultaten begränsades till 30 eftersom det fanns för många träffar"
}
}
\ No newline at end of file
diff --git a/public/locales/sv/modules/calendar.json b/public/locales/sv/modules/calendar.json
index cea0dfff4c1..0ce458246ac 100644
--- a/public/locales/sv/modules/calendar.json
+++ b/public/locales/sv/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Visar en kalender med kommande utgåvor, från integrationer som stöds.",
"settings": {
"title": "Inställningar för kalenderwidget",
+ "useSonarrv4": {
+ "label": "Använd Sonarr v4 API"
+ },
"sundayStart": {
"label": "Börja veckan på söndag"
},
diff --git a/public/locales/sv/modules/dashdot.json b/public/locales/sv/modules/dashdot.json
index d6a019e5640..c56be2acaab 100644
--- a/public/locales/sv/modules/dashdot.json
+++ b/public/locales/sv/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": "Visa procent"
}
}
},
diff --git a/public/locales/sv/settings/common.json b/public/locales/sv/settings/common.json
index 747032b8ac2..8d3e96d4db9 100644
--- a/public/locales/sv/settings/common.json
+++ b/public/locales/sv/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Ladda upp din konfigurationsfil genom att dra och släppa den på sidan!"
},
"credits": {
- "madeWithLove": "Gjort med ❤️ av @"
+ "madeWithLove": "Gjort med ❤️ av @",
+ "thirdPartyContent": "Se innehåll från tredje part",
+ "thirdPartyContentTable": {
+ "dependencyName": "Beroenden",
+ "dependencyVersion": "Version"
+ }
},
"grow": "Växande rutnät (ta allt utrymme)",
"layout": {
- "title": "Instrumentpanelslayout",
+ "preview": {
+ "title": "Förhandsvisa",
+ "subtitle": "Ändringarna sparas automatiskt"
+ },
+ "divider": "Alternativ för layout",
"main": "Allmänt",
"sidebar": "Sidopanel",
"cannotturnoff": "Kan inte inaktiveras",
diff --git a/public/locales/sv/settings/customization/color-selector.json b/public/locales/sv/settings/customization/color-selector.json
index 5d498c7b9e0..43bddb2cfd1 100644
--- a/public/locales/sv/settings/customization/color-selector.json
+++ b/public/locales/sv/settings/customization/color-selector.json
@@ -1,3 +1,4 @@
{
+ "colors": "Färger",
"suffix": "{{color}} färg"
}
\ No newline at end of file
diff --git a/public/locales/sv/settings/customization/general.json b/public/locales/sv/settings/customization/general.json
new file mode 100644
index 00000000000..11a5e97b0ab
--- /dev/null
+++ b/public/locales/sv/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "Anpassningar gör att du kan konfigurera och justera din upplevelse med Homarr efter dina önskemål.",
+ "accordeon": {
+ "layout": {
+ "name": "Layout",
+ "description": "Aktivera och inaktivera element i sidhuvudet och instrumentbrädan"
+ },
+ "gridstack": {
+ "name": "Gridstack",
+ "description": "Anpassa beteendet och kolumnerna i din instrumentpanel"
+ },
+ "pageMetadata": {
+ "name": "Sidans metadata",
+ "description": "Justera titlar, logotyp och PWA"
+ },
+ "appereance": {
+ "name": "Utseende",
+ "description": "Anpassa bakgrunden, färgerna och apparnas utseende"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sv/settings/customization/gridstack.json b/public/locales/sv/settings/customization/gridstack.json
new file mode 100644
index 00000000000..bcef2b63a44
--- /dev/null
+++ b/public/locales/sv/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "Kolumner i storlek {{size}}",
+ "descriptionPreset": "Antal kolumner när skärmen är mindre än {{pixels}} pixlar bred",
+ "descriptionExceedsPreset": "Antal kolumner när skärmstorleken överskrider {{pixels}} pixlar"
+ },
+ "unsavedChanges": "Du har osparade ändringar. Klicka på knappen Verkställ ändringar nedan för att tillämpa och spara.",
+ "applyChanges": "Verkställ ändringar",
+ "defaultValues": "Standardvärden"
+}
\ 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 75c9ee3bf3c..62eae221eb0 100644
--- a/public/locales/sv/settings/customization/page-appearance.json
+++ b/public/locales/sv/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Sidotitel"
+ "label": "Sidotitel",
+ "description": "Titeln på instrumentpanelen längst upp till vänster"
},
"metaTitle": {
- "label": "Metatitel"
+ "label": "Metatitel",
+ "description": "Titeln som visas som fliknamn"
},
"logo": {
- "label": "Logotyp"
+ "label": "Logotyp",
+ "description": "Instrumentbrädans logotyp längst upp till vänster"
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": "Ikonen, som används framför flikens namn"
},
"background": {
"label": "Bakgrund"
},
"customCSS": {
"label": "Anpassad CSS",
- "placeholder": "Anpassad CSS tillämpas sist"
+ "description": "Anpassa alla element på instrumentpanelen, rekommenderas endast för erfarna användare",
+ "placeholder": "Anpassad CSS tillämpas sist",
+ "applying": "Tillämpar CSS..."
},
"buttons": {
"submit": "Skicka"
diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json
index 9cc4ef05cf6..a8feb9e5019 100644
--- a/public/locales/uk/common.json
+++ b/public/locales/uk/common.json
@@ -24,5 +24,11 @@
"seconds": "секунд",
"minutes": "хвилин",
"hours": "годин"
+ },
+ "loading": "Завантаження...",
+ "breakPoints": {
+ "small": "малий",
+ "medium": "середній",
+ "large": "великий"
}
}
\ No newline at end of file
diff --git a/public/locales/uk/layout/header/actions/toggle-edit-mode.json b/public/locales/uk/layout/header/actions/toggle-edit-mode.json
index 5c90b71938c..b0fd423aafa 100644
--- a/public/locales/uk/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/uk/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "Режим редагування включений для <1>{{size}}1> розміру",
"text": "Тепер ви можете налаштовувати та конфігурувати свої додатки. Зміни не зберігаються до виходу з режиму редагування"
- },
- "screenSizes": {
- "small": "малий",
- "medium": "середній",
- "large": "великий"
}
}
diff --git a/public/locales/uk/layout/modals/about.json b/public/locales/uk/layout/modals/about.json
index 27a90371da6..1d64a4e367a 100644
--- a/public/locales/uk/layout/modals/about.json
+++ b/public/locales/uk/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr - це витончена, сучасна інформаційна панель, яка надає всі ваші додатки та сервіси під рукою. З Homarr ви можете отримати доступ до всього і контролювати все в одному зручному місці. Homarr легко інтегрується з додатками, які ви додали, надаючи вам цінну інформацію та забезпечуючи повний контроль. Встановлення дуже просте, і Homarr підтримує широкий спектр методів розгортання.",
- "i18n": "Завантажено інтернаціональні переклади",
- "locales": "Налаштовано інтернаціональні локалі",
"contact": "Виникли проблеми або питання? Зв'яжіться з нами!",
- "addToDashboard": "Додати до панелі інструментів"
-}
+ "addToDashboard": "Додати до панелі інструментів",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "Версія",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/uk/layout/modals/icon-picker.json b/public/locales/uk/layout/modals/icon-picker.json
index 349810cb933..16e38d16f78 100644
--- a/public/locales/uk/layout/modals/icon-picker.json
+++ b/public/locales/uk/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Пошукай щось...",
+ "searchLimitationTitle": "Обмежено до 30 результатів",
+ "searchLimitationMessage": "Результати пошуку було обмежено до 30, оскільки було занадто багато збігів"
}
}
\ No newline at end of file
diff --git a/public/locales/uk/modules/calendar.json b/public/locales/uk/modules/calendar.json
index b81cac1fe77..13bfc6e161a 100644
--- a/public/locales/uk/modules/calendar.json
+++ b/public/locales/uk/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "Показує календар з майбутніми випусками з підтримуваних інтеграцій.",
"settings": {
"title": "Налаштування віджету календаря",
+ "useSonarrv4": {
+ "label": "Використовувати Sonarr v4 API"
+ },
"sundayStart": {
"label": "Почати тиждень у Неділю"
},
diff --git a/public/locales/uk/modules/dashdot.json b/public/locales/uk/modules/dashdot.json
index bdaa11303f7..bc60817e120 100644
--- a/public/locales/uk/modules/dashdot.json
+++ b/public/locales/uk/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": "Показувати відсотки"
}
}
},
diff --git a/public/locales/uk/settings/common.json b/public/locales/uk/settings/common.json
index 05662dcee03..69855599fe8 100644
--- a/public/locales/uk/settings/common.json
+++ b/public/locales/uk/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "Завантажте файл конфігурації, перетягуючи його на сторінку!"
},
"credits": {
- "madeWithLove": "Зроблено з ❤️ by @"
+ "madeWithLove": "Зроблено з ❤️ by @",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": "Версія"
+ }
},
"grow": "Виростити сітку (зайняти весь простір)",
"layout": {
- "title": "Схема панелі інструментів",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "Основне",
"sidebar": "Бокова панель",
"cannotturnoff": "Неможливо вимкнути",
diff --git a/public/locales/uk/settings/customization/general.json b/public/locales/uk/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/uk/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/uk/settings/customization/gridstack.json b/public/locales/uk/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/uk/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ 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
index a18fa93c7b5..722e1985e4d 100644
--- a/public/locales/uk/settings/customization/page-appearance.json
+++ b/public/locales/uk/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Заголовок сторінки"
+ "label": "Заголовок сторінки",
+ "description": ""
},
"metaTitle": {
- "label": "Мета-заголовок"
+ "label": "Мета-заголовок",
+ "description": ""
},
"logo": {
- "label": "Логотип"
+ "label": "Логотип",
+ "description": ""
},
"favicon": {
- "label": "Іконка"
+ "label": "Іконка",
+ "description": ""
},
"background": {
"label": "Фон"
},
"customCSS": {
"label": "Власний CSS",
- "placeholder": "Власний CSS буде оброблятися в останню чергу"
+ "description": "",
+ "placeholder": "Власний CSS буде оброблятися в останню чергу",
+ "applying": ""
},
"buttons": {
"submit": "Надіслати"
diff --git a/public/locales/vi/authentication/login.json b/public/locales/vi/authentication/login.json
index 4790ba53eb8..145609f0f08 100644
--- a/public/locales/vi/authentication/login.json
+++ b/public/locales/vi/authentication/login.json
@@ -1,6 +1,6 @@
{
"title": "Chào mừng quay trở lại!",
- "text": "",
+ "text": "Vui lòng nhập mật khẩu",
"form": {
"fields": {
"password": {
@@ -18,10 +18,10 @@
"message": "Mật khẩu của bạn đang được kiểm tra..."
},
"correct": {
- "title": ""
+ "title": "Đăng nhập thành công, đang chuyển hướng..."
},
"wrong": {
- "title": ""
+ "title": "Mật khẩu vừa nhập không đúng, xin vui lòng thử lại."
}
}
}
diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json
index 4ae9170bdfa..95ad687d88d 100644
--- a/public/locales/vi/common.json
+++ b/public/locales/vi/common.json
@@ -24,5 +24,11 @@
"seconds": "giây",
"minutes": "phút",
"hours": "giờ"
+ },
+ "loading": "Đang tải...",
+ "breakPoints": {
+ "small": "nhỏ",
+ "medium": "trung bình",
+ "large": "lớn"
}
}
\ No newline at end of file
diff --git a/public/locales/vi/layout/element-selector/selector.json b/public/locales/vi/layout/element-selector/selector.json
index c1409b3d446..f09c2df1c0b 100644
--- a/public/locales/vi/layout/element-selector/selector.json
+++ b/public/locales/vi/layout/element-selector/selector.json
@@ -1,9 +1,9 @@
{
"modal": {
"title": "Thêm ô mới",
- "text": ""
+ "text": "Ô là thành phần chính của Homarr. Chúng được dùng để hiện thị các ứng dụng và thông tin khác. Bạn có thể thêm bất kỳ số lượng ô tuỳ thích."
},
- "widgetDescription": "",
+ "widgetDescription": "Tiện ích tương tác với ứng dụng của bạn, giúp bạn nắm thêm quyền điều khiển chúng. Các tiện ích thường cần được thiết lập đôi chút trước khi sử dụng.",
"goBack": "Quay lại bước trước",
"actionIcon": {
"tooltip": "Thêm ô"
diff --git a/public/locales/vi/layout/header/actions/toggle-edit-mode.json b/public/locales/vi/layout/header/actions/toggle-edit-mode.json
index 87749969035..e0dce077a56 100644
--- a/public/locales/vi/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/vi/layout/header/actions/toggle-edit-mode.json
@@ -1,16 +1,11 @@
{
- "description": "",
+ "description": "Trong chế độ chỉnh sửa, bạn có thể chỉnh sửa và thiết lập các ứng dụng. Các thay đổi sẽ không được lưu cho tới khi bạn thoát chế độ chỉnh sửa.",
"button": {
"disabled": "Vào chế độ chỉnh sửa",
"enabled": "Lưu và thoát"
},
"popover": {
- "title": "",
+ "title": "Chế độ chỉnh sửa đã được kích hoạt cho kích thước <1>{{size}}1>",
"text": "Bạn giờ có thể chỉnh sửa và thiết lập các ứng dụng. Các thay đổi sẽ không được lưu cho tới khi bạn thoát chế độ chỉnh sửa"
- },
- "screenSizes": {
- "small": "",
- "medium": "",
- "large": ""
}
}
diff --git a/public/locales/vi/layout/modals/about.json b/public/locales/vi/layout/modals/about.json
index 0967ef424bc..bd458a81f59 100644
--- a/public/locales/vi/layout/modals/about.json
+++ b/public/locales/vi/layout/modals/about.json
@@ -1 +1,13 @@
-{}
+{
+ "description": "",
+ "contact": "",
+ "addToDashboard": "",
+ "metrics": {
+ "configurationSchemaVersion": "",
+ "configurationsCount": "",
+ "version": "",
+ "nodeEnvironment": "",
+ "i18n": "",
+ "locales": ""
+ }
+}
\ No newline at end of file
diff --git a/public/locales/vi/layout/modals/change-position.json b/public/locales/vi/layout/modals/change-position.json
index 9e26dfeeb6e..2ab71a216ac 100644
--- a/public/locales/vi/layout/modals/change-position.json
+++ b/public/locales/vi/layout/modals/change-position.json
@@ -1 +1,8 @@
-{}
\ No newline at end of file
+{
+ "xPosition": "Vị trí trục X",
+ "width": "Chiều rộng",
+ "height": "Chiều cao",
+ "yPosition": "Vị trí trục Y",
+ "zeroOrHigher": "0 hoặc cao hơn",
+ "betweenXandY": "Giữa {{min}} và {{max}}"
+}
\ No newline at end of file
diff --git a/public/locales/vi/layout/modals/icon-picker.json b/public/locales/vi/layout/modals/icon-picker.json
index 349810cb933..b64074a8365 100644
--- a/public/locales/vi/layout/modals/icon-picker.json
+++ b/public/locales/vi/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "Tìm kiếm...",
+ "searchLimitationTitle": "Giới hạn tới 30 kết quả",
+ "searchLimitationMessage": "Kết quả tìm kiếm được giới hạn tới 30 vì có quá nhiều kết quả"
}
}
\ No newline at end of file
diff --git a/public/locales/vi/modules/calendar.json b/public/locales/vi/modules/calendar.json
index 0cb76aead89..713328420cd 100644
--- a/public/locales/vi/modules/calendar.json
+++ b/public/locales/vi/modules/calendar.json
@@ -1,9 +1,12 @@
{
"descriptor": {
"name": "Lịch",
- "description": "",
+ "description": "Hiển thị lịch cùng các phát hành sắp tới, từ các tích hợp được hỗ trợ.",
"settings": {
- "title": "",
+ "title": "Cài đặt cho tiện ích lịch",
+ "useSonarrv4": {
+ "label": ""
+ },
"sundayStart": {
"label": "Đặt đầu tuần là Chủ Nhật"
},
diff --git a/public/locales/vi/modules/dashdot.json b/public/locales/vi/modules/dashdot.json
index 138a7df1b1b..2fdb2b81eb0 100644
--- a/public/locales/vi/modules/dashdot.json
+++ b/public/locales/vi/modules/dashdot.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Dash.",
- "description": "",
+ "description": "Hiển thị biểu đồ của Dash. bên trong Homarr.",
"settings": {
"title": "Cài đặt cho tiện ích Dash.",
"cpuMultiView": {
@@ -18,6 +18,9 @@
},
"url": {
"label": "URL của Dash."
+ },
+ "usePercentages": {
+ "label": ""
}
}
},
diff --git a/public/locales/vi/modules/date.json b/public/locales/vi/modules/date.json
index 1c8ef3c5334..4c4b3b1ee91 100644
--- a/public/locales/vi/modules/date.json
+++ b/public/locales/vi/modules/date.json
@@ -1,9 +1,9 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Ngày giờ",
+ "description": "Hiện thị ngày giờ hiện tại.",
"settings": {
- "title": "",
+ "title": "Cài đặt cho tiện ích ngày giờ",
"display24HourFormat": {
"label": "Dùng thời gian 24 giờ"
}
diff --git a/public/locales/vi/settings/common.json b/public/locales/vi/settings/common.json
index af4b77ccb3d..b35253c94b6 100644
--- a/public/locales/vi/settings/common.json
+++ b/public/locales/vi/settings/common.json
@@ -9,11 +9,20 @@
"configTip": ""
},
"credits": {
- "madeWithLove": "From @ with ❤️"
+ "madeWithLove": "From @ with ❤️",
+ "thirdPartyContent": "",
+ "thirdPartyContentTable": {
+ "dependencyName": "",
+ "dependencyVersion": ""
+ }
},
"grow": "Khung giãn (chiếm toàn bộ không gian)",
"layout": {
- "title": "",
+ "preview": {
+ "title": "",
+ "subtitle": ""
+ },
+ "divider": "",
"main": "",
"sidebar": "",
"cannotturnoff": "",
diff --git a/public/locales/vi/settings/customization/general.json b/public/locales/vi/settings/customization/general.json
new file mode 100644
index 00000000000..ee9d30b5aae
--- /dev/null
+++ b/public/locales/vi/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "",
+ "accordeon": {
+ "layout": {
+ "name": "",
+ "description": ""
+ },
+ "gridstack": {
+ "name": "",
+ "description": ""
+ },
+ "pageMetadata": {
+ "name": "",
+ "description": ""
+ },
+ "appereance": {
+ "name": "",
+ "description": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/vi/settings/customization/gridstack.json b/public/locales/vi/settings/customization/gridstack.json
new file mode 100644
index 00000000000..18c3d82339f
--- /dev/null
+++ b/public/locales/vi/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "",
+ "descriptionPreset": "",
+ "descriptionExceedsPreset": ""
+ },
+ "unsavedChanges": "",
+ "applyChanges": "",
+ "defaultValues": ""
+}
\ No newline at end of file
diff --git a/public/locales/vi/settings/customization/page-appearance.json b/public/locales/vi/settings/customization/page-appearance.json
index 870fdd627d6..dd553967153 100644
--- a/public/locales/vi/settings/customization/page-appearance.json
+++ b/public/locales/vi/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "Tiêu đề trang"
+ "label": "Tiêu đề trang",
+ "description": ""
},
"metaTitle": {
- "label": "Tiêu đề meta"
+ "label": "Tiêu đề meta",
+ "description": ""
},
"logo": {
- "label": "Logo"
+ "label": "Logo",
+ "description": ""
},
"favicon": {
- "label": "Favicon"
+ "label": "Favicon",
+ "description": ""
},
"background": {
"label": "Hình nền"
},
"customCSS": {
"label": "CSS tuỳ chỉnh",
- "placeholder": ""
+ "description": "",
+ "placeholder": "",
+ "applying": ""
},
"buttons": {
"submit": "Gửi"
diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json
index db36b5396e5..2a1c757f678 100644
--- a/public/locales/zh/common.json
+++ b/public/locales/zh/common.json
@@ -24,5 +24,11 @@
"seconds": "秒",
"minutes": "分钟",
"hours": "小时"
+ },
+ "loading": "正在加载...",
+ "breakPoints": {
+ "small": "小",
+ "medium": "中",
+ "large": "大"
}
}
\ No newline at end of file
diff --git a/public/locales/zh/layout/header/actions/toggle-edit-mode.json b/public/locales/zh/layout/header/actions/toggle-edit-mode.json
index 5f3b634befa..219b80597be 100644
--- a/public/locales/zh/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/zh/layout/header/actions/toggle-edit-mode.json
@@ -7,10 +7,5 @@
"popover": {
"title": "编辑模式下启用 <1>{{size}}1> 大小",
"text": "现在你可以调整和配置你的应用程序,在退出编辑模式之前不会保存更改 。"
- },
- "screenSizes": {
- "small": "小",
- "medium": "中",
- "large": "大"
}
}
diff --git a/public/locales/zh/layout/modals/about.json b/public/locales/zh/layout/modals/about.json
index 76fdc070d40..cd7b7acda8e 100644
--- a/public/locales/zh/layout/modals/about.json
+++ b/public/locales/zh/layout/modals/about.json
@@ -1,7 +1,13 @@
{
"description": "Homarr是一个 顺滑、 现代化 的面板,它把你所有的应用和服务汇于指尖。有了Homarr,你可以在一个页面访问和控制一切。Homarr与你添加的应用无缝交互,为你提供有价值的信息并由你完全把控。安装Homarr轻松简单,并且支持多种部署方式。",
- "i18n": "加载的I18n翻译命名空间",
- "locales": "配置的I18n语言",
"contact": "遇到困难或问题?请与我们联系!",
- "addToDashboard": "添加到面板"
-}
+ "addToDashboard": "添加到面板",
+ "metrics": {
+ "configurationSchemaVersion": "配置方案版本",
+ "configurationsCount": "可用配置",
+ "version": "版本",
+ "nodeEnvironment": "节点环境",
+ "i18n": "加载了I18n翻译名称空间",
+ "locales": "配置的I18n区域设置"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/zh/layout/modals/icon-picker.json b/public/locales/zh/layout/modals/icon-picker.json
index 349810cb933..953a258500d 100644
--- a/public/locales/zh/layout/modals/icon-picker.json
+++ b/public/locales/zh/layout/modals/icon-picker.json
@@ -1,7 +1,7 @@
{
"iconPicker": {
- "textInputPlaceholder": "",
- "searchLimitationTitle": "",
- "searchLimitationMessage": ""
+ "textInputPlaceholder": "搜索内容…",
+ "searchLimitationTitle": "限于30个结果",
+ "searchLimitationMessage": "由于匹配项太多,搜索结果被限制为30个"
}
}
\ No newline at end of file
diff --git a/public/locales/zh/modules/calendar.json b/public/locales/zh/modules/calendar.json
index 7065c02b32a..2cdcf2cb9d2 100644
--- a/public/locales/zh/modules/calendar.json
+++ b/public/locales/zh/modules/calendar.json
@@ -4,6 +4,9 @@
"description": "在日历中显示来自支持集成中的即将发布的版本。",
"settings": {
"title": "设置日历小部件",
+ "useSonarrv4": {
+ "label": "使用Sonarr v4 API"
+ },
"sundayStart": {
"label": "使用周日作为一周的开始"
},
diff --git a/public/locales/zh/modules/dashdot.json b/public/locales/zh/modules/dashdot.json
index fbfe8cd69a1..8ab72ec9869 100644
--- a/public/locales/zh/modules/dashdot.json
+++ b/public/locales/zh/modules/dashdot.json
@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. 网址"
+ },
+ "usePercentages": {
+ "label": "显示百分比"
}
}
},
diff --git a/public/locales/zh/settings/common.json b/public/locales/zh/settings/common.json
index fffc224de74..cbe2b90e13f 100644
--- a/public/locales/zh/settings/common.json
+++ b/public/locales/zh/settings/common.json
@@ -9,11 +9,20 @@
"configTip": "将你的配置文件拖放到页面上,就可以上传了!"
},
"credits": {
- "madeWithLove": "用❤️创造,出品于"
+ "madeWithLove": "用❤️创造,出品于",
+ "thirdPartyContent": "查看第三方内容",
+ "thirdPartyContentTable": {
+ "dependencyName": "依赖",
+ "dependencyVersion": "版本"
+ }
},
"grow": "增长的网格(占用所有空间)",
"layout": {
- "title": "仪表板布局",
+ "preview": {
+ "title": "预览",
+ "subtitle": "更改将自动保存"
+ },
+ "divider": "布局选项",
"main": "主要的",
"sidebar": "侧边栏",
"cannotturnoff": "不能关闭",
diff --git a/public/locales/zh/settings/customization/color-selector.json b/public/locales/zh/settings/customization/color-selector.json
index 98603c298b5..3bc7f9748ba 100644
--- a/public/locales/zh/settings/customization/color-selector.json
+++ b/public/locales/zh/settings/customization/color-selector.json
@@ -1,3 +1,4 @@
{
+ "colors": "颜色",
"suffix": "{{color}} 色"
}
\ No newline at end of file
diff --git a/public/locales/zh/settings/customization/general.json b/public/locales/zh/settings/customization/general.json
new file mode 100644
index 00000000000..763c374413b
--- /dev/null
+++ b/public/locales/zh/settings/customization/general.json
@@ -0,0 +1,21 @@
+{
+ "text": "自定义允许您根据自己的喜好配置和调整Homarr的使用体验。",
+ "accordeon": {
+ "layout": {
+ "name": "布局",
+ "description": "启用和禁用标题和仪表板磁贴上的元素"
+ },
+ "gridstack": {
+ "name": "网格堆栈",
+ "description": "自定义你的仪表板区域的行为和栏目"
+ },
+ "pageMetadata": {
+ "name": "页面元数据",
+ "description": "调整标题、logo和PWA"
+ },
+ "appereance": {
+ "name": "外观",
+ "description": "自定义背景,颜色和应用程序外观"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/zh/settings/customization/gridstack.json b/public/locales/zh/settings/customization/gridstack.json
new file mode 100644
index 00000000000..fcc79f2b853
--- /dev/null
+++ b/public/locales/zh/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "列的大小为{{size}}",
+ "descriptionPreset": "当屏幕宽度小于{{pixels}} 像素时的列数",
+ "descriptionExceedsPreset": "当屏幕大小超过{{pixels}} 像素时的列数"
+ },
+ "unsavedChanges": "您有未保存的更改。点击下面的应用更改按钮来应用并保存。",
+ "applyChanges": "应用更改",
+ "defaultValues": "默认值"
+}
\ No newline at end of file
diff --git a/public/locales/zh/settings/customization/page-appearance.json b/public/locales/zh/settings/customization/page-appearance.json
index 06f0ec79ee3..0e7b445a0c5 100644
--- a/public/locales/zh/settings/customization/page-appearance.json
+++ b/public/locales/zh/settings/customization/page-appearance.json
@@ -1,22 +1,28 @@
{
"pageTitle": {
- "label": "页面标题"
+ "label": "页面标题",
+ "description": "左上角的仪表板标题"
},
"metaTitle": {
- "label": "元标题"
+ "label": "元标题",
+ "description": "标题显示为您的标签名称"
},
"logo": {
- "label": "徽标"
+ "label": "徽标",
+ "description": "左上角的仪表盘标志"
},
"favicon": {
- "label": "网站图标"
+ "label": "网站图标",
+ "description": "在您的选项卡名称前面使用的图标"
},
"background": {
"label": "背景"
},
"customCSS": {
"label": "自定义CSS",
- "placeholder": "自定义 CSS 将在最后应用"
+ "description": "自定义你的仪表板上的所有元素,只推荐给有经验的用户",
+ "placeholder": "自定义 CSS 将在最后应用",
+ "applying": "应用CSS..."
},
"buttons": {
"submit": "提交"