Compare commits

..

6 Commits

Author SHA1 Message Date
Manuel
ab3c08575c 🔀 Merge v0.11.2 2023-01-22 18:34:16 +01:00
Thomas Camlong
edece1101b Merge pull request #580 from ajnart/dev
v0.11.1
2023-01-19 01:55:53 +09:00
Manuel
beabe75fb1 🔖 Bump version 2023-01-18 17:34:17 +01:00
Manuel
1e6703ec3f 🐛 Fix config migrator wrapper positons 2023-01-18 17:34:17 +01:00
Thomas Camlong
3853cd6a72 🔨 Change demo URL 2023-01-18 17:34:17 +01:00
ajnart
89c34643fc ✏️ Try to fix locales on vercel 2023-01-18 17:34:17 +01:00
314 changed files with 1877 additions and 5047 deletions

View File

@@ -1,2 +1,3 @@
export const REPO_URL = 'ajnart/homarr';
export const CURRENT_VERSION = 'v0.11.2';
export const ICON_PICKER_SLICE_LIMIT = 36;

View File

@@ -1,19 +1,14 @@
const { i18n } = require('./next-i18next.config');
const removeImports = require('next-remove-imports')();
const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true',
});
module.exports = withBundleAnalyzer(
removeImports({
experimental: { esmExternals: true },
images: {
domains: ['cdn.jsdelivr.net'],
},
reactStrictMode: true,
output: 'standalone',
i18n,
})
);
module.exports = withBundleAnalyzer({
images: {
domains: ['cdn.jsdelivr.net'],
},
reactStrictMode: true,
output: 'standalone',
i18n,
});

View File

@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "0.11.4",
"version": "0.11.2",
"description": "Homarr - A homepage for your server.",
"license": "MIT",
"repository": {
@@ -32,6 +32,7 @@
"@dnd-kit/utilities": "^3.2.0",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@mantine/carousel": "^5.9.3",
"@mantine/core": "^5.9.3",
"@mantine/dates": "^5.9.3",
"@mantine/dropzone": "^5.9.3",
@@ -40,16 +41,15 @@
"@mantine/modals": "^5.9.3",
"@mantine/next": "^5.9.3",
"@mantine/notifications": "^5.9.3",
"@mantine/prism": "^5.9.3",
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"@tabler/icons": "^1.106.0",
"@tanstack/react-query": "^4.2.1",
"@tanstack/react-query-devtools": "^4.24.4",
"@uiw/react-textarea-code-editor": "v1.4.4",
"axios": "^0.27.2",
"consola": "^2.15.3",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.7",
"dayjs": "^1.11.6",
"dockerode": "^3.3.2",
"embla-carousel-react": "^7.0.0",
"fily-publish-gridstack": "^0.0.13",
@@ -58,9 +58,8 @@
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"js-file-download": "^0.4.12",
"next": "^13.1.6",
"next": "12.2.0",
"next-i18next": "^11.3.0",
"next-remove-imports": "^1.0.8",
"nzbget-api": "^0.0.3",
"ping": "^0.4.2",
"prism-react-renderer": "^1.3.5",
@@ -83,8 +82,6 @@
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-loader": "^9.1.2",
"babel-plugin-transform-remove-imports": "^1.7.0",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",

View File

@@ -24,11 +24,5 @@
"seconds": "sekunder",
"minutes": "minutter",
"hours": "timer"
},
"loading": "Indlæser...",
"breakPoints": {
"small": "lille",
"medium": "mellem",
"large": "stor"
}
}

View File

@@ -7,5 +7,10 @@
"popover": {
"title": "Redigeringstilstand er aktiveret for <1>{{size}}</1> størrelse",
"text": "Du kan justere og konfigurere dine apps nu. Ændringer er <strong>ikke gemt</strong> indtil du forlader redigeringstilstanden"
},
"screenSizes": {
"small": "lille",
"medium": "mellem",
"large": "stor"
}
}

View File

@@ -1,13 +1,7 @@
{
"description": "Homarr er et <strong>elegant</strong>, <strong>moderne</strong> 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",
"metrics": {
"configurationSchemaVersion": "Konfigurationsskema version",
"configurationsCount": "Tilgængelige konfigurationer",
"version": "Version",
"nodeEnvironment": "Node miljø",
"i18n": "Indlæste I18n-oversættelsesnavneområder",
"locales": "Konfigurerede I18n landestandarder"
}
}
"addToDashboard": "Tilføj til dashboard"
}

View File

@@ -1,7 +0,0 @@
{
"iconPicker": {
"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"
}
}

View File

@@ -4,9 +4,6 @@
"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"
},

View File

@@ -18,9 +18,6 @@
},
"url": {
"label": "Dash. URL"
},
"usePercentages": {
"label": "Vis procentdele"
}
}
},

View File

@@ -9,20 +9,11 @@
"configTip": "Upload din konfigurationsfil ved at trække og slippe den på siden!"
},
"credits": {
"madeWithLove": "Lavet med ❤️ af @",
"thirdPartyContent": "Se indhold fra tredjepart",
"thirdPartyContentTable": {
"dependencyName": "Afhængighed",
"dependencyVersion": "Version"
}
"madeWithLove": "Lavet med ❤️ af @"
},
"grow": "Forøg gitteret (udnyt al pladsen)",
"layout": {
"preview": {
"title": "Forhåndsvisning",
"subtitle": "Ændringer vil blive gemt automatisk"
},
"divider": "Layout indstillinger",
"title": "Dashboard layout",
"main": "Primær",
"sidebar": "Sidepanel",
"cannotturnoff": "Kan ikke slås fra",

View File

@@ -1,4 +1,3 @@
{
"colors": "Farver",
"suffix": "{{color}} farve"
}

View File

@@ -1,21 +0,0 @@
{
"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"
}
}
}

View File

@@ -1,10 +0,0 @@
{
"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"
}

View File

@@ -1,28 +1,22 @@
{
"pageTitle": {
"label": "Sidetitel",
"description": "Dashboardets titel øverst til venstre"
"label": "Sidetitel"
},
"metaTitle": {
"label": "Metatitel",
"description": "Titlen, der vises som dit fanebladsnavn"
"label": "Metatitel"
},
"logo": {
"label": "Logo",
"description": "Dashboard-logoet øverst til venstre"
"label": "Logo"
},
"favicon": {
"label": "Favicon",
"description": "Ikonet, der bruges foran dit fanebladsnavn"
"label": "Favicon"
},
"background": {
"label": "Baggrund"
},
"customCSS": {
"label": "Tilpasset CSS",
"description": "Tilpas alle elementer på dit dashboard, kun anbefalet til erfarne brugere",
"placeholder": "Brugerdefineret CSS vil blive anvendt sidst",
"applying": "Anvender CSS..."
"placeholder": "Brugerdefineret CSS vil blive anvendt sidst"
},
"buttons": {
"submit": "Indsend"

View File

@@ -24,11 +24,5 @@
"seconds": "Sekunden",
"minutes": "Minuten",
"hours": "Stunden"
},
"loading": "Wird geladen...",
"breakPoints": {
"small": "Klein",
"medium": "Mittel",
"large": "Groß"
}
}

View File

@@ -7,5 +7,10 @@
"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 <strong>nicht gespeichert</strong> bis Sie den Bearbeitungsmodus verlassen"
},
"screenSizes": {
"small": "Klein",
"medium": "Mittel",
"large": "Groß"
}
}

View File

@@ -1,13 +1,7 @@
{
"description": "Homarr ist ein <strong>schlankes</strong>, <strong>modernes</strong> 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",
"metrics": {
"configurationSchemaVersion": "Version des Konfigurationsschemas",
"configurationsCount": "Verfügbare Konfigurationen",
"version": "Version",
"nodeEnvironment": "Node-Umgebung",
"i18n": "Geladene I18n Übersetzungs Namensräume",
"locales": "Konfigurierte I18n Sprachumgebungen"
}
}
"addToDashboard": "Zum Dashboard hinzufügen"
}

View File

@@ -1,7 +0,0 @@
{
"iconPicker": {
"textInputPlaceholder": "Nach etwas suchen...",
"searchLimitationTitle": "Begrenzt auf 30 Ergebnisse",
"searchLimitationMessage": "Die Suchergebnisse wurden auf 30 begrenzt, da es zu viele Treffer gab"
}
}

View File

@@ -4,9 +4,6 @@
"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"
},

View File

@@ -18,9 +18,6 @@
},
"url": {
"label": "Dash. URL"
},
"usePercentages": {
"label": "Prozentangaben anzeigen"
}
}
},

View File

@@ -9,20 +9,11 @@
"configTip": "Laden Sie Ihre Konfigurationsdatei hoch, indem Sie sie per Drag & Drop auf diese Seite ziehen!"
},
"credits": {
"madeWithLove": "Gemacht mit ❤️ von @",
"thirdPartyContent": "Inhalte von Dritten anzeigen",
"thirdPartyContentTable": {
"dependencyName": "Abhängigkeiten",
"dependencyVersion": "Version"
}
"madeWithLove": "Gemacht mit ❤️ von @"
},
"grow": "Erweitertes Raster (nutzt den ganzen Platz)",
"layout": {
"preview": {
"title": "Vorschau",
"subtitle": "Änderungen werden automatisch gespeichert"
},
"divider": "Layout-Einstellungen",
"title": "Dashboard Anordnung",
"main": "Haupt",
"sidebar": "Seitenleiste",
"cannotturnoff": "Kann nicht deaktiviert werden",

View File

@@ -1,4 +1,3 @@
{
"colors": "Farben",
"suffix": "{{color}} Farbe"
}

View File

@@ -1,21 +0,0 @@
{
"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"
}
}
}

View File

@@ -1,10 +0,0 @@
{
"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"
}

View File

@@ -1,28 +1,22 @@
{
"pageTitle": {
"label": "Seiten Titel",
"description": "Der Titel des Dashboards oben links"
"label": "Seiten Titel"
},
"metaTitle": {
"label": "Meta Titel",
"description": "Der Titel, der als Tab-Name angezeigt wird"
"label": "Meta Titel"
},
"logo": {
"label": "Logo",
"description": "Der Logo des Dashboards oben links"
"label": "Logo"
},
"favicon": {
"label": "Favicon",
"description": "Das Symbol, das vor dem Namen Ihres Tabs verwendet wird"
"label": "Favicon"
},
"background": {
"label": "Hintergrund"
},
"customCSS": {
"label": "Benutzerdefiniertes CSS",
"description": "Anpassen aller Elemente auf Ihrem Dashboard, nur für erfahrene Benutzer empfohlen",
"placeholder": "Benutzerdefiniertes CSS wird zuletzt angewendet",
"applying": "CSS wird übernommen..."
"placeholder": "Benutzerdefiniertes CSS wird zuletzt angewendet"
},
"buttons": {
"submit": "Absenden"

View File

@@ -24,11 +24,5 @@
"seconds": "δευτερόλεπτα",
"minutes": "λεπτά",
"hours": "ώρες"
},
"loading": "Φόρτωση...",
"breakPoints": {
"small": "μικρό",
"medium": "μεσαίο",
"large": "μεγάλο"
}
}

View File

@@ -7,5 +7,10 @@
"popover": {
"title": "Η λειτουργία επεξεργασίας είναι ενεργοποιημένη για <1>{{size}}</1> μέγεθος",
"text": "Μπορείτε να προσαρμόσετε και να ρυθμίσετε τις εφαρμογές σας τώρα. Οι αλλαγές <strong>δεν αποθηκεύονται</strong> μέχρι να βγείτε από τη λειτουργία επεξεργασίας"
},
"screenSizes": {
"small": "μικρό",
"medium": "μεσαίο",
"large": "μεγάλο"
}
}

View File

@@ -1,13 +1,7 @@
{
"description": "Το Homarr είναι ένα <strong>κομψό</strong>, <strong>μοντέρνο</strong> ταμπλό που βάζει όλες τις εφαρμογές και τις υπηρεσίες σας στα χέρια σας. Με το Homarr, μπορείτε να έχετε πρόσβαση και να ελέγχετε τα πάντα σε μια βολική τοποθεσία. Το Homarr ενσωματώνεται απρόσκοπτα με τις εφαρμογές που έχετε προσθέσει, παρέχοντάς σας πολύτιμες πληροφορίες και δίνοντάς σας πλήρη έλεγχο. Η εγκατάσταση είναι πανεύκολη και το Homarr υποστηρίζει ένα ευρύ φάσμα μεθόδων ανάπτυξης.",
"i18n": "Φορτωμένα πεδία ονομάτων μετάφρασης I18n",
"locales": "Διαμορφωμένες τοπικές ρυθμίσεις I18n",
"contact": "Έχετε προβλήματα ή ερωτήσεις; Συνδεθείτε μαζί μας!",
"addToDashboard": "Προσθήκη στο ταμπλό",
"metrics": {
"configurationSchemaVersion": "",
"configurationsCount": "",
"version": "Έκδοση",
"nodeEnvironment": "",
"i18n": "",
"locales": ""
}
}
"addToDashboard": "Προσθήκη στο ταμπλό"
}

View File

@@ -1,7 +0,0 @@
{
"iconPicker": {
"textInputPlaceholder": "",
"searchLimitationTitle": "",
"searchLimitationMessage": ""
}
}

View File

@@ -4,9 +4,6 @@
"description": "Εμφανίζει ένα ημερολόγιο με τις επερχόμενες κυκλοφορίες, από τις υποστηριζόμενες ενσωματώσεις.",
"settings": {
"title": "Ρυθμίσεις για το widget ημερολογίου",
"useSonarrv4": {
"label": ""
},
"sundayStart": {
"label": "Ξεκινήστε την εβδομάδα από την Κυριακή"
},

View File

@@ -18,9 +18,6 @@
},
"url": {
"label": "Dash. URL"
},
"usePercentages": {
"label": ""
}
}
},

View File

@@ -2,27 +2,18 @@
"title": "Ρυθμίσεις",
"tooltip": "Ρυθμίσεις",
"tabs": {
"common": "Συχνές επιλογές",
"common": "Συχνά",
"customizations": "Παραμετροποιήσεις"
},
"tips": {
"configTip": "Ανεβάστε το αρχείο ρυθμίσεών σας σύροντάς το στη σελίδα!"
},
"credits": {
"madeWithLove": "Φτιαγμένο με ❤️ από @",
"thirdPartyContent": "",
"thirdPartyContentTable": {
"dependencyName": "",
"dependencyVersion": "Έκδοση"
}
"madeWithLove": "Φτιαγμένο με ❤️ από @"
},
"grow": "Πλέγμα ανάπτυξης (παίρνει όλο το χώρο)",
"layout": {
"preview": {
"title": "",
"subtitle": ""
},
"divider": "",
"title": "Διάταξη ταμπλό",
"main": "Κύριο",
"sidebar": "Πλαϊνή μπάρα",
"cannotturnoff": "Δεν μπορεί να απενεργοποιηθεί",

View File

@@ -1,21 +0,0 @@
{
"text": "",
"accordeon": {
"layout": {
"name": "",
"description": ""
},
"gridstack": {
"name": "",
"description": ""
},
"pageMetadata": {
"name": "",
"description": ""
},
"appereance": {
"name": "",
"description": ""
}
}
}

View File

@@ -1,10 +0,0 @@
{
"columnsCount": {
"labelPreset": "",
"descriptionPreset": "",
"descriptionExceedsPreset": ""
},
"unsavedChanges": "",
"applyChanges": "",
"defaultValues": ""
}

View File

@@ -1,28 +1,22 @@
{
"pageTitle": {
"label": "Τίτλος Σελίδας",
"description": ""
"label": "Τίτλος Σελίδας"
},
"metaTitle": {
"label": "Meta Τίτλος",
"description": ""
"label": "Meta Τίτλος"
},
"logo": {
"label": "Λογότυπο",
"description": ""
"label": "Λογότυπο"
},
"favicon": {
"label": "Έμβλημα",
"description": ""
"label": "Έμβλημα"
},
"background": {
"label": "Φόντο"
},
"customCSS": {
"label": "Προσαρμοσμένη CSS",
"description": "",
"placeholder": "Το προσαρμοσμένο CSS θα εφαρμοστεί τελευταίο",
"applying": ""
"placeholder": "Το προσαρμοσμένο CSS θα εφαρμοστεί τελευταίο"
},
"buttons": {
"submit": "Υποβολή"

View File

@@ -62,7 +62,7 @@
}
}
},
"saveCopy": "Αποθηκεύστε ένα αντίγραφο"
"saveCopy": "Αποθήκευση αντιγράφου"
},
"dropzone": {
"notifications": {

View File

@@ -24,11 +24,5 @@
"seconds": "seconds",
"minutes": "minutes",
"hours": "hours"
},
"loading": "Loading...",
"breakPoints": {
"small": "small",
"medium": "medium",
"large": "large"
}
}

View File

@@ -7,5 +7,10 @@
"popover": {
"title": "Edit mode is enabled for <1>{{size}}</1> size",
"text": "You can adjust and configure your apps now. Changes are <strong>not saved</strong> until you exit edit mode"
},
"screenSizes": {
"small": "small",
"medium": "medium",
"large": "large"
}
}

View File

@@ -1,13 +1,7 @@
{
"description": "Homarr is a <strong>sleek</strong>, <strong>modern</strong> dashboard that puts all of your apps and services at your fingertips. With Homarr, you can access and control everything in one convenient location. Homarr seamlessly integrates with the apps you've added, providing you with valuable information and giving you complete control. Installation is a breeze, and Homarr supports a wide range of deployment methods.",
"i18n": "Loaded I18n translation namespaces",
"locales": "Configured I18n locales",
"contact": "Having trouble or questions? Connect with us!",
"addToDashboard": "Add to Dashboard",
"metrics": {
"configurationSchemaVersion": "Configuration schema version",
"configurationsCount": "Available configurations",
"version": "Version",
"nodeEnvironment": "Node environment",
"i18n": "Loaded I18n translation namespaces",
"locales": "Configured I18n locales"
}
}
"addToDashboard": "Add to Dashboard"
}

View File

@@ -1,7 +0,0 @@
{
"iconPicker": {
"textInputPlaceholder": "Search something...",
"searchLimitationTitle": "Limited to 30 results",
"searchLimitationMessage": "Search results were limited to 30 because there were too many matches"
}
}

View File

@@ -4,9 +4,6 @@
"description": "Displays a calendar with upcoming releases, from supported integrations.",
"settings": {
"title": "Settings for Calendar widget",
"useSonarrv4": {
"label": "Use Sonarr v4 API"
},
"sundayStart": {
"label": "Start the week on Sunday"
},

View File

@@ -18,9 +18,6 @@
},
"url": {
"label": "Dash. URL"
},
"usePercentages": {
"label": "Display percentages"
}
}
},
@@ -28,11 +25,7 @@
"title": "Dash.",
"errors": {
"noService": "No Dash. service found. Please add one to your Homarr dashboard or set a Dash. URL in the module options",
"noInformation": "Cannot acquire information from dash. - are you running the latest version?",
"protocolDowngrade": {
"title": "Detected protocol downgrade",
"text": "The protocol to your Dash. instance is being downgraded. This is security risk, since HTTP is unencrypted and attackers could abuse this connection. Make sure that Dash. is running on HTTPS too or downgrade Homarr to HTTP (not recommended)."
}
"noInformation": "Cannot acquire information from dash. - are you running the latest version?"
},
"graphs": {
"storage": {

View File

@@ -9,20 +9,11 @@
"configTip": "Upload your config file by drag and dropping it onto the page!"
},
"credits": {
"madeWithLove": "Made with ❤️ by @",
"thirdPartyContent": "See third party content",
"thirdPartyContentTable": {
"dependencyName": "Dependency",
"dependencyVersion": "Version"
}
"madeWithLove": "Made with ❤️ by @"
},
"grow": "Grow grid (take all space)",
"layout": {
"preview": {
"title": "Preview",
"subtitle": "Changes will be saved automatically"
},
"divider": "Layout options",
"title": "Dashboard layout",
"main": "Main",
"sidebar": "Sidebar",
"cannotturnoff": "Cannot be turned off",

View File

@@ -1,4 +1,3 @@
{
"colors": "Colors",
"suffix": "{{color}} color"
}

View File

@@ -1,21 +0,0 @@
{
"text": "Customizations allow you to configure and adjust your experience with Homarr to your preferences.",
"accordeon": {
"layout": {
"name": "Layout",
"description": "Enable and disable elements on your header and dashboard tiles"
},
"gridstack": {
"name": "Gridstack",
"description": "Customize the behaviour and columns of your dashboard area"
},
"pageMetadata": {
"name": "Page Metadata",
"description": "Adjust titles, logo and PWA"
},
"appereance": {
"name": "Appereance",
"description": "Customize the background, colors and apps appereance"
}
}
}

View File

@@ -1,10 +0,0 @@
{
"columnsCount": {
"labelPreset": "Columns in {{size}} size",
"descriptionPreset": "Number of columns when the screen is less than {{pixels}} pixels wide",
"descriptionExceedsPreset": "Number of columns when the screen size exceeds {{pixels}} pixels"
},
"unsavedChanges": "You have unsaved changes. Click the Apply changes button below to apply and save.",
"applyChanges": "Apply changes",
"defaultValues": "Default values"
}

View File

@@ -1,28 +1,22 @@
{
"pageTitle": {
"label": "Page Title",
"description": "The dashboard title at the top left"
"label": "Page Title"
},
"metaTitle": {
"label": "Meta Title",
"description": "The title, that is being displayed as your tab name"
"label": "Meta Title"
},
"logo": {
"label": "Logo",
"description": "The dashboard logo at the top left"
"label": "Logo"
},
"favicon": {
"label": "Favicon",
"description": "The icon, that is being used in front of your tab name"
"label": "Favicon"
},
"background": {
"label": "Background"
},
"customCSS": {
"label": "Custom CSS",
"description": "Customize all elements on your dashboard, only recommended for experienced users",
"placeholder": "Custom CSS will be applied last",
"applying": "Applying CSS..."
"placeholder": "Custom CSS will be applied last"
},
"buttons": {
"submit": "Submit"

View File

@@ -24,11 +24,5 @@
"seconds": "segundos",
"minutes": "minutos",
"hours": "horas"
},
"loading": "Cargando...",
"breakPoints": {
"small": "pequeño",
"medium": "medio",
"large": "grande"
}
}

View File

@@ -7,5 +7,10 @@
"popover": {
"title": "Modo edición activado para el tamaño <1>{{size}}</1>",
"text": "Puedes ajustar y configurar tus apps ahora. Los cambios <strong>no son guardados</strong> hasta que salgas del modo edición"
},
"screenSizes": {
"small": "pequeño",
"medium": "medio",
"large": "grande"
}
}

View File

@@ -1,13 +1,7 @@
{
"description": "Homarr es un dashboard <strong>elegante</strong> y <strong>moderno</strong> 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",
"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"
}
}
"addToDashboard": "Añadir al Dashboard"
}

View File

@@ -1,7 +0,0 @@
{
"iconPicker": {
"textInputPlaceholder": "Buscar algo...",
"searchLimitationTitle": "Limitado a 30 resultados",
"searchLimitationMessage": "Búsqueda de resultados limitada a 30, porque hubieron demasiadas coincidencias"
}
}

View File

@@ -4,9 +4,6 @@
"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"
},

View File

@@ -18,9 +18,6 @@
},
"url": {
"label": "Dash. URL"
},
"usePercentages": {
"label": "Mostrar porcentajes"
}
}
},

View File

@@ -9,20 +9,11 @@
"configTip": "¡Sube tu configuración arrastrando y soltando el archivo en la página!"
},
"credits": {
"madeWithLove": "Hecho con ❤️ por @",
"thirdPartyContent": "Ver contenido de terceros",
"thirdPartyContentTable": {
"dependencyName": "Dependencia",
"dependencyVersion": "Versión"
}
"madeWithLove": "Hecho con ❤️ por @"
},
"grow": "Aumentar cuadrícula (toma todo el espacio)",
"layout": {
"preview": {
"title": "Previsualizar",
"subtitle": "Los cambios serán guardados automáticamente"
},
"divider": "Opciones de diseño",
"title": "Diseño del dashboard",
"main": "Principal",
"sidebar": "Barra lateral",
"cannotturnoff": "No puede ser apagado",

View File

@@ -1,4 +1,3 @@
{
"colors": "Colores",
"suffix": "Color {{color}}"
}

View File

@@ -1,21 +0,0 @@
{
"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"
}
}
}

View File

@@ -1,10 +0,0 @@
{
"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"
}

View File

@@ -1,28 +1,22 @@
{
"pageTitle": {
"label": "Título de Página",
"description": "Título del dashboard en la parte superior izquierda"
"label": "Título de Página"
},
"metaTitle": {
"label": "Tarjeta Meta",
"description": "El título, que se muestra como el nombre de tu pestaña"
"label": "Tarjeta Meta"
},
"logo": {
"label": "Logo",
"description": "El logo del dashboard en la parte superior izquierda"
"label": "Logo"
},
"favicon": {
"label": "Favicon",
"description": "El icono, que se usa delante del nombre de la pestaña"
"label": "Favicon"
},
"background": {
"label": "Fondo"
},
"customCSS": {
"label": "CSS Personalizado",
"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..."
"placeholder": "El CSS personalizado será aplicado en último lugar"
},
"buttons": {
"submit": "Aplicar"

View File

@@ -24,11 +24,5 @@
"seconds": "secondes",
"minutes": "minutes",
"hours": "heures"
},
"loading": "Chargement...",
"breakPoints": {
"small": "petit",
"medium": "moyen",
"large": "grand"
}
}

View File

@@ -7,5 +7,10 @@
"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 <strong>pas enregistrées</strong> jusqu'à ce que vous quittiez le mode édition"
},
"screenSizes": {
"small": "petit",
"medium": "moyen",
"large": "grand"
}
}

View File

@@ -1,13 +1,7 @@
{
"description": "Homarr est un tableau de bord <strong>élégant</strong>, <strong>moderne</strong> 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",
"metrics": {
"configurationSchemaVersion": "",
"configurationsCount": "Configurations disponibles",
"version": "Version",
"nodeEnvironment": "",
"i18n": "",
"locales": ""
}
}
"addToDashboard": "Ajouter au tableau de bord"
}

View File

@@ -1,7 +0,0 @@
{
"iconPicker": {
"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"
}
}

View File

@@ -4,9 +4,6 @@
"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"
},

View File

@@ -18,9 +18,6 @@
},
"url": {
"label": "URL Dash."
},
"usePercentages": {
"label": "Afficher les pourcentages"
}
}
},

View File

@@ -9,20 +9,11 @@
"configTip": "Importer votre fichier de configuration en le faisant glisser et en le déposant sur la page !"
},
"credits": {
"madeWithLove": "Fait avec ❤️ par @",
"thirdPartyContent": "Voir le contenu tiers",
"thirdPartyContentTable": {
"dependencyName": "Dépendance",
"dependencyVersion": "Version"
}
"madeWithLove": "Fait avec ❤️ par @"
},
"grow": "Grille progressive (prend toute la largeur)",
"layout": {
"preview": {
"title": "Aperçu",
"subtitle": "Les changements seront sauvegarder automatiquement"
},
"divider": "Option de mise en page",
"title": "Disposition du tableau de bord",
"main": "Principal",
"sidebar": "Barre latérale",
"cannotturnoff": "Ne peut être désactivé",

View File

@@ -1,4 +1,3 @@
{
"colors": "Couleurs",
"suffix": "{{color}} couleur"
}

View File

@@ -1,21 +0,0 @@
{
"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"
}
}
}

View File

@@ -1,10 +0,0 @@
{
"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"
}

View File

@@ -1,28 +1,22 @@
{
"pageTitle": {
"label": "Titre de la page",
"description": "Le titre du tableau de bord en haut à gauche"
"label": "Titre de la page"
},
"metaTitle": {
"label": "Titre Méta",
"description": "Le titre qui est affiché comme nom d'onglet"
"label": "Titre Méta"
},
"logo": {
"label": "Logo",
"description": "Le logo du tableau de bord en haut à gauche"
"label": "Logo"
},
"favicon": {
"label": "Favicon",
"description": "L'icône qui est utilisé devant le nom de votre onglet"
"label": "Favicon"
},
"background": {
"label": "Contexte"
},
"customCSS": {
"label": "CSS personnalisé",
"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..."
"placeholder": "Le CSS personnalisé sera appliqué en dernier"
},
"buttons": {
"submit": "Soumettre"

View File

@@ -24,11 +24,5 @@
"seconds": "שניות",
"minutes": "דקות",
"hours": "שעות"
},
"loading": "טוען...",
"breakPoints": {
"small": "קטן",
"medium": "בינוני",
"large": "גדול"
}
}

View File

@@ -7,5 +7,10 @@
"popover": {
"title": "מצב עריכה מופעל עבור גודל <1>{{size}}</1>",
"text": "ניתן להתאים ולהגדיר את האפליקציות עכשיו. השינויים <strong>לא נשמרים</strong> עד יציאה ממצב עריכה."
},
"screenSizes": {
"small": "קטן",
"medium": "בינוני",
"large": "גדול"
}
}

View File

@@ -1,13 +1,7 @@
{
"description": "Homarr הוא לוח מחוונים <strong>אלגנטי</strong>, <strong>מודרני</strong>, אשר שם את כל האפליקציות והשירותים בהישג יד. עם Homarr, ניתן לגשת לכל דבר ולשלוט בו במיקום נוח אחד. Homarr משתלב בצורה חלקה עם האפליקציות, מספק מידע רב ערך ונותן שליטה מלאה. ההתקנה היא קלה ותומכת במגוון רחב של שיטות פריסה.",
"i18n": "מרחבי שמות טעונים של תרגום i18n",
"locales": "אזורי i18n שתצורתם נקבעה",
"contact": "נתקלת בבעיות או בשאלות? צור איתנו קשר!",
"addToDashboard": "הוספה ללוח מחוונים",
"metrics": {
"configurationSchemaVersion": "גירסת סכימת תצורה",
"configurationsCount": "תצורות זמינות",
"version": "גרסה",
"nodeEnvironment": "סביבת Node",
"i18n": "מרחבי שמות של תרגום I18n טעונים",
"locales": "אזורי I18n מוגדרים"
}
}
"addToDashboard": "הוספה ללוח מחוונים"
}

View File

@@ -1,7 +0,0 @@
{
"iconPicker": {
"textInputPlaceholder": "חפש משהו...",
"searchLimitationTitle": "מוגבל ל-30 תוצאות",
"searchLimitationMessage": "תוצאות החיפוש הוגבלו ל-30 כי היו יותר מדי התאמות"
}
}

View File

@@ -4,9 +4,6 @@
"description": "מציג לוח שנה עם עדכונים מאינטגרציות נתמכות.",
"settings": {
"title": "הגדרות עבור ווידג'ט יומן",
"useSonarrv4": {
"label": "השתמש בAPI גרסא 4 של סונאר (Sonarr)"
},
"sundayStart": {
"label": "התחל את השבוע ביום ראשון"
},

View File

@@ -18,9 +18,6 @@
},
"url": {
"label": "כתובת אתר Dash."
},
"usePercentages": {
"label": "הצג אחוזים"
}
}
},

View File

@@ -9,20 +9,11 @@
"configTip": "העלה את קובץ התצורה שלך על ידי גרירה ושחרור שלו אל הדף!"
},
"credits": {
"madeWithLove": "נעשה ב- ❤️ ע״י @",
"thirdPartyContent": "ראה תוכן של צד שלישי",
"thirdPartyContentTable": {
"dependencyName": "תלות",
"dependencyVersion": "גרסה"
}
"madeWithLove": "נעשה ב- ❤️ ע״י @"
},
"grow": "הגדלת אריחים (תופס את כל השטח)",
"layout": {
"preview": {
"title": "תצוגה מקדימה",
"subtitle": "השינוים יישמרו באופן אוטומאטי"
},
"divider": "אפשרויות סידור",
"title": "פריסת לוח מחוונים",
"main": "ראשי",
"sidebar": "סרגל צד",
"cannotturnoff": "לא ניתן להסרה",

View File

@@ -1,4 +1,3 @@
{
"colors": "צבעים",
"suffix": "צבע {{color}}"
}

View File

@@ -1,21 +0,0 @@
{
"text": "התאמות אישיות מאפשרות לך להגדיר ולהתאים את החוויה שלך עם Homarr להעדפותיך.",
"accordeon": {
"layout": {
"name": "פריסה",
"description": "הפעל והשבת אלמנטים באריחי הכותרת ולוח המחוונים שלך"
},
"gridstack": {
"name": "Gridstack",
"description": "התאם אישית את ההתנהגות והעמודות של אזור לוח המחוונים שלך"
},
"pageMetadata": {
"name": "מטא נתונים של עמוד",
"description": "התאם כותרות, לוגו ו-PWA"
},
"appereance": {
"name": "מראה חיצוני",
"description": "התאם אישית את הרקע, הצבעים ומראה האפליקציות"
}
}
}

View File

@@ -1,10 +0,0 @@
{
"columnsCount": {
"labelPreset": "עמודות בגודל{{size}}",
"descriptionPreset": "מספר העמודות כאשר המסך קטן מרוחב של {{pixels}} פקסלים",
"descriptionExceedsPreset": "מספר העמודות כאשר גודל המסך חורג {{pixels}} פקסלים"
},
"unsavedChanges": "יש לך שינויים לא שמורים. לחץ על כפתור ״החל שינויים״ על מנת להחיל ולשמור ",
"applyChanges": "החל שינויים",
"defaultValues": "ערכי ברירת מחדל"
}

View File

@@ -1,28 +1,22 @@
{
"pageTitle": {
"label": "כותרת העמוד",
"description": "כותרת לוח המחוונים בפינה השמאלית העליונה"
"label": "כותרת העמוד"
},
"metaTitle": {
"label": "כותרת דף",
"description": "הכותרת, שמוצגת כשם הכרטיסייה שלך"
"label": "כותרת דף"
},
"logo": {
"label": "סמל",
"description": "הלוגו של לוח המחוונים בצד שמאל למעלה"
"label": "סמל"
},
"favicon": {
"label": "אייקון לצד שם הדף",
"description": "הסמל שנמצא בשימוש מול שם הכרטיסייה שלך"
"label": "אייקון לצד שם הדף"
},
"background": {
"label": "רקע"
},
"customCSS": {
"label": "CSS מותאם אישית",
"description": "התאם אישית את כל הרכיבים בלוח המחוונים שלך, מומלץ רק למשתמשים מנוסים",
"placeholder": "CSS מותאם אישית יוחל אחרון",
"applying": "מחיל CSS..."
"placeholder": "CSS מותאם אישית יוחל אחרון"
},
"buttons": {
"submit": "שלח"

View File

@@ -24,11 +24,5 @@
"seconds": "secondi",
"minutes": "minuti",
"hours": "ore"
},
"loading": "Caricamento in corso...",
"breakPoints": {
"small": "piccolo",
"medium": "medio",
"large": "grande"
}
}

View File

@@ -7,5 +7,10 @@
"popover": {
"title": "Edit mode abilitata per dimensione <1>{{size}}</1>",
"text": "Ora è possibile regolare e configurare le applicazioni. Le modifiche <strong>non verranno salvate</strong> finché non si esce dalla edit mode"
},
"screenSizes": {
"small": "piccolo",
"medium": "medio",
"large": "grande"
}
}

View File

@@ -1,13 +1,7 @@
{
"description": "Homarr è una <strong>elegante</strong> e <strong>moderna</strong> 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",
"metrics": {
"configurationSchemaVersion": "Versione dello schema di configurazione",
"configurationsCount": "Configurazioni disponibili",
"version": "Versione",
"nodeEnvironment": "Ambiente Node",
"i18n": "Translation namespaces I18n caricati",
"locales": "I18n locales configurati"
}
}
"addToDashboard": "Aggiungi alla dashboard"
}

View File

@@ -1,7 +0,0 @@
{
"iconPicker": {
"textInputPlaceholder": "Cerca qualcosa...",
"searchLimitationTitle": "Limitato a 30 risultati",
"searchLimitationMessage": "I risultati della ricerca sono stati limitati a 30 poiché ci sono state troppe corrispondenze"
}
}

View File

@@ -4,9 +4,6 @@
"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"
},

View File

@@ -18,9 +18,6 @@
},
"url": {
"label": "Dash. URL"
},
"usePercentages": {
"label": "Visualizza percentuali"
}
}
},

View File

@@ -18,7 +18,7 @@
"card": {
"footer": {
"error": "Errore",
"lastUpdated": "Ultimo aggiornamento {{time}} fa"
"lastUpdated": "Ultimo aggiornamento {{time}} ago"
},
"table": {
"header": {
@@ -30,7 +30,7 @@
"progress": "Avanzamento"
},
"item": {
"text": "Gestito da {{appName}}, {{ratio}} ratio"
"text": "Gestito da {{appName}}, rapporto {{ratio}}"
},
"body": {
"nothingFound": "Nessun torrent trovato"
@@ -61,10 +61,10 @@
"introductionPrefix": "Gestito da",
"metrics": {
"queuePosition": "Posizione in coda - {{position}}",
"progress": "Progresso - {{progress}}%",
"progress": "Progressi - {{progress}}%",
"totalSelectedSize": "Totale - {{totalSize}}",
"state": "Stato - {{state}}",
"ratio": "Ratio -",
"ratio": "Rapporto -",
"completed": "Completato"
}
}

View File

@@ -9,20 +9,11 @@
"configTip": "Carica il file di configurazione trascinandolo e rilasciandolo sulla pagina!"
},
"credits": {
"madeWithLove": "Realizzato con ❤️ da @",
"thirdPartyContent": "Visualizza contenuti di terze parti",
"thirdPartyContentTable": {
"dependencyName": "Dipendenza",
"dependencyVersion": "Versione"
}
"madeWithLove": "Realizzato con ❤️ da @"
},
"grow": "Espandi la griglia (occupa tutto lo spazio)",
"layout": {
"preview": {
"title": "Anteprima",
"subtitle": "Le modifiche saranno salvate automaticamente"
},
"divider": "Opzioni di layout",
"title": "Layout della Dashboard",
"main": "Main",
"sidebar": "Barra laterale",
"cannotturnoff": "Impossibile disattivare",

View File

@@ -1,4 +1,3 @@
{
"colors": "Colori",
"suffix": "{{color}} colore"
}

View File

@@ -1,21 +0,0 @@
{
"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"
}
}
}

View File

@@ -1,10 +0,0 @@
{
"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"
}

View File

@@ -1,28 +1,22 @@
{
"pageTitle": {
"label": "Titolo pagina",
"description": "Il titolo della dashboard in alto a sinistra"
"label": "Titolo pagina"
},
"metaTitle": {
"label": "Titolo meta",
"description": "Il titolo che viene visualizzato come nome della scheda"
"label": "Titolo meta"
},
"logo": {
"label": "Logo",
"description": "Il logo della dashboard in alto a sinistra"
"label": "Logo"
},
"favicon": {
"label": "Favicon",
"description": "L'icona che viene utilizzata davanti al nome della scheda"
"label": "Favicon"
},
"background": {
"label": "Sfondo"
},
"customCSS": {
"label": "CSS personalizzato",
"description": "Personalizza tutti gli elementi della dashboard, consigliata solo agli utenti esperti",
"placeholder": "I CSS personalizzati saranno applicati per ultimi",
"applying": "Applicazione CSS..."
"placeholder": "I CSS personalizzati saranno applicati per ultimi"
},
"buttons": {
"submit": "Invia"

View File

@@ -24,11 +24,5 @@
"seconds": "替わり",
"minutes": "議事録",
"hours": "時間"
},
"loading": "読み込み中...",
"breakPoints": {
"small": "小",
"medium": "巫女",
"large": "おおきな"
}
}

View File

@@ -7,5 +7,10 @@
"popover": {
"title": "編集モードが有効なのは <1>{{size}}</1>サイズ",
"text": "今すぐアプリを調整し、設定することができます。変更は、 <strong>編集モードを終了するまで保存されません</strong>"
},
"screenSizes": {
"small": "小",
"medium": "巫女",
"large": "おおきな"
}
}

View File

@@ -1,13 +1,7 @@
{
"description": "Homarrは、 <strong>sleek</strong>, <strong>modern</strong> dashboardで、すべてのアプリとサービスを指先で操作できるようにします。HOMARを使えば、便利な1つの場所ですべてにアクセスし、コントロールすることができます。Homarrは、あなたが追加したアプリとシームレスに統合され、あなたに貴重な情報を提供し、完全に制御することができます。インストールは簡単で、Homarrは幅広い導入方法をサポートしています。",
"i18n": "ロードされたI18n翻訳名前空間",
"locales": "設定されたI18nロケール",
"contact": "お困りごとやご質問はありませんか?私たちにご連絡ください。",
"addToDashboard": "ダッシュボードに追加",
"metrics": {
"configurationSchemaVersion": "",
"configurationsCount": "",
"version": "バージョン",
"nodeEnvironment": "",
"i18n": "",
"locales": ""
}
}
"addToDashboard": "ダッシュボードに追加"
}

View File

@@ -1,7 +0,0 @@
{
"iconPicker": {
"textInputPlaceholder": "",
"searchLimitationTitle": "",
"searchLimitationMessage": ""
}
}

View File

@@ -4,9 +4,6 @@
"description": "サポートされている統合製品から、今後のリリースをカレンダーで表示します。",
"settings": {
"title": "カレンダーウィジェットの設定",
"useSonarrv4": {
"label": ""
},
"sundayStart": {
"label": "週の始まりは日曜日"
},

View File

@@ -18,9 +18,6 @@
},
"url": {
"label": "ダッシュURL"
},
"usePercentages": {
"label": ""
}
}
},

View File

@@ -9,20 +9,11 @@
"configTip": "設定ファイルをドラッグ&ドロップでアップロードしよう"
},
"credits": {
"madeWithLove": "で作った❤️ by @さん",
"thirdPartyContent": "",
"thirdPartyContentTable": {
"dependencyName": "",
"dependencyVersion": "バージョン"
}
"madeWithLove": "で作った❤️ by @さん"
},
"grow": "グロースグリッド(全領域を占有)",
"layout": {
"preview": {
"title": "",
"subtitle": ""
},
"divider": "",
"title": "ダッシュボードのレイアウト",
"main": "メイン",
"sidebar": "サイドバー",
"cannotturnoff": "OFFにできない",

View File

@@ -1,21 +0,0 @@
{
"text": "",
"accordeon": {
"layout": {
"name": "",
"description": ""
},
"gridstack": {
"name": "",
"description": ""
},
"pageMetadata": {
"name": "",
"description": ""
},
"appereance": {
"name": "",
"description": ""
}
}
}

Some files were not shown because too many files have changed in this diff Show More