diff --git a/package.json b/package.json
index ff5c06c2b..21da14528 100644
--- a/package.json
+++ b/package.json
@@ -68,6 +68,7 @@
"@vitejs/plugin-react": "^4.0.0",
"axios": "^1.0.0",
"bcryptjs": "^2.4.3",
+ "browser-geo-tz": "^0.0.4",
"consola": "^3.0.0",
"cookies": "^0.8.0",
"cookies-next": "^2.1.1",
diff --git a/public/locales/da/layout/common.json b/public/locales/da/layout/common.json
index 9f8082ed5..4b136ec3d 100644
--- a/public/locales/da/layout/common.json
+++ b/public/locales/da/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Åbn alle i nye faneblade"
}
+ },
+ "menu": {
+ "moveUp": "Flyt op",
+ "moveDown": "Flyt ned",
+ "addCategory": "Tilføj kategori {{location}}",
+ "addAbove": "over",
+ "addBelow": "under"
}
}
\ No newline at end of file
diff --git a/public/locales/da/layout/element-selector/selector.json b/public/locales/da/layout/element-selector/selector.json
index f6e731cf9..42ea40ebd 100644
--- a/public/locales/da/layout/element-selector/selector.json
+++ b/public/locales/da/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Gå tilbage til det forrige trin",
"actionIcon": {
"tooltip": "Tilføj et felt"
+ },
+ "apps": "Apps",
+ "app": {
+ "defaultName": "Din app"
+ },
+ "widgets": "Widgets",
+ "categories": "Kategorier",
+ "category": {
+ "newName": "Navn på ny kategori",
+ "defaultName": "Ny kategori",
+ "created": {
+ "title": "Kategorien er oprettet",
+ "message": "Kategorien \"{{name}}\" er blevet oprettet"
+ }
}
}
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 1354543b3..5d9b67ba6 100644
--- a/public/locales/da/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/da/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"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"
- }
+ },
+ "unloadEvent": "Afslut redigeringstilstanden for at gemme dine ændringer"
}
diff --git a/public/locales/da/layout/modals/about.json b/public/locales/da/layout/modals/about.json
index 903422b8c..a0633664a 100644
--- a/public/locales/da/layout/modals/about.json
+++ b/public/locales/da/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Genvejstast",
"action": "Handling",
"keybinds": "Genvejstaster",
+ "documentation": "Dokumentation",
+ "actions": {
+ "toggleTheme": "Slå lys/mørk tilstand til/fra",
+ "focusSearchBar": "Fokusér på søgebjælken",
+ "openDocker": "Åbn docker-widget",
+ "toggleEdit": "Skift redigeringstilstand"
+ },
"metrics": {
"configurationSchemaVersion": "Konfigurationsskema version",
"configurationsCount": "Tilgængelige konfigurationer",
@@ -14,5 +21,9 @@
"i18n": "Indlæste I18n-oversættelsesnavneområder",
"locales": "Konfigurerede I18n landestandarder",
"experimental_disableEditMode": "EKSPERIMENTAL: Deaktivér redigeringstilstand"
+ },
+ "version": {
+ "new": "Ny: {{newVersion}}",
+ "dropdown": "Version {{newVersion}} er tilgængelig! Den nuværende version er {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/da/layout/modals/add-app.json b/public/locales/da/layout/modals/add-app.json
index 008d67981..c43158f2b 100644
--- a/public/locales/da/layout/modals/add-app.json
+++ b/public/locales/da/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Dette kan tage nogle sekunder"
}
},
+ "appNameFontSize": {
+ "label": "Appnavn Skriftstørrelse",
+ "description": "Indstil skriftstørrelsen, når appens navn vises på flisen."
+ },
"appNameStatus": {
"label": "App Navn Status",
"description": "Vælg, hvor du vil have titlen vist, hvis den overhovedet skal vises.",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Din formular indeholder ugyldige data. Derfor kan den ikke gemmes. Løs alle problemer og klik på denne knap igen for at gemme dine ændringer"
+ "popover": "Din formular indeholder ugyldige data. Derfor kan den ikke gemmes. Løs alle problemer og klik på denne knap igen for at gemme dine ændringer",
+ "name": "Navn er obligatorisk",
+ "noUrl": "Url er obligatorisk",
+ "invalidUrl": "Værdien er ikke en gyldig url",
+ "noIconUrl": "Dette felt er påkrævet",
+ "noExternalUri": "Ekstern URI er påkrævet",
+ "invalidExternalUri": "Ekstern URI er ikke en gyldig uri"
}
}
diff --git a/public/locales/da/modules/bookmark.json b/public/locales/da/modules/bookmark.json
index c6ecf0963..62471ebd8 100644
--- a/public/locales/da/modules/bookmark.json
+++ b/public/locales/da/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Elementer"
},
"layout": {
- "label": "Layout"
+ "label": "Layout",
+ "data": {
+ "autoGrid": "Automatisk gitter",
+ "horizontal": "Horisontal",
+ "vertical": "Vertikal"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Bogmærkelisten er tom",
"text": "Tilføj nye elementer til denne liste i redigeringstilstand"
}
+ },
+ "item": {
+ "validation": {
+ "length": "Længden skal være mellem {{shortest}} og {{longest}}",
+ "invalidLink": "Ikke et gyldigt link",
+ "errorMsg": "Gemte ikke, fordi der var valideringsfejl. Korriger venligst dine indtastninger"
+ },
+ "name": "Navn",
+ "url": "URL",
+ "newTab": "Åbn i nyt faneblad",
+ "hideHostname": "Skjul værtsnavn",
+ "hideIcon": "Skjul ikon",
+ "delete": "Slet"
}
}
diff --git a/public/locales/da/modules/calendar.json b/public/locales/da/modules/calendar.json
index 1f140b202..dd63915bc 100644
--- a/public/locales/da/modules/calendar.json
+++ b/public/locales/da/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Søndag første ugedag"
},
"radarrReleaseType": {
- "label": "Radarr udgivelsestype"
+ "label": "Radarr udgivelsestype",
+ "data": {
+ "inCinemas": "I Biografen",
+ "physicalRelease": "Fysisk",
+ "digitalRelease": "Digital"
+ }
},
"hideWeekDays": {
"label": "Skjul ugedage"
},
+ "showUnmonitored": {
+ "label": "Vis uovervågede elementer"
+ },
"fontSize": {
- "label": "Skriftstørrelse"
+ "label": "Skriftstørrelse",
+ "data": {
+ "xs": "Ekstra lille",
+ "sm": "Lille",
+ "md": "Mellem",
+ "lg": "Stor",
+ "xl": "Ekstra stor"
+ }
}
}
}
diff --git a/public/locales/da/modules/iframe.json b/public/locales/da/modules/iframe.json
index b7e25bea0..87a1ec0b4 100644
--- a/public/locales/da/modules/iframe.json
+++ b/public/locales/da/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "Ugyldig URL",
"text": "Sørg for, at du har indtastet en gyldig adresse i konfigurationen af din widget"
- }
+ },
+ "browserSupport": "Din browser understøtter ikke iframes. Opdater venligst din browser."
}
}
}
diff --git a/public/locales/da/modules/media-requests-list.json b/public/locales/da/modules/media-requests-list.json
index 14c100bec..4c81f096f 100644
--- a/public/locales/da/modules/media-requests-list.json
+++ b/public/locales/da/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Liste over medieforespørgsler",
"replaceLinksWithExternalHost": {
"label": "Udskift links med ekstern vært"
+ },
+ "openInNewTab": {
+ "label": "Åbn links i ny fane"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Godkend anmodninger",
- "decline": "Afvis alle anmodninger"
+ "decline": "Afvis alle anmodninger",
+ "approving": "Godkender anmodning..."
+ },
+ "mutation": {
+ "approving": "Godkender",
+ "declining": "Afviser",
+ "request": "anmod...",
+ "approved": "Anmodning blev godkendt!",
+ "declined": "Anmodningen blev afvist!"
}
}
diff --git a/public/locales/da/modules/media-requests-stats.json b/public/locales/da/modules/media-requests-stats.json
index fd3457a66..8d4fdce7b 100644
--- a/public/locales/da/modules/media-requests-stats.json
+++ b/public/locales/da/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Statistik over dine medieanmodninger",
"settings": {
"title": "Statistikker over medieanmodninger",
- "direction": {
- "label": "Layoutets retning."
+ "replaceLinksWithExternalHost": {
+ "label": "Udskift links med ekstern vært"
+ },
+ "openInNewTab": {
+ "label": "Åbn links i ny fane"
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "Mediestatistik",
"pending": "Afventer godkendelse",
"tvRequests": "TV-anmodninger",
- "movieRequests": "Film anmodninger"
+ "movieRequests": "Film anmodninger",
+ "approved": "Allerede godkendt",
+ "totalRequests": "Total"
+ },
+ "userStats": {
+ "title": "Topbrugere",
+ "requests": "Anmodninger: {{number}}"
}
}
diff --git a/public/locales/da/modules/media-server.json b/public/locales/da/modules/media-server.json
index d9fd9b317..5cb980b5e 100644
--- a/public/locales/da/modules/media-server.json
+++ b/public/locales/da/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Indstillinger for medieserver widget"
}
},
+ "loading": "Indlæser streams",
"card": {
"table": {
"header": {
diff --git a/public/locales/da/modules/notebook.json b/public/locales/da/modules/notebook.json
index 3ad2a768e..5be83c5f2 100644
--- a/public/locales/da/modules/notebook.json
+++ b/public/locales/da/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Notesbog",
+ "description": "En markdown-baseret interaktiv widget, hvor du kan skrive dine noter ned!",
"settings": {
- "title": "",
+ "title": "Indstillinger for notebook-widget",
"showToolbar": {
- "label": ""
+ "label": "Vis værktøjslinjen, der hjælper dig med at skrive markdown"
},
"content": {
- "label": ""
+ "label": "Indholdet af notesbogen"
}
}
}
diff --git a/public/locales/da/modules/rss.json b/public/locales/da/modules/rss.json
index 0fcbe841e..914b23cbf 100644
--- a/public/locales/da/modules/rss.json
+++ b/public/locales/da/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Opdateringsinterval (i minutter)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "Tillad HTML-formatering (Farligt)",
+ "info": "Det kan være farligt at tillade HTML-formatering udefra.
Sørg for, at feedet kommer fra en pålidelig kilde."
},
"textLinesClamp": {
"label": "Klemme til tekstlinjer"
diff --git a/public/locales/da/modules/torrents-status.json b/public/locales/da/modules/torrents-status.json
index 3ae5b1697..f06956988 100644
--- a/public/locales/da/modules/torrents-status.json
+++ b/public/locales/da/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Der opstod en uventet fejl",
- "text": "Homarr kunne ikke kommunikere med dine Torrent-klienter. Kontroller venligst din konfiguration"
+ "text": "Kan ikke kommunikere med dine Torrent-klienter. Tjek venligst din konfiguration"
}
},
"loading": {
- "title": "Indlæser..."
+ "title": "Indlæser",
+ "description": "Etablerer en forbindelse"
},
"popover": {
"introductionPrefix": "Administreret af",
diff --git a/public/locales/da/modules/usenet.json b/public/locales/da/modules/usenet.json
index 99ebc60e5..efc06824b 100644
--- a/public/locales/da/modules/usenet.json
+++ b/public/locales/da/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "På pause"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/da/modules/weather.json b/public/locales/da/modules/weather.json
index e48cb6051..eae55681e 100644
--- a/public/locales/da/modules/weather.json
+++ b/public/locales/da/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Tordenvejr med hagl",
"unknown": "Ukendt"
}
- }
+ },
+ "error": "Der er opstået en fejl"
}
diff --git a/public/locales/da/settings/customization/color-selector.json b/public/locales/da/settings/customization/color-selector.json
index aca3df461..d74180a28 100644
--- a/public/locales/da/settings/customization/color-selector.json
+++ b/public/locales/da/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Farver",
- "suffix": "{{color}} farve"
+ "suffix": "{{color}} farve",
+ "primary": "Primær",
+ "secondary": "Sekundær"
}
\ No newline at end of file
diff --git a/public/locales/da/settings/general/cache-buttons.json b/public/locales/da/settings/general/cache-buttons.json
new file mode 100644
index 000000000..df53b6d66
--- /dev/null
+++ b/public/locales/da/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Rengøring af cache",
+ "selector": {
+ "label": "Vælg den eller de cacher, der skal ryddes",
+ "data": {
+ "ping": "Ping-forespørgsler",
+ "repositoryIcons": "Fjern/Lokale ikoner",
+ "calendar&medias": "Medier fra kalenderen",
+ "weather": "Vejrdata"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Cache ryddet",
+ "clearAll": {
+ "text": "Tøm alle caches",
+ "notificationMessage": "Alle cach er blevet ryddet"
+ },
+ "clearSelect": {
+ "text": "Ryd valgte forespørgsler",
+ "notificationMessageSingle": "Cache for {{value}} er blevet tømt",
+ "notificationMessageMulti": "Cache for {{values}} er blevet ryddet"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/da/settings/general/edit-mode-toggle.json b/public/locales/da/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..acbaac240
--- /dev/null
+++ b/public/locales/da/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Skift redigeringstilstand",
+ "enable": "Aktiver redigeringstilstand",
+ "disable": "Deaktiver redigeringstilstand"
+ },
+ "form": {
+ "label": "Redigér adgangskode",
+ "message": "For at skifte til redigeringstilstand skal du indtaste den adgangskode, du indtastede i miljøvariablen med navnet EDIT_MODE_PASSWORD . Hvis den ikke er angivet, kan du ikke slå redigeringstilstand til og fra.",
+ "submit": "Indsend"
+ },
+ "notification": {
+ "success": {
+ "title": "Succes",
+ "message": "Det lykkedes at skifte redigeringstilstand og genindlæser siden..."
+ },
+ "error": {
+ "title": "Fejl",
+ "message": "Kunne ikke skifte til redigeringstilstand, prøv venligst igen."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/da/settings/general/search-engine.json b/public/locales/da/settings/general/search-engine.json
index d3578aece..4349a28f7 100644
--- a/public/locales/da/settings/general/search-engine.json
+++ b/public/locales/da/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Søgemaskine",
"configurationName": "Konfiguration af søgemaskiner",
+ "custom": "Brugerdefineret",
"tips": {
"generalTip": "Der er flere præfikser, du kan bruge! Hvis du tilføjer disse foran din forespørgsel, filtreres resultaterne. !s (Web), !t (Torrents), !y (YouTube) og !m (Media).",
"placeholderTip": "%s kan bruges som en pladsholder for forespørgslen."
diff --git a/public/locales/de/layout/common.json b/public/locales/de/layout/common.json
index 0cdabf2e5..da2671011 100644
--- a/public/locales/de/layout/common.json
+++ b/public/locales/de/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Alle in einem neuen Tab öffnen"
}
+ },
+ "menu": {
+ "moveUp": "Nach oben bewegen",
+ "moveDown": "Nach unten bewegen",
+ "addCategory": "Kategorie {{location}} hinzufügen",
+ "addAbove": "oben",
+ "addBelow": "unten"
}
}
\ No newline at end of file
diff --git a/public/locales/de/layout/element-selector/selector.json b/public/locales/de/layout/element-selector/selector.json
index c665ab8e2..7659b48ee 100644
--- a/public/locales/de/layout/element-selector/selector.json
+++ b/public/locales/de/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Zurück auf die vorherige Seite",
"actionIcon": {
"tooltip": "Kachel hinzufügen"
+ },
+ "apps": "Apps",
+ "app": {
+ "defaultName": "Ihre Apps"
+ },
+ "widgets": "Widgets",
+ "categories": "Kategorien",
+ "category": {
+ "newName": "Name der Kategorie",
+ "defaultName": "Neue Kategorie",
+ "created": {
+ "title": "Kategorie erstellt",
+ "message": "Die Kategorie \"{{name}}\" wurde erstellt"
+ }
}
}
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 4b22fd794..36bd3cec3 100644
--- a/public/locales/de/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/de/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"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"
- }
+ },
+ "unloadEvent": "Verlassen Sie den Bearbeitungsmodus, um Ihre Änderungen zu speichern"
}
diff --git a/public/locales/de/layout/modals/about.json b/public/locales/de/layout/modals/about.json
index 64876f69b..7e21eb32b 100644
--- a/public/locales/de/layout/modals/about.json
+++ b/public/locales/de/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Kurzbefehl Taste",
"action": "Aktion",
"keybinds": "Tastenbelegung",
+ "documentation": "Dokumentation",
+ "actions": {
+ "toggleTheme": "Umschalten zwischen Hell- und Dunkelmodus",
+ "focusSearchBar": "Suchleiste fokussieren",
+ "openDocker": "Docker Widget öffnen",
+ "toggleEdit": "Bearbeitungsmodus umschalten"
+ },
"metrics": {
"configurationSchemaVersion": "Version des Konfigurationsschemas",
"configurationsCount": "Verfügbare Konfigurationen",
@@ -14,5 +21,9 @@
"i18n": "Geladene I18n Übersetzungs Namensräume",
"locales": "Konfigurierte I18n Sprachumgebungen",
"experimental_disableEditMode": "EXPERIMENTAL: Bearbeitungsmodus deaktivieren"
+ },
+ "version": {
+ "new": "Neu: {{newVersion}}",
+ "dropdown": "Version {{newVersion}} ist verfügbar! Aktuelle Version ist {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/de/layout/modals/add-app.json b/public/locales/de/layout/modals/add-app.json
index 7cd9695ce..4e777f4e6 100644
--- a/public/locales/de/layout/modals/add-app.json
+++ b/public/locales/de/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Dies kann einige Sekunden dauern…"
}
},
+ "appNameFontSize": {
+ "label": "Schriftgröße für App Namen",
+ "description": "Legen Sie die Schriftgröße für die Anzeige des App-Namens auf der Kachel fest."
+ },
"appNameStatus": {
"label": "App-Namensstatus",
"description": "Wählen Sie, wo der Titel angezeigt werden soll, wenn überhaupt.",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Ihr Formular enthält ungültige Angaben, daher konnte es nicht gespeichert werden. Bitte beseitigen Sie diese ungültigen Angaben und klicken Sie erneut auf diesen Button, um Ihre Änderungen zu speichern"
+ "popover": "Ihr Formular enthält ungültige Angaben, daher konnte es nicht gespeichert werden. Bitte beseitigen Sie diese ungültigen Angaben und klicken Sie erneut auf diesen Button, um Ihre Änderungen zu speichern",
+ "name": "Der Name ist erforderlich",
+ "noUrl": "URL erforderlich",
+ "invalidUrl": "Der Wert ist keine gültige URL",
+ "noIconUrl": "Dieses Feld ist erforderlich",
+ "noExternalUri": "Externe URL ist erforderlich",
+ "invalidExternalUri": "Externe URL ist keine gültige URL"
}
}
diff --git a/public/locales/de/modules/bookmark.json b/public/locales/de/modules/bookmark.json
index 919587329..62eaa5682 100644
--- a/public/locales/de/modules/bookmark.json
+++ b/public/locales/de/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Elemente"
},
"layout": {
- "label": "Ansicht"
+ "label": "Ansicht",
+ "data": {
+ "autoGrid": "Auto-Raster",
+ "horizontal": "Horizontal",
+ "vertical": "Vertikal"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Lesezeichenliste leer",
"text": "Neue Elemente im Bearbeitungsmodus zu dieser Liste hinzufügen"
}
+ },
+ "item": {
+ "validation": {
+ "length": "Die Länge muss zwischen {{shortest}} und {{longest}} liegen",
+ "invalidLink": "Kein gültiger Link",
+ "errorMsg": "Konnte nicht gespeichert werden, da Validierungsfehler aufgetreten sind. Bitte beachten Sie Ihre Eingaben"
+ },
+ "name": "Name",
+ "url": "URL",
+ "newTab": "In neuem Tab öffnen",
+ "hideHostname": "Hostname ausblenden",
+ "hideIcon": "Icon verbergen",
+ "delete": "Löschen"
}
}
diff --git a/public/locales/de/modules/calendar.json b/public/locales/de/modules/calendar.json
index cc25adf25..6a861d304 100644
--- a/public/locales/de/modules/calendar.json
+++ b/public/locales/de/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Wochenbeginn am Sonntag"
},
"radarrReleaseType": {
- "label": "Radarr Veröffentlichungs Typ"
+ "label": "Radarr Veröffentlichungs Typ",
+ "data": {
+ "inCinemas": "In Kinos",
+ "physicalRelease": "Physisch",
+ "digitalRelease": "Digital"
+ }
},
"hideWeekDays": {
"label": "Wochentage ausblenden"
},
+ "showUnmonitored": {
+ "label": "Nicht überwachte Elemente anzeigen"
+ },
"fontSize": {
- "label": "Schriftgröße"
+ "label": "Schriftgröße",
+ "data": {
+ "xs": "Sehr Klein",
+ "sm": "Klein",
+ "md": "Mittel",
+ "lg": "Groß",
+ "xl": "Sehr Groß"
+ }
}
}
}
diff --git a/public/locales/de/modules/iframe.json b/public/locales/de/modules/iframe.json
index c4cffa035..32f3cc5c3 100644
--- a/public/locales/de/modules/iframe.json
+++ b/public/locales/de/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "Ungültige URL",
"text": "Stellen Sie sicher, dass Sie in der Konfiguration Ihres Widgets eine gültige Adresse eingegeben haben"
- }
+ },
+ "browserSupport": "Ihr Browser unterstützt keine iframes. Bitte aktualisieren Sie Ihren Browser."
}
}
}
diff --git a/public/locales/de/modules/media-requests-list.json b/public/locales/de/modules/media-requests-list.json
index aed085a95..e3a8ca384 100644
--- a/public/locales/de/modules/media-requests-list.json
+++ b/public/locales/de/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Liste der Medienanfragen",
"replaceLinksWithExternalHost": {
"label": "Links durch externen Host ersetzen"
+ },
+ "openInNewTab": {
+ "label": "Links in neuem Tab öffnen"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Anfrage bestätigen",
- "decline": "Anfrage ablehnen"
+ "decline": "Anfrage ablehnen",
+ "approving": "Anfrage bestätigen..."
+ },
+ "mutation": {
+ "approving": "Genehmigen",
+ "declining": "Ablehnen",
+ "request": "Anfrage...",
+ "approved": "Anfragen genehmigt!",
+ "declined": "Anfrage abgelehnt!"
}
}
diff --git a/public/locales/de/modules/media-requests-stats.json b/public/locales/de/modules/media-requests-stats.json
index 135a11bc0..acc74e0c9 100644
--- a/public/locales/de/modules/media-requests-stats.json
+++ b/public/locales/de/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Statistiken über Ihre Medienanfragen",
"settings": {
"title": "Statistik der Medienanfragen",
- "direction": {
- "label": "Ausrichtung des Layouts."
+ "replaceLinksWithExternalHost": {
+ "label": "Links durch externen Host ersetzen"
+ },
+ "openInNewTab": {
+ "label": "Links in neuem Tab öffnen"
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "Medien-Statistiken",
"pending": "Ausstehende Freigaben",
"tvRequests": "TV-Anfragen",
- "movieRequests": "Filmanfragen"
+ "movieRequests": "Film-Anfragen",
+ "approved": "Bereits genehmigt",
+ "totalRequests": "Gesamt"
+ },
+ "userStats": {
+ "title": "Top-Nutzer",
+ "requests": "Anfragen: {{number}}"
}
}
diff --git a/public/locales/de/modules/media-server.json b/public/locales/de/modules/media-server.json
index a3e104cd5..b07f91b4f 100644
--- a/public/locales/de/modules/media-server.json
+++ b/public/locales/de/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Einstellungen für das Medien Server Widget"
}
},
+ "loading": "Laden Streams",
"card": {
"table": {
"header": {
diff --git a/public/locales/de/modules/notebook.json b/public/locales/de/modules/notebook.json
index 3ad2a768e..baf35c136 100644
--- a/public/locales/de/modules/notebook.json
+++ b/public/locales/de/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Notizbuch",
+ "description": "Ein auf Markdown basierendes interaktives Widget, in das Sie Ihre Notizen aufschreiben können!",
"settings": {
- "title": "",
+ "title": "Einstellungen für das Notizbuch-Widget",
"showToolbar": {
- "label": ""
+ "label": "Zeigt die Symbolleiste an, um Ihnen beim Schreiben der Markdown zu assistieren"
},
"content": {
- "label": ""
+ "label": "Der Inhalt des Notizbuchs"
}
}
}
diff --git a/public/locales/de/modules/rss.json b/public/locales/de/modules/rss.json
index f774bddb9..3b6b75a3c 100644
--- a/public/locales/de/modules/rss.json
+++ b/public/locales/de/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Aktualisierungsintervall (in Minuten)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "HTML-Formatierung zulassen (Bedenklich)",
+ "info": "Das Zulassen von HTML-Formatierungen von außen könnte gefährlich sein.
Bitte stellen Sie sicher, dass der Feed von einer vertrauenswürdigen Quelle stammt."
},
"textLinesClamp": {
"label": "Textzeilen Klammer"
diff --git a/public/locales/de/modules/torrents-status.json b/public/locales/de/modules/torrents-status.json
index 31abf346b..14f757fed 100644
--- a/public/locales/de/modules/torrents-status.json
+++ b/public/locales/de/modules/torrents-status.json
@@ -63,7 +63,8 @@
}
},
"loading": {
- "title": "Wird geladen..."
+ "title": "Wird geladen...",
+ "description": "Herstellen der Verbindung"
},
"popover": {
"introductionPrefix": "Verwaltet von",
diff --git a/public/locales/de/modules/usenet.json b/public/locales/de/modules/usenet.json
index f14981934..c791d7d16 100644
--- a/public/locales/de/modules/usenet.json
+++ b/public/locales/de/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Pausiert"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/de/modules/weather.json b/public/locales/de/modules/weather.json
index 396c13468..e38eae274 100644
--- a/public/locales/de/modules/weather.json
+++ b/public/locales/de/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Gewitter mit Hagel",
"unknown": "Unbekannt"
}
- }
+ },
+ "error": "Ein Fehler ist aufgetreten"
}
diff --git a/public/locales/de/settings/customization/color-selector.json b/public/locales/de/settings/customization/color-selector.json
index 324700b66..531752a2b 100644
--- a/public/locales/de/settings/customization/color-selector.json
+++ b/public/locales/de/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Farben",
- "suffix": "{{color}} Farbe"
+ "suffix": "{{color}} Farbe",
+ "primary": "Primär",
+ "secondary": "Sekundär"
}
\ No newline at end of file
diff --git a/public/locales/de/settings/general/cache-buttons.json b/public/locales/de/settings/general/cache-buttons.json
new file mode 100644
index 000000000..4b0946d5c
--- /dev/null
+++ b/public/locales/de/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Cache-Bereinigung",
+ "selector": {
+ "label": "Wählen Sie den/die zu löschenden Cache(s)",
+ "data": {
+ "ping": "Ping-Abfragen",
+ "repositoryIcons": "Remote/Lokale Symbole",
+ "calendar&medias": "Medien aus dem Kalender",
+ "weather": "Wetterdaten"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Cache geleert",
+ "clearAll": {
+ "text": "Gesamten Cache leeren",
+ "notificationMessage": "Der Cache wurde geleert"
+ },
+ "clearSelect": {
+ "text": "Ausgewählte Abfragen löschen",
+ "notificationMessageSingle": "Der Cache für {{value}} wurde geleert",
+ "notificationMessageMulti": "Der Cache für {{values}} wurde geleert"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/de/settings/general/edit-mode-toggle.json b/public/locales/de/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..6785a0c2e
--- /dev/null
+++ b/public/locales/de/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Bearbeitungsmodus umschalten",
+ "enable": "Bearbeitungsmodus aktivieren",
+ "disable": "Bearbeitungsmodus deaktivieren"
+ },
+ "form": {
+ "label": "Passwort bearbeiten",
+ "message": "Um den Bearbeitungsmodus umzuschalten, müssen Sie das Passwort eingeben, das Sie in die Umgebungsvariable EDIT_MODE_PASSWORD eingegeben haben. Ist sie nicht gesetzt, können Sie den Bearbeitungsmodus nicht ein- und ausschalten.",
+ "submit": "Absenden"
+ },
+ "notification": {
+ "success": {
+ "title": "Abgeschlossen",
+ "message": "Bearbeitungsmodus erfolgreich umgeschaltet, die Seite wird neu geladen..."
+ },
+ "error": {
+ "title": "Fehler",
+ "message": "Der Bearbeitungsmodus konnte nicht umgeschaltet werden, bitte versuchen Sie es erneut."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/de/settings/general/search-engine.json b/public/locales/de/settings/general/search-engine.json
index 900ecb677..deb47eb43 100644
--- a/public/locales/de/settings/general/search-engine.json
+++ b/public/locales/de/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Suchmaschine",
"configurationName": "Suchmaschinen Einstellungen",
+ "custom": "Benutzerdefiniert",
"tips": {
"generalTip": "Es gibt mehrere Präfixe, die Sie verwenden können! Wenn Sie diese vor Ihrer Abfrage hinzufügen, werden die Ergebnisse gefiltert. z.b. !s (Web), !t (Torrents), !y (YouTube), und !m (Medien).",
"placeholderTip": "%s kann als Platzhalter für deine Suchanfrage verwendet werden."
diff --git a/public/locales/el/layout/common.json b/public/locales/el/layout/common.json
index 06d12133c..d5149adb8 100644
--- a/public/locales/el/layout/common.json
+++ b/public/locales/el/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Άνοιγμα όλων σε νέα καρτέλα"
}
+ },
+ "menu": {
+ "moveUp": "Μετακίνηση επάνω",
+ "moveDown": "Μετακίνηση κάτω",
+ "addCategory": "Προσθήκη κατηγορίας {{location}}",
+ "addAbove": "πάνω",
+ "addBelow": "κάτω"
}
}
\ No newline at end of file
diff --git a/public/locales/el/layout/element-selector/selector.json b/public/locales/el/layout/element-selector/selector.json
index 9e80fc27d..cc9a85737 100644
--- a/public/locales/el/layout/element-selector/selector.json
+++ b/public/locales/el/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Επιστροφή στο προηγούμενο βήμα",
"actionIcon": {
"tooltip": "Προσθέστε ένα πλακίδιο"
+ },
+ "apps": "Εφαρμογές",
+ "app": {
+ "defaultName": "Η Εφαρμογή Σας"
+ },
+ "widgets": "Widgets",
+ "categories": "Κατηγορίες",
+ "category": {
+ "newName": "Όνομα νέας κατηγορίας",
+ "defaultName": "Νέα Κατηγορία",
+ "created": {
+ "title": "Η κατηγορία δημιουργήθηκε",
+ "message": "Η κατηγορία \"{{name}}\" έχει δημιουργηθεί"
+ }
}
}
diff --git a/public/locales/el/layout/errors/not-found.json b/public/locales/el/layout/errors/not-found.json
index 9e26dfeeb..2fbdacb61 100644
--- a/public/locales/el/layout/errors/not-found.json
+++ b/public/locales/el/layout/errors/not-found.json
@@ -1 +1,5 @@
-{}
\ No newline at end of file
+{
+ "title": "Η σελίδα δε βρέθηκε",
+ "text": "Αυτή η σελίδα δε βρέθηκε. Η διεύθυνση URL για αυτή τη σελίδα μπορεί να έχει λήξει, η διεύθυνση URL είναι άκυρη ή δε έχετε τα απαιτούμενα δικαιώματα πρόσβασης σε αυτόν τον πόρο.",
+ "button": "Μετάβαση στην Αρχική"
+}
\ 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 d31984a99..a8e90cae9 100644
--- a/public/locales/el/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/el/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "Η λειτουργία επεξεργασίας είναι ενεργοποιημένη για <1>{{size}}1> μέγεθος",
"text": "Μπορείτε να προσαρμόσετε και να ρυθμίσετε τις εφαρμογές σας τώρα. Οι αλλαγές δεν αποθηκεύονται μέχρι να βγείτε από τη λειτουργία επεξεργασίας"
- }
+ },
+ "unloadEvent": "Κλείστε τη λειτουργία επεξεργασίας για να αποθηκεύσετε τις αλλαγές σας"
}
diff --git a/public/locales/el/layout/modals/about.json b/public/locales/el/layout/modals/about.json
index 11df75320..65bf58481 100644
--- a/public/locales/el/layout/modals/about.json
+++ b/public/locales/el/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Πλήκτρο συντόμευσης",
"action": "Ενέργεια",
"keybinds": "Δεσμοί πλήκτρων",
+ "documentation": "Τεκμηρίωση",
+ "actions": {
+ "toggleTheme": "Αλλαγή φωτεινού / σκοτεινού θέματος",
+ "focusSearchBar": "Εστίαση στο πλαίσιο αναζήτησης",
+ "openDocker": "Άνοιγμα docker widget",
+ "toggleEdit": "Εναλλαγή Λειτουργίας Επεξεργασίας"
+ },
"metrics": {
"configurationSchemaVersion": "Έκδοση σχήματος διαμόρφωσης",
"configurationsCount": "Διαθέσιμες διαμορφώσεις",
@@ -14,5 +21,9 @@
"i18n": "Φορτωμένα πεδία ονομάτων μετάφρασης I18n",
"locales": "Διαμορφωμένες τοπικές ρυθμίσεις I18n",
"experimental_disableEditMode": "ΠΕΙΡΑΜΑΤΙΚΟ: Απενεργοποίηση της λειτουργίας επεξεργασίας"
+ },
+ "version": {
+ "new": "Νέα: {{newVersion}}",
+ "dropdown": "Η Έκδοση {{newVersion}} είναι διαθέσιμη! Η τρέχουσα έκδοση είναι {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/el/layout/modals/add-app.json b/public/locales/el/layout/modals/add-app.json
index 1afeb0518..30f490cff 100644
--- a/public/locales/el/layout/modals/add-app.json
+++ b/public/locales/el/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Αυτό μπορεί να διαρκέσει μερικά δευτερόλεπτα"
}
},
+ "appNameFontSize": {
+ "label": "Μέγεθος Γραμματοσειράς ονόματος Εφαρμογής",
+ "description": "Ορίστε το μέγεθος γραμματοσειράς όταν εμφανίζεται το όνομα της εφαρμογής στο πλακίδιο."
+ },
"appNameStatus": {
"label": "Κατάσταση Ονόματος Εφαρμογής",
"description": "Επιλέξτε πού θέλετε να εμφανίζεται ο τίτλος, αν θέλετε.",
@@ -74,8 +78,8 @@
}
},
"lineClampAppName": {
- "label": "",
- "description": ""
+ "label": "Περιορισμός γραμμών ονόματος εφαρμογής",
+ "description": "Καθορίζει τον αριθμό των γραμμών που πρέπει να χωράει ο τίτλος σας στο μέγιστο. Ορίστε 0 για απεριόριστα."
}
},
"integration": {
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Η φόρμα σας περιέχει άκυρα δεδομένα. Ως εκ τούτου, δεν μπορεί να αποθηκευτεί. Παρακαλούμε επιλύστε όλα τα προβλήματα και κάντε ξανά κλικ σε αυτό το κουμπί για να αποθηκεύσετε τις αλλαγές σας"
+ "popover": "Η φόρμα σας περιέχει άκυρα δεδομένα. Ως εκ τούτου, δεν μπορεί να αποθηκευτεί. Παρακαλούμε επιλύστε όλα τα προβλήματα και κάντε ξανά κλικ σε αυτό το κουμπί για να αποθηκεύσετε τις αλλαγές σας",
+ "name": "Απαιτείται όνομα",
+ "noUrl": "Απαιτείται διεύθυνση URL",
+ "invalidUrl": "Η τιμή δεν είναι έγκυρη διεύθυνση url",
+ "noIconUrl": "Αυτό το πεδίο είναι υποχρεωτικό",
+ "noExternalUri": "Απαιτείται εξωτερικό URI",
+ "invalidExternalUri": "Το εξωτερικό URI δεν είναι έγκυρο uri"
}
}
diff --git a/public/locales/el/modules/bookmark.json b/public/locales/el/modules/bookmark.json
index 421567f9e..c0f3a8b17 100644
--- a/public/locales/el/modules/bookmark.json
+++ b/public/locales/el/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Στοιχεία"
},
"layout": {
- "label": "Διάταξη"
+ "label": "Διάταξη",
+ "data": {
+ "autoGrid": "Αυτόματο πλέγμα",
+ "horizontal": "Οριζόντια",
+ "vertical": "Κατακόρυφα"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Λίστα σελιδοδεικτών κενή",
"text": "Προσθέστε νέα αντικείμενα σε αυτή τη λίστα στη λειτουργία επεξεργασίας"
}
+ },
+ "item": {
+ "validation": {
+ "length": "Το μήκος πρέπει να είναι μεταξύ {{shortest}} και {{longest}}",
+ "invalidLink": "Μη έγκυρος σύνδεσμος",
+ "errorMsg": "Δεν αποθηκεύτηκε, επειδή υπήρχαν σφάλματα επικύρωσης. Παρακαλούμε επαναλάβετε τις εισαγωγές σας"
+ },
+ "name": "Όνομα",
+ "url": "URL",
+ "newTab": "Άνοιγμα σε νέα καρτέλα",
+ "hideHostname": "Απόκρυψη ονόματος κεντρικού υπολογιστή",
+ "hideIcon": "Απόκρυψη Εικονιδίου",
+ "delete": "Διαγραφή"
}
}
diff --git a/public/locales/el/modules/calendar.json b/public/locales/el/modules/calendar.json
index 6d4605920..89067bed6 100644
--- a/public/locales/el/modules/calendar.json
+++ b/public/locales/el/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Ξεκινήστε την εβδομάδα από την Κυριακή"
},
"radarrReleaseType": {
- "label": "Τύπος κυκλοφορίας Radarr"
+ "label": "Τύπος κυκλοφορίας Radarr",
+ "data": {
+ "inCinemas": "Στους Κινηματογράφους",
+ "physicalRelease": "Φυσική",
+ "digitalRelease": "Ψηφιακή"
+ }
},
"hideWeekDays": {
"label": "Απόκρυψη εργάσιμων"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
- "label": "Μέγεθος γραμματοσειράς"
+ "label": "Μέγεθος γραμματοσειράς",
+ "data": {
+ "xs": "Πολύ Μικρό",
+ "sm": "Μικρό",
+ "md": "Μεσαίο",
+ "lg": "Μεγάλο",
+ "xl": "Πολύ μεγάλο"
+ }
}
}
}
diff --git a/public/locales/el/modules/date.json b/public/locales/el/modules/date.json
index 444be1085..6c9e71f2e 100644
--- a/public/locales/el/modules/date.json
+++ b/public/locales/el/modules/date.json
@@ -8,24 +8,24 @@
"label": "Εμφάνιση πλήρης ώρας(24-ώρο)"
},
"dateFormat": {
- "label": "",
+ "label": "Μορφοποίηση ημερομηνίας",
"data": {
- "hide": ""
+ "hide": "Απόκρυψη Ημερομηνίας"
}
},
"enableTimezone": {
- "label": ""
+ "label": "Εμφάνιση προσαρμοσμένης ζώνης ώρας"
},
"timezoneLocation": {
- "label": ""
+ "label": "Τοποθεσία Ζώνης Ώρας"
},
"titleState": {
- "label": "",
- "info": "",
+ "label": "Τίτλος πόλης",
+ "info": "Σε περίπτωση που ενεργοποιήσετε την επιλογή Ζώνη Ώρας, μπορεί να εμφανιστεί το όνομα της πόλης και ο κωδικός ζώνης ώρας.
Μπορείτε επίσης να δείξετε την πόλη μόνο ή ακόμη και να μη δείξετε τίποτα.",
"data": {
- "both": "",
- "city": "",
- "none": ""
+ "both": "Πόλη και ζώνη ώρας",
+ "city": "Πόλη μόνο",
+ "none": "Κανένα"
}
}
}
diff --git a/public/locales/el/modules/dns-hole-summary.json b/public/locales/el/modules/dns-hole-summary.json
index bcd8a1f56..ea6ac3221 100644
--- a/public/locales/el/modules/dns-hole-summary.json
+++ b/public/locales/el/modules/dns-hole-summary.json
@@ -10,9 +10,9 @@
"layout": {
"label": "Διάταξη",
"data": {
- "grid": "",
- "row": "",
- "column": ""
+ "grid": "2 επί 2",
+ "row": "Οριζόντια",
+ "column": "Κατακόρυφα"
}
}
}
diff --git a/public/locales/el/modules/iframe.json b/public/locales/el/modules/iframe.json
index 68728e47f..4f4735549 100644
--- a/public/locales/el/modules/iframe.json
+++ b/public/locales/el/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "Μη Έγκυρος Σύνδεσμος",
"text": "Βεβαιωθείτε ότι έχετε εισάγει μια έγκυρη διεύθυνση στη διαμόρφωση του widget σας"
- }
+ },
+ "browserSupport": "Ο περιηγητής σας δεν υποστηρίζει iframes. Παρακαλούμε ενημερώστε το πρόγραμμα περιήγησης."
}
}
}
diff --git a/public/locales/el/modules/media-requests-list.json b/public/locales/el/modules/media-requests-list.json
index e4f0d4318..4f5dee5c8 100644
--- a/public/locales/el/modules/media-requests-list.json
+++ b/public/locales/el/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Κατάλογος αιτημάτων των μέσων ενημέρωσης",
"replaceLinksWithExternalHost": {
"label": "Αντικατάσταση συνδέσμων με εξωτερικό διακομιστή"
+ },
+ "openInNewTab": {
+ "label": "Άνοιγμα συνδέσμων σε νέα καρτέλα"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Έγκριση αιτημάτων",
- "decline": "Απόρριψη αιτημάτων"
+ "decline": "Απόρριψη αιτημάτων",
+ "approving": "Έγκριση Αιτήματος..."
+ },
+ "mutation": {
+ "approving": "Εγκρίνεται",
+ "declining": "Απορρίπτεται",
+ "request": "αίτημα...",
+ "approved": "Το αίτημα εγκρίθηκε!",
+ "declined": "Το αίτημα απορρίφθηκε!"
}
}
diff --git a/public/locales/el/modules/media-requests-stats.json b/public/locales/el/modules/media-requests-stats.json
index d11d541b0..aa23bf7d4 100644
--- a/public/locales/el/modules/media-requests-stats.json
+++ b/public/locales/el/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Στατιστικά στοιχεία σχετικά με τα αιτήματά σας για τα μέσα ενημέρωσης",
"settings": {
"title": "Στατιστικά στοιχεία αιτημάτων μέσων ενημέρωσης",
- "direction": {
- "label": "Κατεύθυνση της διάταξης."
+ "replaceLinksWithExternalHost": {
+ "label": "Αντικατάσταση συνδέσμων με εξωτερικό διακομιστή"
+ },
+ "openInNewTab": {
+ "label": "Άνοιγμα συνδέσμων σε νέα καρτέλα"
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "Στατιστικά Πολυμέσων",
"pending": "Εκκρεμείς εγκρίσεις",
- "tvRequests": "Τηλεοπτικά αιτήματα",
- "movieRequests": "Αιτήματα ταινιών"
+ "tvRequests": "Αιτήσεις TV",
+ "movieRequests": "Αιτήσεις ταινιών",
+ "approved": "Ήδη εγκεκριμένα",
+ "totalRequests": "Σύνολο"
+ },
+ "userStats": {
+ "title": "Κορυφαίοι Χρήστες",
+ "requests": "Αιτήματα: {{number}}"
}
}
diff --git a/public/locales/el/modules/media-server.json b/public/locales/el/modules/media-server.json
index 55161c0d8..661564f4a 100644
--- a/public/locales/el/modules/media-server.json
+++ b/public/locales/el/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Ρυθμίσεις για το widget του διακομιστή πολυμέσων"
}
},
+ "loading": "Φόρτωση ροών",
"card": {
"table": {
"header": {
diff --git a/public/locales/el/modules/notebook.json b/public/locales/el/modules/notebook.json
index 3ad2a768e..ff938afb6 100644
--- a/public/locales/el/modules/notebook.json
+++ b/public/locales/el/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Σημειωματάριο",
+ "description": "Ένα διαδραστικό widget βασισμένο σε σημάνσεις για να γράψετε τις σημειώσεις σας!",
"settings": {
- "title": "",
+ "title": "Ρυθμίσεις για το widget σημειωματάριου",
"showToolbar": {
- "label": ""
+ "label": "Εμφάνιση γραμμής εργαλείων για να σας βοηθήσει να γράψετε σημάνσεις"
},
"content": {
- "label": ""
+ "label": "Το περιεχόμενο του σημειωματάριου"
}
}
}
diff --git a/public/locales/el/modules/rss.json b/public/locales/el/modules/rss.json
index c99e597ad..7f8117ed4 100644
--- a/public/locales/el/modules/rss.json
+++ b/public/locales/el/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Διάστημα ανανέωσης (σε λεπτά)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "Να επιτρέπεται μορφοποίηση HTML (Επικίνδυνο)",
+ "info": "Το να επιτρέπεται η μορφοποίηση HTML από έξω θα μπορούσε να είναι επικίνδυνο.
Παρακαλώ βεβαιωθείτε ότι η ροή είναι από μια αξιόπιστη πηγή."
},
"textLinesClamp": {
"label": "Περιορισμός γραμμών κειμένου"
diff --git a/public/locales/el/modules/torrents-status.json b/public/locales/el/modules/torrents-status.json
index f966d5220..48bdd1fdd 100644
--- a/public/locales/el/modules/torrents-status.json
+++ b/public/locales/el/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Προέκυψε ένα απρόσμενο σφάλμα",
- "text": "Το Homarr δεν μπόρεσε να επικοινωνήσει με τις εφαρμογές Torrent. Ελέγξτε τις ρυθμίσεις σας"
+ "text": "Αδυναμία επικοινωνίας με το πρόγραμμα Torrent σας. Ελέγξτε τη διαμόρφωσή σας"
}
},
"loading": {
- "title": "Φόρτωση..."
+ "title": "Φόρτωση",
+ "description": "Δημιουργία σύνδεσης"
},
"popover": {
"introductionPrefix": "Διαχειριζόμενα από",
diff --git a/public/locales/el/modules/usenet.json b/public/locales/el/modules/usenet.json
index a230785a7..83f823c3d 100644
--- a/public/locales/el/modules/usenet.json
+++ b/public/locales/el/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Σε παύση"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/el/modules/weather.json b/public/locales/el/modules/weather.json
index b9451e7b8..c6f77a60b 100644
--- a/public/locales/el/modules/weather.json
+++ b/public/locales/el/modules/weather.json
@@ -8,7 +8,7 @@
"label": "Εμφάνιση σε Φαρενάιτ"
},
"displayCityName": {
- "label": ""
+ "label": "Εμφάνιση ονόματος πόλης"
},
"location": {
"label": "Τοποθεσία καιρού"
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Καταιγίδα με χαλάζι",
"unknown": "Άγνωστο"
}
- }
+ },
+ "error": "Προέκυψε ένα σφάλμα"
}
diff --git a/public/locales/el/settings/customization/color-selector.json b/public/locales/el/settings/customization/color-selector.json
index acd1fe225..e82993521 100644
--- a/public/locales/el/settings/customization/color-selector.json
+++ b/public/locales/el/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Χρώματα",
- "suffix": "{{color}} χρώμα"
+ "suffix": "{{color}} χρώμα",
+ "primary": "Κύριο",
+ "secondary": "Δευτερεύον"
}
\ No newline at end of file
diff --git a/public/locales/el/settings/general/cache-buttons.json b/public/locales/el/settings/general/cache-buttons.json
new file mode 100644
index 000000000..a63a88f9e
--- /dev/null
+++ b/public/locales/el/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Καθαρισμός cache",
+ "selector": {
+ "label": "Επιλέξτε τις cache(s) για εκκαθάριση",
+ "data": {
+ "ping": "Ερωτήματα Ping",
+ "repositoryIcons": "Απομακρυσμένα/Τοπικά Εικονίδια",
+ "calendar&medias": "Πολυμέσα από το ημερολόγιο",
+ "weather": "Δεδομένα καιρού"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Η Μνήμη Cache Καθαρίστηκε",
+ "clearAll": {
+ "text": "Εκκαθάριση όλων των cache",
+ "notificationMessage": "Όλα τα cache έχουν καθαριστεί"
+ },
+ "clearSelect": {
+ "text": "Εκκαθάριση επιλεγμένων",
+ "notificationMessageSingle": "Η cache για το {{value}} έχει εκκαθαριστεί",
+ "notificationMessageMulti": "Η cache για τα {{values}} έχει εκκαθαριστεί"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/el/settings/general/edit-mode-toggle.json b/public/locales/el/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..25d4ba34f
--- /dev/null
+++ b/public/locales/el/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Εναλλαγή λειτουργίας επεξεργασίας",
+ "enable": "Ενεργοποίηση λειτουργίας επεξεργασίας",
+ "disable": "Απενεργοποίηση λειτουργίας επεξεργασίας"
+ },
+ "form": {
+ "label": "Επεξεργασία κωδικού",
+ "message": "Για να ενεργοποιήσετε τη λειτουργία επεξεργασίας, πρέπει να εισαγάγετε τον κωδικό πρόσβασης που καταχωρήσατε στη μεταβλητή περιβάλλοντος με όνομα EDIT_MODE_PASSWORD. Εάν δεν έχει οριστεί, δεν μπορείτε να ενεργοποιήσετε και να απενεργοποιήσετε τη λειτουργία επεξεργασίας.",
+ "submit": "Υποβολή"
+ },
+ "notification": {
+ "success": {
+ "title": "Επιτυχία",
+ "message": "Επιτυχής εναλλαγή της λειτουργίας επεξεργασίας, επαναφόρτωση της σελίδας..."
+ },
+ "error": {
+ "title": "Σφάλμα",
+ "message": "Αποτυχία εναλλαγής της λειτουργίας επεξεργασίας, παρακαλώ προσπαθήστε ξανά."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/el/settings/general/search-engine.json b/public/locales/el/settings/general/search-engine.json
index f3915a4d1..e8f7c450c 100644
--- a/public/locales/el/settings/general/search-engine.json
+++ b/public/locales/el/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Μηχανή αναζήτησης",
"configurationName": "Διαμόρφωση μηχανής αναζήτησης",
+ "custom": "Προσαρμοσμένη",
"tips": {
"generalTip": "Υπάρχουν πολλά προθέματα που μπορείτε να χρησιμοποιήσετε! Προσθέτοντας αυτά μπροστά από το ερώτημά σας θα φιλτράρετε τα αποτελέσματα. !s (Web), !t (Torrents), !y (YouTube) και !m (Media).",
"placeholderTip": "%s μπορεί να χρησιμοποιηθεί ως placeholder για το ερώτημα."
diff --git a/public/locales/en/layout/common.json b/public/locales/en/layout/common.json
index b676bd888..e11d064d4 100644
--- a/public/locales/en/layout/common.json
+++ b/public/locales/en/layout/common.json
@@ -18,7 +18,7 @@
"menu": {
"moveUp": "Move up",
"moveDown": "Move down",
- "addCategory": "Add category",
+ "addCategory": "Add category {{location}}",
"addAbove": "above",
"addBelow": "below"
}
diff --git a/public/locales/en/layout/header/actions/toggle-edit-mode.json b/public/locales/en/layout/header/actions/toggle-edit-mode.json
index e99d62915..601ffefa3 100644
--- a/public/locales/en/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/en/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "Edit mode is enabled for <1>{{size}}1> size",
"text": "You can adjust and configure your apps now. Changes are not saved until you exit edit mode"
- }
+ },
+ "unloadEvent": "Exit the edit mode to save your changes"
}
diff --git a/public/locales/en/layout/modals/about.json b/public/locales/en/layout/modals/about.json
index 01a8f5d09..fdca91f6d 100644
--- a/public/locales/en/layout/modals/about.json
+++ b/public/locales/en/layout/modals/about.json
@@ -6,6 +6,7 @@
"key": "Shortcut key",
"action": "Action",
"keybinds": "Keybinds",
+ "documentation": "Documentation",
"actions": {
"toggleTheme": "Toggle light/dark mode",
"focusSearchBar": "Focus on search bar",
@@ -20,6 +21,9 @@
"i18n": "Loaded I18n translation namespaces",
"locales": "Configured I18n locales",
"experimental_disableEditMode": "EXPERIMENTAL: Disable edit mode"
+ },
+ "version": {
+ "new": "New: {{newVersion}}",
+ "dropdown": "Version {{newVersion}} is available! Current Version is {{currentVersion}}"
}
-
}
\ No newline at end of file
diff --git a/public/locales/en/layout/modals/add-app.json b/public/locales/en/layout/modals/add-app.json
index 683ba8724..afa4b7540 100644
--- a/public/locales/en/layout/modals/add-app.json
+++ b/public/locales/en/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "This may take a few seconds"
}
},
+ "appNameFontSize":{
+ "label":"App Name Font Size",
+ "description":"Set the font size for when the app name is shown on the tile."
+ },
"appNameStatus":{
"label":"App Name Status",
"description":"Choose where you want the title to show up, if at all.",
diff --git a/public/locales/en/modules/bookmark.json b/public/locales/en/modules/bookmark.json
index 43ede12c2..f9e68bebe 100644
--- a/public/locales/en/modules/bookmark.json
+++ b/public/locales/en/modules/bookmark.json
@@ -29,9 +29,7 @@
},
"item": {
"validation": {
- "length100": "Length must be between 1 and 100",
- "length200": "Length must be between 1 and 200",
- "length400": "Length must be between 1 and 400",
+ "length": "Length must be between {{shortest}} and {{longest}}",
"invalidLink": "Not a valid link",
"errorMsg": "Did not save, because there were validation errors. Please adust your inputs"
},
diff --git a/public/locales/en/modules/calendar.json b/public/locales/en/modules/calendar.json
index e2bc5bbcf..454ab0390 100644
--- a/public/locales/en/modules/calendar.json
+++ b/public/locales/en/modules/calendar.json
@@ -18,6 +18,9 @@
"hideWeekDays": {
"label": "Hide week days"
},
+ "showUnmonitored": {
+ "label": "Show unmonitored items"
+ },
"fontSize": {
"label": "Font Size",
"data":{
diff --git a/public/locales/en/modules/media-requests-list.json b/public/locales/en/modules/media-requests-list.json
index 9016a0f0f..8e39ba4d7 100644
--- a/public/locales/en/modules/media-requests-list.json
+++ b/public/locales/en/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Media requests list",
"replaceLinksWithExternalHost": {
"label": "Replace links with external host"
+ },
+ "openInNewTab": {
+ "label": "Open links in new tab"
}
}
},
@@ -28,28 +31,5 @@
"request": "request...",
"approved": "Request was approved!",
"declined": "Request was declined!"
- },
- "detail": {
- "label": "Stats for nerds",
- "id": "ID",
- "device": "Device",
- "video": {
- "video":"Video",
- "resolution": "Resolution",
- "framerate": "Framerate",
- "codec": "Video Codec"
- },
- "audio": {
- "audio": "Audio",
- "channels": "Audio Channels",
- "codec": "Audio Codec"
- },
- "transcoding": {
- "transcoding": "Transcoding",
- "context": "Context",
- "requested": "Hardware Encoding Requested",
- "source": "Source Codec",
- "target": "Target Codec"
- }
}
}
diff --git a/public/locales/en/modules/media-requests-stats.json b/public/locales/en/modules/media-requests-stats.json
index 3027c8e1c..96603a309 100644
--- a/public/locales/en/modules/media-requests-stats.json
+++ b/public/locales/en/modules/media-requests-stats.json
@@ -4,18 +4,24 @@
"description": "Statistics about your media requests",
"settings": {
"title": "Media requests stats",
- "direction": {
- "label": "Direction of the layout.",
- "data":{
- "row": "Horizontal",
- "column": "Vertical"
- }
+ "replaceLinksWithExternalHost": {
+ "label": "Replace links with external host"
+ },
+ "openInNewTab": {
+ "label": "Open links in new tab"
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "Media Stats",
"pending": "Pending approvals",
"tvRequests": "TV requests",
- "movieRequests": "Movie requests"
+ "movieRequests": "Movie requests",
+ "approved": "Already approved",
+ "totalRequests": "Total"
+ },
+ "userStats": {
+ "title": "Top Users",
+ "requests": "Requests: {{number}}"
}
}
diff --git a/public/locales/en/settings/general/cache-buttons.json b/public/locales/en/settings/general/cache-buttons.json
new file mode 100644
index 000000000..d52609075
--- /dev/null
+++ b/public/locales/en/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Cache cleaning",
+ "selector": {
+ "label": "Select the cache(s) to clear",
+ "data": {
+ "ping": "Ping queries",
+ "repositoryIcons": "Remote/Local icons",
+ "calendar&medias": "Medias from the Calendar",
+ "weather": "Weather data"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Cache Cleared",
+ "clearAll":{
+ "text": "Clear all cache",
+ "notificationMessage": "All cache has been cleared"
+ },
+ "clearSelect":{
+ "text": "Clear selected queries",
+ "notificationMessageSingle": "Cache for {{value}} has been cleared",
+ "notificationMessageMulti": "Cache for {{values}} have been cleared"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/en/settings/general/edit-mode-toggle.json b/public/locales/en/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..6b630888a
--- /dev/null
+++ b/public/locales/en/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Toggle edit mode",
+ "enable": "Enable edit mode",
+ "disable": "Disable edit mode"
+ },
+ "form": {
+ "label": "Edit password",
+ "message": "In order to toggle edit mode, you need to enter the password you entered in the environment variable named EDIT_MODE_PASSWORD . If it is not set, you are not able to toggle edit mode on and off.",
+ "submit": "Submit"
+ },
+ "notification": {
+ "success": {
+ "title": "Success",
+ "message": "Successfully toggled edit mode, reloading the page..."
+ },
+ "error": {
+ "title": "Error",
+ "message": "Failed to toggle edit mode, please try again."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/en/settings/general/search-engine.json b/public/locales/en/settings/general/search-engine.json
index a7a40fc83..13acf8694 100644
--- a/public/locales/en/settings/general/search-engine.json
+++ b/public/locales/en/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Search engine",
"configurationName": "Search engine configuration",
+ "custom": "Custom",
"tips": {
"generalTip": "There are multiple prefixes you can use! Adding these in front of your query will filter the results. !s (Web), !t (Torrents), !y (YouTube), and !m (Media).",
"placeholderTip": "%s can be used as a placeholder for the query."
diff --git a/public/locales/es/layout/common.json b/public/locales/es/layout/common.json
index 20d418dc4..4e5c227eb 100644
--- a/public/locales/es/layout/common.json
+++ b/public/locales/es/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Abrir todo en una pestaña nueva"
}
+ },
+ "menu": {
+ "moveUp": "Mover hacia arriba",
+ "moveDown": "Mover hacia abajo",
+ "addCategory": "Añadir categoría {{location}}",
+ "addAbove": "Arriba",
+ "addBelow": "Abajo"
}
}
\ No newline at end of file
diff --git a/public/locales/es/layout/element-selector/selector.json b/public/locales/es/layout/element-selector/selector.json
index 7580f9220..8dd608acf 100644
--- a/public/locales/es/layout/element-selector/selector.json
+++ b/public/locales/es/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Volver al paso anterior",
"actionIcon": {
"tooltip": "Añadir mosaico"
+ },
+ "apps": "Aplicaciones",
+ "app": {
+ "defaultName": "Tu aplicación"
+ },
+ "widgets": "Widgets",
+ "categories": "Categorías",
+ "category": {
+ "newName": "Nombre de la nueva categoría",
+ "defaultName": "Nueva categoría",
+ "created": {
+ "title": "Categoría creada",
+ "message": "La categoría \"{{name}}\" ha sido creada"
+ }
}
}
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 36261791c..f6c94d557 100644
--- a/public/locales/es/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/es/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "El modo edición está habilitado para el tamaño <1>{{size}}1>",
"text": "Puedes ajustar y configurar tus aplicaciones ahora. Los cambios no se guardan hasta que salgas del modo edición"
- }
+ },
+ "unloadEvent": "Salir del modo edición para guardar tus cambios"
}
diff --git a/public/locales/es/layout/modals/about.json b/public/locales/es/layout/modals/about.json
index fbc1d25b5..163f6875e 100644
--- a/public/locales/es/layout/modals/about.json
+++ b/public/locales/es/layout/modals/about.json
@@ -6,13 +6,24 @@
"key": "Tecla de acceso directo",
"action": "Acción",
"keybinds": "Combinaciones de teclas",
+ "documentation": "Documentación",
+ "actions": {
+ "toggleTheme": "Alternar modo claro/oscuro",
+ "focusSearchBar": "Centrarse en la barra de búsqueda",
+ "openDocker": "Abrir el widget de Docker",
+ "toggleEdit": "Alternar modo de edición"
+ },
"metrics": {
"configurationSchemaVersion": "Versión del esquema de configuración",
"configurationsCount": "Configuraciones disponibles",
"version": "Versión",
"nodeEnvironment": "Entorno del nodo",
- "i18n": "I18n espacios de nombres de traducción cargados",
- "locales": "I18n locales configurados",
+ "i18n": "Espacios de nombres de traducción cargados",
+ "locales": "Configuraciones regionales",
"experimental_disableEditMode": "EXPERIMENTAL: Desactivar modo edición"
+ },
+ "version": {
+ "new": "Nueva: {{newVersion}}",
+ "dropdown": "¡La versión {{newVersion}} está disponible! La versión actual es {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/es/layout/modals/add-app.json b/public/locales/es/layout/modals/add-app.json
index b6cc89cd5..b6bfb6b49 100644
--- a/public/locales/es/layout/modals/add-app.json
+++ b/public/locales/es/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Esto puede tardar unos pocos segundos"
}
},
+ "appNameFontSize": {
+ "label": "Tamaño de fuente del nombre de la aplicación ",
+ "description": "Establece el tamaño de fuente para cuando el nombre de la aplicación se muestre en el mosaico."
+ },
"appNameStatus": {
"label": "Estado del nombre de la aplicación",
"description": "Elige dónde deseas que aparezca el título, si es que lo hace.",
@@ -74,13 +78,13 @@
}
},
"lineClampAppName": {
- "label": "Límite de línea de nombre de aplicación",
+ "label": "Límite de línea del nombre de la aplicación",
"description": "Define en cuántas líneas debe caber tu título como máximo. Establece 0 para ilimitado."
}
},
"integration": {
"type": {
- "label": "Configuración de integración",
+ "label": "Configuración de la integración",
"description": "Configuración de la integración que se usará para conectarse a su aplicación.",
"placeholder": "Selecciona una integración",
"defined": "Definida",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Tu formulario contiene datos no válidos. Por lo tanto, no se puede guardar. Por favor, resuelve todos los problemas y vuelve a hacer clic en este botón para guardar los cambios"
+ "popover": "Tu formulario contiene datos no válidos. Por lo tanto, no se puede guardar. Por favor, resuelve todos los problemas y vuelve a hacer clic en este botón para guardar los cambios",
+ "name": "El nombre es obligatorio",
+ "noUrl": "La URL es obligatoria",
+ "invalidUrl": "El valor no es una URL válida",
+ "noIconUrl": "Este campo es obligatorio",
+ "noExternalUri": "La URI externa es obligatoria",
+ "invalidExternalUri": "El valor no es una URI válida"
}
}
diff --git a/public/locales/es/modules/bookmark.json b/public/locales/es/modules/bookmark.json
index 0e8b94134..03733be2b 100644
--- a/public/locales/es/modules/bookmark.json
+++ b/public/locales/es/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Elementos"
},
"layout": {
- "label": "Diseño"
+ "label": "Diseño",
+ "data": {
+ "autoGrid": "Cuadrícula automática",
+ "horizontal": "Horizontal",
+ "vertical": "Vertical"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Lista de marcadores vacía",
"text": "Añadir nuevos elementos a esta lista en el modo edición"
}
+ },
+ "item": {
+ "validation": {
+ "length": "La longitud debe estar entre {{shortest}} y {{longest}}",
+ "invalidLink": "No es un enlace válido",
+ "errorMsg": "No se guardó, porque hubo errores de validación. Por favor, ajusta tus entradas"
+ },
+ "name": "Nombre",
+ "url": "URL",
+ "newTab": "Abrir en una pestaña nueva",
+ "hideHostname": "Ocultar nombre de host",
+ "hideIcon": "Ocultar icono",
+ "delete": "Eliminar"
}
}
diff --git a/public/locales/es/modules/calendar.json b/public/locales/es/modules/calendar.json
index 8d5d4ae67..8bad682c0 100644
--- a/public/locales/es/modules/calendar.json
+++ b/public/locales/es/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Marcar Domingo como primer día de la semana"
},
"radarrReleaseType": {
- "label": "Tipo de lanzamiento de Radarr"
+ "label": "Tipo de lanzamiento de Radarr",
+ "data": {
+ "inCinemas": "En cines",
+ "physicalRelease": "Física",
+ "digitalRelease": "Digital"
+ }
},
"hideWeekDays": {
"label": "Ocultar días de la semana"
},
+ "showUnmonitored": {
+ "label": "Mostrar elementos no monitorizados"
+ },
"fontSize": {
- "label": "Tamaño de fuente"
+ "label": "Tamaño de fuente",
+ "data": {
+ "xs": "Extra pequeño",
+ "sm": "Pequeño",
+ "md": "Mediano",
+ "lg": "Grande",
+ "xl": "Extra grande"
+ }
}
}
}
diff --git a/public/locales/es/modules/iframe.json b/public/locales/es/modules/iframe.json
index 242df0efa..86851b6cd 100644
--- a/public/locales/es/modules/iframe.json
+++ b/public/locales/es/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "URL invalida",
"text": "Asegúrate de haber introducido una dirección válida en la configuración del widget"
- }
+ },
+ "browserSupport": "Tu navegador no soporta iframes. Por favor, actualice tu navegador."
}
}
}
diff --git a/public/locales/es/modules/media-requests-list.json b/public/locales/es/modules/media-requests-list.json
index 07353412e..6ee00cfd7 100644
--- a/public/locales/es/modules/media-requests-list.json
+++ b/public/locales/es/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Lista de solicitudes multimedia",
"replaceLinksWithExternalHost": {
"label": "Reemplazar enlaces con el anfitrión externo"
+ },
+ "openInNewTab": {
+ "label": "Abrir enlaces en una pestaña nueva"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Aprobar solicitudes",
- "decline": "Rechazar solicitudes"
+ "decline": "Rechazar solicitudes",
+ "approving": "Aprobando solicitud..."
+ },
+ "mutation": {
+ "approving": "Aprobando",
+ "declining": "Rechazando",
+ "request": "Solicitud...",
+ "approved": "¡La solicitud fue aprobada!",
+ "declined": "¡La solicitud fue rechazada!"
}
}
diff --git a/public/locales/es/modules/media-requests-stats.json b/public/locales/es/modules/media-requests-stats.json
index b3eb6f917..ce9576bda 100644
--- a/public/locales/es/modules/media-requests-stats.json
+++ b/public/locales/es/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Estadísticas sobre tus solicitudes multimedia",
"settings": {
"title": "Estadísticas de solicitudes multimedia",
- "direction": {
- "label": "Dirección del diseño."
+ "replaceLinksWithExternalHost": {
+ "label": "Reemplazar enlaces con el anfitrión externo"
+ },
+ "openInNewTab": {
+ "label": "Abrir enlaces en una pestaña nueva"
}
}
},
- "stats": {
- "pending": "Pendientes de aprobación",
+ "mediaStats": {
+ "title": "Estadísticas Multimedia",
+ "pending": "Aprobaciones pendientes",
"tvRequests": "Solicitudes de TV",
- "movieRequests": "Solicitudes de películas"
+ "movieRequests": "Solicitudes de películas",
+ "approved": "Ya aprobado",
+ "totalRequests": "Total"
+ },
+ "userStats": {
+ "title": "Mejores usuarios",
+ "requests": "Solicitudes: {{number}}"
}
}
diff --git a/public/locales/es/modules/media-server.json b/public/locales/es/modules/media-server.json
index 4cf85d644..c9e86c100 100644
--- a/public/locales/es/modules/media-server.json
+++ b/public/locales/es/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Ajustes del widget Servidor Multimedia"
}
},
+ "loading": "Cargando transmisiones",
"card": {
"table": {
"header": {
diff --git a/public/locales/es/modules/notebook.json b/public/locales/es/modules/notebook.json
index 3ad2a768e..d2630b731 100644
--- a/public/locales/es/modules/notebook.json
+++ b/public/locales/es/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Bloc de notas",
+ "description": "¡Un widget interactivo basado en Markdown para que escribas tus notas!",
"settings": {
- "title": "",
+ "title": "Ajustes del widget Bloc de notas",
"showToolbar": {
- "label": ""
+ "label": "Muestra la barra de herramientas para ayudarte a escribir Markdown"
},
"content": {
- "label": ""
+ "label": "El contenido del Bloc de notas"
}
}
}
diff --git a/public/locales/es/modules/rss.json b/public/locales/es/modules/rss.json
index 0f703b7be..609e15262 100644
--- a/public/locales/es/modules/rss.json
+++ b/public/locales/es/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Intervalo de refresco (en minutos)"
},
"dangerousAllowSanitizedItemContent": {
- "label": "Permitir contenido de artículo desinfectado"
+ "label": "Permitir formato HTML (Peligroso)",
+ "info": "Permitir el formato HTML desde fuera podría ser peligroso.
Asegúrate de que proviene de una fuente confiable."
},
"textLinesClamp": {
"label": "Límite de líneas de texto"
diff --git a/public/locales/es/modules/torrents-status.json b/public/locales/es/modules/torrents-status.json
index 79fa00155..907bde412 100644
--- a/public/locales/es/modules/torrents-status.json
+++ b/public/locales/es/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Ocurrió un error inesperado",
- "text": "Homarr no pudo comunicarse con tus clientes Torrent. Por favor, compruebe su configuración"
+ "text": "No se puede comunicar con tus clientes de Torrent. Por favor, verifica tu configuración"
}
},
"loading": {
- "title": "Cargando..."
+ "title": "Cargando",
+ "description": "Estableciendo una conexión"
},
"popover": {
"introductionPrefix": "Gestionado por",
diff --git a/public/locales/es/modules/usenet.json b/public/locales/es/modules/usenet.json
index 586c3e1ab..f6e7208db 100644
--- a/public/locales/es/modules/usenet.json
+++ b/public/locales/es/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Pausado"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/es/modules/weather.json b/public/locales/es/modules/weather.json
index df428cfbc..4e93cce2c 100644
--- a/public/locales/es/modules/weather.json
+++ b/public/locales/es/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Tormenta con Granizo",
"unknown": "Desconocido"
}
- }
+ },
+ "error": "Ocurrió un error"
}
diff --git a/public/locales/es/settings/customization/color-selector.json b/public/locales/es/settings/customization/color-selector.json
index ba28d3fd8..1007da7aa 100644
--- a/public/locales/es/settings/customization/color-selector.json
+++ b/public/locales/es/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Colores",
- "suffix": "Color {{color}}"
+ "suffix": "Color {{color}}",
+ "primary": "Primario",
+ "secondary": "Secundario"
}
\ No newline at end of file
diff --git a/public/locales/es/settings/customization/general.json b/public/locales/es/settings/customization/general.json
index 42b6ab2b0..9929a591a 100644
--- a/public/locales/es/settings/customization/general.json
+++ b/public/locales/es/settings/customization/general.json
@@ -7,7 +7,7 @@
},
"gridstack": {
"name": "Cuadrícula",
- "description": "Personalizar el comportamiento y columnas del área de tu dashboard\n\nPersonaliza el comportamiento y las columnas de la cuadrícula de tu panel"
+ "description": "Personaliza el comportamiento y las columnas de la cuadrícula de tu panel"
},
"pageMetadata": {
"name": "Metadatos de la página",
diff --git a/public/locales/es/settings/general/cache-buttons.json b/public/locales/es/settings/general/cache-buttons.json
new file mode 100644
index 000000000..66bbc2c7b
--- /dev/null
+++ b/public/locales/es/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Limpieza de caché",
+ "selector": {
+ "label": "Seleccione la(s) caché(s) a limpiar",
+ "data": {
+ "ping": "Consultas de ping",
+ "repositoryIcons": "Iconos remotos/locales",
+ "calendar&medias": "Multimedia del Calendario",
+ "weather": "Datos meteorológicos"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Caché limpiada",
+ "clearAll": {
+ "text": "Limpiar todas las caché",
+ "notificationMessage": "Se han limpiado todas las caché"
+ },
+ "clearSelect": {
+ "text": "Limpiar consultas seleccionadas",
+ "notificationMessageSingle": "Se ha limpiado la caché {{value}}",
+ "notificationMessageMulti": "Se ha limpiado la caché {{values}}"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/es/settings/general/edit-mode-toggle.json b/public/locales/es/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..333ec3a7a
--- /dev/null
+++ b/public/locales/es/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Alternar modo edición",
+ "enable": "Habilitar el modo edición",
+ "disable": "Deshabilitar el modo edición"
+ },
+ "form": {
+ "label": "Editar contraseña",
+ "message": "Para alternar el modo edición, debes introducir la contraseña que configuraste en la variable de entorno denominada EDIT_MODE_PASSWORD. Si no está configurada, no podrás habilitar y deshabilitar el modo edición.",
+ "submit": "Aplicar"
+ },
+ "notification": {
+ "success": {
+ "title": "Realizado correctamente",
+ "message": "Se cambió correctamente al modo edición, recargando la página..."
+ },
+ "error": {
+ "title": "Error",
+ "message": "Error al cambiar al modo edición, por favor, inténtalo de nuevo."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/es/settings/general/search-engine.json b/public/locales/es/settings/general/search-engine.json
index bfedbb457..8d7c2bd85 100644
--- a/public/locales/es/settings/general/search-engine.json
+++ b/public/locales/es/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Motor de búsqueda",
"configurationName": "Configuración del motor de búsqueda",
+ "custom": "Personalizado",
"tips": {
"generalTip": "¡Hay múltiples prefijos que puedes usar! Añadiéndolos delante de tus consultas, filtrarán los resultados. !s (Web), !t (Torrents), !y (YouTube), y !m (Media).",
"placeholderTip": "%s se puede utilizar como marcador de posición para la consulta."
diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json
index ee3ae8676..1470cfb26 100644
--- a/public/locales/fr/common.json
+++ b/public/locales/fr/common.json
@@ -36,5 +36,5 @@
"medium": "moyen",
"large": "grand"
},
- "seeMore": ""
+ "seeMore": "En savoir plus..."
}
\ No newline at end of file
diff --git a/public/locales/fr/layout/common.json b/public/locales/fr/layout/common.json
index af3eff633..ebff5b6e5 100644
--- a/public/locales/fr/layout/common.json
+++ b/public/locales/fr/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Tout ouvrir dans un nouvel onglet"
}
+ },
+ "menu": {
+ "moveUp": "Monter",
+ "moveDown": "Descendre",
+ "addCategory": "",
+ "addAbove": "au-dessus",
+ "addBelow": "en dessous"
}
}
\ No newline at end of file
diff --git a/public/locales/fr/layout/element-selector/selector.json b/public/locales/fr/layout/element-selector/selector.json
index a7499f200..20a90ed8f 100644
--- a/public/locales/fr/layout/element-selector/selector.json
+++ b/public/locales/fr/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Retourner à la page précédente",
"actionIcon": {
"tooltip": "Ajouter une tuile"
+ },
+ "apps": "Applications",
+ "app": {
+ "defaultName": "Votre Application"
+ },
+ "widgets": "Widgets",
+ "categories": "Catégories",
+ "category": {
+ "newName": "Nom de la nouvelle catégorie",
+ "defaultName": "Nouvelle catégorie",
+ "created": {
+ "title": "Catégorie créée",
+ "message": "La catégorie \"{{name}}\" a été créée"
+ }
}
}
diff --git a/public/locales/fr/layout/errors/not-found.json b/public/locales/fr/layout/errors/not-found.json
index 9e26dfeeb..cd70d1337 100644
--- a/public/locales/fr/layout/errors/not-found.json
+++ b/public/locales/fr/layout/errors/not-found.json
@@ -1 +1,5 @@
-{}
\ No newline at end of file
+{
+ "title": "Page non trouvée",
+ "text": "Cette page n'a pas pu être trouvé. L'URL de cette page a surement expiré, L'URL est invalide ou as-tu les permissions requises pour accéder à cette ressource.",
+ "button": "Aller à l'accueil"
+}
\ 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 5dbab6354..4cb19e219 100644
--- a/public/locales/fr/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/fr/layout/header/actions/toggle-edit-mode.json
@@ -5,7 +5,8 @@
"enabled": "Quitter et sauvegarder"
},
"popover": {
- "title": "Le mode d'édition est activé pour <1>{{size}}1> la taille",
+ "title": "Le mode d'édition est activé pour la taille de <1>{{size}}1>",
"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"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/fr/layout/modals/about.json b/public/locales/fr/layout/modals/about.json
index 075c19df8..cf7c48b6b 100644
--- a/public/locales/fr/layout/modals/about.json
+++ b/public/locales/fr/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Raccourci clavier",
"action": "Action",
"keybinds": "Affectation des touches",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "Basculer entre mode clair/sombre",
+ "focusSearchBar": "Focus sur la barre de recherche",
+ "openDocker": "Ouvrir le docker widget",
+ "toggleEdit": "Basculer en mode édition"
+ },
"metrics": {
"configurationSchemaVersion": "Version de schéma de configuration",
"configurationsCount": "Configurations disponibles",
@@ -14,5 +21,9 @@
"i18n": "Traductions I18n chargées",
"locales": "Locales I18n configurées",
"experimental_disableEditMode": "EXPÉRIMENTAL : désactiver le mode édition"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/fr/layout/modals/add-app.json b/public/locales/fr/layout/modals/add-app.json
index 4753a819e..c1ffd83a4 100644
--- a/public/locales/fr/layout/modals/add-app.json
+++ b/public/locales/fr/layout/modals/add-app.json
@@ -26,8 +26,8 @@
"description": "Ouvrez l'application dans un nouvel onglet au lieu de l'onglet actuel."
},
"tooltipDescription": {
- "label": "",
- "description": ""
+ "label": "Description de l'Application",
+ "description": "Le texte que vous allez entrer apparaitra quand vous survolerez votre application.\nUtilisez cela pour donner plus d'informations aux utilisateurs à propos de votre application ou laissez vide pour qu'il n'y ait rien."
},
"customProtocolWarning": "Utilisation d'un protocole non standard. Ceci peut nécessiter des applications préinstallées et peut introduire des failles de sécurité. Assurez-vous que votre adresse est sécurisée et de confiance."
},
@@ -54,28 +54,32 @@
"text": "Cela peut prendre quelques secondes"
}
},
- "appNameStatus": {
+ "appNameFontSize": {
"label": "",
- "description": "",
+ "description": ""
+ },
+ "appNameStatus": {
+ "label": "Status du nom de l'application",
+ "description": "Choisissez où vous voulez que le titre apparaisse, si vous voulez.",
"dropdown": {
- "normal": "",
- "hover": "",
- "hidden": ""
+ "normal": "Afficher le titre sur la tuile uniquement",
+ "hover": "Afficher le titre au survol de l'info-bulle uniquement",
+ "hidden": "Ne pas afficher du tout"
}
},
"positionAppName": {
- "label": "",
- "description": "",
+ "label": "Position du nom de l'application",
+ "description": "Position du nom de l'application par rapport à l'icône.",
"dropdown": {
- "top": "",
- "right": "",
- "bottom": "",
- "left": ""
+ "top": "Dessus",
+ "right": "Droite",
+ "bottom": "Dessous",
+ "left": "Gauche"
}
},
"lineClampAppName": {
- "label": "",
- "description": ""
+ "label": "Coupe ligne pour le nom de l'application",
+ "description": "Défini sur combien de lignes le nom de l'application va s'étendre. 0 pour illimité."
}
},
"integration": {
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Votre formulaire contient des données invalides et ne peut être sauvegardé. Veuillez résoudre tous les problèmes et cliquez à nouveau sur ce bouton pour enregistrer vos modifications"
+ "popover": "Votre formulaire contient des données invalides et ne peut être sauvegardé. Veuillez résoudre tous les problèmes et cliquez à nouveau sur ce bouton pour enregistrer vos modifications",
+ "name": "Un nom est requis",
+ "noUrl": "Un lien est requis",
+ "invalidUrl": "Ce lien n'est pas un URL valide",
+ "noIconUrl": "Ce champ est requis",
+ "noExternalUri": "Un URI externe est requis",
+ "invalidExternalUri": "Cet URI externe n'est pas un URI valide"
}
}
diff --git a/public/locales/fr/modules/bookmark.json b/public/locales/fr/modules/bookmark.json
index ff9d184a0..00172149c 100644
--- a/public/locales/fr/modules/bookmark.json
+++ b/public/locales/fr/modules/bookmark.json
@@ -6,13 +6,18 @@
"title": "Paramètres des marque-pages",
"name": {
"label": "Nom du widget",
- "info": ""
+ "info": "Laissez vide pour garder le titre caché."
},
"items": {
"label": "Éléments"
},
"layout": {
- "label": "Mise en page"
+ "label": "Mise en page",
+ "data": {
+ "autoGrid": "Grille automatique",
+ "horizontal": "Horizontal",
+ "vertical": "Vertical"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Liste de marque-pages vide",
"text": "Ajouter de nouveaux éléments à cette liste en mode édition"
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "Lien non valide",
+ "errorMsg": "Impossible d'enregistrer, car il y a eu des erreurs de validation. S'il vous plaît ajustez les données entrées."
+ },
+ "name": "Nom",
+ "url": "URL (lien)",
+ "newTab": "Ouvrir dans un nouvel onglet",
+ "hideHostname": "Masquer le nom d'hôte (lien)",
+ "hideIcon": "Masquer l'icône",
+ "delete": "Supprimer"
}
}
diff --git a/public/locales/fr/modules/calendar.json b/public/locales/fr/modules/calendar.json
index 645ffa1d4..3229b885e 100644
--- a/public/locales/fr/modules/calendar.json
+++ b/public/locales/fr/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Commencez la semaine par dimanche"
},
"radarrReleaseType": {
- "label": "Type de sortie Radarr"
+ "label": "Type de sortie Radarr",
+ "data": {
+ "inCinemas": "Au cinéma",
+ "physicalRelease": "Physique",
+ "digitalRelease": "Digitale"
+ }
},
"hideWeekDays": {
"label": "Masquer les jours de la semaine"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
- "label": "Taille de la police"
+ "label": "Taille de la police",
+ "data": {
+ "xs": "Très Petite",
+ "sm": "Petite",
+ "md": "Moyenne",
+ "lg": "Grande",
+ "xl": "Très Grande"
+ }
}
}
}
diff --git a/public/locales/fr/modules/date.json b/public/locales/fr/modules/date.json
index d8e213761..2e14946dc 100644
--- a/public/locales/fr/modules/date.json
+++ b/public/locales/fr/modules/date.json
@@ -8,24 +8,24 @@
"label": "Affichage 24 h"
},
"dateFormat": {
- "label": "",
+ "label": "Formatage de la date",
"data": {
- "hide": ""
+ "hide": "Masquer la date"
}
},
"enableTimezone": {
- "label": ""
+ "label": "Afficher un fuseau horaire personnalisé"
},
"timezoneLocation": {
- "label": ""
+ "label": "Localisation du fuseau horaire"
},
"titleState": {
- "label": "",
- "info": "",
+ "label": "Nom de la ville",
+ "info": "Si vous avez choisis d'activer un fuseau horaire différent, le nom de la ville ainsi que le nom de son fuseau horaire peuvent être affichés.
Vous pouvez aussi n'afficher que la ville ou aucun des deux.",
"data": {
- "both": "",
- "city": "",
- "none": ""
+ "both": "Ville et fuseau horaire",
+ "city": "Ville uniquement",
+ "none": "Aucun"
}
}
}
diff --git a/public/locales/fr/modules/dns-hole-summary.json b/public/locales/fr/modules/dns-hole-summary.json
index 54ca041c3..abbd190d0 100644
--- a/public/locales/fr/modules/dns-hole-summary.json
+++ b/public/locales/fr/modules/dns-hole-summary.json
@@ -10,9 +10,9 @@
"layout": {
"label": "Mise en page",
"data": {
- "grid": "",
- "row": "",
- "column": ""
+ "grid": "2 par 2",
+ "row": "Horizontal",
+ "column": "Vertical"
}
}
}
diff --git a/public/locales/fr/modules/iframe.json b/public/locales/fr/modules/iframe.json
index 648c29105..79de6989f 100644
--- a/public/locales/fr/modules/iframe.json
+++ b/public/locales/fr/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "URL invalide",
"text": "Assurez-vous que vous avez saisi une adresse valide dans la configuration de votre widget"
- }
+ },
+ "browserSupport": "Votre navigateur internet ne supporte pas les iframes. Veillez à le mettre à jour."
}
}
}
diff --git a/public/locales/fr/modules/media-requests-list.json b/public/locales/fr/modules/media-requests-list.json
index f1b58ea74..3fe328191 100644
--- a/public/locales/fr/modules/media-requests-list.json
+++ b/public/locales/fr/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Liste des demandes de médias",
"replaceLinksWithExternalHost": {
"label": "Remplacer les liens par des hôtes externes"
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Valider les demandes",
- "decline": "Refuser les demandes"
+ "decline": "Refuser les demandes",
+ "approving": "Approbation de la requête..."
+ },
+ "mutation": {
+ "approving": "Approbation",
+ "declining": "Rejet",
+ "request": "de la demande...",
+ "approved": "La requête a été approuvée !",
+ "declined": "La requête a été rejetée !"
}
}
diff --git a/public/locales/fr/modules/media-requests-stats.json b/public/locales/fr/modules/media-requests-stats.json
index b09072934..a3160d7c4 100644
--- a/public/locales/fr/modules/media-requests-stats.json
+++ b/public/locales/fr/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Statistiques sur vos demandes de médias",
"settings": {
"title": "Statistiques des demandes",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": "Remplacer les liens par des hôtes externes"
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
- "pending": "En attente de validation",
- "tvRequests": "Demandes de séries TV",
- "movieRequests": "Demandes de films"
+ "mediaStats": {
+ "title": "",
+ "pending": "",
+ "tvRequests": "",
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/fr/modules/media-server.json b/public/locales/fr/modules/media-server.json
index 73725af05..9e7cb6efd 100644
--- a/public/locales/fr/modules/media-server.json
+++ b/public/locales/fr/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Paramètres du widget du serveur multimédia"
}
},
+ "loading": "Chargement des flux",
"card": {
"table": {
"header": {
diff --git a/public/locales/fr/modules/notebook.json b/public/locales/fr/modules/notebook.json
index 3ad2a768e..e0835f6e6 100644
--- a/public/locales/fr/modules/notebook.json
+++ b/public/locales/fr/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Bloc-notes",
+ "description": "Un widget interactif basé sur le markdown pour vous permettre d'écrire vos notes !",
"settings": {
- "title": "",
+ "title": "Paramètres du widget bloc-notes",
"showToolbar": {
- "label": ""
+ "label": "Afficher la barre d'outils pour vous aider à écrire du markdown"
},
"content": {
- "label": ""
+ "label": "Le contenu du bloc-notes"
}
}
}
diff --git a/public/locales/fr/modules/rss.json b/public/locales/fr/modules/rss.json
index 42a79dbd2..d4bc39b2e 100644
--- a/public/locales/fr/modules/rss.json
+++ b/public/locales/fr/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Intervalle d'actualisation (en minutes)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "Autoriser le formatage HTML (Dangereux)",
+ "info": "Autoriser le formatage HTML depuis l'extérieur pourrait être dangereux.
Veuillez vous assurer que le flux provient d'une source fiable."
},
"textLinesClamp": {
"label": "Limitateur de longueur de ligne de texte"
diff --git a/public/locales/fr/modules/torrents-status.json b/public/locales/fr/modules/torrents-status.json
index 046948e3b..d9bc84188 100644
--- a/public/locales/fr/modules/torrents-status.json
+++ b/public/locales/fr/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Une erreur inattendue s'est produite",
- "text": "Homarr n'a pas pu communiquer avec vos clients Torrent. Veuillez vérifier votre configuration"
+ "text": "Impossible de communiquer avec votre client de Torrent. Veuillez vérifier votre configuration."
}
},
"loading": {
- "title": "Chargement..."
+ "title": "Chargement",
+ "description": "Connexion en cours"
},
"popover": {
"introductionPrefix": "Géré par",
diff --git a/public/locales/fr/modules/usenet.json b/public/locales/fr/modules/usenet.json
index afd2ea7f0..bd45f5599 100644
--- a/public/locales/fr/modules/usenet.json
+++ b/public/locales/fr/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "En pause"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/fr/modules/weather.json b/public/locales/fr/modules/weather.json
index 4eaa54945..2de7c60db 100644
--- a/public/locales/fr/modules/weather.json
+++ b/public/locales/fr/modules/weather.json
@@ -8,7 +8,7 @@
"label": "Affichage en Fahrenheit"
},
"displayCityName": {
- "label": ""
+ "label": "Afficher le nom de la ville"
},
"location": {
"label": "Lieu de la météo"
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Orage avec grêle",
"unknown": "Inconnu"
}
- }
+ },
+ "error": "Une erreur est survenue"
}
diff --git a/public/locales/fr/settings/customization/color-selector.json b/public/locales/fr/settings/customization/color-selector.json
index f411d4dd7..609bd9c58 100644
--- a/public/locales/fr/settings/customization/color-selector.json
+++ b/public/locales/fr/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Couleurs",
- "suffix": "{{color}} couleur"
+ "suffix": "Couleur {{color}}",
+ "primary": "primaire",
+ "secondary": "secondaire"
}
\ No newline at end of file
diff --git a/public/locales/fr/settings/general/cache-buttons.json b/public/locales/fr/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/fr/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/fr/settings/general/edit-mode-toggle.json b/public/locales/fr/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..61ba727f9
--- /dev/null
+++ b/public/locales/fr/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Soumettre"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Erreur",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/fr/settings/general/search-engine.json b/public/locales/fr/settings/general/search-engine.json
index 7983e4ebb..5838b19ed 100644
--- a/public/locales/fr/settings/general/search-engine.json
+++ b/public/locales/fr/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Moteur de recherche",
"configurationName": "Configuration du moteur de recherche",
+ "custom": "",
"tips": {
"generalTip": "Vous pouvez utiliser plusieurs préfixes ! L'ajout de ces préfixes devant votre requête filtrera les résultats. !s (Web), !t (Torrents), !y (YouTube), et !m (Media).",
"placeholderTip": "%s peut être utilisé en tant que placeholder pour la requête."
diff --git a/public/locales/he/layout/common.json b/public/locales/he/layout/common.json
index 7ed436f74..d772184b8 100644
--- a/public/locales/he/layout/common.json
+++ b/public/locales/he/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "פתח הכל בכרטיסייה חדשה"
}
+ },
+ "menu": {
+ "moveUp": "הזזה למעלה",
+ "moveDown": "הזזה למטה",
+ "addCategory": "הוסף קטגוריה {{location}}",
+ "addAbove": "מעל",
+ "addBelow": "מתחת"
}
}
\ No newline at end of file
diff --git a/public/locales/he/layout/element-selector/selector.json b/public/locales/he/layout/element-selector/selector.json
index 8c50729af..90f45bf53 100644
--- a/public/locales/he/layout/element-selector/selector.json
+++ b/public/locales/he/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "חזרה לשלב הקודם",
"actionIcon": {
"tooltip": "הוספת אריח"
+ },
+ "apps": "אפליקציות",
+ "app": {
+ "defaultName": "האפליקציה שלך"
+ },
+ "widgets": "ווידג'טים",
+ "categories": "קטגוריות",
+ "category": {
+ "newName": "שם הקטגוריה החדשה",
+ "defaultName": "קטגוריה חדשה",
+ "created": {
+ "title": "קטגוריה נוצרה",
+ "message": "הקטגוריה {{name}} נוצרה"
+ }
}
}
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 8eab265ca..9384bc1a2 100644
--- a/public/locales/he/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/he/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "מצב עריכה מופעל עבור גודל <1>{{size}}1>",
"text": "ניתן להתאים ולהגדיר את האפליקציות עכשיו. השינויים לא נשמרים עד יציאה ממצב עריכה."
- }
+ },
+ "unloadEvent": "צא ממצב העריכה כדי לשמור את השינויים שלך"
}
diff --git a/public/locales/he/layout/modals/about.json b/public/locales/he/layout/modals/about.json
index 8540d79f7..b1df74811 100644
--- a/public/locales/he/layout/modals/about.json
+++ b/public/locales/he/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "מקש קיצור",
"action": "פעולה",
"keybinds": "שילוב מקשים",
+ "documentation": "תיעוד",
+ "actions": {
+ "toggleTheme": "החלף מצב אור/חושך",
+ "focusSearchBar": "התמקד בסרגל החיפוש",
+ "openDocker": "פתח את ווידג׳ט דוקר",
+ "toggleEdit": "החלף מצב עריכה"
+ },
"metrics": {
"configurationSchemaVersion": "גירסת סכימת תצורה",
"configurationsCount": "תצורות זמינות",
@@ -14,5 +21,9 @@
"i18n": "מרחבי שמות של תרגום I18n טעונים",
"locales": "אזורי I18n מוגדרים",
"experimental_disableEditMode": "נסיוני: ביטול מצב עריכה"
+ },
+ "version": {
+ "new": "גרסה חדשה: {{newVersion}}",
+ "dropdown": "גרסה {{newVersion}} זמינה! הגרסה הנוכחית היא {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/he/layout/modals/add-app.json b/public/locales/he/layout/modals/add-app.json
index 63ad8ca39..a03f05dd0 100644
--- a/public/locales/he/layout/modals/add-app.json
+++ b/public/locales/he/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "פעולה זו עשויה להימשך מספר שניות"
}
},
+ "appNameFontSize": {
+ "label": "גודל גופן שם האפליקציה",
+ "description": "הגדרת גודל הגופן כאשר שם האפליקציה מוצג על האריח."
+ },
"appNameStatus": {
"label": "סטטוס שם האפליקציה",
"description": "בחר היכן תרצה שהכותרת תופיע, אם בכלל.",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "הטופס שלך מכיל מידע שגוי ולכן לא ניתן לשמירה. תקן את השגיאות ותשמור בשנית."
+ "popover": "הטופס שלך מכיל מידע שגוי ולכן לא ניתן לשמירה. תקן את השגיאות ותשמור בשנית.",
+ "name": "נדרש שם",
+ "noUrl": "נדרשת כתובת אתר",
+ "invalidUrl": "הערך אינו כתובת אתר חוקית",
+ "noIconUrl": "זהו שדה חובה",
+ "noExternalUri": "נדרשת כתובת אתר חיצונית",
+ "invalidExternalUri": "כתובת אתר חיצוני לא חוקית"
}
}
diff --git a/public/locales/he/modules/bookmark.json b/public/locales/he/modules/bookmark.json
index 947883ad5..fde83e90c 100644
--- a/public/locales/he/modules/bookmark.json
+++ b/public/locales/he/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "פריטים"
},
"layout": {
- "label": "פריסה"
+ "label": "פריסה",
+ "data": {
+ "autoGrid": "רשת אוטומטית",
+ "horizontal": "אופקי",
+ "vertical": "אנכי"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "רשימת הסימניות ריקה",
"text": "הוסף פריטים חדשים לרשימה זו במצב עריכה"
}
+ },
+ "item": {
+ "validation": {
+ "length": "אורך חייב להיות בין {{shortest}} ל {{longest}}",
+ "invalidLink": "קישור לא חוקי",
+ "errorMsg": "לא נשמר, כי היו שגיאות אימות. אנא התאימו את הקלט"
+ },
+ "name": "שם",
+ "url": "כתובת אתר",
+ "newTab": "פתיחה בכרטיסיה חדשה",
+ "hideHostname": "הסתר שם מארח",
+ "hideIcon": "הסתר אייקון",
+ "delete": "מחיקה"
}
}
diff --git a/public/locales/he/modules/calendar.json b/public/locales/he/modules/calendar.json
index d765bbe77..234fa5e36 100644
--- a/public/locales/he/modules/calendar.json
+++ b/public/locales/he/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "התחל את השבוע ביום ראשון"
},
"radarrReleaseType": {
- "label": "סוג שחרור של Radarr"
+ "label": "סוג שחרור של Radarr",
+ "data": {
+ "inCinemas": "בבתי קולנוע",
+ "physicalRelease": "פיזי",
+ "digitalRelease": "דיגיטלי"
+ }
},
"hideWeekDays": {
"label": "הסתר ימי שבוע"
},
+ "showUnmonitored": {
+ "label": "הצג פריטים ללא פיקוח"
+ },
"fontSize": {
- "label": "גודל גופן"
+ "label": "גודל גופן",
+ "data": {
+ "xs": "קטן במיוחד",
+ "sm": "קטן",
+ "md": "בינוני",
+ "lg": "גדול",
+ "xl": "גדול מאוד"
+ }
}
}
}
diff --git a/public/locales/he/modules/iframe.json b/public/locales/he/modules/iframe.json
index 454483857..609a81041 100644
--- a/public/locales/he/modules/iframe.json
+++ b/public/locales/he/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "קישור לא תקין",
"text": "ודא שהזנת כתובת חוקית בתצורת הווידג'ט שלך"
- }
+ },
+ "browserSupport": "הדפדפן שלך אינו תומך ב-iframes. נא עדכן את הדפדפן שלך."
}
}
}
diff --git a/public/locales/he/modules/media-requests-list.json b/public/locales/he/modules/media-requests-list.json
index 8a596debf..d561fc6c2 100644
--- a/public/locales/he/modules/media-requests-list.json
+++ b/public/locales/he/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "רשימת בקשות מדיה",
"replaceLinksWithExternalHost": {
"label": "החלף קישורים במארח חיצוני"
+ },
+ "openInNewTab": {
+ "label": "פתח לינק בלשונית חדשה"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "בקשות שאושרו",
- "decline": "בקשות שנדחו"
+ "decline": "בקשות שנדחו",
+ "approving": "מאשר את הבקשה..."
+ },
+ "mutation": {
+ "approving": "מאשר",
+ "declining": "בדחיה",
+ "request": "בקשה...",
+ "approved": "הבקשה אושרה!",
+ "declined": "הבקשה נדחתה!"
}
}
diff --git a/public/locales/he/modules/media-requests-stats.json b/public/locales/he/modules/media-requests-stats.json
index ab85c12f0..c1f3c86d7 100644
--- a/public/locales/he/modules/media-requests-stats.json
+++ b/public/locales/he/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "סטטיסטיקה לגבי בקשות המדיה",
"settings": {
"title": "מצב בקשות מדיה",
- "direction": {
- "label": "כיוון הפריסה."
+ "replaceLinksWithExternalHost": {
+ "label": "החלף קישורים במארח חיצוני"
+ },
+ "openInNewTab": {
+ "label": "פתח לינק בלשונית חדשה"
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "סטטיסטיקות מדיה",
"pending": "ממתין לאישור",
"tvRequests": "בקשות סדרות",
- "movieRequests": "בקשות סרטים"
+ "movieRequests": "בקשות סרטים",
+ "approved": "כבר אושר",
+ "totalRequests": "סך הכל"
+ },
+ "userStats": {
+ "title": "משתמשים מובילים",
+ "requests": "בקשות: {{number}}"
}
}
diff --git a/public/locales/he/modules/media-server.json b/public/locales/he/modules/media-server.json
index cac231494..729322455 100644
--- a/public/locales/he/modules/media-server.json
+++ b/public/locales/he/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "הגדרות עבור ווידג'ט של שרת מדיה"
}
},
+ "loading": "טוען הזרמות",
"card": {
"table": {
"header": {
diff --git a/public/locales/he/modules/notebook.json b/public/locales/he/modules/notebook.json
index 3ad2a768e..f081a24d7 100644
--- a/public/locales/he/modules/notebook.json
+++ b/public/locales/he/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "פנקס רשימות",
+ "description": "יישומון אינטראקטיבי מבוסס סימון לרישום הערות!",
"settings": {
- "title": "",
+ "title": "הגדרות עבור ווידג'ט פנקס הרשימות",
"showToolbar": {
- "label": ""
+ "label": "הצג את סרגל הכלים לסיוע כתיבת סימון"
},
"content": {
- "label": ""
+ "label": "תוכן פנקס הרשימות"
}
}
}
diff --git a/public/locales/he/modules/rss.json b/public/locales/he/modules/rss.json
index 4461d3800..f1bbd56a3 100644
--- a/public/locales/he/modules/rss.json
+++ b/public/locales/he/modules/rss.json
@@ -12,7 +12,8 @@
"label": "מרווח הזמן לרענון (בשניות)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "אפשר עיצוב HTML (מסוכן)",
+ "info": "התרת עיצוב HTML מבחוץ עלולה להיות מסוכנת.
אנא ודא שהעדכון הוא ממקור מהימן."
},
"textLinesClamp": {
"label": "הגבלת שורות טקסט"
diff --git a/public/locales/he/modules/torrents-status.json b/public/locales/he/modules/torrents-status.json
index 33e4a5559..d2316f940 100644
--- a/public/locales/he/modules/torrents-status.json
+++ b/public/locales/he/modules/torrents-status.json
@@ -63,7 +63,8 @@
}
},
"loading": {
- "title": "טוען..."
+ "title": "טוען",
+ "description": "יוצר קשר"
},
"popover": {
"introductionPrefix": "מנוהל על ידי",
diff --git a/public/locales/he/modules/usenet.json b/public/locales/he/modules/usenet.json
index a76171842..337f5281a 100644
--- a/public/locales/he/modules/usenet.json
+++ b/public/locales/he/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "מושהה"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/he/modules/weather.json b/public/locales/he/modules/weather.json
index 42f8240dc..2b4e67251 100644
--- a/public/locales/he/modules/weather.json
+++ b/public/locales/he/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "סופת רעמים עם ברד",
"unknown": "לא ידוע"
}
- }
+ },
+ "error": "אירעה שגיאה"
}
diff --git a/public/locales/he/settings/customization/color-selector.json b/public/locales/he/settings/customization/color-selector.json
index 2ccb00a82..0404b5c09 100644
--- a/public/locales/he/settings/customization/color-selector.json
+++ b/public/locales/he/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "צבעים",
- "suffix": "צבע {{color}}"
+ "suffix": "צבע {{color}}",
+ "primary": "עיקרי",
+ "secondary": "משני"
}
\ No newline at end of file
diff --git a/public/locales/he/settings/general/cache-buttons.json b/public/locales/he/settings/general/cache-buttons.json
new file mode 100644
index 000000000..5facdc931
--- /dev/null
+++ b/public/locales/he/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "ניקוי מטמון",
+ "selector": {
+ "label": "בחר את המטמון/ים לניקוי",
+ "data": {
+ "ping": "שאילתות פינג",
+ "repositoryIcons": "סמלים מרחוק/מקומיים",
+ "calendar&medias": "מדיה מלוח השנה",
+ "weather": "נתוני מזג אוויר"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "המטמון נמחק",
+ "clearAll": {
+ "text": "ניקוי כל המטמונים",
+ "notificationMessage": "בוצע ניקוי לכל המטמונים"
+ },
+ "clearSelect": {
+ "text": "נקה את השאילתות שנבחרו",
+ "notificationMessageSingle": "המטמון עבור {{value}} נוקה",
+ "notificationMessageMulti": "המטמון עבור {{values}} נוקה"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/he/settings/general/edit-mode-toggle.json b/public/locales/he/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..af16eabfb
--- /dev/null
+++ b/public/locales/he/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "החלף מצב עריכה",
+ "enable": "אפשר מצב עריכה",
+ "disable": "בטל מצב עריכה"
+ },
+ "form": {
+ "label": "ערוך סיסמא",
+ "message": "כדי להחליף מצב עריכה, עליך להזין את הסיסמה שהזנת במשתנה הסביבה בשם EDIT_MODE_PASSWORD. אם זה לא מוגדר, אינך יכול להפעיל ולכבות את מצב העריכה.",
+ "submit": "שלח"
+ },
+ "notification": {
+ "success": {
+ "title": "הצלחה",
+ "message": "מצב עריכה התחלף בהצלחה, טוען מחדש את הדף..."
+ },
+ "error": {
+ "title": "שגיאה",
+ "message": "החלפת מצב עריכה נכשלה, אנא נסה שוב."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/he/settings/general/search-engine.json b/public/locales/he/settings/general/search-engine.json
index 0f7325a17..afb501600 100644
--- a/public/locales/he/settings/general/search-engine.json
+++ b/public/locales/he/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "מנוע חיפוש",
"configurationName": "הגדרות מנוע חיפוש",
+ "custom": "מותאם אישית",
"tips": {
"generalTip": "ישנן מספר קידומות שבהן ניתן להשתמש! הוספה לפני השאילתה שלך תסנן את התוצאות. !s (אינטרנט), !t (טורנטים), !y! ,(YouTube) m (מדיה).",
"placeholderTip": "s% יכול לשמש כמציין מיקום עבור השאילתה."
diff --git a/public/locales/hr/layout/common.json b/public/locales/hr/layout/common.json
index 665ebc27b..107c0710b 100644
--- a/public/locales/hr/layout/common.json
+++ b/public/locales/hr/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ No newline at end of file
diff --git a/public/locales/hr/layout/element-selector/selector.json b/public/locales/hr/layout/element-selector/selector.json
index c500d13c3..38c275b28 100644
--- a/public/locales/hr/layout/element-selector/selector.json
+++ b/public/locales/hr/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Vrati se na prijašnji korak",
"actionIcon": {
"tooltip": "Dodaj ploču"
+ },
+ "apps": "",
+ "app": {
+ "defaultName": ""
+ },
+ "widgets": "",
+ "categories": "",
+ "category": {
+ "newName": "",
+ "defaultName": "",
+ "created": {
+ "title": "",
+ "message": ""
+ }
}
}
diff --git a/public/locales/hr/layout/header/actions/toggle-edit-mode.json b/public/locales/hr/layout/header/actions/toggle-edit-mode.json
index 60af5392b..add353a12 100644
--- a/public/locales/hr/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/hr/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "Način uređivanja je omogućen za veličinu <1>{{size}}1>",
"text": "Sada možete prilagoditi i konfigurirati svoje aplikacije. Promjene se neće spremiti sve dok ne izađete iz načina uređivanja"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/hr/layout/modals/about.json b/public/locales/hr/layout/modals/about.json
index d4ce07d65..52ba318ce 100644
--- a/public/locales/hr/layout/modals/about.json
+++ b/public/locales/hr/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Tipka prečaca",
"action": "Radnja",
"keybinds": "Namještanje tipki",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "",
+ "focusSearchBar": "",
+ "openDocker": "",
+ "toggleEdit": ""
+ },
"metrics": {
"configurationSchemaVersion": "Konfiguracija verzije sheme",
"configurationsCount": "Dostupna konfiguracija",
@@ -14,5 +21,9 @@
"i18n": "Učitani I18n prostori za prijevod",
"locales": "Konfigurirani I18n lokaliteti",
"experimental_disableEditMode": "EXPERIMENTALNO: Onemogući način uređivanja"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/hr/layout/modals/add-app.json b/public/locales/hr/layout/modals/add-app.json
index 31ba88186..d00571a05 100644
--- a/public/locales/hr/layout/modals/add-app.json
+++ b/public/locales/hr/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Ovo može potrajati nekoliko sekundi"
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Vaš obrazac sadrži neispravne podatke. Stoga se ne može spremiti. Molimo riješite sve probleme i ponovno kliknite ovaj gumb da biste spremili promjene"
+ "popover": "Vaš obrazac sadrži neispravne podatke. Stoga se ne može spremiti. Molimo riješite sve probleme i ponovno kliknite ovaj gumb da biste spremili promjene",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/hr/modules/bookmark.json b/public/locales/hr/modules/bookmark.json
index 1fea1e6c6..ab8779ccf 100644
--- a/public/locales/hr/modules/bookmark.json
+++ b/public/locales/hr/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Stavke"
},
"layout": {
- "label": "Raspored"
+ "label": "Raspored",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Popis oznaka prazan",
"text": "Dodajte nove stavke u ovaj popis u načinu uređivanja"
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "Naziv",
+ "url": "",
+ "newTab": "Otvori u novoj kartici",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "Obriši"
}
}
diff --git a/public/locales/hr/modules/calendar.json b/public/locales/hr/modules/calendar.json
index ba68e4839..cf0469a1e 100644
--- a/public/locales/hr/modules/calendar.json
+++ b/public/locales/hr/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Započni tjedan u Nedjelju"
},
"radarrReleaseType": {
- "label": "Vrsta izdanja u Radarr-u"
+ "label": "Vrsta izdanja u Radarr-u",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": "Sakri dane u tjednu"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
- "label": "Veličina fonta"
+ "label": "Veličina fonta",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/hr/modules/iframe.json b/public/locales/hr/modules/iframe.json
index e3947d9df..90f692eb1 100644
--- a/public/locales/hr/modules/iframe.json
+++ b/public/locales/hr/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "Neispravan URL",
"text": "Provjerite jeste li unijeli valjanu adresu u konfiguraciji svog widgeta"
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/hr/modules/media-requests-list.json b/public/locales/hr/modules/media-requests-list.json
index 4f5638959..3b2a73539 100644
--- a/public/locales/hr/modules/media-requests-list.json
+++ b/public/locales/hr/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Popis zahtjeva za medijima",
"replaceLinksWithExternalHost": {
"label": "Zamijeni veze s vanjskim poslužiteljem"
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Odobri zahtjeve",
- "decline": "Odbij zahtjeve"
+ "decline": "Odbij zahtjeve",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/hr/modules/media-requests-stats.json b/public/locales/hr/modules/media-requests-stats.json
index 69bae3d0c..1682ecbf5 100644
--- a/public/locales/hr/modules/media-requests-stats.json
+++ b/public/locales/hr/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Statistika o vašim zahtjevima za medijima",
"settings": {
"title": "Statistika zahtjeva za medijima",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": "Zamijeni veze s vanjskim poslužiteljem"
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
- "pending": "Odobrenjea na čekanju",
- "tvRequests": "TV zahtjevi",
- "movieRequests": "Zahtjevi za Filmovima"
+ "mediaStats": {
+ "title": "",
+ "pending": "",
+ "tvRequests": "",
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/hr/modules/media-server.json b/public/locales/hr/modules/media-server.json
index 3e76df715..8fa4e8527 100644
--- a/public/locales/hr/modules/media-server.json
+++ b/public/locales/hr/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Postavke za widget medijskog poslužitelja"
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/hr/modules/rss.json b/public/locales/hr/modules/rss.json
index 3116a6aa5..a5493f151 100644
--- a/public/locales/hr/modules/rss.json
+++ b/public/locales/hr/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Interval osvježavanja (u minutama)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": "Ograničavanje broja redaka teksta"
diff --git a/public/locales/hr/modules/torrents-status.json b/public/locales/hr/modules/torrents-status.json
index 58c56f4e8..9f3fd2d22 100644
--- a/public/locales/hr/modules/torrents-status.json
+++ b/public/locales/hr/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Došlo je do neočekivane pogreške",
- "text": "Homarr nije uspio uspostaviti komunikaciju s vašim Torrent klijentima. Provjerite svoju konfiguraciju"
+ "text": ""
}
},
"loading": {
- "title": "Učitavam..."
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "Upravlja s",
diff --git a/public/locales/hr/modules/usenet.json b/public/locales/hr/modules/usenet.json
index a76ab009f..06692844d 100644
--- a/public/locales/hr/modules/usenet.json
+++ b/public/locales/hr/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Pauzirano"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/hr/modules/weather.json b/public/locales/hr/modules/weather.json
index c60f844d5..b852bd72d 100644
--- a/public/locales/hr/modules/weather.json
+++ b/public/locales/hr/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Grmljavinska oluja s tučom",
"unknown": "Nepoznato"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/hr/settings/general/cache-buttons.json b/public/locales/hr/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/hr/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hr/settings/general/edit-mode-toggle.json b/public/locales/hr/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..6365f040b
--- /dev/null
+++ b/public/locales/hr/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Pošalji"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Pogreška",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hr/settings/general/search-engine.json b/public/locales/hr/settings/general/search-engine.json
index f1c4064c5..00b06e5bc 100644
--- a/public/locales/hr/settings/general/search-engine.json
+++ b/public/locales/hr/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Pretraživač",
"configurationName": "Konfiguracija pretraživača",
+ "custom": "",
"tips": {
"generalTip": "Postoji više prefiksa koje možete koristiti! Dodavanje ovih prefiksa ispred upita filtrirat će rezultate. !s (Web), !t (Torrenti), !y (YouTube) i !m (Mediji).",
"placeholderTip": "%s može se koristiti kao zamjenski znak za upit."
diff --git a/public/locales/hu/authentication/login.json b/public/locales/hu/authentication/login.json
new file mode 100644
index 000000000..80a555e41
--- /dev/null
+++ b/public/locales/hu/authentication/login.json
@@ -0,0 +1,27 @@
+{
+ "title": "Köszöntjük ismét!",
+ "text": "Kérjük, adja meg jelszavát",
+ "form": {
+ "fields": {
+ "password": {
+ "label": "Jelszó",
+ "placeholder": "Az Ön jelszava"
+ }
+ },
+ "buttons": {
+ "submit": "Bejelentkezés"
+ }
+ },
+ "notifications": {
+ "checking": {
+ "title": "Jelszó ellenőrzése",
+ "message": "A jelszavadat ellenőrizzük..."
+ },
+ "correct": {
+ "title": "Bejelentkezés sikeres, átirányítás..."
+ },
+ "wrong": {
+ "title": "A megadott jelszó helytelen, kérjük, próbálja meg újra."
+ }
+ }
+}
diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json
new file mode 100644
index 000000000..8f2642786
--- /dev/null
+++ b/public/locales/hu/common.json
@@ -0,0 +1,40 @@
+{
+ "save": "Mentés",
+ "about": "Névjegy",
+ "cancel": "Mégse",
+ "close": "Bezár",
+ "delete": "Törlés",
+ "ok": "OK",
+ "edit": "Szerkesztés",
+ "enabled": "Engedélyezve",
+ "disabled": "Letiltva",
+ "enableAll": "Összes engedélyezése",
+ "disableAll": "Az összes tiltása",
+ "version": "Verzió",
+ "changePosition": "Pozíció módosítása",
+ "remove": "Eltávolítás",
+ "removeConfirm": "Biztos vagy benne, hogy el akarod távolítani a {{item}}?",
+ "createItem": "+ hozzon létre {{item}}",
+ "sections": {
+ "settings": "Beállítások",
+ "dangerZone": "Veszélyzóna"
+ },
+ "secrets": {
+ "apiKey": "API kulcs",
+ "username": "Felhasználónév",
+ "password": "Jelszó"
+ },
+ "tip": "Tipp: ",
+ "time": {
+ "seconds": "másodperc",
+ "minutes": "perc",
+ "hours": "óra"
+ },
+ "loading": "Betöltés...",
+ "breakPoints": {
+ "small": "kicsi",
+ "medium": "közepes",
+ "large": "nagy"
+ },
+ "seeMore": "Lásd még..."
+}
\ No newline at end of file
diff --git a/public/locales/hu/layout/common.json b/public/locales/hu/layout/common.json
new file mode 100644
index 000000000..ac43c3d76
--- /dev/null
+++ b/public/locales/hu/layout/common.json
@@ -0,0 +1,25 @@
+{
+ "modals": {
+ "blockedPopups": {
+ "title": "Popupok blokkolva",
+ "text": "A böngészője blokkolta a Homarr API-hoz való hozzáférést. Ezt leggyakrabban az AdBlockerek vagy megtagadott engedélyek okozzák. A Homarr nem képes automatikusan engedélyeket kérni.",
+ "list": {
+ "browserPermission": "Kattintson az URL-cím melletti ikonra, és ellenőrizze a jogosultságokat. Popupok és ablakok engedélyezése",
+ "adBlockers": "Kapcsolja ki a reklámblokkolókat és a biztonsági eszközöket a böngészőjéből",
+ "otherBrowser": "Próbálja meg egy másik böngészővel"
+ }
+ }
+ },
+ "actions": {
+ "category": {
+ "openAllInNewTab": "Összes megnyitása új lapon"
+ }
+ },
+ "menu": {
+ "moveUp": "Felfelé mozgatás",
+ "moveDown": "Mozgatás le",
+ "addCategory": "Kategória hozzáadása {{location}}",
+ "addAbove": "fölé",
+ "addBelow": "alá"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/layout/element-selector/selector.json b/public/locales/hu/layout/element-selector/selector.json
new file mode 100644
index 000000000..13acb905b
--- /dev/null
+++ b/public/locales/hu/layout/element-selector/selector.json
@@ -0,0 +1,25 @@
+{
+ "modal": {
+ "title": "Új csempe hozzáadása",
+ "text": "A Homarr fő eleme a csempe. Alkalmazásai és egyéb információk megjelenítésére szolgálnak. Annyi csempét adhat hozzá, amennyit csak akar."
+ },
+ "widgetDescription": "A widgetek együttműködnek az alkalmazásokkal, hogy nagyobb kontrollt biztosítsanak az alkalmazások felett. Használatuk előtt általában további konfigurációt igényelnek.",
+ "goBack": "Visszatérés az előző lépéshez",
+ "actionIcon": {
+ "tooltip": "Csempe hozzáadása"
+ },
+ "apps": "Alkalmazások",
+ "app": {
+ "defaultName": "Az Ön alkalmazása"
+ },
+ "widgets": "Widgetek",
+ "categories": "Kategóriák",
+ "category": {
+ "newName": "Az új kategória neve",
+ "defaultName": "Új kategória",
+ "created": {
+ "title": "Létrehozott kategória",
+ "message": "Létrejött a \"{{name}}\" kategória"
+ }
+ }
+}
diff --git a/public/locales/hu/layout/errors/not-found.json b/public/locales/hu/layout/errors/not-found.json
new file mode 100644
index 000000000..82d8eb715
--- /dev/null
+++ b/public/locales/hu/layout/errors/not-found.json
@@ -0,0 +1,5 @@
+{
+ "title": "Az oldal nem található",
+ "text": "Ez az oldal nem található. Az oldal URL-címe lejárt, az URL érvénytelen, vagy Ön nem rendelkezik az erőforrás eléréséhez szükséges jogosultságokkal.",
+ "button": "Kezdőoldalra"
+}
\ No newline at end of file
diff --git a/public/locales/hu/layout/header/actions/toggle-edit-mode.json b/public/locales/hu/layout/header/actions/toggle-edit-mode.json
new file mode 100644
index 000000000..f99a5649d
--- /dev/null
+++ b/public/locales/hu/layout/header/actions/toggle-edit-mode.json
@@ -0,0 +1,12 @@
+{
+ "description": "A Szerkesztési módban beállíthatja a csempéket és konfigurálhatja az alkalmazásokat. A módosítások nem kerülnek mentésre, amíg ki nem lép a Szerkesztési módból.",
+ "button": {
+ "disabled": "Szerkesztési módba lépés",
+ "enabled": "Kilépés és mentés"
+ },
+ "popover": {
+ "title": "A szerkesztési mód engedélyezve van a <1>{{size}}1> méret",
+ "text": "Most beállíthatja és konfigurálhatja az alkalmazásokat. A módosítások nem kerülnek mentésre amíg ki nem lép a szerkesztési módból."
+ },
+ "unloadEvent": "A módosítások mentéséhez lépjen ki a szerkesztési módból"
+}
diff --git a/public/locales/hu/layout/mobile/drawer.json b/public/locales/hu/layout/mobile/drawer.json
new file mode 100644
index 000000000..3b6d53244
--- /dev/null
+++ b/public/locales/hu/layout/mobile/drawer.json
@@ -0,0 +1,3 @@
+{
+ "title": "{{position}} oldalsáv"
+}
diff --git a/public/locales/hu/layout/modals/about.json b/public/locales/hu/layout/modals/about.json
new file mode 100644
index 000000000..5bdda3c32
--- /dev/null
+++ b/public/locales/hu/layout/modals/about.json
@@ -0,0 +1,29 @@
+{
+ "description": "A Homarr egy elegáns, modern kezelőfelület, amely az összes alkalmazást és szolgáltatást az Ön keze ügyébe helyezi. A Homarr segítségével mindent egyetlen kényelmes helyen érhet el és irányíthat. A Homarr zökkenőmentesen integrálódik az Ön által hozzáadott alkalmazásokkal, értékes információkat biztosítva Önnek, és teljes körű ellenőrzést biztosítva. A telepítés gyerekjáték, és a Homarr a telepítési módszerek széles skáláját támogatja.",
+ "contact": "Problémája vagy kérdése van? Lépjen kapcsolatba velünk!",
+ "addToDashboard": "Hozzáadás a kezelőfelülethez",
+ "tip": "A Mod a módosító billentyűre utal, ez a Ctrl és a Command/Super/Windows billentyű",
+ "key": "Gyorsbillentyűk",
+ "action": "Esemény",
+ "keybinds": "Billentyűkombinációk",
+ "documentation": "Dokumentáció",
+ "actions": {
+ "toggleTheme": "Világos/sötét üzemmód váltása",
+ "focusSearchBar": "Fókusz a Keresősoron",
+ "openDocker": "Docker Widget megnyitása",
+ "toggleEdit": "Szerkesztési mód váltása"
+ },
+ "metrics": {
+ "configurationSchemaVersion": "Konfigurációs séma verziója",
+ "configurationsCount": "Elérhető konfigurációk",
+ "version": "Verzió",
+ "nodeEnvironment": "Csomópont környezet",
+ "i18n": "Betöltött I18n fordítási névterek",
+ "locales": "Beállított I18n helyi nyelvek",
+ "experimental_disableEditMode": "EXPERIMENTAL: Szerkesztési mód kikapcsolása"
+ },
+ "version": {
+ "new": "Új: {{newVersion}}",
+ "dropdown": "A {{newVersion}} verzió elérhető! A jelenlegi verzió: {{currentVersion}}"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/layout/modals/add-app.json b/public/locales/hu/layout/modals/add-app.json
new file mode 100644
index 000000000..aa89ff063
--- /dev/null
+++ b/public/locales/hu/layout/modals/add-app.json
@@ -0,0 +1,114 @@
+{
+ "tabs": {
+ "general": "Általános",
+ "behaviour": "Viselkedés",
+ "network": "Hálózat",
+ "appearance": "Megjelenés",
+ "integration": "Integráció"
+ },
+ "general": {
+ "appname": {
+ "label": "Alkalmazás neve",
+ "description": "Az alkalmazás műszerfalon való megjelenítéséhez."
+ },
+ "internalAddress": {
+ "label": "Belső cím",
+ "description": "Az alkalmazás belső IP-címe."
+ },
+ "externalAddress": {
+ "label": "Külső cím",
+ "description": "URL, amely az alkalmazásra kattintva megnyílik."
+ }
+ },
+ "behaviour": {
+ "isOpeningNewTab": {
+ "label": "Megnyitás új lapon",
+ "description": "Az alkalmazás megnyitása új lapon az aktuális lap helyett."
+ },
+ "tooltipDescription": {
+ "label": "Alkalmazás leírása",
+ "description": "A beírt szöveg akkor jelenik meg, amikor az alkalmazás fölé mozgatja a gépet.\nHasználja ezt, hogy a felhasználóknak további részleteket adjon az alkalmazásáról, vagy hagyja üresen, hogy ne legyen semmi."
+ },
+ "customProtocolWarning": "Nem szabványos protokoll használata. Ez előre telepített alkalmazásokat igényelhet, és biztonsági kockázatot jelenthet. Győződjön meg arról, hogy a címe biztonságos és megbízható."
+ },
+ "network": {
+ "statusChecker": {
+ "label": "Állapotellenőrző",
+ "description": "Egy egyszerű HTTP(S) kéréssel ellenőrzi, hogy az alkalmazás online van-e."
+ },
+ "statusCodes": {
+ "label": "HTTP állapotkódok",
+ "description": "Az online állapotúnak tekintett HTTP státuszkódok."
+ }
+ },
+ "appearance": {
+ "icon": {
+ "label": "Alkalmazás ikon",
+ "description": "Kezdjen el gépelni egy ikon kereséséhez. Egy egyéni ikon használatához beilleszthet egy kép URL-címét is.",
+ "autocomplete": {
+ "title": "Nincs eredmény",
+ "text": "Próbáljon meg konkrétabb keresőkifejezést használni. Ha nem találja a kívánt ikont, illessze be a fenti kép URL-címét egy egyéni ikonhoz"
+ },
+ "noItems": {
+ "title": "Külső ikonok betöltése",
+ "text": "Ez néhány másodpercet vehet igénybe"
+ }
+ },
+ "appNameFontSize": {
+ "label": "Alkalmazásnév Betűméret",
+ "description": "Beállítja a betűméretet, amikor az alkalmazás neve megjelenik a csempén."
+ },
+ "appNameStatus": {
+ "label": "Alkalmazás neve Állapot",
+ "description": "Válassza ki, hogy hol jelenjen meg a cím, ha egyáltalán megjelenjen.",
+ "dropdown": {
+ "normal": "Csak a cím megjelenítése a csempén",
+ "hover": "A cím megjelenítése csak a tooltip megjelenítésekor",
+ "hidden": "Egyáltalán ne mutasd meg"
+ }
+ },
+ "positionAppName": {
+ "label": "Alkalmazás neve Pozíció",
+ "description": "Az alkalmazás nevének pozíciója az ikonhoz képest.",
+ "dropdown": {
+ "top": "Felül",
+ "right": "Jobb",
+ "bottom": "Alul",
+ "left": "Bal"
+ }
+ },
+ "lineClampAppName": {
+ "label": "Alkalmazásnév Vonalrögzítő",
+ "description": "Meghatározza, hogy a cím hány sorban férjen el maximálisan. A 0 érték korlátlan."
+ }
+ },
+ "integration": {
+ "type": {
+ "label": "Integrációs konfiguráció",
+ "description": "Az integrációs konfiguráció, amelyet az alkalmazáshoz való csatlakozáshoz használnak.",
+ "placeholder": "Válasszon ki egy integrációt",
+ "defined": "Beállítva",
+ "undefined": "Nincs beállítva",
+ "public": "Nyilvános",
+ "private": "Nem nyilvános",
+ "explanationPrivate": "A privát titok csak egyszer kerül elküldésre a kiszolgálónak. Miután a böngésző frissítette az oldalt, a titkot soha többé nem küldi el.",
+ "explanationPublic": "A nem privát titok mindig elküldésre kerül az ügyfélnek, és az API-n keresztül elérhető. Nem tartalmazhat bizalmas értékeket, például felhasználóneveket, jelszavakat, tokeneket, tanúsítványokat és hasonlókat!"
+ },
+ "secrets": {
+ "description": "A titok frissítéséhez adja meg az értéket, és kattintson a mentés gombra. A titok törléséhez használja a törlés gombot.",
+ "warning": "A hitelesítő adatok az integrációkhoz való hozzáférésként szolgálnak, és soha ne ossza meg őket senki mással a címen. A Homarr csapata soha nem fogja kérni a hitelesítő adatokat. Győződjön meg róla, hogy biztonságosan tárolja és kezeli titkait.",
+ "clear": "Titok törlése",
+ "save": "Titok mentése",
+ "update": "Titok frissítése"
+ }
+ },
+ "validation": {
+ "popover": "Az űrlapja érvénytelen adatokat tartalmaz, ezért nem lehet elmenteni. Kérjük, oldja meg az összes problémát, és kattintson újra erre a gombra a módosítások mentéséhez",
+ "name": "Név szükséges",
+ "noUrl": "Url szükséges",
+ "invalidUrl": "Az érték nem érvényes url",
+ "noIconUrl": "Ez a mező kötelező",
+ "noExternalUri": "Külső URI szükséges",
+ "invalidExternalUri": "A külső URI nem érvényes uri"
+ }
+}
diff --git a/public/locales/hu/layout/modals/change-position.json b/public/locales/hu/layout/modals/change-position.json
new file mode 100644
index 000000000..53d9c3e7c
--- /dev/null
+++ b/public/locales/hu/layout/modals/change-position.json
@@ -0,0 +1,8 @@
+{
+ "xPosition": "X-tengely pozíció",
+ "width": "Szélesség",
+ "height": "Magasság",
+ "yPosition": "Y-tengely pozíció",
+ "zeroOrHigher": "0 vagy nagyobb",
+ "betweenXandY": "{{min}} és {{max}} között"
+}
\ No newline at end of file
diff --git a/public/locales/hu/modules/bookmark.json b/public/locales/hu/modules/bookmark.json
new file mode 100644
index 000000000..34ee0cf63
--- /dev/null
+++ b/public/locales/hu/modules/bookmark.json
@@ -0,0 +1,43 @@
+{
+ "descriptor": {
+ "name": "Könyvjelző",
+ "description": "Megjeleníti a karakterláncok vagy linkek statikus listáját",
+ "settings": {
+ "title": "Könyvjelző beállítások",
+ "name": {
+ "label": "Widget címe",
+ "info": "Hagyja üresen, hogy a cím rejtve maradjon."
+ },
+ "items": {
+ "label": "Elemek"
+ },
+ "layout": {
+ "label": "Elrendezés",
+ "data": {
+ "autoGrid": "Automatikus rács",
+ "horizontal": "Vízszintes",
+ "vertical": "Függőleges"
+ }
+ }
+ }
+ },
+ "card": {
+ "noneFound": {
+ "title": "Könyvjelző lista üres",
+ "text": "Új elemek hozzáadása a listához szerkesztési módban"
+ }
+ },
+ "item": {
+ "validation": {
+ "length": "A hossznak a {{shortest}} és a {{longest}} között kell lennie",
+ "invalidLink": "Nem érvényes link",
+ "errorMsg": "Nem mentett, mert hitelesítési hibák voltak. Kérjük, adja meg az értékeket"
+ },
+ "name": "Név",
+ "url": "URL",
+ "newTab": "Megnyitás új lapon",
+ "hideHostname": "Hostnév elrejtése",
+ "hideIcon": "Ikon elrejtése",
+ "delete": "Törlés"
+ }
+}
diff --git a/public/locales/hu/modules/calendar.json b/public/locales/hu/modules/calendar.json
new file mode 100644
index 000000000..5d504d6d0
--- /dev/null
+++ b/public/locales/hu/modules/calendar.json
@@ -0,0 +1,39 @@
+{
+ "descriptor": {
+ "name": "Naptár",
+ "description": "Megjelenít egy naptárat a támogatott integrációk közelgő eseményeivel.",
+ "settings": {
+ "title": "A Naptár widget beállításai",
+ "useSonarrv4": {
+ "label": "Sonarr v4 API használata"
+ },
+ "sundayStart": {
+ "label": "Vasárnap a hét kezdete"
+ },
+ "radarrReleaseType": {
+ "label": "Radarr kiadás típusa",
+ "data": {
+ "inCinemas": "Mozikban",
+ "physicalRelease": "Fizikai",
+ "digitalRelease": "Digitális"
+ }
+ },
+ "hideWeekDays": {
+ "label": "Hétköznapok elrejtése"
+ },
+ "showUnmonitored": {
+ "label": ""
+ },
+ "fontSize": {
+ "label": "Betűméret",
+ "data": {
+ "xs": "Nagyon kicsi",
+ "sm": "Kicsi",
+ "md": "Közepes",
+ "lg": "Nagy",
+ "xl": "Nagyon Nagy"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/modules/common-media-cards.json b/public/locales/hu/modules/common-media-cards.json
new file mode 100644
index 000000000..3449e1a4a
--- /dev/null
+++ b/public/locales/hu/modules/common-media-cards.json
@@ -0,0 +1,6 @@
+{
+ "buttons": {
+ "play": "Lejátszás",
+ "request": "Kérés"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/modules/common.json b/public/locales/hu/modules/common.json
new file mode 100644
index 000000000..f4e021517
--- /dev/null
+++ b/public/locales/hu/modules/common.json
@@ -0,0 +1,10 @@
+{
+ "settings": {
+ "label": "Beállítások"
+ },
+ "errors": {
+ "unmappedOptions": {
+ "text": ""
+ }
+ }
+}
diff --git a/public/locales/hu/modules/dashdot.json b/public/locales/hu/modules/dashdot.json
new file mode 100644
index 000000000..ebb7f3d8d
--- /dev/null
+++ b/public/locales/hu/modules/dashdot.json
@@ -0,0 +1,118 @@
+{
+ "descriptor": {
+ "name": "Dash.",
+ "description": "Megjeleníti egy külső Dash grafikonjait. Például a Homarr belsejében.",
+ "settings": {
+ "title": "A Dash. widget beállításai",
+ "dashName": {
+ "label": "Dash. Név"
+ },
+ "url": {
+ "label": "Dash. URL"
+ },
+ "usePercentages": {
+ "label": "Százalék megjelenítése"
+ },
+ "columns": {
+ "label": "Oszlopok mutatása"
+ },
+ "graphHeight": {
+ "label": "A grafikonok magassága"
+ },
+ "graphsOrder": {
+ "label": "Grafikonok (sorrend)",
+ "storage": {
+ "label": "Tárhely",
+ "enabled": {
+ "label": "Megjelenítés widgetben"
+ },
+ "span": {
+ "label": "Oszlopfesztávolság"
+ },
+ "compactView": {
+ "label": "Megjelenítés szövegként (kompakt)"
+ },
+ "multiView": {
+ "label": "Megjelenítés több meghajtó nézetként"
+ }
+ },
+ "network": {
+ "label": "Hálózat",
+ "enabled": {
+ "label": "Megjelenítés widgetben"
+ },
+ "span": {
+ "label": "Oszlopfesztávolság"
+ },
+ "compactView": {
+ "label": "Megjelenítés szövegként (kompakt)"
+ }
+ },
+ "cpu": {
+ "label": "Processzor",
+ "enabled": {
+ "label": "Megjelenítés widgetben"
+ },
+ "span": {
+ "label": "Oszlopfesztávolság"
+ },
+ "multiView": {
+ "label": "Többmagos nézetként megjelenítése"
+ }
+ },
+ "ram": {
+ "label": "Memória",
+ "enabled": {
+ "label": "Megjelenítés widgetben"
+ },
+ "span": {
+ "label": "Oszlopfesztávolság"
+ }
+ },
+ "gpu": {
+ "label": "Videókártya",
+ "enabled": {
+ "label": "Megjelenítés widgetben"
+ },
+ "span": {
+ "label": "Oszlopfesztávolság"
+ }
+ }
+ }
+ }
+ },
+ "card": {
+ "title": "Dash.",
+ "errors": {
+ "noService": "Nem találtunk Dash. szolgáltatást. Kérjük, adjon hozzá egyet a Homarr műszerfalához vagy állítson be egy Dash. URL-t a modul beállításaiban",
+ "noInformation": "Nem tud információt szerezni a kötőjelről. - a legújabb verziót futtatja?",
+ "protocolDowngrade": {
+ "title": "Észlelt protokoll visszaminősítése",
+ "text": "A Dash. példányhoz való kapcsolat HTTP protokollt használ. Ez biztonsági kockázatot jelent, mivel a HTTP nem titkosított, és a támadók visszaélhetnek ezzel a kapcsolattal. Győződjön meg róla, hogy a Dash. HTTPS-t használ, vagy állítsa vissza a Homarr-t HTTP-re (nem ajánlott)."
+ }
+ },
+ "graphs": {
+ "storage": {
+ "title": "Tárhely",
+ "label": "Tárhely:"
+ },
+ "network": {
+ "title": "Hálózat",
+ "label": "Hálózat:",
+ "metrics": {
+ "download": "Le",
+ "upload": "Fel"
+ }
+ },
+ "cpu": {
+ "title": "Processzor"
+ },
+ "ram": {
+ "title": "Memória"
+ },
+ "gpu": {
+ "title": "Videókártya"
+ }
+ }
+ }
+}
diff --git a/public/locales/hu/modules/date.json b/public/locales/hu/modules/date.json
new file mode 100644
index 000000000..5865f413f
--- /dev/null
+++ b/public/locales/hu/modules/date.json
@@ -0,0 +1,33 @@
+{
+ "descriptor": {
+ "name": "Dátum és idő",
+ "description": "Megjeleníti az aktuális dátumot és időt.",
+ "settings": {
+ "title": "A Naptár widget beállításai",
+ "display24HourFormat": {
+ "label": "24 órás idő kijelzése"
+ },
+ "dateFormat": {
+ "label": "Dátum formázás",
+ "data": {
+ "hide": "Dátum elrejtése"
+ }
+ },
+ "enableTimezone": {
+ "label": "Egyéni időzóna megjelenítése"
+ },
+ "timezoneLocation": {
+ "label": "Időzóna Helyszín"
+ },
+ "titleState": {
+ "label": "Város címe",
+ "info": "Ha aktiválja az Időzóna opciót, akkor megjelenik a város neve és az időzóna kódja.
Megjelenítheti a várost önmagában, vagy akár nem is jelenítheti meg.",
+ "data": {
+ "both": "Város és időzóna",
+ "city": "Csak a város",
+ "none": "Semmi"
+ }
+ }
+ }
+ }
+}
diff --git a/public/locales/hu/modules/dlspeed.json b/public/locales/hu/modules/dlspeed.json
new file mode 100644
index 000000000..2639be061
--- /dev/null
+++ b/public/locales/hu/modules/dlspeed.json
@@ -0,0 +1,35 @@
+{
+ "descriptor": {
+ "name": "Letöltési sebesség",
+ "description": "Megjeleníti a támogatott integrációk letöltési és feltöltési sebességét."
+ },
+ "card": {
+ "table": {
+ "header": {
+ "name": "Név",
+ "size": "Méret",
+ "download": "Le",
+ "upload": "Fel",
+ "estimatedTimeOfArrival": "Hátralévő idő",
+ "progress": "Folyamat"
+ },
+ "body": {
+ "nothingFound": "Nem találhatók torrentek"
+ }
+ },
+ "lineChart": {
+ "title": "Jelenlegi letöltési sebesség",
+ "download": "Letöltés: {{download}}",
+ "upload": "Feltöltés: {{upload}}",
+ "timeSpan": "{{seconds}} másodpercekkel ezelőtt",
+ "totalDownload": "Letöltés: {{download}}/s",
+ "totalUpload": "Feltöltés: {{upload}}/s"
+ },
+ "errors": {
+ "noDownloadClients": {
+ "title": "Nem találtunk támogatott letöltő klienst!",
+ "text": "Letöltési szolgáltatás hozzáadása az aktuális letöltések megtekintéséhez"
+ }
+ }
+ }
+}
diff --git a/public/locales/hu/modules/dns-hole-controls.json b/public/locales/hu/modules/dns-hole-controls.json
new file mode 100644
index 000000000..043203141
--- /dev/null
+++ b/public/locales/hu/modules/dns-hole-controls.json
@@ -0,0 +1,6 @@
+{
+ "descriptor": {
+ "name": "DNS blokkolók ellenőrzése",
+ "description": "A PiHole vagy az AdGuard vezérlése a műszerfalról"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/modules/dns-hole-summary.json b/public/locales/hu/modules/dns-hole-summary.json
new file mode 100644
index 000000000..30beae30e
--- /dev/null
+++ b/public/locales/hu/modules/dns-hole-summary.json
@@ -0,0 +1,28 @@
+{
+ "descriptor": {
+ "name": "DNS-blokkolók összefoglalása",
+ "description": "Megjeleníti a PiHole vagy az AdGuard fontos adatait",
+ "settings": {
+ "title": "A DNS-blokkolók beállításainak összegzése",
+ "usePiHoleColors": {
+ "label": "PiHole színek használata"
+ },
+ "layout": {
+ "label": "Elrendezés",
+ "data": {
+ "grid": "2 x 2",
+ "row": "Vízszintes",
+ "column": "Függőleges"
+ }
+ }
+ }
+ },
+ "card": {
+ "metrics": {
+ "domainsOnAdlist": "Domainek a blokkolólistákon",
+ "queriesToday": "Mai lekérdezések",
+ "queriesBlockedTodayPercentage": "mai blokkolások",
+ "queriesBlockedToday": "mai blokkolások"
+ }
+ }
+}
diff --git a/public/locales/hu/modules/docker.json b/public/locales/hu/modules/docker.json
new file mode 100644
index 000000000..f7cc301fb
--- /dev/null
+++ b/public/locales/hu/modules/docker.json
@@ -0,0 +1,83 @@
+{
+ "descriptor": {
+ "name": "Docker",
+ "description": "Lehetővé teszi az összes Docker-konténer egyszerű megtekintését és kezelését."
+ },
+ "search": {
+ "placeholder": "Keresés konténer vagy képnév alapján"
+ },
+ "table": {
+ "header": {
+ "name": "Név",
+ "image": "Kép",
+ "ports": "Portok",
+ "state": "Állapot"
+ },
+ "body": {
+ "portCollapse": "{{ports}} több"
+ },
+ "states": {
+ "running": "Fut",
+ "created": "Létrehozva",
+ "stopped": "Megállítva",
+ "unknown": "Ismeretlen"
+ }
+ },
+ "actionBar": {
+ "addService": {
+ "title": "Alkalmazás hozzáadása",
+ "message": "Alkalmazás hozzáadása a Homarrhoz"
+ },
+ "restart": {
+ "title": "Újraindítás"
+ },
+ "stop": {
+ "title": "Megállítás"
+ },
+ "start": {
+ "title": "Indítás"
+ },
+ "refreshData": {
+ "title": "Adatok frissítése"
+ },
+ "remove": {
+ "title": "Eltávolítás"
+ },
+ "addToHomarr": {
+ "title": "Hozzáadás a Homarrhoz"
+ }
+ },
+ "actions": {
+ "start": {
+ "start": "Indítás",
+ "end": "Elindult"
+ },
+ "stop": {
+ "start": "Leállítás",
+ "end": "Megállítva"
+ },
+ "restart": {
+ "start": "Újraindítás",
+ "end": "Újraindítva"
+ },
+ "remove": {
+ "start": "Eltávolítás",
+ "end": "Eltávolítva"
+ }
+ },
+ "errors": {
+ "integrationFailed": {
+ "title": "Docker integráció sikertelen",
+ "message": "Elfelejtetted összekapcsolni a dokker csatlakozást?"
+ },
+ "unknownError": {
+ "title": "Hiba történt"
+ },
+ "oneServiceAtATime": {
+ "title": "Kérjük, egyszerre csak egy alkalmazást vagy szolgáltatást adjon hozzá!"
+ }
+ },
+ "actionIcon": {
+ "tooltip": "Docker"
+ }
+}
diff --git a/public/locales/hu/modules/iframe.json b/public/locales/hu/modules/iframe.json
new file mode 100644
index 000000000..10bdb38f0
--- /dev/null
+++ b/public/locales/hu/modules/iframe.json
@@ -0,0 +1,45 @@
+{
+ "descriptor": {
+ "name": "Beágyazott keret (iFrame)",
+ "description": "Bármilyen tartalom beágyazása az internetről. Egyes webhelyek korlátozhatják a hozzáférést.",
+ "settings": {
+ "title": "Beágyazott keret beállítások",
+ "embedUrl": {
+ "label": "Beágyazási URL"
+ },
+ "allowFullScreen": {
+ "label": "Teljes képernyő engedélyezése"
+ },
+ "allowTransparency": {
+ "label": "Engedélyezze az átláthatóságot"
+ },
+ "allowScrolling": {
+ "label": "Görgetés engedélyezése"
+ },
+ "allowPayment": {
+ "label": "Fizetés engedélyezése"
+ },
+ "allowAutoPlay": {
+ "label": "Automatikus lejátszás engedélyezése"
+ },
+ "allowMicrophone": {
+ "label": "Mikrofon engedélyezése"
+ },
+ "allowCamera": {
+ "label": "Kamera engedélyezése"
+ },
+ "allowGeolocation": {
+ "label": "Geolokáció engedélyezése"
+ }
+ }
+ },
+ "card": {
+ "errors": {
+ "noUrl": {
+ "title": "Érvénytelen URL",
+ "text": "Győződjön meg róla, hogy érvényes címet adott meg a widget konfigurációjában"
+ },
+ "browserSupport": "Az Ön böngészője nem támogatja a beágyazott kereteket. Kérjük, frissítse böngészőjét."
+ }
+ }
+}
diff --git a/public/locales/hu/modules/media-requests-list.json b/public/locales/hu/modules/media-requests-list.json
new file mode 100644
index 000000000..49b87fb15
--- /dev/null
+++ b/public/locales/hu/modules/media-requests-list.json
@@ -0,0 +1,35 @@
+{
+ "descriptor": {
+ "name": "Média kérések",
+ "description": "Az Overseerr vagy Jellyseerr példány összes médiakérelmének listájának megtekintése",
+ "settings": {
+ "title": "Médiakérések listája",
+ "replaceLinksWithExternalHost": {
+ "label": "Linkek cseréje külső fogadóval"
+ },
+ "openInNewTab": {
+ "label": "Linkek megnyitása új fülön"
+ }
+ }
+ },
+ "noRequests": "Nem találtunk kéréseket. Kérjük, győződjön meg róla, hogy megfelelően konfigurálta az alkalmazásokat.",
+ "pending": "A {{countPendingApproval}} oldalon jóváhagyásra váró kérelmek vannak.",
+ "nonePending": "Jelenleg nincs folyamatban lévő jóváhagyás. Mehetsz!",
+ "state": {
+ "approved": "Jóváhagyva",
+ "pendingApproval": "Várakozás jóváhagyásra",
+ "declined": "Elutasítva"
+ },
+ "tooltips": {
+ "approve": "Kérelem megerősítése",
+ "decline": "Visszautasított kérések",
+ "approving": "Kérés megerősítése..."
+ },
+ "mutation": {
+ "approving": "Jóváhagyás",
+ "declining": "Elutasítás",
+ "request": "kérés...",
+ "approved": "A kérést jóváhagyták!",
+ "declined": "A kérést elutasították!"
+ }
+}
diff --git a/public/locales/hu/modules/media-requests-stats.json b/public/locales/hu/modules/media-requests-stats.json
new file mode 100644
index 000000000..3b0d7af55
--- /dev/null
+++ b/public/locales/hu/modules/media-requests-stats.json
@@ -0,0 +1,27 @@
+{
+ "descriptor": {
+ "name": "Média kérés statisztikák",
+ "description": "Statisztikák az Ön médiakéréseiről",
+ "settings": {
+ "title": "Médiakérdések statisztikája",
+ "replaceLinksWithExternalHost": {
+ "label": "Linkek cseréje külső fogadóval"
+ },
+ "openInNewTab": {
+ "label": "Linkek megnyitása új fülön"
+ }
+ }
+ },
+ "mediaStats": {
+ "title": "Média statisztikák",
+ "pending": "Várakozás jóváhagyásra",
+ "tvRequests": "TV kérések",
+ "movieRequests": "Filmkérések",
+ "approved": "Már jóváhagyva",
+ "totalRequests": "Összesen"
+ },
+ "userStats": {
+ "title": "Legnépszerűbb felhasználók",
+ "requests": "Kérések: {{number}}"
+ }
+}
diff --git a/public/locales/hu/modules/media-server.json b/public/locales/hu/modules/media-server.json
new file mode 100644
index 000000000..dcbd206b6
--- /dev/null
+++ b/public/locales/hu/modules/media-server.json
@@ -0,0 +1,25 @@
+{
+ "descriptor": {
+ "name": "Médiakiszolgáló",
+ "description": "Interakció a Jellyfin vagy Plex médiaszerverrel",
+ "settings": {
+ "title": "A médiaszerver widget beállításai"
+ }
+ },
+ "loading": "Médiafolyamat betöltése",
+ "card": {
+ "table": {
+ "header": {
+ "session": "Munkamenet",
+ "user": "Felhasználó",
+ "currentlyPlaying": "Jelenleg lejátszik"
+ }
+ },
+ "errors": {
+ "general": {
+ "title": "A tartalom nem betölthető",
+ "text": "Nem sikerült információt lekérni a kiszolgálóról. További részletekért kérjük, ellenőrizze a naplókat"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/modules/notebook.json b/public/locales/hu/modules/notebook.json
new file mode 100644
index 000000000..fb99be0dc
--- /dev/null
+++ b/public/locales/hu/modules/notebook.json
@@ -0,0 +1,15 @@
+{
+ "descriptor": {
+ "name": "Jegyzettömb",
+ "description": "Egy markdown-alapú interaktív widget, amibe jegyzeteket írhatsz!",
+ "settings": {
+ "title": "A notebook widget beállításai",
+ "showToolbar": {
+ "label": "A markdown írást segítő eszköztár megjelenítése"
+ },
+ "content": {
+ "label": "A jegyzetfüzet tartalma"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/modules/overseerr.json b/public/locales/hu/modules/overseerr.json
new file mode 100644
index 000000000..018a01d62
--- /dev/null
+++ b/public/locales/hu/modules/overseerr.json
@@ -0,0 +1,30 @@
+{
+ "descriptor": {
+ "name": "Overseerr",
+ "description": "Lehetővé teszi a médiák keresését és hozzáadását az Overseerr vagy a Jellyseerr oldalról."
+ },
+ "popup": {
+ "item": {
+ "buttons": {
+ "askFor": "Kérdezze a {{title}}",
+ "cancel": "Mégse",
+ "request": "Kérés"
+ },
+ "alerts": {
+ "automaticApproval": {
+ "title": "API-kulcs használata",
+ "text": "Ez a kérelem automatikusan jóváhagyásra kerül"
+ }
+ }
+ },
+ "seasonSelector": {
+ "caption": "Jelölje be a letölteni kívánt évadokat",
+ "table": {
+ "header": {
+ "season": "Évad",
+ "numberOfEpisodes": "Epizódok száma"
+ }
+ }
+ }
+ }
+}
diff --git a/public/locales/hu/modules/ping.json b/public/locales/hu/modules/ping.json
new file mode 100644
index 000000000..5be6008a8
--- /dev/null
+++ b/public/locales/hu/modules/ping.json
@@ -0,0 +1,11 @@
+{
+ "descriptor": {
+ "name": "Ping",
+ "description": "Megjelenít egy állapotjelzőt az adott URL HTTP-válaszkódjától függően."
+ },
+ "states": {
+ "online": "Online {{response}}",
+ "offline": "Offline {{response}}",
+ "loading": "Betöltés..."
+ }
+}
diff --git a/public/locales/hu/modules/rss.json b/public/locales/hu/modules/rss.json
new file mode 100644
index 000000000..801f5436d
--- /dev/null
+++ b/public/locales/hu/modules/rss.json
@@ -0,0 +1,31 @@
+{
+ "descriptor": {
+ "name": "RSS Widget",
+ "description": "",
+ "settings": {
+ "title": "Az RSS widget beállításai",
+ "rssFeedUrl": {
+ "label": "RSS hírcsatorna URL-ek",
+ "description": "A megjeleníteni kívánt RSS-feedek URL-címei."
+ },
+ "refreshInterval": {
+ "label": "Frissítési időköz (percben)"
+ },
+ "dangerousAllowSanitizedItemContent": {
+ "label": "HTML-formázás engedélyezése (Veszélyes)",
+ "info": "A HTML-formázás kívülről történő engedélyezése veszélyes lehet.
Kérjük, győződjön meg róla, hogy a táp megbízható forrásból származik."
+ },
+ "textLinesClamp": {
+ "label": "Szövegvonalak rögzítője"
+ }
+ },
+ "card": {
+ "errors": {
+ "general": {
+ "title": "Nem lehet lekérni az RSS feedet",
+ "text": "Volt egy probléma az RSS feed elérésével. Győződjön meg róla, hogy helyesen konfigurálta az RSS feedet egy érvényes URL segítségével. Az URL-nek meg kell felelnie a hivatalos specifikációnak. A feed frissítése után szükség lehet a műszerfal frissítésére."
+ }
+ }
+ }
+ }
+}
diff --git a/public/locales/hu/modules/search.json b/public/locales/hu/modules/search.json
new file mode 100644
index 000000000..ecb070526
--- /dev/null
+++ b/public/locales/hu/modules/search.json
@@ -0,0 +1,30 @@
+{
+ "descriptor": {
+ "name": "Kereső sáv",
+ "description": "Egy keresősáv, amely lehetővé teszi az egyéni keresőmotor, a YouTube és a támogatott integrációk keresését."
+ },
+ "input": {
+ "placeholder": "Keresés az interneten..."
+ },
+ "switched-to": "Váltás erre:",
+ "searchEngines": {
+ "search": {
+ "name": "Internet",
+ "description": "Keresés..."
+ },
+ "youtube": {
+ "name": "YouTube",
+ "description": "Keresés a YouTube-on"
+ },
+ "torrents": {
+ "name": "Torrentek",
+ "description": "Torrentek keresése"
+ },
+ "overseerr": {
+ "name": "Overseerr",
+ "description": "Filmek és TV-műsorok keresése az Overseerr oldalon"
+ }
+ },
+ "tip": "A keresősávot a következő parancsikon segítségével választhatja ki ",
+ "switchedSearchEngine": "Átváltottunk a {{searchEngine}} keresésre"
+}
diff --git a/public/locales/hu/modules/torrents-status.json b/public/locales/hu/modules/torrents-status.json
new file mode 100644
index 000000000..5be5cf8a8
--- /dev/null
+++ b/public/locales/hu/modules/torrents-status.json
@@ -0,0 +1,81 @@
+{
+ "descriptor": {
+ "name": "Torrent",
+ "description": "Megjeleníti a támogatott Torrent-kliensek torrentjeinek listáját.",
+ "settings": {
+ "title": "A Torrent widget beállításai",
+ "refreshInterval": {
+ "label": "Frissítési időköz (másodpercben)"
+ },
+ "displayCompletedTorrents": {
+ "label": "Befejezett torrentek megjelenítése"
+ },
+ "displayStaleTorrents": {
+ "label": "Elavult torrentek megjelenítése"
+ },
+ "labelFilterIsWhitelist": {
+ "label": "A címkelista egy fehér lista (feketelista helyett)"
+ },
+ "labelFilter": {
+ "label": "Címkelista",
+ "description": "Ha az 'is whitelist' jelölőnégyzet be van jelölve, akkor ez fehérlistaként fog működni. Ha nincs bejelölve, akkor ez egy feketelista. Üres állapotban nem csinál semmit"
+ }
+ }
+ },
+ "card": {
+ "footer": {
+ "error": "Hiba",
+ "lastUpdated": "Utolsó frissítés {{time}} óta"
+ },
+ "table": {
+ "header": {
+ "name": "Név",
+ "size": "Méret",
+ "download": "Le",
+ "upload": "Fel",
+ "estimatedTimeOfArrival": "Hátralévő idő",
+ "progress": "Folyamat"
+ },
+ "item": {
+ "text": "Kezeli: {{appName}}, {{ratio}} arány"
+ },
+ "body": {
+ "nothingFound": "Nem találhatók torrentek",
+ "filterHidingItems": "{{count}} a bejegyzéseket a szűrők elrejtik"
+ }
+ },
+ "lineChart": {
+ "title": "Jelenlegi letöltési sebesség",
+ "download": "Letöltés: {{download}}",
+ "upload": "Feltöltés: {{upload}}",
+ "timeSpan": "{{seconds}} másodpercekkel ezelőtt",
+ "totalDownload": "Letöltés: {{download}}/s",
+ "totalUpload": "Feltöltés: {{upload}}/s"
+ },
+ "errors": {
+ "noDownloadClients": {
+ "title": "Nem találtunk támogatott Torrent klienseket!",
+ "text": "Adjon hozzá egy támogatott Torrent klienst az aktuális letöltések megtekintéséhez"
+ },
+ "generic": {
+ "title": "Váratlan hiba történt",
+ "text": "Nem tud kommunikálni a Torrent kliensekkel. Kérjük, ellenőrizze a konfigurációt"
+ }
+ },
+ "loading": {
+ "title": "Betöltés",
+ "description": "Kapcsolat létrehozása"
+ },
+ "popover": {
+ "introductionPrefix": "Irányítja",
+ "metrics": {
+ "queuePosition": "Sorban állás - {{position}}",
+ "progress": "Haladás - {{progress}}%",
+ "totalSelectedSize": "Összesen - {{totalSize}}",
+ "state": "Állapot - {{state}}",
+ "ratio": "Arány -",
+ "completed": "Kész"
+ }
+ }
+ }
+}
diff --git a/public/locales/hu/modules/usenet.json b/public/locales/hu/modules/usenet.json
new file mode 100644
index 000000000..08e59d5ae
--- /dev/null
+++ b/public/locales/hu/modules/usenet.json
@@ -0,0 +1,49 @@
+{
+ "descriptor": {
+ "name": "Usenet",
+ "description": "Lehetővé teszi a Usenet-példány megtekintését és kezelését."
+ },
+ "card": {
+ "errors": {
+ "noDownloadClients": {
+ "title": "Nem találtunk támogatott letöltő klienst!",
+ "text": "Adjon hozzá egy támogatott Usenet letöltési klienst az aktuális letöltések megtekintéséhez"
+ }
+ }
+ },
+ "tabs": {
+ "queue": "Várólista",
+ "history": "Előzmények"
+ },
+ "info": {
+ "sizeLeft": "Méret balra",
+ "paused": "Szünet"
+ },
+ "queue": {
+ "header": {
+ "name": "Név",
+ "size": "Méret",
+ "eta": "Hátralévő idő",
+ "progress": "Folyamat"
+ },
+ "empty": "Üres",
+ "error": {
+ "title": "Hiba",
+ "message": "Hiba történt"
+ },
+ "paused": "Szünet"
+ },
+ "history": {
+ "header": {
+ "name": "Név",
+ "size": "Méret",
+ "duration": "Hossz"
+ },
+ "empty": "Üres",
+ "error": {
+ "title": "Hiba",
+ "message": "Hiba betöltési előzmények"
+ },
+ "paused": "Szünet"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/modules/video-stream.json b/public/locales/hu/modules/video-stream.json
new file mode 100644
index 000000000..7f48dd40e
--- /dev/null
+++ b/public/locales/hu/modules/video-stream.json
@@ -0,0 +1,24 @@
+{
+ "descriptor": {
+ "name": "Videófolyam",
+ "description": "Videófolyam vagy videó beágyazása egy kameráról vagy weboldalról",
+ "settings": {
+ "title": "Videófolyam beállítsai",
+ "FeedUrl": {
+ "label": "Hírcsatorna URL"
+ },
+ "autoPlay": {
+ "label": "Automatikus lejátszás"
+ },
+ "muted": {
+ "label": "Hang némítása"
+ },
+ "controls": {
+ "label": "Videolejátszó vezérlők"
+ }
+ }
+ },
+ "errors": {
+ "invalidStream": "Érvénytelen folyam"
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/modules/weather.json b/public/locales/hu/modules/weather.json
new file mode 100644
index 000000000..d5d57f56b
--- /dev/null
+++ b/public/locales/hu/modules/weather.json
@@ -0,0 +1,37 @@
+{
+ "descriptor": {
+ "name": "Időjárás",
+ "description": "Megjeleníti egy meghatározott hely aktuális időjárási adatait.",
+ "settings": {
+ "title": "Az időjárás widget beállításai",
+ "displayInFahrenheit": {
+ "label": "Kijelzés Fahrenheitben"
+ },
+ "displayCityName": {
+ "label": "Városnév megjelenítése"
+ },
+ "location": {
+ "label": "Időjárás helye"
+ }
+ }
+ },
+ "card": {
+ "weatherDescriptions": {
+ "clear": "Tiszta",
+ "mainlyClear": "Főként tiszta",
+ "fog": "Köd",
+ "drizzle": "Ködszitálás",
+ "freezingDrizzle": "Ónos szitálás",
+ "rain": "Eső",
+ "freezingRain": "Ónos eső",
+ "snowFall": "Hóesés",
+ "snowGrains": "Hószemcsék",
+ "rainShowers": "Záporok",
+ "snowShowers": "Hózáporok",
+ "thunderstorm": "Vihar",
+ "thunderstormWithHail": "Zivatar jégesővel",
+ "unknown": "Ismeretlen"
+ }
+ },
+ "error": "Hiba történt"
+}
diff --git a/public/locales/hu/settings/common.json b/public/locales/hu/settings/common.json
new file mode 100644
index 000000000..bdea9ddfd
--- /dev/null
+++ b/public/locales/hu/settings/common.json
@@ -0,0 +1,38 @@
+{
+ "title": "Beállítások",
+ "tooltip": "Beállítások",
+ "tabs": {
+ "common": "Általános",
+ "customizations": "Testreszabás"
+ },
+ "tips": {
+ "configTip": "Töltse fel a konfigurációs fájlját az oldalra húzással!"
+ },
+ "credits": {
+ "madeWithLove": "Készült a ❤️ által @",
+ "thirdPartyContent": "Lásd a harmadik féltől származó tartalmakat",
+ "thirdPartyContentTable": {
+ "dependencyName": "Függőség",
+ "dependencyVersion": "Verzió"
+ }
+ },
+ "grow": "Grow grid (minden helyet elfoglal)",
+ "layout": {
+ "preview": {
+ "title": "Előnézet",
+ "subtitle": "A módosítások automatikusan mentésre kerülnek"
+ },
+ "divider": "Elrendezési lehetőségek",
+ "main": "Elsődleges",
+ "sidebar": "Oldalsáv",
+ "cannotturnoff": "Nem kapcsolható ki",
+ "dashboardlayout": "Műszerfal elrendezése",
+ "enablersidebar": "Jobb oldalsáv engedélyezése",
+ "enablelsidebar": "Bal oldalsáv engedélyezése",
+ "enablesearchbar": "Keresősáv engedélyezése",
+ "enabledocker": "Docker integráció engedélyezése",
+ "enableping": "Pingek engedélyezése",
+ "enablelsidebardesc": "Választható. Csak alkalmazásokhoz és integrációkhoz használható",
+ "enablersidebardesc": "Választható. Csak alkalmazásokhoz és integrációkhoz használható"
+ }
+}
diff --git a/public/locales/hu/settings/customization/accessibility.json b/public/locales/hu/settings/customization/accessibility.json
new file mode 100644
index 000000000..68fa0cdd0
--- /dev/null
+++ b/public/locales/hu/settings/customization/accessibility.json
@@ -0,0 +1,11 @@
+{
+ "disablePulse": {
+ "label": "Ping letiltása",
+ "description": "Alapértelmezés szerint a Homarrban a pingjelzők pulzálni fognak. Ez irritáló lehet. Ez a csúszka kikapcsolja az animációt"
+ },
+ "replaceIconsWithDots": {
+ "label": "Ping pontok ikonokkal való helyettesítése",
+ "description": "A színvak felhasználók számára a ping pöttyök felismerhetetlenek lehetnek. Ez a jelzőket ikonokkal helyettesíti"
+ },
+ "alert": "Lemaradtál valamiről? Szívesen bővítjük a Homarr elérhetőségét"
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/customization/app-width.json b/public/locales/hu/settings/customization/app-width.json
new file mode 100644
index 000000000..107c5908c
--- /dev/null
+++ b/public/locales/hu/settings/customization/app-width.json
@@ -0,0 +1,3 @@
+{
+ "label": "Alkalmazás szélessége"
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/customization/color-selector.json b/public/locales/hu/settings/customization/color-selector.json
new file mode 100644
index 000000000..e8dc2a356
--- /dev/null
+++ b/public/locales/hu/settings/customization/color-selector.json
@@ -0,0 +1,6 @@
+{
+ "colors": "Színek",
+ "suffix": "{{color}} szín",
+ "primary": "Elsődleges",
+ "secondary": "Másodlagos"
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/customization/general.json b/public/locales/hu/settings/customization/general.json
new file mode 100644
index 000000000..a6eaddd53
--- /dev/null
+++ b/public/locales/hu/settings/customization/general.json
@@ -0,0 +1,25 @@
+{
+ "text": "A testreszabások lehetővé teszik, hogy a Homarrral kapcsolatos élményt az Ön preferenciáihoz igazítsa és konfigurálja.",
+ "accordeon": {
+ "layout": {
+ "name": "Elrendezés",
+ "description": "Az elemek engedélyezése és letiltása a fejléc és a műszerfal csempéken"
+ },
+ "gridstack": {
+ "name": "Gridstack",
+ "description": "Testreszabhatja a műszerfal területének viselkedését és oszlopait"
+ },
+ "pageMetadata": {
+ "name": "Oldal metaadatok",
+ "description": "Címek, logó és PWA beállítása"
+ },
+ "appereance": {
+ "name": "Megjelenés",
+ "description": "A háttér, a színek és az alkalmazások megjelenésének testreszabása"
+ },
+ "accessibility": {
+ "name": "Kisegítő lehetőségek",
+ "description": "A Homarr konfigurálása fogyatékkal élő és fogyatékkal élő felhasználók számára"
+ }
+ }
+}
diff --git a/public/locales/hu/settings/customization/gridstack.json b/public/locales/hu/settings/customization/gridstack.json
new file mode 100644
index 000000000..53a19b765
--- /dev/null
+++ b/public/locales/hu/settings/customization/gridstack.json
@@ -0,0 +1,10 @@
+{
+ "columnsCount": {
+ "labelPreset": "Oszlopok a {{size}} méretben",
+ "descriptionPreset": "Az oszlopok száma, ha a képernyő szélessége kisebb, mint {{pixels}} pixel",
+ "descriptionExceedsPreset": "Az oszlopok száma, ha a képernyő mérete meghaladja a {{pixels}} képpontot"
+ },
+ "unsavedChanges": "Vannak el nem mentett módosításai. Kattintson a Módosítások alkalmazása gombra az alkalmazáshoz és mentéshez.",
+ "applyChanges": "A változtatások alkalmazása",
+ "defaultValues": "Alapértelmezett értékek"
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/customization/opacity-selector.json b/public/locales/hu/settings/customization/opacity-selector.json
new file mode 100644
index 000000000..c653e944e
--- /dev/null
+++ b/public/locales/hu/settings/customization/opacity-selector.json
@@ -0,0 +1,3 @@
+{
+ "label": "Alkalmazás átlátszatlansága"
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/customization/page-appearance.json b/public/locales/hu/settings/customization/page-appearance.json
new file mode 100644
index 000000000..9fc1bbd38
--- /dev/null
+++ b/public/locales/hu/settings/customization/page-appearance.json
@@ -0,0 +1,30 @@
+{
+ "pageTitle": {
+ "label": "Oldal címe",
+ "description": "A műszerfal címe a bal felső sarokban"
+ },
+ "metaTitle": {
+ "label": "Meta cím",
+ "description": "A böngésző lapján megjelenő cím"
+ },
+ "logo": {
+ "label": "Logó",
+ "description": "A bal felső sarokban megjelenő logó"
+ },
+ "favicon": {
+ "label": "Könyvjelzőikon",
+ "description": "A böngésző lapján megjelenő ikon"
+ },
+ "background": {
+ "label": "Háttér"
+ },
+ "customCSS": {
+ "label": "Egyéni CSS",
+ "description": "Továbbá, testreszabhatja műszerfalát CSS segítségével, csak tapasztalt felhasználóknak ajánlott",
+ "placeholder": "Az egyéni CSS utoljára kerül alkalmazásra",
+ "applying": "CSS alkalmazása..."
+ },
+ "buttons": {
+ "submit": "Küldés"
+ }
+}
diff --git a/public/locales/hu/settings/customization/shade-selector.json b/public/locales/hu/settings/customization/shade-selector.json
new file mode 100644
index 000000000..0a115c6ac
--- /dev/null
+++ b/public/locales/hu/settings/customization/shade-selector.json
@@ -0,0 +1,3 @@
+{
+ "label": "Árnyék"
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/general/cache-buttons.json b/public/locales/hu/settings/general/cache-buttons.json
new file mode 100644
index 000000000..ae0a707cb
--- /dev/null
+++ b/public/locales/hu/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Gyorsítótár ürítés",
+ "selector": {
+ "label": "Válassza ki az ürítendő gyorsítótár(ak)at",
+ "data": {
+ "ping": "Ping lekérdezések",
+ "repositoryIcons": "Távoli/lokális ikonok",
+ "calendar&medias": "Médiák a naptárból",
+ "weather": "Időjárási adatok"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Gyorsítótár ürítve",
+ "clearAll": {
+ "text": "Minden gyorsítótár ürítése",
+ "notificationMessage": "Gyorsítótár kiürítve"
+ },
+ "clearSelect": {
+ "text": "Kijelölt lekérdezések törlése",
+ "notificationMessageSingle": "A {{value}} gyorsítótárát ürítették",
+ "notificationMessageMulti": "A {{values}} gyorsítótárát ürítették"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/general/color-schema.json b/public/locales/hu/settings/general/color-schema.json
new file mode 100644
index 000000000..3805010b0
--- /dev/null
+++ b/public/locales/hu/settings/general/color-schema.json
@@ -0,0 +1,3 @@
+{
+ "label": "Váltás a {{scheme}} módra"
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/general/config-changer.json b/public/locales/hu/settings/general/config-changer.json
new file mode 100644
index 000000000..69a9d877a
--- /dev/null
+++ b/public/locales/hu/settings/general/config-changer.json
@@ -0,0 +1,86 @@
+{
+ "configSelect": {
+ "label": "Konfigurációváltó",
+ "description": "{{configCount}} konfigurációk állnak rendelkezésre",
+ "loadingNew": "A konfiguráció betöltése...",
+ "pleaseWait": "Kérjük, várjon, amíg az új konfiguráció betöltődik!"
+ },
+ "modal": {
+ "copy": {
+ "title": "Válassza ki az új konfiguráció nevét",
+ "form": {
+ "configName": {
+ "label": "Konfiguráció neve",
+ "validation": {
+ "required": "A konfiguráció neve kötelező",
+ "notUnique": "A konfiguráció neve már használatban van"
+ },
+ "placeholder": "Az új konfigurációs név"
+ },
+ "submitButton": "Megerősít"
+ },
+ "events": {
+ "configSaved": {
+ "title": "Konfiguráció mentve",
+ "message": "A konfiguráció a {{configName}} címre mentve"
+ },
+ "configCopied": {
+ "title": "Konfiguráció másolva",
+ "message": "Konfiguráció másolva a {{configName}} címre"
+ },
+ "configNotCopied": {
+ "title": "A konfiguráció másolása nem lehetséges",
+ "message": "A konfigurációdat nem a {{configName}} címre másolták"
+ }
+ }
+ },
+ "confirmDeletion": {
+ "title": "A konfiguráció törlésének megerősítése",
+ "warningText": "Ön törölni készül '{{configName}}'",
+ "text": "Felhívjuk figyelmét, hogy a törlés nem visszafordítható, és az adatok véglegesen elvesznek. A gomb megnyomása után a fájl véglegesen törlődik a lemezről. Győződjön meg róla, hogy megfelelő biztonsági másolatot készített a konfigurációjáról.",
+ "buttons": {
+ "confirm": "Igen, törölje a '{{configName}}'"
+ }
+ }
+ },
+ "buttons": {
+ "download": "Konfiguráció letöltése",
+ "delete": {
+ "text": "Konfiguráció törlése",
+ "notifications": {
+ "deleted": {
+ "title": "Konfiguráció törölve",
+ "message": "Konfiguráció törölve"
+ },
+ "deleteFailed": {
+ "title": "A konfiguráció törlése sikertelen",
+ "message": "A konfiguráció törlése sikertelen"
+ },
+ "deleteFailedDefaultConfig": {
+ "title": "Az alapértelmezett konfiguráció nem törölhető",
+ "message": "A konfiguráció nem lett törölve a fájlrendszerből"
+ }
+ }
+ },
+ "saveCopy": "Másolat mentése"
+ },
+ "dropzone": {
+ "notifications": {
+ "invalidConfig": {
+ "title": "Nem lehet betölteni a konfigurációt",
+ "message": "Nem sikerült betölteni a konfigurációdat. Érvénytelen JSON formátum."
+ },
+ "loadedSuccessfully": {
+ "title": "Config {{configName}} sikeresen betöltődött"
+ }
+ },
+ "accept": {
+ "title": "Konfiguráció feltöltése",
+ "text": "Húzza ide a fájlokat a konfiguráció feltöltéséhez. Csak JSON fájlok támogatása."
+ },
+ "reject": {
+ "title": "Drag and Drop feltöltés elutasítva",
+ "text": "Ez a fájlformátum nem támogatott. Kérjük, csak JSON fájlokat töltsön fel."
+ }
+ }
+}
diff --git a/public/locales/hu/settings/general/edit-mode-toggle.json b/public/locales/hu/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..a0f6ee1a6
--- /dev/null
+++ b/public/locales/hu/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Szerkesztési módra váltás",
+ "enable": "Szerkesztési módra váltás",
+ "disable": "Szerkesztési mód felfüggesztése"
+ },
+ "form": {
+ "label": "Jelszó megváltoztatása",
+ "message": "A szerkesztési mód átkapcsolásához a EDIT_MODE_PASSWORD nevű környezeti változóba be kell írni a jelszót. Ha ez nincs megadva, akkor nem tudja be- és kikapcsolni a szerkesztési módot.",
+ "submit": "Küldés"
+ },
+ "notification": {
+ "success": {
+ "title": "Sikerült",
+ "message": "Sikeresen váltott szerkesztési mód, az oldal újratöltése..."
+ },
+ "error": {
+ "title": "Hiba",
+ "message": "A szerkesztési mód átkapcsolása nem sikerült, kérjük, próbálja meg újra."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/general/internationalization.json b/public/locales/hu/settings/general/internationalization.json
new file mode 100644
index 000000000..af2bf02c1
--- /dev/null
+++ b/public/locales/hu/settings/general/internationalization.json
@@ -0,0 +1,3 @@
+{
+ "label": "Nyelv"
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/general/search-engine.json b/public/locales/hu/settings/general/search-engine.json
new file mode 100644
index 000000000..f5d4fb351
--- /dev/null
+++ b/public/locales/hu/settings/general/search-engine.json
@@ -0,0 +1,20 @@
+{
+ "title": "Keresőmotor",
+ "configurationName": "Keresőmotor konfiguráció",
+ "custom": "Egyéni",
+ "tips": {
+ "generalTip": "Többféle előtagot is használhatsz! Ha ezeket hozzáadja a lekérdezés elé, akkor az eredmények szűrődnek. !s (Web), !t (Torrents), !y (YouTube) és !m (Media).",
+ "placeholderTip": "%s a lekérdezés helyőrzőjeként használható."
+ },
+ "customEngine": {
+ "title": "Egyéni keresőmotor",
+ "label": "URL lekérdezés",
+ "placeholder": "Egyedi lekérdezési URL"
+ },
+ "searchNewTab": {
+ "label": "Keresési eredmények megnyitása új lapon"
+ },
+ "searchEnabled": {
+ "label": "Keresés engedélyezve"
+ }
+}
diff --git a/public/locales/hu/settings/general/theme-selector.json b/public/locales/hu/settings/general/theme-selector.json
new file mode 100644
index 000000000..2bdfbf005
--- /dev/null
+++ b/public/locales/hu/settings/general/theme-selector.json
@@ -0,0 +1,3 @@
+{
+ "label": "Váltás a {{theme}} módra"
+}
\ No newline at end of file
diff --git a/public/locales/hu/settings/general/widget-positions.json b/public/locales/hu/settings/general/widget-positions.json
new file mode 100644
index 000000000..a621edeec
--- /dev/null
+++ b/public/locales/hu/settings/general/widget-positions.json
@@ -0,0 +1,3 @@
+{
+ "label": "A widgetek elhelyezése balra"
+}
diff --git a/public/locales/hu/widgets/draggable-list.json b/public/locales/hu/widgets/draggable-list.json
new file mode 100644
index 000000000..c9630aa47
--- /dev/null
+++ b/public/locales/hu/widgets/draggable-list.json
@@ -0,0 +1,7 @@
+{
+ "noEntries": {
+ "title": "Nincs bejegyzés",
+ "text": "Használja az alábbi gombokat további bejegyzések hozzáadásához"
+ },
+ "buttonAdd": "Hozzáadás"
+}
diff --git a/public/locales/hu/widgets/error-boundary.json b/public/locales/hu/widgets/error-boundary.json
new file mode 100644
index 000000000..9e722aaa9
--- /dev/null
+++ b/public/locales/hu/widgets/error-boundary.json
@@ -0,0 +1,14 @@
+{
+ "card": {
+ "title": "Hoppá, hiba történt!",
+ "buttons": {
+ "details": "Részletek",
+ "tryAgain": "Próbálja újra"
+ }
+ },
+ "modal": {
+ "text": "",
+ "label": "Az Ön hibája",
+ "reportButton": "Hiba jelentése"
+ }
+}
diff --git a/public/locales/it/layout/common.json b/public/locales/it/layout/common.json
index 4415fb0d8..762d6a294 100644
--- a/public/locales/it/layout/common.json
+++ b/public/locales/it/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Apri tutto in una nuova scheda"
}
+ },
+ "menu": {
+ "moveUp": "Sposta in alto",
+ "moveDown": "Sposta in basso",
+ "addCategory": "Aggiungi categoria {{location}}",
+ "addAbove": "sopra",
+ "addBelow": "sotto"
}
}
\ No newline at end of file
diff --git a/public/locales/it/layout/element-selector/selector.json b/public/locales/it/layout/element-selector/selector.json
index 03a055510..3afb0c7c7 100644
--- a/public/locales/it/layout/element-selector/selector.json
+++ b/public/locales/it/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Torna indietro allo step precedente",
"actionIcon": {
"tooltip": "Aggiungi riquadro"
+ },
+ "apps": "Applicazioni",
+ "app": {
+ "defaultName": "La tua app"
+ },
+ "widgets": "Widgets",
+ "categories": "Categorie",
+ "category": {
+ "newName": "Nome della nuova categoria",
+ "defaultName": "Nuova Categoria",
+ "created": {
+ "title": "Categoria creata",
+ "message": "La categoria \"{{name}}\" è stata creata"
+ }
}
}
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 4b1e9327a..36cab8efc 100644
--- a/public/locales/it/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/it/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"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"
- }
+ },
+ "unloadEvent": "Uscire dalla edit mode per salvare le modifiche"
}
diff --git a/public/locales/it/layout/modals/about.json b/public/locales/it/layout/modals/about.json
index 06413745e..7ccbd6615 100644
--- a/public/locales/it/layout/modals/about.json
+++ b/public/locales/it/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Tasto di scelta rapida",
"action": "Azioni",
"keybinds": "Scorciatoie da tastiera",
+ "documentation": "Documentazione",
+ "actions": {
+ "toggleTheme": "Attiva/Disattiva modalità chiaro/scuro",
+ "focusSearchBar": "Focalizza la barra di ricerca",
+ "openDocker": "Apri docker Widget",
+ "toggleEdit": "Attiva/Disattiva Edit Mode"
+ },
"metrics": {
"configurationSchemaVersion": "Versione dello schema di configurazione",
"configurationsCount": "Configurazioni disponibili",
@@ -14,5 +21,9 @@
"i18n": "Translation namespaces I18n caricati",
"locales": "I18n locales configurati",
"experimental_disableEditMode": "SPERIMENTALE: Disabilita l'edit mode"
+ },
+ "version": {
+ "new": "Nuovo: {{newVersion}}",
+ "dropdown": "Versione {{newVersion}} disponibile! La versione attuale è {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/it/layout/modals/add-app.json b/public/locales/it/layout/modals/add-app.json
index ade44c37e..5d9baf9f8 100644
--- a/public/locales/it/layout/modals/add-app.json
+++ b/public/locales/it/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Questa operazione potrebbe richiedere alcuni secondi"
}
},
+ "appNameFontSize": {
+ "label": "Dimensione font nome app",
+ "description": "Imposta la dimensione dei caratteri per la visualizzazione del nome dell'applicazione sul tile."
+ },
"appNameStatus": {
"label": "Stato del nome dell'app",
"description": "Scegli dove vuoi che il titolo si mostri, sempre che tu lo voglia.",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Il form contiene dati invalidi. Pertanto, non può essere salvato. Risolvere tutti i problemi e fare nuovamente clic su questo pulsante per salvare le modifiche"
+ "popover": "Il form contiene dati invalidi. Pertanto, non può essere salvato. Risolvere tutti i problemi e fare nuovamente clic su questo pulsante per salvare le modifiche",
+ "name": "Il nome è obbligatorio",
+ "noUrl": "L'url è obbligatorio",
+ "invalidUrl": "Il valore non è un url valido",
+ "noIconUrl": "Questo campo è obbligatorio",
+ "noExternalUri": "L'URI esterno è obbligatorio",
+ "invalidExternalUri": "L'URI esterno non è un uri valido"
}
}
diff --git a/public/locales/it/modules/bookmark.json b/public/locales/it/modules/bookmark.json
index 6e9e1fc11..379282d3c 100644
--- a/public/locales/it/modules/bookmark.json
+++ b/public/locales/it/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Elementi"
},
"layout": {
- "label": "Layout"
+ "label": "Layout",
+ "data": {
+ "autoGrid": "Griglia Automatica",
+ "horizontal": "Orizzontale",
+ "vertical": "Verticale"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Lista preferiti vuota",
"text": "Aggiungi nuovi elementi a questo elenco in edit mode"
}
+ },
+ "item": {
+ "validation": {
+ "length": "La lunghezza deve essere compresa tra {{shortest}} e {{longest}}",
+ "invalidLink": "Link non valido",
+ "errorMsg": "Non è stato salvato perché c'erano errori di convalida. Si prega di adattare i dati inseriti"
+ },
+ "name": "Nome",
+ "url": "URL",
+ "newTab": "Apri in una nuova scheda",
+ "hideHostname": "Nascondi Hostname",
+ "hideIcon": "Nascondi icona",
+ "delete": "Elimina"
}
}
diff --git a/public/locales/it/modules/calendar.json b/public/locales/it/modules/calendar.json
index 2b0986c1e..224625d16 100644
--- a/public/locales/it/modules/calendar.json
+++ b/public/locales/it/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Inizia la settimana di domenica"
},
"radarrReleaseType": {
- "label": "Tipo di release Radarr"
+ "label": "Tipo di release Radarr",
+ "data": {
+ "inCinemas": "Nei Cinema",
+ "physicalRelease": "Fisico",
+ "digitalRelease": "Digitale"
+ }
},
"hideWeekDays": {
"label": "Nascondi giorni della settimana"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
- "label": "Dimensioni carattere"
+ "label": "Dimensioni carattere",
+ "data": {
+ "xs": "Extra Piccolo",
+ "sm": "Piccolo",
+ "md": "Medio",
+ "lg": "Grande",
+ "xl": "Extra Grande"
+ }
}
}
}
diff --git a/public/locales/it/modules/dns-hole-summary.json b/public/locales/it/modules/dns-hole-summary.json
index 0766565ec..0e40fbeb5 100644
--- a/public/locales/it/modules/dns-hole-summary.json
+++ b/public/locales/it/modules/dns-hole-summary.json
@@ -10,9 +10,9 @@
"layout": {
"label": "Layout",
"data": {
- "grid": "",
- "row": "",
- "column": ""
+ "grid": "2 per 2",
+ "row": "Orizzontale",
+ "column": "Verticale"
}
}
}
diff --git a/public/locales/it/modules/iframe.json b/public/locales/it/modules/iframe.json
index f64760cc9..38ebe1efb 100644
--- a/public/locales/it/modules/iframe.json
+++ b/public/locales/it/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "URL invalido",
"text": "Assicurarsi di aver inserito un indirizzo valido nella configurazione del widget"
- }
+ },
+ "browserSupport": "Il tuo browser non supporta iframes. Aggiorna il tuo browser."
}
}
}
diff --git a/public/locales/it/modules/media-requests-list.json b/public/locales/it/modules/media-requests-list.json
index 72ae212d1..b0f5f8cf7 100644
--- a/public/locales/it/modules/media-requests-list.json
+++ b/public/locales/it/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Elenco richieste multimediali",
"replaceLinksWithExternalHost": {
"label": "Sostituisci i collegamenti con l'host esterno"
+ },
+ "openInNewTab": {
+ "label": "Apri i link in nuova scheda"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Approva richieste",
- "decline": "Declina richieste"
+ "decline": "Declina richieste",
+ "approving": "Approvazione Richiesta..."
+ },
+ "mutation": {
+ "approving": "Approvazione",
+ "declining": "Declinazione",
+ "request": "richiesta...",
+ "approved": "Richiesta approvata!",
+ "declined": "Richiesta rifiutata!"
}
}
diff --git a/public/locales/it/modules/media-requests-stats.json b/public/locales/it/modules/media-requests-stats.json
index 96e2fef03..99861c5cd 100644
--- a/public/locales/it/modules/media-requests-stats.json
+++ b/public/locales/it/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Statistiche sulle richieste multimediali",
"settings": {
"title": "Statistiche richieste multimediali",
- "direction": {
- "label": "Direzione del layout."
+ "replaceLinksWithExternalHost": {
+ "label": "Sostituisci i collegamenti con l'host esterno"
+ },
+ "openInNewTab": {
+ "label": "Apri i link in nuova scheda"
}
}
},
- "stats": {
- "pending": "In attesa di approvazione",
+ "mediaStats": {
+ "title": "Statistiche Multimediali",
+ "pending": "Approvazioni In Attesa",
"tvRequests": "Richieste TV",
- "movieRequests": "Richieste film"
+ "movieRequests": "Richieste film",
+ "approved": "Già approvato",
+ "totalRequests": "Totale"
+ },
+ "userStats": {
+ "title": "Utenti Top",
+ "requests": "Richieste: {{number}}"
}
}
diff --git a/public/locales/it/modules/media-server.json b/public/locales/it/modules/media-server.json
index 319f128e4..73d09c372 100644
--- a/public/locales/it/modules/media-server.json
+++ b/public/locales/it/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Impostazioni per il widget del server multimediale"
}
},
+ "loading": "Caricamento stream",
"card": {
"table": {
"header": {
diff --git a/public/locales/it/modules/notebook.json b/public/locales/it/modules/notebook.json
index 3ad2a768e..83b0bb87e 100644
--- a/public/locales/it/modules/notebook.json
+++ b/public/locales/it/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Blocco note",
+ "description": "Un widget interattivo basato su markdown per annotare i tuoi appunti!",
"settings": {
- "title": "",
+ "title": "Impostazioni per il widget del blocco note",
"showToolbar": {
- "label": ""
+ "label": "Mostra la barra degli strumenti per aiutarti a scrivere in Markdown"
},
"content": {
- "label": ""
+ "label": "Contenuto del blocco note"
}
}
}
diff --git a/public/locales/it/modules/rss.json b/public/locales/it/modules/rss.json
index 154198da2..7a418fe03 100644
--- a/public/locales/it/modules/rss.json
+++ b/public/locales/it/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Intervallo di aggiornamento (in secondi)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "Consenti formattazione HTML (pericoloso)",
+ "info": "Consentire la formattazione HTML dall'esterno potrebbe essere pericoloso.
Assicurarsi che il feed sia da una fonte attendibile."
},
"textLinesClamp": {
"label": "Blocco righe di testo"
diff --git a/public/locales/it/modules/torrents-status.json b/public/locales/it/modules/torrents-status.json
index ce48b69c0..a1db4ac3a 100644
--- a/public/locales/it/modules/torrents-status.json
+++ b/public/locales/it/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Si è verificato un errore imprevisto",
- "text": "Homarr non è riuscito a comunicare con i client Torrent. Controlla la tua configurazione"
+ "text": "Impossibile comunicare con i client Torrent. Controllare la configurazione"
}
},
"loading": {
- "title": "Caricamento in corso..."
+ "title": "Caricamento in corso",
+ "description": "Connessione in corso"
},
"popover": {
"introductionPrefix": "Gestito da",
diff --git a/public/locales/it/modules/usenet.json b/public/locales/it/modules/usenet.json
index c7bdc8cd7..0050bec49 100644
--- a/public/locales/it/modules/usenet.json
+++ b/public/locales/it/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "In pausa"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/it/modules/weather.json b/public/locales/it/modules/weather.json
index 2ac0029fd..1078d206b 100644
--- a/public/locales/it/modules/weather.json
+++ b/public/locales/it/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Temporale con grandine",
"unknown": "Sconosciuto"
}
- }
+ },
+ "error": "Si è verificato un errore"
}
diff --git a/public/locales/it/settings/customization/color-selector.json b/public/locales/it/settings/customization/color-selector.json
index 3017646ca..fea30e141 100644
--- a/public/locales/it/settings/customization/color-selector.json
+++ b/public/locales/it/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Colori",
- "suffix": "{{color}} colore"
+ "suffix": "{{color}} colore",
+ "primary": "Primario",
+ "secondary": "Secondario"
}
\ No newline at end of file
diff --git a/public/locales/it/settings/general/cache-buttons.json b/public/locales/it/settings/general/cache-buttons.json
new file mode 100644
index 000000000..0942df1d3
--- /dev/null
+++ b/public/locales/it/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Pulizia cache",
+ "selector": {
+ "label": "Seleziona la cache da pulire",
+ "data": {
+ "ping": "Ping queries",
+ "repositoryIcons": "Icone remote/locali",
+ "calendar&medias": "Media dal calendario",
+ "weather": "Dati meteo"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Cache svuotata",
+ "clearAll": {
+ "text": "Svuota tutta la cache",
+ "notificationMessage": "Tutta la cache è stata svuotata"
+ },
+ "clearSelect": {
+ "text": "Cancella le query selezionate",
+ "notificationMessageSingle": "La cache di {{value}} è stata cancellata",
+ "notificationMessageMulti": "Le cache di {{values}} sono state cancellate"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/it/settings/general/edit-mode-toggle.json b/public/locales/it/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..0f8dbaa1c
--- /dev/null
+++ b/public/locales/it/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Attiva/Disattiva edit mode",
+ "enable": "Abilità edit mode",
+ "disable": "Disabilita edit mode"
+ },
+ "form": {
+ "label": "Modifica password",
+ "message": "Per attivare l'edit mode, devi inserire la password che hai messo nella variabile d'ambiente chiamata EDIT_MODE_PASSWORD. Se non è impostata, non potrai attivare e disattivare l'edit mode.",
+ "submit": "Invia"
+ },
+ "notification": {
+ "success": {
+ "title": "Operazione riuscita",
+ "message": "Attivata edit mode con successo, ricaricando la pagina..."
+ },
+ "error": {
+ "title": "Errore",
+ "message": "Impossibile attivare l'edit mode, si prega di riprovare."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/it/settings/general/search-engine.json b/public/locales/it/settings/general/search-engine.json
index 956a59a82..65184b4a6 100644
--- a/public/locales/it/settings/general/search-engine.json
+++ b/public/locales/it/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Motore di ricerca",
"configurationName": "Configurazione del motore di ricerca",
+ "custom": "Personalizzato",
"tips": {
"generalTip": "È possibile utilizzare diversi prefissi! L'aggiunta di questi prefissi davanti alla query filtrerà i risultati. !s (Web), !t (Torrent), !y (YouTube) e !m (Media).",
"placeholderTip": "%s può essere usato come segnaposto per la ricerca."
diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json
index a99c712bf..1d17ee804 100644
--- a/public/locales/ja/common.json
+++ b/public/locales/ja/common.json
@@ -1,40 +1,40 @@
{
"save": "保存",
- "about": "について",
+ "about": "About",
"cancel": "キャンセル",
"close": "閉じる",
"delete": "削除",
"ok": "よっしゃー",
"edit": "編集",
- "enabled": "",
- "disabled": "",
- "enableAll": "",
- "disableAll": "",
+ "enabled": "有効",
+ "disabled": "無効",
+ "enableAll": "すべてを有効にする",
+ "disableAll": "すべてを無効にする",
"version": "バージョン",
"changePosition": "ポジションを変更する",
"remove": "削除",
- "removeConfirm": "",
- "createItem": "",
+ "removeConfirm": "{{item}} を削除してもよろしいですか?",
+ "createItem": "{{item}}を作成",
"sections": {
"settings": "設定",
- "dangerZone": "デンジャーゾーン"
+ "dangerZone": "危険な操作"
},
"secrets": {
- "apiKey": "",
+ "apiKey": "APIキー",
"username": "ユーザー名",
"password": "パスワード"
},
"tip": "ヒント ",
"time": {
- "seconds": "替わり",
- "minutes": "議事録",
- "hours": "時間"
+ "seconds": "秒",
+ "minutes": "分",
+ "hours": "時"
},
"loading": "読み込み中...",
"breakPoints": {
"small": "小",
- "medium": "巫女",
- "large": "おおきな"
+ "medium": "中",
+ "large": "大"
},
- "seeMore": ""
+ "seeMore": "もっと見る..."
}
\ No newline at end of file
diff --git a/public/locales/ja/layout/common.json b/public/locales/ja/layout/common.json
index cf4a491d2..38fff0308 100644
--- a/public/locales/ja/layout/common.json
+++ b/public/locales/ja/layout/common.json
@@ -1,18 +1,25 @@
{
"modals": {
"blockedPopups": {
- "title": "",
- "text": "",
+ "title": "ポップアップをブロック",
+ "text": "お使いのブラウザーは Homarr が API にアクセスすることをブロックしています。 これは最も一般的にAdBlockersまたは拒否された権限によって引き起こされます。Homarrは権限を自動的にリクエストできません。",
"list": {
- "browserPermission": "",
- "adBlockers": "",
- "otherBrowser": ""
+ "browserPermission": "URL以外のアイコンをクリックし、許可を確認してください。ポップアップとウィンドウを許可します",
+ "adBlockers": "ブラウザの広告ブロッカーやセキュリティツールを無効にする",
+ "otherBrowser": "別のブラウザーを試してください"
}
}
},
"actions": {
"category": {
- "openAllInNewTab": ""
+ "openAllInNewTab": "すべて新しいタブで開く"
}
+ },
+ "menu": {
+ "moveUp": "上に移動",
+ "moveDown": "下へ移動",
+ "addCategory": "",
+ "addAbove": "上",
+ "addBelow": "下"
}
}
\ No newline at end of file
diff --git a/public/locales/ja/layout/element-selector/selector.json b/public/locales/ja/layout/element-selector/selector.json
index 70436be45..7ba68fa26 100644
--- a/public/locales/ja/layout/element-selector/selector.json
+++ b/public/locales/ja/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "前のステップに戻る",
"actionIcon": {
"tooltip": "タイルを追加する"
+ },
+ "apps": "アプリ",
+ "app": {
+ "defaultName": "アプリ"
+ },
+ "widgets": "ウィジェット",
+ "categories": "カテゴリー",
+ "category": {
+ "newName": "新しいカテゴリ名",
+ "defaultName": "新しいカテゴリー",
+ "created": {
+ "title": "カテゴリを作成しました",
+ "message": "カテゴリ \"{{name}}\" が作成されました"
+ }
}
}
diff --git a/public/locales/ja/layout/errors/not-found.json b/public/locales/ja/layout/errors/not-found.json
index 9e26dfeeb..cdb58fb47 100644
--- a/public/locales/ja/layout/errors/not-found.json
+++ b/public/locales/ja/layout/errors/not-found.json
@@ -1 +1,5 @@
-{}
\ No newline at end of file
+{
+ "title": "ページが見つかりません",
+ "text": "このページは見つかりませんでした。このページのURLの有効期限が切れているか、URLが無効であるか、またはこのリソースにアクセスするために必要な権限を持っていない可能性があります。",
+ "button": "ホームに戻る"
+}
\ 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 8927f24f2..e4a7c1a29 100644
--- a/public/locales/ja/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/ja/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "編集モードが有効なのは <1>{{size}}1>サイズ",
"text": "今すぐアプリを調整し、設定することができます。変更は、 編集モードを終了するまで保存されません"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/ja/layout/modals/about.json b/public/locales/ja/layout/modals/about.json
index 609fe310a..1c130fc65 100644
--- a/public/locales/ja/layout/modals/about.json
+++ b/public/locales/ja/layout/modals/about.json
@@ -2,17 +2,28 @@
"description": "Homarrは、 sleek, modern dashboardで、すべてのアプリとサービスを指先で操作できるようにします。HOMARを使えば、便利な1つの場所ですべてにアクセスし、コントロールすることができます。Homarrは、あなたが追加したアプリとシームレスに統合され、あなたに貴重な情報を提供し、完全に制御することができます。インストールは簡単で、Homarrは幅広い導入方法をサポートしています。",
"contact": "お困りごとやご質問はありませんか?私たちにご連絡ください。",
"addToDashboard": "ダッシュボードに追加",
- "tip": "",
- "key": "",
- "action": "",
- "keybinds": "",
+ "tip": "Modは修飾キーを指し、CtrlキーとCommand/Super/Windowsキーです",
+ "key": "ショートカットキー",
+ "action": "アクション",
+ "keybinds": "キー設定",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "ライト/ダークモードに変更する",
+ "focusSearchBar": "検索バーにフォーカス",
+ "openDocker": "Dockerウィジェットを開く",
+ "toggleEdit": "編集モードの切り替え"
+ },
"metrics": {
- "configurationSchemaVersion": "",
- "configurationsCount": "",
+ "configurationSchemaVersion": "設定スキーマのバージョン",
+ "configurationsCount": "利用可能な構成",
"version": "バージョン",
- "nodeEnvironment": "",
- "i18n": "",
- "locales": "",
- "experimental_disableEditMode": ""
+ "nodeEnvironment": "ノード環境",
+ "i18n": "読み込まれたI18n翻訳名前空間",
+ "locales": "I18nロケールの設定",
+ "experimental_disableEditMode": "実験的: 編集モードを無効にする"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/ja/layout/modals/add-app.json b/public/locales/ja/layout/modals/add-app.json
index 08012fa2b..70081ecfd 100644
--- a/public/locales/ja/layout/modals/add-app.json
+++ b/public/locales/ja/layout/modals/add-app.json
@@ -1,7 +1,7 @@
{
"tabs": {
"general": "一般",
- "behaviour": "",
+ "behaviour": "動作",
"network": "ネットワーク",
"appearance": "外観",
"integration": "統合化"
@@ -26,10 +26,10 @@
"description": "アプリを現在のタブではなく、新しいタブで開く。"
},
"tooltipDescription": {
- "label": "",
- "description": ""
+ "label": "アプリケーション説明",
+ "description": "入力したテキストは、アプリの上にカーソルを置いたときに表示されます。\nアプリの詳細をユーザーに伝えたい場合や、何も表示しない場合は空欄にしてください。"
},
- "customProtocolWarning": ""
+ "customProtocolWarning": "非標準プロトコルを使用します。これには事前にインストールされたアプリケーションが必要で、セキュリティリスクが生じる可能性があります。アドレスが安全で信頼されていることを確認してください。"
},
"network": {
"statusChecker": {
@@ -44,38 +44,42 @@
"appearance": {
"icon": {
"label": "アプリアイコン",
- "description": "",
+ "description": "アイコンの検索を開始します。画像のURLを貼り付けてカスタムアイコンを使用することもできます。",
"autocomplete": {
- "title": "",
- "text": ""
+ "title": "結果が見つかりません",
+ "text": "より特定の検索用語を使用してみてください。目的のアイコンが見つからない場合は、上記の画像URLをカスタムアイコンに貼り付けてください。"
},
"noItems": {
- "title": "",
- "text": ""
+ "title": "外部アイコンを読み込み中",
+ "text": "これには数秒かかることがあります。"
}
},
- "appNameStatus": {
+ "appNameFontSize": {
"label": "",
- "description": "",
+ "description": ""
+ },
+ "appNameStatus": {
+ "label": "アプリ名の状態",
+ "description": "タイトルを表示する場所を選んでください。",
"dropdown": {
- "normal": "",
- "hover": "",
- "hidden": ""
+ "normal": "タイルにのみタイトルを表示",
+ "hover": "ツールチップのみにタイトルを表示",
+ "hidden": "全く表示しない"
}
},
"positionAppName": {
- "label": "",
- "description": "",
+ "label": "アプリ名の位置",
+ "description": "アイコンに対するアプリの名前の位置。",
"dropdown": {
- "top": "",
- "right": "",
- "bottom": "",
- "left": ""
+ "top": "上",
+ "right": "右",
+ "bottom": "下",
+ "left": "左"
}
},
"lineClampAppName": {
- "label": "",
- "description": ""
+ "label": "アプリ名の行のクランプ",
+ "description": "タイトルの最大行数を指定します。0を指定すると無制限です。"
}
},
"integration": {
@@ -93,12 +97,18 @@
"secrets": {
"description": "シークレットを更新するには、値を入力し、保存ボタンをクリックします。シークレットを削除するには、クリアボタンを使用します。",
"warning": "あなたの認証情報は、あなたの統合のためのアクセスとして機能します。あなたは、 決して 他の誰ともそれを共有しないでください。ホーマーチームは決してクレデンシャルを求めません。 あなたの秘密を安全に保存し、管理することを確認してください。",
- "clear": "クリアシークレット",
- "save": "秘密を守る",
- "update": "アップデートシークレット"
+ "clear": "シークレットをクリア",
+ "save": "シークレットを保存",
+ "update": "シークレットを更新"
}
},
"validation": {
- "popover": "フォームに不正なデータが含まれています。したがって、保存することができません。すべての問題を解決し、このボタンを再度クリックして変更を保存してください。"
+ "popover": "フォームに不正なデータが含まれています。したがって、保存することができません。すべての問題を解決し、このボタンを再度クリックして変更を保存してください。",
+ "name": "名前が必須です",
+ "noUrl": "URL が必要です",
+ "invalidUrl": "値は有効なURLではありません",
+ "noIconUrl": "このフィールドは必須です",
+ "noExternalUri": "外部 URI が必要です",
+ "invalidExternalUri": "外部 URI は有効な URI ではありません"
}
}
diff --git a/public/locales/ja/layout/modals/change-position.json b/public/locales/ja/layout/modals/change-position.json
index 3327de611..758a50e8a 100644
--- a/public/locales/ja/layout/modals/change-position.json
+++ b/public/locales/ja/layout/modals/change-position.json
@@ -1,6 +1,8 @@
{
+ "xPosition": "X軸の位置",
"width": "幅",
"height": "高さ",
+ "yPosition": "Y軸の位置",
"zeroOrHigher": "0以上",
"betweenXandY": "{{min}} と {{max}}の間"
}
\ No newline at end of file
diff --git a/public/locales/ja/modules/bookmark.json b/public/locales/ja/modules/bookmark.json
index 9a07167a2..748349488 100644
--- a/public/locales/ja/modules/bookmark.json
+++ b/public/locales/ja/modules/bookmark.json
@@ -1,25 +1,43 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "ブックマーク",
+ "description": "文字列またはリンクの静的リストを表示する",
"settings": {
- "title": "",
+ "title": "ブックマークの設定",
"name": {
- "label": "",
- "info": ""
+ "label": "ウィジェットタイトル",
+ "info": "タイトルを隠したい場合は空白のままにする"
},
"items": {
- "label": ""
+ "label": "アイテム"
},
"layout": {
- "label": ""
+ "label": "レイアウト",
+ "data": {
+ "autoGrid": "自動グリッド",
+ "horizontal": "水平",
+ "vertical": "垂直"
+ }
}
}
},
"card": {
"noneFound": {
- "title": "",
- "text": ""
+ "title": "ブックマークリストは空です",
+ "text": "編集モードでこのリストに新しい項目を追加する"
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "有効ではないリンク",
+ "errorMsg": "検証エラーがあったため、保存されませんでした。入力を認証してください。"
+ },
+ "name": "名称",
+ "url": "URL",
+ "newTab": "新しいタブで開く",
+ "hideHostname": "ホスト名を隠す",
+ "hideIcon": "アイコンを非表示",
+ "delete": "削除"
}
}
diff --git a/public/locales/ja/modules/calendar.json b/public/locales/ja/modules/calendar.json
index bbd094953..445e0e0aa 100644
--- a/public/locales/ja/modules/calendar.json
+++ b/public/locales/ja/modules/calendar.json
@@ -1,23 +1,38 @@
{
"descriptor": {
"name": "カレンダー",
- "description": "サポートされている統合製品から、今後のリリースをカレンダーで表示します。",
+ "description": "サポートされている統合機能からリリース予定のカレンダーを表示します。",
"settings": {
"title": "カレンダーウィジェットの設定",
"useSonarrv4": {
- "label": ""
+ "label": "Sonarr v4 API を使用"
},
"sundayStart": {
"label": "週の始まりは日曜日"
},
"radarrReleaseType": {
- "label": "ラダーリリースタイプ"
+ "label": "ラダーリリースタイプ",
+ "data": {
+ "inCinemas": "映画館にて",
+ "physicalRelease": "フィジカル",
+ "digitalRelease": "デジタル"
+ }
},
"hideWeekDays": {
+ "label": "平日を隠す"
+ },
+ "showUnmonitored": {
"label": ""
},
"fontSize": {
- "label": ""
+ "label": "文字サイズ",
+ "data": {
+ "xs": "極小",
+ "sm": "小",
+ "md": "中",
+ "lg": "大",
+ "xl": "特大"
+ }
}
}
}
diff --git a/public/locales/ja/modules/dashdot.json b/public/locales/ja/modules/dashdot.json
index 651273b3e..5cded635d 100644
--- a/public/locales/ja/modules/dashdot.json
+++ b/public/locales/ja/modules/dashdot.json
@@ -1,81 +1,81 @@
{
"descriptor": {
"name": "ダッシュ",
- "description": "",
+ "description": "HomarrでDashのグラフを表示します。",
"settings": {
"title": "Dash.ウィジェットの設定",
"dashName": {
- "label": ""
+ "label": "Dashの名前"
},
"url": {
"label": "ダッシュURL"
},
"usePercentages": {
- "label": ""
+ "label": "パーセント表示"
},
"columns": {
- "label": ""
+ "label": "列を表示"
},
"graphHeight": {
- "label": ""
+ "label": "グラフの高さ"
},
"graphsOrder": {
- "label": "",
+ "label": "グラフ (順序)",
"storage": {
"label": "ストレージ",
"enabled": {
- "label": ""
+ "label": "ウィジェットに表示"
},
"span": {
- "label": ""
+ "label": "列の間隔"
},
"compactView": {
- "label": ""
+ "label": "テキストで表示(コンパクト)"
},
"multiView": {
- "label": ""
+ "label": "マルチドライブビューで表示"
}
},
"network": {
"label": "ネットワーク",
"enabled": {
- "label": ""
+ "label": "ウィジェットに表示"
},
"span": {
- "label": ""
+ "label": "列の間隔"
},
"compactView": {
- "label": ""
+ "label": "テキストで表示(コンパクト)"
}
},
"cpu": {
"label": "CPU",
"enabled": {
- "label": ""
+ "label": "ウィジェットに表示"
},
"span": {
- "label": ""
+ "label": "列の間隔"
},
"multiView": {
- "label": ""
+ "label": "マルチコアビューで表示"
}
},
"ram": {
- "label": "",
+ "label": "メモリ",
"enabled": {
- "label": ""
+ "label": "ウィジェットに表示"
},
"span": {
- "label": ""
+ "label": "列の間隔"
}
},
"gpu": {
"label": "GPU",
"enabled": {
- "label": ""
+ "label": "ウィジェットに表示"
},
"span": {
- "label": ""
+ "label": "列の間隔"
}
}
}
@@ -87,28 +87,28 @@
"noService": "Dash.サービスが見当たりません。HOMARダッシュボードに追加するか、モジュールオプションでDash.サービスを設定してください。のURLをモジュールオプションで設定してください。",
"noInformation": "dashから情報を取得できません。- は最新版ですか?",
"protocolDowngrade": {
- "title": "",
- "text": ""
+ "title": "ダウングレードされたプロトコルを検出",
+ "text": "Dash. インスタンスへの接続は HTTP を使用しています。HTTP は暗号化されていないため、攻撃者がこの接続を悪用する可能性があります。Dash. が HTTPS を使用していることを確認するか、Homarr を HTTP にダウングレードしてください(推奨されません)。"
}
},
"graphs": {
"storage": {
"title": "ストレージ",
- "label": "ストレージです。"
+ "label": "ストレージ:"
},
"network": {
"title": "ネットワーク",
"label": "ネットワーク",
"metrics": {
- "download": "ダウン",
- "upload": "上"
+ "download": "ダウンロード",
+ "upload": "アップロード"
}
},
"cpu": {
"title": "CPU"
},
"ram": {
- "title": ""
+ "title": "メモリ"
},
"gpu": {
"title": "GPU"
diff --git a/public/locales/ja/modules/date.json b/public/locales/ja/modules/date.json
index 092c08ffb..249dc9137 100644
--- a/public/locales/ja/modules/date.json
+++ b/public/locales/ja/modules/date.json
@@ -5,27 +5,27 @@
"settings": {
"title": "日付と時刻ウィジェットの設定",
"display24HourFormat": {
- "label": "フルタイム(24時間)表示"
+ "label": "24時間表示"
},
"dateFormat": {
- "label": "",
+ "label": "日付フォーマット",
"data": {
- "hide": ""
+ "hide": "日付を隠す"
}
},
"enableTimezone": {
- "label": ""
+ "label": "カスタムタイムゾーンを表示"
},
"timezoneLocation": {
- "label": ""
+ "label": "タイムゾーン"
},
"titleState": {
- "label": "",
- "info": "",
+ "label": "都市名",
+ "info": "タイムゾーンオプションを有効にすると、都市名とタイムゾーンコードが表示されます。
また、都市だけを表示することも、何も表示しないこともできます。",
"data": {
- "both": "",
- "city": "",
- "none": ""
+ "both": "都市とタイムゾーン",
+ "city": "都市のみ",
+ "none": "なし"
}
}
}
diff --git a/public/locales/ja/modules/dlspeed.json b/public/locales/ja/modules/dlspeed.json
index 14861936b..3dcd78dc4 100644
--- a/public/locales/ja/modules/dlspeed.json
+++ b/public/locales/ja/modules/dlspeed.json
@@ -8,8 +8,8 @@
"header": {
"name": "名称",
"size": "サイズ",
- "download": "ダウン",
- "upload": "上",
+ "download": "ダウンロード",
+ "upload": "アップロード",
"estimatedTimeOfArrival": "ETA",
"progress": "進捗状況"
},
diff --git a/public/locales/ja/modules/dns-hole-controls.json b/public/locales/ja/modules/dns-hole-controls.json
index f8daba13b..89d433f7d 100644
--- a/public/locales/ja/modules/dns-hole-controls.json
+++ b/public/locales/ja/modules/dns-hole-controls.json
@@ -1,6 +1,6 @@
{
"descriptor": {
- "name": "",
- "description": ""
+ "name": "DNSホールコントロール",
+ "description": "ダッシュボードからPiHoleまたはAdGuardをコントロールする"
}
}
\ No newline at end of file
diff --git a/public/locales/ja/modules/dns-hole-summary.json b/public/locales/ja/modules/dns-hole-summary.json
index a18a2c33d..cbd09f33a 100644
--- a/public/locales/ja/modules/dns-hole-summary.json
+++ b/public/locales/ja/modules/dns-hole-summary.json
@@ -1,28 +1,28 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "DNSホールの概要",
+ "description": "PiHoleまたはAdGuardの重要なデータを表示します",
"settings": {
- "title": "",
+ "title": "DNSホールの概要の設定",
"usePiHoleColors": {
- "label": ""
+ "label": "PiHoleの色を使う"
},
"layout": {
- "label": "",
+ "label": "レイアウト",
"data": {
- "grid": "",
- "row": "",
- "column": ""
+ "grid": "2 x 2",
+ "row": "水平",
+ "column": "垂直"
}
}
}
},
"card": {
"metrics": {
- "domainsOnAdlist": "",
- "queriesToday": "",
- "queriesBlockedTodayPercentage": "",
- "queriesBlockedToday": ""
+ "domainsOnAdlist": "アドリスト上のドメイン",
+ "queriesToday": "今日のクエリ",
+ "queriesBlockedTodayPercentage": "今日のブロック",
+ "queriesBlockedToday": "今日のブロック"
}
}
}
diff --git a/public/locales/ja/modules/docker.json b/public/locales/ja/modules/docker.json
index ab12f691c..4cc17fcb4 100644
--- a/public/locales/ja/modules/docker.json
+++ b/public/locales/ja/modules/docker.json
@@ -1,23 +1,23 @@
{
"descriptor": {
- "name": "ドッカー",
+ "name": "Docker",
"description": "すべてのDockerコンテナを簡単に確認し、管理することができます。"
},
"search": {
- "placeholder": "コンテナ名、画像名で検索"
+ "placeholder": "コンテナ名、イメージ名で検索"
},
"table": {
"header": {
"name": "名称",
"image": "画像",
- "ports": "港湾",
+ "ports": "ポート",
"state": "状態"
},
"body": {
"portCollapse": "{{ports}} も"
},
"states": {
- "running": "ランニング",
+ "running": "実行中",
"created": "作成",
"stopped": "停止中",
"unknown": "不明"
@@ -29,55 +29,55 @@
"message": "Homarrにアプリを追加"
},
"restart": {
- "title": "再スタート"
+ "title": "再起動"
},
"stop": {
"title": "停止"
},
"start": {
- "title": "スタート"
+ "title": "開始"
},
"refreshData": {
- "title": "リフレッシュデータ"
+ "title": "更新"
},
"remove": {
"title": "削除"
},
"addToHomarr": {
- "title": "ホーマーに追加"
+ "title": "Homarrに追加"
}
},
"actions": {
"start": {
- "start": "スタート",
- "end": "開始"
+ "start": "開始中",
+ "end": "開始済"
},
"stop": {
"start": "停止",
"end": "停止中"
},
"restart": {
- "start": "再スタート",
- "end": "再スタート"
+ "start": "再起動中",
+ "end": "再起動済"
},
"remove": {
- "start": "削除",
- "end": "削除"
+ "start": "削除中",
+ "end": "削除済"
}
},
"errors": {
"integrationFailed": {
"title": "Dockerとの連携に失敗",
- "message": "ドッカーソケットをマウントするのを忘れていませんか?"
+ "message": "Dockerソケットをマウントするのを忘れていませんか?"
},
"unknownError": {
"title": "エラーが発生しました"
},
"oneServiceAtATime": {
- "title": "一度に1つのアプリやサービスだけを追加してください"
+ "title": "1度に1つのアプリやサービスだけを追加してください"
}
},
"actionIcon": {
- "tooltip": "ドッカー"
+ "tooltip": "Docker"
}
}
diff --git a/public/locales/ja/modules/iframe.json b/public/locales/ja/modules/iframe.json
index e699016a1..73cf51316 100644
--- a/public/locales/ja/modules/iframe.json
+++ b/public/locales/ja/modules/iframe.json
@@ -1,44 +1,45 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "iframe ",
+ "description": "インターネットから任意のコンテンツを埋め込みます。一部のウェブサイトではアクセスが制限される場合があります",
"settings": {
- "title": "",
+ "title": "iframe の設定",
"embedUrl": {
- "label": ""
+ "label": "埋め込みURL"
},
"allowFullScreen": {
- "label": ""
+ "label": "フルスクリーンを許可する"
},
"allowTransparency": {
- "label": ""
+ "label": "透明を許可"
},
"allowScrolling": {
- "label": ""
+ "label": "スクロールを許可する"
},
"allowPayment": {
- "label": ""
+ "label": "支払いを許可する"
},
"allowAutoPlay": {
- "label": ""
+ "label": "自動再生を許可する"
},
"allowMicrophone": {
- "label": ""
+ "label": "マイクを許可する"
},
"allowCamera": {
- "label": ""
+ "label": "カメラを許可する"
},
"allowGeolocation": {
- "label": ""
+ "label": "位置情報を許可する"
}
}
},
"card": {
"errors": {
"noUrl": {
- "title": "",
- "text": ""
- }
+ "title": "無効なURL",
+ "text": "ウィジェットの設定で有効なアドレスを入力していることを確認してください"
+ },
+ "browserSupport": "お使いのブラウザは iframe をサポートしていません。ブラウザを更新してください。"
}
}
}
diff --git a/public/locales/ja/modules/media-requests-list.json b/public/locales/ja/modules/media-requests-list.json
index ff218af5b..e96621f6b 100644
--- a/public/locales/ja/modules/media-requests-list.json
+++ b/public/locales/ja/modules/media-requests-list.json
@@ -1,24 +1,35 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "メディア・リクエスト",
+ "description": "OverseerrまたはJellyseerrからの全てのメディアリクエストのリストを見る",
"settings": {
- "title": "",
+ "title": "メディアリクエストリスト",
"replaceLinksWithExternalHost": {
+ "label": "リンクを外部ホストに置き換える"
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "noRequests": "",
- "pending": "",
- "nonePending": "",
+ "noRequests": "リクエストが見つかりません。アプリが正しく設定されているか確認してください。",
+ "pending": "{{countPendingApproval}} リクエストが承認待ちです。",
+ "nonePending": "現在保留中の承認はありません。準備完了です!",
"state": {
- "approved": "",
- "pendingApproval": "",
- "declined": ""
+ "approved": "承認済み",
+ "pendingApproval": "承認待ち",
+ "declined": "拒否"
},
"tooltips": {
- "approve": "",
- "decline": ""
+ "approve": "リクエスト承認",
+ "decline": "却下した申請",
+ "approving": "リクエスト承認..."
+ },
+ "mutation": {
+ "approving": "承認中",
+ "declining": "減少中",
+ "request": "リクエスト...",
+ "approved": "リクエストが承認されました!",
+ "declined": "リクエストは拒否されました!"
}
}
diff --git a/public/locales/ja/modules/media-requests-stats.json b/public/locales/ja/modules/media-requests-stats.json
index 3c1cdcf0f..47470dc3e 100644
--- a/public/locales/ja/modules/media-requests-stats.json
+++ b/public/locales/ja/modules/media-requests-stats.json
@@ -1,17 +1,27 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "メディア・リクエスト統計",
+ "description": "メディア・リクエストに関する統計",
"settings": {
- "title": "",
- "direction": {
+ "title": "メディア・リクエスト統計",
+ "replaceLinksWithExternalHost": {
+ "label": "リンクを外部ホストに置き換える"
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "",
"pending": "",
"tvRequests": "",
- "movieRequests": ""
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/ja/modules/media-server.json b/public/locales/ja/modules/media-server.json
index 2be958199..d6ba9c96b 100644
--- a/public/locales/ja/modules/media-server.json
+++ b/public/locales/ja/modules/media-server.json
@@ -1,23 +1,24 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "メディアサーバー",
+ "description": "JellyfinまたはPlexメディアサーバーと連動する",
"settings": {
- "title": ""
+ "title": "メディアサーバーウィジェットの設定"
}
},
+ "loading": "ストリームの読み込み中",
"card": {
"table": {
"header": {
- "session": "",
- "user": "",
- "currentlyPlaying": ""
+ "session": "セッション",
+ "user": "ユーザー",
+ "currentlyPlaying": "再生中の曲"
}
},
"errors": {
"general": {
- "title": "",
- "text": ""
+ "title": "コンテンツを読み込めません",
+ "text": "サーバーから情報を取得できません。詳細はログを確認してください。"
}
}
}
diff --git a/public/locales/ja/modules/notebook.json b/public/locales/ja/modules/notebook.json
index 3ad2a768e..12cf6f028 100644
--- a/public/locales/ja/modules/notebook.json
+++ b/public/locales/ja/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "メモ帳",
+ "description": "マークダウンベースの対話型ウィジェットでノートを書き留めることができます!",
"settings": {
- "title": "",
+ "title": "メモ帳ウィジェットの設定",
"showToolbar": {
- "label": ""
+ "label": "マークダウンを書くのに役立つツールバーを表示する"
},
"content": {
- "label": ""
+ "label": "ノートの内容"
}
}
}
diff --git a/public/locales/ja/modules/overseerr.json b/public/locales/ja/modules/overseerr.json
index 1e34363fc..f69446eb6 100644
--- a/public/locales/ja/modules/overseerr.json
+++ b/public/locales/ja/modules/overseerr.json
@@ -1,6 +1,6 @@
{
"descriptor": {
- "name": "オーバーホール",
+ "name": "Overseerr",
"description": "OverseerrやJellyseerrからメディアを検索して追加できるようにします。"
},
"popup": {
@@ -18,7 +18,7 @@
}
},
"seasonSelector": {
- "caption": "ダウンロードしたい季節にチェックを入れる",
+ "caption": "ダウンロードしたいシーズンにチェックを入れる",
"table": {
"header": {
"season": "シーズン",
diff --git a/public/locales/ja/modules/ping.json b/public/locales/ja/modules/ping.json
index 38f4eecc3..6d0705354 100644
--- a/public/locales/ja/modules/ping.json
+++ b/public/locales/ja/modules/ping.json
@@ -1,7 +1,7 @@
{
"descriptor": {
- "name": "ピング",
- "description": ""
+ "name": "Ping",
+ "description": "指定されたURLのHTTPレスポンス・コードに応じて、ステータス・インジケータを表示する。"
},
"states": {
"online": "オンライン {{response}}",
diff --git a/public/locales/ja/modules/rss.json b/public/locales/ja/modules/rss.json
index f65ffa1b9..74eb33d1f 100644
--- a/public/locales/ja/modules/rss.json
+++ b/public/locales/ja/modules/rss.json
@@ -1,28 +1,29 @@
{
"descriptor": {
- "name": "",
+ "name": "RSSウィジェット",
"description": "",
"settings": {
- "title": "",
+ "title": "RSSウィジェットの設定",
"rssFeedUrl": {
- "label": "",
- "description": ""
+ "label": "RSSフィードのURL",
+ "description": "表示するRSSフィードのURL。"
},
"refreshInterval": {
- "label": ""
+ "label": "更新間隔 (分)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "HTMLフォーマットを許可する(危険)",
+ "info": "外部からの HTML フォーマットを許可することは危険です。
フィードが信頼できるソースであることを確認してください。"
},
"textLinesClamp": {
- "label": ""
+ "label": "テキスト行クランプ"
}
},
"card": {
"errors": {
"general": {
- "title": "",
- "text": ""
+ "title": "RSSフィードを取得できません",
+ "text": "RSSフィードに到達する際に問題が発生しました。有効なURLを使用してRSSフィードを正しく設定していることを確認してください。 URLは公式の仕様と一致するはずです。フィードを更新した後、ダッシュボードを更新する必要があります。"
}
}
}
diff --git a/public/locales/ja/modules/search.json b/public/locales/ja/modules/search.json
index 34cb7aca8..cc66abe70 100644
--- a/public/locales/ja/modules/search.json
+++ b/public/locales/ja/modules/search.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "検索バー",
- "description": "カスタム検索エンジン、YouTube、サポートされているインテグレーションを検索できる検索バーです。"
+ "description": "カスタム検索エンジン、YouTube、およびサポートされている統合を検索できる検索バー。"
},
"input": {
"placeholder": "ウェブで検索..."
@@ -21,7 +21,7 @@
"description": "トレントを検索する"
},
"overseerr": {
- "name": "オーバーホール",
+ "name": "Overseerr",
"description": "Overseerrで映画やテレビ番組を検索する"
}
},
diff --git a/public/locales/ja/modules/torrents-status.json b/public/locales/ja/modules/torrents-status.json
index 09a27f5e8..84b4f52e4 100644
--- a/public/locales/ja/modules/torrents-status.json
+++ b/public/locales/ja/modules/torrents-status.json
@@ -14,11 +14,11 @@
"label": "古くなったトレントを表示する"
},
"labelFilterIsWhitelist": {
- "label": ""
+ "label": "ラベルリストはホワイトリストです(ブラックリストではない)"
},
"labelFilter": {
- "label": "",
- "description": ""
+ "label": "ラベル一覧",
+ "description": "「ホワイトリスト」にチェックされている場合、これはホワイトリストとして機能する。チェックされていない場合、これはブラックリストとなる。空の場合は何もしません。"
}
}
},
@@ -31,8 +31,8 @@
"header": {
"name": "名称",
"size": "サイズ",
- "download": "ダウン",
- "upload": "上",
+ "download": "ダウンロード",
+ "upload": "アップロード",
"estimatedTimeOfArrival": "ETA",
"progress": "進捗状況"
},
@@ -41,7 +41,7 @@
},
"body": {
"nothingFound": "トレントが見つかりません",
- "filterHidingItems": ""
+ "filterHidingItems": "{{count}} エントリはフィルターで非表示になります"
}
},
"lineChart": {
@@ -58,22 +58,23 @@
"text": "サポートされているTorrentクライアントを追加して、現在のダウンロードを表示します。"
},
"generic": {
- "title": "",
- "text": "HomarrはあなたのTorrentクライアントと通信できませんでした。設定を確認してください。"
+ "title": "予期せぬエラーが発生しました",
+ "text": "Torrentクライアントと通信できません。設定を確認してください。"
}
},
"loading": {
- "title": "読み込み中..."
+ "title": "読み込み中",
+ "description": "接続中..."
},
"popover": {
- "introductionPrefix": "マネージド・バイ",
+ "introductionPrefix": "管理者:",
"metrics": {
- "queuePosition": "キューポジション - {{position}}",
- "progress": "進捗状況 - {{progress}}%.",
+ "queuePosition": "キューの位置 - {{position}}",
+ "progress": "進捗状況 - {{progress}}%",
"totalSelectedSize": "合計 - {{totalSize}}",
"state": "状態 - {{state}}",
"ratio": "比率",
- "completed": "完成品"
+ "completed": "完了"
}
}
}
diff --git a/public/locales/ja/modules/usenet.json b/public/locales/ja/modules/usenet.json
index 673a06459..b84677bc0 100644
--- a/public/locales/ja/modules/usenet.json
+++ b/public/locales/ja/modules/usenet.json
@@ -1,19 +1,19 @@
{
"descriptor": {
- "name": "ユーズネット",
- "description": "ユーズネットインスタンスの表示と管理を可能にします。"
+ "name": "Usenet",
+ "description": "Usenetインスタンスの表示と管理を許可します。"
},
"card": {
"errors": {
"noDownloadClients": {
"title": "対応するダウンロードクライアントが見つかりません",
- "text": "サポートされているUsenetダウンロードクライアントを追加して、現在のダウンロードを表示する"
+ "text": "現在のダウンロードを表示するには、サポートされているUsenetダウンロードクライアントを追加します"
}
}
},
"tabs": {
"queue": "キュー",
- "history": "沿革"
+ "history": "履歴"
},
"info": {
"sizeLeft": "左サイズ",
@@ -26,7 +26,7 @@
"eta": "ETA",
"progress": "進捗状況"
},
- "empty": "エンプティ",
+ "empty": "空",
"error": {
"title": "エラー",
"message": "エラーが発生しました"
@@ -39,11 +39,11 @@
"size": "サイズ",
"duration": "期間"
},
- "empty": "エンプティ",
+ "empty": "空",
"error": {
"title": "エラー",
"message": "履歴の読み込みエラー"
},
"paused": "ポーズ"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/ja/modules/video-stream.json b/public/locales/ja/modules/video-stream.json
index 539daa1c4..e06a5bf2e 100644
--- a/public/locales/ja/modules/video-stream.json
+++ b/public/locales/ja/modules/video-stream.json
@@ -1,24 +1,24 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "ビデオストリーム",
+ "description": "カメラやウェブサイトからのビデオストリームやビデオを埋め込む",
"settings": {
- "title": "",
+ "title": "ビデオストリームウィジェットの設定",
"FeedUrl": {
- "label": ""
+ "label": "フィードURL"
},
"autoPlay": {
- "label": ""
+ "label": "オートプレイ"
},
"muted": {
- "label": ""
+ "label": "ミュート"
},
"controls": {
- "label": ""
+ "label": "ビデオプレーヤーのコントロール"
}
}
},
"errors": {
- "invalidStream": ""
+ "invalidStream": "無効なストリーム"
}
}
\ No newline at end of file
diff --git a/public/locales/ja/modules/weather.json b/public/locales/ja/modules/weather.json
index 1b71e7c88..946016fa9 100644
--- a/public/locales/ja/modules/weather.json
+++ b/public/locales/ja/modules/weather.json
@@ -8,7 +8,7 @@
"label": "表示単位:華氏"
},
"displayCityName": {
- "label": ""
+ "label": "都市名の表示"
},
"location": {
"label": "天候の場所"
@@ -19,18 +19,19 @@
"weatherDescriptions": {
"clear": "クリア",
"mainlyClear": "主なクリア事項",
- "fog": "フォグ",
+ "fog": "霧",
"drizzle": "小雨",
- "freezingDrizzle": "凍てつく霧雨",
+ "freezingDrizzle": "雨氷",
"rain": "雨",
- "freezingRain": "凍てつく雨",
+ "freezingRain": "雨氷",
"snowFall": "降雪",
- "snowGrains": "雪の粒",
+ "snowGrains": "霧雪",
"rainShowers": "にわか雨",
"snowShowers": "スノーシャワー",
"thunderstorm": "サンダーストーム",
"thunderstormWithHail": "雹を伴う雷雨",
"unknown": "不明"
}
- }
+ },
+ "error": "エラーが発生しました"
}
diff --git a/public/locales/ja/settings/common.json b/public/locales/ja/settings/common.json
index 11477d400..cab3395f4 100644
--- a/public/locales/ja/settings/common.json
+++ b/public/locales/ja/settings/common.json
@@ -10,22 +10,22 @@
},
"credits": {
"madeWithLove": "で作った❤️ by @さん",
- "thirdPartyContent": "",
+ "thirdPartyContent": "サードパーティのコンテンツを見る",
"thirdPartyContentTable": {
- "dependencyName": "",
+ "dependencyName": "依存",
"dependencyVersion": "バージョン"
}
},
- "grow": "グロースグリッド(全領域を占有)",
+ "grow": "グリッドを拡大 (すべてのスペースを取る)",
"layout": {
"preview": {
- "title": "",
- "subtitle": ""
+ "title": "プレビュー",
+ "subtitle": "変更内容は自動的に保存されます"
},
- "divider": "",
+ "divider": "レイアウト設定",
"main": "メイン",
"sidebar": "サイドバー",
- "cannotturnoff": "OFFにできない",
+ "cannotturnoff": "オフにはできない",
"dashboardlayout": "ダッシュボードのレイアウト",
"enablersidebar": "右サイドバーを有効にする",
"enablelsidebar": "左サイドバーを有効にする",
diff --git a/public/locales/ja/settings/customization/accessibility.json b/public/locales/ja/settings/customization/accessibility.json
index 345ac2ef6..9caef6520 100644
--- a/public/locales/ja/settings/customization/accessibility.json
+++ b/public/locales/ja/settings/customization/accessibility.json
@@ -1,11 +1,11 @@
{
"disablePulse": {
- "label": "",
- "description": ""
+ "label": "Pingパルスを無効にする",
+ "description": "デフォルトでは、HomarrのPingインジケータはパルスを発生させます。これは刺激的な可能性があります。このスライダーはアニメーションを無効にします"
},
"replaceIconsWithDots": {
- "label": "",
- "description": ""
+ "label": "Pingのドットをアイコンに置き換える",
+ "description": "色覚障害のユーザーの場合、ping点が認識できない可能性があります。これはインジケータをアイコンに置き換えます。"
},
- "alert": ""
+ "alert": "何か足りませんか?Homarrのアクセシビリティを喜んで拡張します。"
}
\ No newline at end of file
diff --git a/public/locales/ja/settings/customization/color-selector.json b/public/locales/ja/settings/customization/color-selector.json
index 98603c298..83dd0a2bf 100644
--- a/public/locales/ja/settings/customization/color-selector.json
+++ b/public/locales/ja/settings/customization/color-selector.json
@@ -1,3 +1,6 @@
{
- "suffix": "{{color}} 色"
+ "colors": "色",
+ "suffix": "{{color}} 色",
+ "primary": "プライマリ",
+ "secondary": "セカンダリー"
}
\ No newline at end of file
diff --git a/public/locales/ja/settings/customization/general.json b/public/locales/ja/settings/customization/general.json
index b34197ed2..94235df41 100644
--- a/public/locales/ja/settings/customization/general.json
+++ b/public/locales/ja/settings/customization/general.json
@@ -1,25 +1,25 @@
{
- "text": "",
+ "text": "カスタマイズすると、Homarrでの体験をあなたの好みに合わせて設定し、調整することができます。",
"accordeon": {
"layout": {
- "name": "",
- "description": ""
+ "name": "レイアウト",
+ "description": "ヘッダーとダッシュボードのタイルの要素を有効または無効にする"
},
"gridstack": {
- "name": "",
- "description": ""
+ "name": "グリッドスタック",
+ "description": "ダッシュボードエリアの動作と列をカスタマイズする"
},
"pageMetadata": {
- "name": "",
- "description": ""
+ "name": "ページメタデータ",
+ "description": "タイトル、ロゴ、PWAの調整"
},
"appereance": {
"name": "外観",
- "description": ""
+ "description": "背景、色、アプリの外観のカスタマイズ"
},
"accessibility": {
- "name": "",
- "description": ""
+ "name": "アクセシビリティ",
+ "description": "障害のあるユーザーのためのHomarr設定"
}
}
}
diff --git a/public/locales/ja/settings/customization/gridstack.json b/public/locales/ja/settings/customization/gridstack.json
index 18c3d8233..d642e521a 100644
--- a/public/locales/ja/settings/customization/gridstack.json
+++ b/public/locales/ja/settings/customization/gridstack.json
@@ -1,10 +1,10 @@
{
"columnsCount": {
- "labelPreset": "",
- "descriptionPreset": "",
- "descriptionExceedsPreset": ""
+ "labelPreset": "列のサイズ( {{size}})",
+ "descriptionPreset": "画面幅が {{pixels}} ピクセル未満の場合の列数",
+ "descriptionExceedsPreset": "画面サイズが {{pixels}} ピクセルを超える場合の列数"
},
- "unsavedChanges": "",
- "applyChanges": "",
- "defaultValues": ""
+ "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 49d810e93..c9c6dbbd1 100644
--- a/public/locales/ja/settings/customization/page-appearance.json
+++ b/public/locales/ja/settings/customization/page-appearance.json
@@ -1,30 +1,30 @@
{
"pageTitle": {
"label": "ページタイトル",
- "description": ""
+ "description": "左上のダッシュボードのタイトル"
},
"metaTitle": {
"label": "メタ・タイトル",
- "description": ""
+ "description": "ブラウザのタブに表示されるタイトル"
},
"logo": {
- "label": "ロゴマーク",
- "description": ""
+ "label": "ロゴ",
+ "description": "左上に表示されるロゴ"
},
"favicon": {
"label": "ファビコン",
- "description": ""
+ "description": "ブラウザのタブに表示されるアイコン"
},
"background": {
"label": "背景"
},
"customCSS": {
"label": "カスタムCSS",
- "description": "",
+ "description": "さらに、CSS を使用してダッシュボードをカスタマイズします。経験豊富なユーザーにのみお勧めします。",
"placeholder": "カスタムCSSは最後に適用されます",
- "applying": ""
+ "applying": "CSSを適用中..."
},
"buttons": {
- "submit": "提出"
+ "submit": "送信"
}
}
diff --git a/public/locales/ja/settings/general/cache-buttons.json b/public/locales/ja/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/ja/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ja/settings/general/config-changer.json b/public/locales/ja/settings/general/config-changer.json
index b2df43695..0f1d98373 100644
--- a/public/locales/ja/settings/general/config-changer.json
+++ b/public/locales/ja/settings/general/config-changer.json
@@ -1,64 +1,64 @@
{
"configSelect": {
- "label": "コンフィグチェンジャー",
+ "label": "保存した設定",
"description": "{{configCount}} の構成が可能です。",
- "loadingNew": "コンフィグを読み込む...",
- "pleaseWait": "新しいコンフィグが読み込まれるまで、しばらくお待ちください"
+ "loadingNew": "設定を読み込み中...",
+ "pleaseWait": "新しい設定が読み込まれるまでお待ちください!"
},
"modal": {
"copy": {
- "title": "新しいコンフィグの名前を選択します。",
+ "title": "新しい設定の名前を選択してください",
"form": {
"configName": {
- "label": "コンフィグ名",
+ "label": "設定名",
"validation": {
- "required": "コンフィグ名は必須です",
- "notUnique": "コンフィグ名はすでに使用されています"
+ "required": "設定名が必要です",
+ "notUnique": "この名前は既に使用されています"
},
- "placeholder": "新しいコンフィグ名"
+ "placeholder": "新しい設定名"
},
"submitButton": "確認"
},
"events": {
"configSaved": {
- "title": "コンフィグ保存",
+ "title": "設定を保存",
"message": "{{configName}}として保存されたコンフィグ"
},
"configCopied": {
- "title": "コンフィグをコピーした",
- "message": "{{configName}}としてコピーされたコンフィグ"
+ "title": "設定をコピーしました",
+ "message": "設定を {{configName}} としてコピーしました"
},
"configNotCopied": {
- "title": "コンフィグをコピーできない",
- "message": "コンフィグが {{configName}}としてコピーされていない"
+ "title": "設定をコピーできない",
+ "message": "設定は {{configName}}としてコピーされませんでした"
}
}
},
"confirmDeletion": {
- "title": "コンフィグの削除を確認する",
- "warningText": "",
- "text": "",
+ "title": "設定の削除を確認する",
+ "warningText": "{{configName}}' を削除しようとしています。",
+ "text": "削除は元に戻せず、データは永久に失われますのでご注意ください。このボタンをクリックすると、ファイルはディスクから永久に削除されます。設定の適切なバックアップを作成してください。",
"buttons": {
- "confirm": "はい、'{{configName}}' を削除してください。"
+ "confirm": "はい、削除します '{{configName}}'"
}
}
},
"buttons": {
- "download": "ダウンロードコンフィグ",
+ "download": "ダウンロード設定",
"delete": {
- "text": "コンフィグの削除",
+ "text": "設定の削除",
"notifications": {
"deleted": {
- "title": "コンフィグ削除",
- "message": "コンフィグ削除"
+ "title": "設定を削除しました",
+ "message": "設定を削除しました"
},
"deleteFailed": {
- "title": "コンフィグ削除の失敗",
- "message": "コンフィグ削除の失敗"
+ "title": "構成の削除に失敗しました",
+ "message": "構成の削除に失敗しました"
},
"deleteFailedDefaultConfig": {
- "title": "",
- "message": "ファイルシステムからコンフィギュレーションが削除されていない"
+ "title": "デフォルトの設定は削除できません",
+ "message": "設定はファイルシステムから削除されませんでした"
}
}
},
@@ -67,16 +67,16 @@
"dropzone": {
"notifications": {
"invalidConfig": {
- "title": "コンフィグを読み込めない",
- "message": "コンフィグを読み込めませんでした。無効なJSON形式です。"
+ "title": "設定を読み込めません",
+ "message": "設定を読み込めませんでした。無効な JSON 形式です。"
},
"loadedSuccessfully": {
- "title": "Config {{configName}} 読み込み成功"
+ "title": "設定 {{configName}} の読み込みに成功しました"
}
},
"accept": {
- "title": "コンフィギュレーションアップロード",
- "text": "ここにファイルをドラッグしてコンフィグをアップロードしてください。JSONファイルのみ対応。"
+ "title": "設定のアップロード",
+ "text": "ここにファイルをドラッグすると、設定をアップロードします。JSON ファイルのみサポートします。"
},
"reject": {
"title": "ドラッグ&ドロップによるアップロードを拒否",
diff --git a/public/locales/ja/settings/general/edit-mode-toggle.json b/public/locales/ja/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..d0ba31b6c
--- /dev/null
+++ b/public/locales/ja/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "送信"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "エラー",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ja/settings/general/search-engine.json b/public/locales/ja/settings/general/search-engine.json
index e8d096653..970cc5195 100644
--- a/public/locales/ja/settings/general/search-engine.json
+++ b/public/locales/ja/settings/general/search-engine.json
@@ -1,8 +1,9 @@
{
"title": "検索エンジン",
"configurationName": "検索エンジンの設定",
+ "custom": "",
"tips": {
- "generalTip": "",
+ "generalTip": "使用できる複数のプレフィックスがあります! クエリの前にこれらを追加すると、結果が絞り込まれます。 !s (Web), !t (Torrents), !y (YouTube), そして !m (Media).",
"placeholderTip": "%s は、クエリのプレースホルダとして使用することができます。"
},
"customEngine": {
diff --git a/public/locales/ja/widgets/draggable-list.json b/public/locales/ja/widgets/draggable-list.json
index 5d27e99ad..9294319df 100644
--- a/public/locales/ja/widgets/draggable-list.json
+++ b/public/locales/ja/widgets/draggable-list.json
@@ -1,7 +1,7 @@
{
"noEntries": {
- "title": "",
- "text": ""
+ "title": "エントリーなし",
+ "text": "エントリーを追加するには、以下のボタンを使用します。"
},
- "buttonAdd": ""
+ "buttonAdd": "追加"
}
diff --git a/public/locales/ja/widgets/error-boundary.json b/public/locales/ja/widgets/error-boundary.json
index ce74ad0fc..e4439c013 100644
--- a/public/locales/ja/widgets/error-boundary.json
+++ b/public/locales/ja/widgets/error-boundary.json
@@ -1,14 +1,14 @@
{
"card": {
- "title": "",
+ "title": "おっと、エラーが発生しました。",
"buttons": {
- "details": "",
- "tryAgain": ""
+ "details": "詳細",
+ "tryAgain": "リトライ"
}
},
"modal": {
"text": "",
- "label": "",
- "reportButton": ""
+ "label": "あなたのエラー",
+ "reportButton": "このエラーを報告する"
}
}
diff --git a/public/locales/ko/layout/common.json b/public/locales/ko/layout/common.json
index cf4a491d2..4f4c4e6b4 100644
--- a/public/locales/ko/layout/common.json
+++ b/public/locales/ko/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ No newline at end of file
diff --git a/public/locales/ko/layout/element-selector/selector.json b/public/locales/ko/layout/element-selector/selector.json
index 2a4f14e0d..82d03e7fb 100644
--- a/public/locales/ko/layout/element-selector/selector.json
+++ b/public/locales/ko/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "",
"actionIcon": {
"tooltip": ""
+ },
+ "apps": "",
+ "app": {
+ "defaultName": ""
+ },
+ "widgets": "",
+ "categories": "",
+ "category": {
+ "newName": "",
+ "defaultName": "",
+ "created": {
+ "title": "",
+ "message": ""
+ }
}
}
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 b3cfd87be..4d1ebe1d9 100644
--- a/public/locales/ko/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/ko/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "",
"text": ""
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/ko/layout/modals/about.json b/public/locales/ko/layout/modals/about.json
index b6fe509b3..1be064ea0 100644
--- a/public/locales/ko/layout/modals/about.json
+++ b/public/locales/ko/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "",
"action": "",
"keybinds": "",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "",
+ "focusSearchBar": "",
+ "openDocker": "",
+ "toggleEdit": ""
+ },
"metrics": {
"configurationSchemaVersion": "",
"configurationsCount": "",
@@ -14,5 +21,9 @@
"i18n": "",
"locales": "",
"experimental_disableEditMode": ""
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/ko/layout/modals/add-app.json b/public/locales/ko/layout/modals/add-app.json
index 6d0b52e9a..b33ae7e2e 100644
--- a/public/locales/ko/layout/modals/add-app.json
+++ b/public/locales/ko/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": ""
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": ""
+ "popover": "",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/ko/modules/bookmark.json b/public/locales/ko/modules/bookmark.json
index 9a07167a2..d27de0168 100644
--- a/public/locales/ko/modules/bookmark.json
+++ b/public/locales/ko/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": ""
},
"layout": {
- "label": ""
+ "label": "",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "",
"text": ""
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "이름",
+ "url": "",
+ "newTab": "",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "삭제"
}
}
diff --git a/public/locales/ko/modules/calendar.json b/public/locales/ko/modules/calendar.json
index 5d028656d..858c62276 100644
--- a/public/locales/ko/modules/calendar.json
+++ b/public/locales/ko/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "한 주의 시작을 일요일로 설정"
},
"radarrReleaseType": {
- "label": ""
+ "label": "",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": ""
},
- "fontSize": {
+ "showUnmonitored": {
"label": ""
+ },
+ "fontSize": {
+ "label": "",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/ko/modules/iframe.json b/public/locales/ko/modules/iframe.json
index e699016a1..cbd07acf7 100644
--- a/public/locales/ko/modules/iframe.json
+++ b/public/locales/ko/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "",
"text": ""
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/ko/modules/media-requests-list.json b/public/locales/ko/modules/media-requests-list.json
index ff218af5b..2b1fc2d63 100644
--- a/public/locales/ko/modules/media-requests-list.json
+++ b/public/locales/ko/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "",
"replaceLinksWithExternalHost": {
"label": ""
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "",
- "decline": ""
+ "decline": "",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/ko/modules/media-requests-stats.json b/public/locales/ko/modules/media-requests-stats.json
index 3c1cdcf0f..f152af280 100644
--- a/public/locales/ko/modules/media-requests-stats.json
+++ b/public/locales/ko/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "",
"settings": {
"title": "",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": ""
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "",
"pending": "",
"tvRequests": "",
- "movieRequests": ""
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/ko/modules/media-server.json b/public/locales/ko/modules/media-server.json
index 2be958199..3e8852626 100644
--- a/public/locales/ko/modules/media-server.json
+++ b/public/locales/ko/modules/media-server.json
@@ -6,6 +6,7 @@
"title": ""
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/ko/modules/rss.json b/public/locales/ko/modules/rss.json
index f65ffa1b9..32b2b7889 100644
--- a/public/locales/ko/modules/rss.json
+++ b/public/locales/ko/modules/rss.json
@@ -12,7 +12,8 @@
"label": ""
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": ""
diff --git a/public/locales/ko/modules/torrents-status.json b/public/locales/ko/modules/torrents-status.json
index ec6cb0e96..88d6a14b5 100644
--- a/public/locales/ko/modules/torrents-status.json
+++ b/public/locales/ko/modules/torrents-status.json
@@ -63,7 +63,8 @@
}
},
"loading": {
- "title": "불러오는 중…"
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "",
diff --git a/public/locales/ko/modules/usenet.json b/public/locales/ko/modules/usenet.json
index 44a15b52b..c11e66fe9 100644
--- a/public/locales/ko/modules/usenet.json
+++ b/public/locales/ko/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "일시 중지됨"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/ko/modules/weather.json b/public/locales/ko/modules/weather.json
index e40d0195d..6dcb41a7a 100644
--- a/public/locales/ko/modules/weather.json
+++ b/public/locales/ko/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "우박을 동반한 뇌우",
"unknown": "알 수 없음"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/ko/settings/general/cache-buttons.json b/public/locales/ko/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/ko/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ko/settings/general/edit-mode-toggle.json b/public/locales/ko/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..afcc88d03
--- /dev/null
+++ b/public/locales/ko/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "적용"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "오류",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ko/settings/general/search-engine.json b/public/locales/ko/settings/general/search-engine.json
index 844b076ce..060e45d5f 100644
--- a/public/locales/ko/settings/general/search-engine.json
+++ b/public/locales/ko/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "검색 엔진",
"configurationName": "",
+ "custom": "",
"tips": {
"generalTip": "",
"placeholderTip": "%s는 쿼리의 자리 표시자로 사용할 수 있습니다."
diff --git a/public/locales/lol/layout/common.json b/public/locales/lol/layout/common.json
index cf4a491d2..4f4c4e6b4 100644
--- a/public/locales/lol/layout/common.json
+++ b/public/locales/lol/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ No newline at end of file
diff --git a/public/locales/lol/layout/element-selector/selector.json b/public/locales/lol/layout/element-selector/selector.json
index 941461707..c421f2966 100644
--- a/public/locales/lol/layout/element-selector/selector.json
+++ b/public/locales/lol/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Go Bak 2 Teh Previous Step",
"actionIcon": {
"tooltip": "Add Tile"
+ },
+ "apps": "",
+ "app": {
+ "defaultName": ""
+ },
+ "widgets": "",
+ "categories": "",
+ "category": {
+ "newName": "",
+ "defaultName": "",
+ "created": {
+ "title": "",
+ "message": ""
+ }
}
}
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 476e63396..b9b440b44 100644
--- a/public/locales/lol/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/lol/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"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"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/lol/layout/modals/about.json b/public/locales/lol/layout/modals/about.json
index e1432237d..eee525bde 100644
--- a/public/locales/lol/layout/modals/about.json
+++ b/public/locales/lol/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "",
"action": "",
"keybinds": "",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "",
+ "focusSearchBar": "",
+ "openDocker": "",
+ "toggleEdit": ""
+ },
"metrics": {
"configurationSchemaVersion": "",
"configurationsCount": "",
@@ -14,5 +21,9 @@
"i18n": "",
"locales": "",
"experimental_disableEditMode": ""
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/lol/layout/modals/add-app.json b/public/locales/lol/layout/modals/add-app.json
index b96e45c6f..f1cae3d77 100644
--- a/public/locales/lol/layout/modals/add-app.json
+++ b/public/locales/lol/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": ""
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Ur Form Contains Invalid Data. Hence, It Cant Be Savd. Plz Resolve All Issuez An Click Dis Butn Again 2 Save Ur Changez"
+ "popover": "Ur Form Contains Invalid Data. Hence, It Cant Be Savd. Plz Resolve All Issuez An Click Dis Butn Again 2 Save Ur Changez",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/lol/modules/bookmark.json b/public/locales/lol/modules/bookmark.json
index 9a07167a2..f78930119 100644
--- a/public/locales/lol/modules/bookmark.json
+++ b/public/locales/lol/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": ""
},
"layout": {
- "label": ""
+ "label": "",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "",
"text": ""
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "Naym",
+ "url": "",
+ "newTab": "Open in new tab",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "Deleet"
}
}
diff --git a/public/locales/lol/modules/calendar.json b/public/locales/lol/modules/calendar.json
index ea08d718b..6334e4ee3 100644
--- a/public/locales/lol/modules/calendar.json
+++ b/public/locales/lol/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Start teh week on Sunday"
},
"radarrReleaseType": {
- "label": "Radarr Release Type"
+ "label": "Radarr Release Type",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": ""
},
- "fontSize": {
+ "showUnmonitored": {
"label": ""
+ },
+ "fontSize": {
+ "label": "",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/lol/modules/iframe.json b/public/locales/lol/modules/iframe.json
index e699016a1..cbd07acf7 100644
--- a/public/locales/lol/modules/iframe.json
+++ b/public/locales/lol/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "",
"text": ""
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/lol/modules/media-requests-list.json b/public/locales/lol/modules/media-requests-list.json
index ff218af5b..2b1fc2d63 100644
--- a/public/locales/lol/modules/media-requests-list.json
+++ b/public/locales/lol/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "",
"replaceLinksWithExternalHost": {
"label": ""
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "",
- "decline": ""
+ "decline": "",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/lol/modules/media-requests-stats.json b/public/locales/lol/modules/media-requests-stats.json
index 3c1cdcf0f..f152af280 100644
--- a/public/locales/lol/modules/media-requests-stats.json
+++ b/public/locales/lol/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "",
"settings": {
"title": "",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": ""
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "",
"pending": "",
"tvRequests": "",
- "movieRequests": ""
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/lol/modules/media-server.json b/public/locales/lol/modules/media-server.json
index 2be958199..3e8852626 100644
--- a/public/locales/lol/modules/media-server.json
+++ b/public/locales/lol/modules/media-server.json
@@ -6,6 +6,7 @@
"title": ""
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/lol/modules/rss.json b/public/locales/lol/modules/rss.json
index f65ffa1b9..32b2b7889 100644
--- a/public/locales/lol/modules/rss.json
+++ b/public/locales/lol/modules/rss.json
@@ -12,7 +12,8 @@
"label": ""
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": ""
diff --git a/public/locales/lol/modules/torrents-status.json b/public/locales/lol/modules/torrents-status.json
index 043d4688b..8177e3276 100644
--- a/public/locales/lol/modules/torrents-status.json
+++ b/public/locales/lol/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "",
- "text": "Homarr Wuz Unable 2 Speek Wif Ur Torrent Clients. Plz Check Ur Configurashun"
+ "text": ""
}
},
"loading": {
- "title": "Loadin..."
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "",
diff --git a/public/locales/lol/modules/usenet.json b/public/locales/lol/modules/usenet.json
index 73debdd1f..d490d7149 100644
--- a/public/locales/lol/modules/usenet.json
+++ b/public/locales/lol/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Paused"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/lol/modules/weather.json b/public/locales/lol/modules/weather.json
index 632e076a3..ca025d3ff 100644
--- a/public/locales/lol/modules/weather.json
+++ b/public/locales/lol/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Thundahstorm wif hail",
"unknown": "Unknown"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/lol/settings/general/cache-buttons.json b/public/locales/lol/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/lol/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/lol/settings/general/edit-mode-toggle.json b/public/locales/lol/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..d792287d4
--- /dev/null
+++ b/public/locales/lol/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Submit"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Error!",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/lol/settings/general/search-engine.json b/public/locales/lol/settings/general/search-engine.json
index 23cacc48e..630111d44 100644
--- a/public/locales/lol/settings/general/search-engine.json
+++ b/public/locales/lol/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Search engien",
"configurationName": "Search Engine Configurashun",
+ "custom": "",
"tips": {
"generalTip": "",
"placeholderTip": "%s can bees usd as placeholdah 4 teh quewee."
diff --git a/public/locales/lv/layout/common.json b/public/locales/lv/layout/common.json
index 018877fb6..31a775bfb 100644
--- a/public/locales/lv/layout/common.json
+++ b/public/locales/lv/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Atvērt visu jaunā cilnē"
}
+ },
+ "menu": {
+ "moveUp": "Virzīt augšup",
+ "moveDown": "Virzīt lejup",
+ "addCategory": "",
+ "addAbove": "virs",
+ "addBelow": "zem"
}
}
\ No newline at end of file
diff --git a/public/locales/lv/layout/element-selector/selector.json b/public/locales/lv/layout/element-selector/selector.json
index 69c0a4c35..dab348688 100644
--- a/public/locales/lv/layout/element-selector/selector.json
+++ b/public/locales/lv/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Atgriezties uz iepriekšējo soli",
"actionIcon": {
"tooltip": "Pievienot flīzi"
+ },
+ "apps": "Lietotnes",
+ "app": {
+ "defaultName": "Jūsu Lietotne"
+ },
+ "widgets": "Logrīki",
+ "categories": "Kategorijas",
+ "category": {
+ "newName": "Kategorijas nosaukums",
+ "defaultName": "Jauna Kategorija",
+ "created": {
+ "title": "Kategorija izveidota",
+ "message": "Ir izveidota kategorija \"{{name}}\""
+ }
}
}
diff --git a/public/locales/lv/layout/header/actions/toggle-edit-mode.json b/public/locales/lv/layout/header/actions/toggle-edit-mode.json
index c47cf4873..7fb3f1ca5 100644
--- a/public/locales/lv/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/lv/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "Rediģēšanas režīms ir ieslēgts priekš <1>{{size}}1> izmēra",
"text": "Tagad varat pielāgot un konfigurēt programmas. Izmaiņas netiek saglabātas, kamēr neesat izgājuši no rediģēšanas režīma"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/lv/layout/modals/about.json b/public/locales/lv/layout/modals/about.json
index 6c73bf546..76593358c 100644
--- a/public/locales/lv/layout/modals/about.json
+++ b/public/locales/lv/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Īsinājumtaustiņš",
"action": "Darbība",
"keybinds": "Taustiņu saites",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "Pārslēgt gaišo/tumšo motīvu",
+ "focusSearchBar": "Fokusēties uz meklēšanas joslu",
+ "openDocker": "Atvērt docker Logrīku",
+ "toggleEdit": "Pārslēgt Rediģēšanas Režīmu"
+ },
"metrics": {
"configurationSchemaVersion": "Konfigurācijas shēmas versija",
"configurationsCount": "Pieejamās konfigurācijas",
@@ -14,5 +21,9 @@
"i18n": "Ielādētās I18n tulkojumu vārdšķiras",
"locales": "Konfigurētās I18n lokalizācijas",
"experimental_disableEditMode": "EKSPERIMENTĀLISKI: Izslēgt rediģēšanas režīmu"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/lv/layout/modals/add-app.json b/public/locales/lv/layout/modals/add-app.json
index 3eb383598..8039b51e8 100644
--- a/public/locales/lv/layout/modals/add-app.json
+++ b/public/locales/lv/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Tas var aizņemt dažas sekundes"
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "Lietotnes Nosaukuma Statuss",
"description": "Izvēlieties, kur vēlaties, lai tiktu parādīts virsraksts, ja vispār to vēlaties parādīt.",
@@ -74,8 +78,8 @@
}
},
"lineClampAppName": {
- "label": "",
- "description": ""
+ "label": "Lietotnes Nosaukuma Līnijas Aplaušana",
+ "description": "Nosaka, cik daudzās rindās maksimāli garš var būt jūsu virsraksts. Iestatiet 0, lai būtu neierobežots skaits."
}
},
"integration": {
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Jūsu veidlapā ir nederīgi dati. Tāpēc to nevar saglabāt. Lūdzu, atrisiniet visas problēmas un vēlreiz noklikšķiniet uz šīs pogas, lai saglabātu izmaiņas"
+ "popover": "Jūsu veidlapā ir nederīgi dati. Tāpēc to nevar saglabāt. Lūdzu, atrisiniet visas problēmas un vēlreiz noklikšķiniet uz šīs pogas, lai saglabātu izmaiņas",
+ "name": "Nosaukums ir obligāts",
+ "noUrl": "URL ir obligāts",
+ "invalidUrl": "Vērtība nav derīgs url",
+ "noIconUrl": "Šis lauks ir obligāts",
+ "noExternalUri": "Nepieciešams ārējais URI",
+ "invalidExternalUri": "Ārējais URI nav derīgs uri"
}
}
diff --git a/public/locales/lv/modules/bookmark.json b/public/locales/lv/modules/bookmark.json
index 30efd3fd5..463f764c5 100644
--- a/public/locales/lv/modules/bookmark.json
+++ b/public/locales/lv/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Vienumi"
},
"layout": {
- "label": "Izkārtojums"
+ "label": "Izkārtojums",
+ "data": {
+ "autoGrid": "Auto Režģis",
+ "horizontal": "Horizontāli",
+ "vertical": "Vertikāli"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Grāmatzīmju saraksts ir tukšs",
"text": "Pievienot jaunus vienumus šim sarakstam rediģēšanas režīmā"
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "Nederīga saite",
+ "errorMsg": "Netika saglabāts, jo bija validācijas kļūdas. Lūdzu, pielāgojiet savus ievades datus"
+ },
+ "name": "Nosaukums",
+ "url": "URL",
+ "newTab": "Atvērt jaunā cilnē",
+ "hideHostname": "Slēpt Resursdatora nosaukumu",
+ "hideIcon": "Slēpt Ikonu",
+ "delete": "Dzēst"
}
}
diff --git a/public/locales/lv/modules/calendar.json b/public/locales/lv/modules/calendar.json
index c2f3bc3d4..6cc60c70c 100644
--- a/public/locales/lv/modules/calendar.json
+++ b/public/locales/lv/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Sākt nedēļu ar pirmdienu"
},
"radarrReleaseType": {
- "label": "Radarr laiduma tips"
+ "label": "Radarr laiduma tips",
+ "data": {
+ "inCinemas": "Kinoteātros",
+ "physicalRelease": "Fiziski",
+ "digitalRelease": "Digitāli"
+ }
},
"hideWeekDays": {
"label": "Paslēpt darba dienas"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
- "label": "Fonta Izmērs"
+ "label": "Fonta Izmērs",
+ "data": {
+ "xs": "Īpaši Mazs",
+ "sm": "Mazs",
+ "md": "Vidējs",
+ "lg": "Liels",
+ "xl": "Īpaši Liels"
+ }
}
}
}
diff --git a/public/locales/lv/modules/dns-hole-summary.json b/public/locales/lv/modules/dns-hole-summary.json
index 4dcc9699b..e4a347e1d 100644
--- a/public/locales/lv/modules/dns-hole-summary.json
+++ b/public/locales/lv/modules/dns-hole-summary.json
@@ -10,9 +10,9 @@
"layout": {
"label": "Izkārtojums",
"data": {
- "grid": "",
- "row": "",
- "column": ""
+ "grid": "2 pret 2",
+ "row": "Horizontāli",
+ "column": "Vertikāli"
}
}
}
diff --git a/public/locales/lv/modules/iframe.json b/public/locales/lv/modules/iframe.json
index c7a21953c..5b415c3f5 100644
--- a/public/locales/lv/modules/iframe.json
+++ b/public/locales/lv/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "Nederīgs URL",
"text": "Pārliecinieties, ka jūsu logrīka konfigurācijā ir ievadīta derīga adrese"
- }
+ },
+ "browserSupport": "Jūsu pārlūkprogramma neatbalsta iframe. Lūdzu, atjauniniet pārlūkprogrammu."
}
}
}
diff --git a/public/locales/lv/modules/media-requests-list.json b/public/locales/lv/modules/media-requests-list.json
index 6b68bdd09..43348d1a8 100644
--- a/public/locales/lv/modules/media-requests-list.json
+++ b/public/locales/lv/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Multimediju pieprasījumu saraksts",
"replaceLinksWithExternalHost": {
"label": "Aizstāt saites ar ārējo saimnieku"
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Apstiprināt pieprasījumus",
- "decline": "Noraidīt pieprasījumus"
+ "decline": "Noraidīt pieprasījumus",
+ "approving": "Pieprasījuma apstiprināšana..."
+ },
+ "mutation": {
+ "approving": "Apstiprināšana",
+ "declining": "Noraidīšanās",
+ "request": "pieprasījums...",
+ "approved": "Pieprasījums tika apstiprināts!",
+ "declined": "Pieprasījums tika noraidīts!"
}
}
diff --git a/public/locales/lv/modules/media-requests-stats.json b/public/locales/lv/modules/media-requests-stats.json
index a9ff6fe08..3b0b41b47 100644
--- a/public/locales/lv/modules/media-requests-stats.json
+++ b/public/locales/lv/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Statistika par jūsu mediju pieprasījumiem",
"settings": {
"title": "Multimediju pieprasījumu statistika",
- "direction": {
- "label": "Izkārtojuma virziens."
+ "replaceLinksWithExternalHost": {
+ "label": "Aizstāt saites ar ārējo saimnieku"
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
- "stats": {
- "pending": "Nepabeigtie apstiprinājumi",
- "tvRequests": "TV pieprasījumi",
- "movieRequests": "Filmu pieprasījumi"
+ "mediaStats": {
+ "title": "",
+ "pending": "",
+ "tvRequests": "",
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": "Kopā"
+ },
+ "userStats": {
+ "title": "Top Lietotāji",
+ "requests": ""
}
}
diff --git a/public/locales/lv/modules/media-server.json b/public/locales/lv/modules/media-server.json
index 15afcf3de..5ce92f90b 100644
--- a/public/locales/lv/modules/media-server.json
+++ b/public/locales/lv/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Multivides servera logrīka iestatījumi"
}
},
+ "loading": "Straumju ielādēšana",
"card": {
"table": {
"header": {
diff --git a/public/locales/lv/modules/notebook.json b/public/locales/lv/modules/notebook.json
index 3ad2a768e..6673c1a88 100644
--- a/public/locales/lv/modules/notebook.json
+++ b/public/locales/lv/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Piezīmes",
+ "description": "Uz markdown balstīts interaktīvs logrīks, lai jūs varētu pierakstīt savas piezīmes!",
"settings": {
- "title": "",
+ "title": "Piezīmju logrīka iestatījumi",
"showToolbar": {
- "label": ""
+ "label": "Rādīt rīkjoslu, lai palīdzētu rakstīt markdown tekstu"
},
"content": {
- "label": ""
+ "label": "Piezīmju saturs"
}
}
}
diff --git a/public/locales/lv/modules/rss.json b/public/locales/lv/modules/rss.json
index 134466a41..e297e862a 100644
--- a/public/locales/lv/modules/rss.json
+++ b/public/locales/lv/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Atsvaidzināšanas intervāls (minūtēs)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "Atļaut HTML formatēšanu (Bīstami)",
+ "info": "Atļaut HTML formatēšanu no ārpuses var būt bīstami.
Lūdzu, pārliecinieties, ka plūsma ir no uzticama avota."
},
"textLinesClamp": {
"label": "Teksta līniju skava"
diff --git a/public/locales/lv/modules/torrents-status.json b/public/locales/lv/modules/torrents-status.json
index 671dbc380..c85702c4a 100644
--- a/public/locales/lv/modules/torrents-status.json
+++ b/public/locales/lv/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Radās neparedzēta kļūda",
- "text": "Homarr neizdevās sazināties ar jūsu Torrent klientiem. Lūdzu, pārbaudiet savu konfigurāciju"
+ "text": "Neizdevās sazināties ar jūsu Torrent klientiem. Lūdzu, pārbaudiet savu konfigurāciju"
}
},
"loading": {
- "title": "Notiek ielāde..."
+ "title": "Notiek ielāde",
+ "description": "Savienojuma izveide"
},
"popover": {
"introductionPrefix": "Pārvalda",
diff --git a/public/locales/lv/modules/usenet.json b/public/locales/lv/modules/usenet.json
index 1dd2e8f50..7868e61c9 100644
--- a/public/locales/lv/modules/usenet.json
+++ b/public/locales/lv/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Apstādināts"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/lv/modules/weather.json b/public/locales/lv/modules/weather.json
index dbc58b328..8b4efa8c3 100644
--- a/public/locales/lv/modules/weather.json
+++ b/public/locales/lv/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Pērkona negaiss ar krusu",
"unknown": "Nezināms"
}
- }
+ },
+ "error": "Radās kļūda"
}
diff --git a/public/locales/lv/settings/customization/color-selector.json b/public/locales/lv/settings/customization/color-selector.json
index 9f183ebba..5c5159963 100644
--- a/public/locales/lv/settings/customization/color-selector.json
+++ b/public/locales/lv/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Krāsas",
- "suffix": "{{color}} krāsa"
+ "suffix": "{{color}} krāsa",
+ "primary": "Primārais",
+ "secondary": "Sekundārais"
}
\ No newline at end of file
diff --git a/public/locales/lv/settings/general/cache-buttons.json b/public/locales/lv/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/lv/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/lv/settings/general/edit-mode-toggle.json b/public/locales/lv/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..b868591d0
--- /dev/null
+++ b/public/locales/lv/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Iesniegt"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Kļūda",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/lv/settings/general/search-engine.json b/public/locales/lv/settings/general/search-engine.json
index c5f4ad86f..3fdacf7b7 100644
--- a/public/locales/lv/settings/general/search-engine.json
+++ b/public/locales/lv/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Meklētājdzinējs",
"configurationName": "Meklētājdzinēja konfigurācija",
+ "custom": "Pielāgots",
"tips": {
"generalTip": "Varat izmantot vairākus priedēkļus! Tos pievienojot pirms vaicājuma, rezultāti tiks filtrēti. !s (Tīmeklis), !t (Torrents), !y (YouTube) un !m (Multivide).",
"placeholderTip": "%s var izmantot kā vietturi vaicājumā."
diff --git a/public/locales/nl/layout/common.json b/public/locales/nl/layout/common.json
index cf4a491d2..4f4c4e6b4 100644
--- a/public/locales/nl/layout/common.json
+++ b/public/locales/nl/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ No newline at end of file
diff --git a/public/locales/nl/layout/element-selector/selector.json b/public/locales/nl/layout/element-selector/selector.json
index 8bbff652a..c5a23cae5 100644
--- a/public/locales/nl/layout/element-selector/selector.json
+++ b/public/locales/nl/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Ga terug naar de vorige stap",
"actionIcon": {
"tooltip": "Tegel toevoegen"
+ },
+ "apps": "",
+ "app": {
+ "defaultName": ""
+ },
+ "widgets": "",
+ "categories": "",
+ "category": {
+ "newName": "",
+ "defaultName": "",
+ "created": {
+ "title": "",
+ "message": ""
+ }
}
}
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 45340ef62..f7ee9ac88 100644
--- a/public/locales/nl/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/nl/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"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"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/nl/layout/modals/about.json b/public/locales/nl/layout/modals/about.json
index 57705182e..aafaf6e1f 100644
--- a/public/locales/nl/layout/modals/about.json
+++ b/public/locales/nl/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Sneltoets",
"action": "Actie",
"keybinds": "Sneltoetsen",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "",
+ "focusSearchBar": "",
+ "openDocker": "",
+ "toggleEdit": ""
+ },
"metrics": {
"configurationSchemaVersion": "Configuratieschema versie",
"configurationsCount": "Beschikbare configuraties",
@@ -14,5 +21,9 @@
"i18n": "I18n vertaling namespaces geladen",
"locales": "I18n talen geconfigureerd",
"experimental_disableEditMode": "EXPERIMENTEEL: Bewerkingsmodus uitschakelen"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/nl/layout/modals/add-app.json b/public/locales/nl/layout/modals/add-app.json
index 3ebfa07c2..9905cfc72 100644
--- a/public/locales/nl/layout/modals/add-app.json
+++ b/public/locales/nl/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Dit kan enkele seconden duren"
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Uw formulier bevat ongeldige gegevens. Daarom kan het niet worden opgeslagen. Los alle problemen op en klik opnieuw op deze knop om uw wijzigingen op te slaan"
+ "popover": "Uw formulier bevat ongeldige gegevens. Daarom kan het niet worden opgeslagen. Los alle problemen op en klik opnieuw op deze knop om uw wijzigingen op te slaan",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/nl/modules/bookmark.json b/public/locales/nl/modules/bookmark.json
index 62951d79e..2e6dfeb2e 100644
--- a/public/locales/nl/modules/bookmark.json
+++ b/public/locales/nl/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": ""
},
"layout": {
- "label": "Indeling"
+ "label": "Indeling",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "",
"text": ""
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "Naam",
+ "url": "",
+ "newTab": "Open in nieuw tabblad",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "Verwijder"
}
}
diff --git a/public/locales/nl/modules/calendar.json b/public/locales/nl/modules/calendar.json
index bed2884fb..6e8a5419e 100644
--- a/public/locales/nl/modules/calendar.json
+++ b/public/locales/nl/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Begin de week op zondag"
},
"radarrReleaseType": {
- "label": "Radarr release type"
+ "label": "Radarr release type",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": ""
},
- "fontSize": {
+ "showUnmonitored": {
"label": ""
+ },
+ "fontSize": {
+ "label": "",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/nl/modules/iframe.json b/public/locales/nl/modules/iframe.json
index 088051e2e..ba8a76396 100644
--- a/public/locales/nl/modules/iframe.json
+++ b/public/locales/nl/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "",
"text": "Zorg ervoor dat je een geldig adres hebt ingevoerd in de configuratie van je widget"
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/nl/modules/media-requests-list.json b/public/locales/nl/modules/media-requests-list.json
index f276a3db2..4c3480cf5 100644
--- a/public/locales/nl/modules/media-requests-list.json
+++ b/public/locales/nl/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Lijst met mediaverzoeken",
"replaceLinksWithExternalHost": {
"label": ""
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "",
- "decline": ""
+ "decline": "",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/nl/modules/media-requests-stats.json b/public/locales/nl/modules/media-requests-stats.json
index e74c9b148..e933ddddd 100644
--- a/public/locales/nl/modules/media-requests-stats.json
+++ b/public/locales/nl/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Statistieken over je mediaverzoeken",
"settings": {
"title": "Mediaverzoeken statistieken",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": ""
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
- "pending": "Wachtende goedkeuringen",
- "tvRequests": "TV verzoeken",
- "movieRequests": "Film verzoeken"
+ "mediaStats": {
+ "title": "",
+ "pending": "",
+ "tvRequests": "",
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/nl/modules/media-server.json b/public/locales/nl/modules/media-server.json
index b3d688b9f..4ff494171 100644
--- a/public/locales/nl/modules/media-server.json
+++ b/public/locales/nl/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Instellingen voor media server widget"
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/nl/modules/rss.json b/public/locales/nl/modules/rss.json
index 6be37976c..f7504dd95 100644
--- a/public/locales/nl/modules/rss.json
+++ b/public/locales/nl/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Verversingsinterval (in minuten)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": ""
diff --git a/public/locales/nl/modules/torrents-status.json b/public/locales/nl/modules/torrents-status.json
index 134f74efc..cdecc786d 100644
--- a/public/locales/nl/modules/torrents-status.json
+++ b/public/locales/nl/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Er is een onverwachte fout opgetreden",
- "text": "Homarr kon niet communiceren met je Torrent-clients. Controleer je configuratie"
+ "text": ""
}
},
"loading": {
- "title": "Bezig met laden..."
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "Beheerd door",
diff --git a/public/locales/nl/modules/usenet.json b/public/locales/nl/modules/usenet.json
index 1761b9e54..b98f951c6 100644
--- a/public/locales/nl/modules/usenet.json
+++ b/public/locales/nl/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Gepauzeerd"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/nl/modules/weather.json b/public/locales/nl/modules/weather.json
index e9cb46a42..0f6344e08 100644
--- a/public/locales/nl/modules/weather.json
+++ b/public/locales/nl/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Onweer met hagel",
"unknown": "Onbekend"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/nl/settings/general/cache-buttons.json b/public/locales/nl/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/nl/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/nl/settings/general/edit-mode-toggle.json b/public/locales/nl/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..48db137f8
--- /dev/null
+++ b/public/locales/nl/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Indienen"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Fout",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/nl/settings/general/search-engine.json b/public/locales/nl/settings/general/search-engine.json
index 737f4b890..f50583138 100644
--- a/public/locales/nl/settings/general/search-engine.json
+++ b/public/locales/nl/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Zoekmachine",
"configurationName": "Zoekmachine configuratie",
+ "custom": "",
"tips": {
"generalTip": "U kunt meerdere voorvoegsels gebruiken! Door deze voor uw zoekopdracht toe te voegen worden de resultaten gefilterd. !s (Web), !t (Torrents), !y (YouTube), en !m (Media).",
"placeholderTip": "%s kan worden gebruikt als plaatshouder voor de query."
diff --git a/public/locales/no/layout/common.json b/public/locales/no/layout/common.json
index cf4a491d2..4f4c4e6b4 100644
--- a/public/locales/no/layout/common.json
+++ b/public/locales/no/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ No newline at end of file
diff --git a/public/locales/no/layout/element-selector/selector.json b/public/locales/no/layout/element-selector/selector.json
index 13c2fb908..d67153ec9 100644
--- a/public/locales/no/layout/element-selector/selector.json
+++ b/public/locales/no/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Gå tilbake til forrige steg",
"actionIcon": {
"tooltip": "Legg til en flis"
+ },
+ "apps": "",
+ "app": {
+ "defaultName": ""
+ },
+ "widgets": "",
+ "categories": "",
+ "category": {
+ "newName": "",
+ "defaultName": "",
+ "created": {
+ "title": "",
+ "message": ""
+ }
}
}
diff --git a/public/locales/no/layout/header/actions/toggle-edit-mode.json b/public/locales/no/layout/header/actions/toggle-edit-mode.json
index d7d6a2e48..83b2d99fc 100644
--- a/public/locales/no/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/no/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "Redigeringsmodus er aktivert for <1>{{size}}1> størrelse",
"text": "Du kan justere og konfigurere appene nå. Endringer er ikke lagret før du avslutter redigeringsmodus"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/no/layout/modals/about.json b/public/locales/no/layout/modals/about.json
index 2539b7c3a..de9bfa673 100644
--- a/public/locales/no/layout/modals/about.json
+++ b/public/locales/no/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Hurtigtast",
"action": "Handling",
"keybinds": "Hurtigtaster",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "",
+ "focusSearchBar": "",
+ "openDocker": "",
+ "toggleEdit": ""
+ },
"metrics": {
"configurationSchemaVersion": "Konfigurasjonsskjema versjon",
"configurationsCount": "Tilgjengelige konfigurasjoner",
@@ -14,5 +21,9 @@
"i18n": "Lastet I18n oversettelsesnavneområder",
"locales": "Konfigurerte I18n-lokasjoner",
"experimental_disableEditMode": "EXPERIMENTAL: Deaktivere redigeringsmodus"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/no/layout/modals/add-app.json b/public/locales/no/layout/modals/add-app.json
index f593a9ce4..a2741f3a6 100644
--- a/public/locales/no/layout/modals/add-app.json
+++ b/public/locales/no/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Dette kan ta noen sekunder"
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Skjemaet inneholder ugyldig data. Derfor kan den ikke lagres. Vennligst løs alle problemer og klikk på denne knappen igjen for å lagre endringene dine"
+ "popover": "Skjemaet inneholder ugyldig data. Derfor kan den ikke lagres. Vennligst løs alle problemer og klikk på denne knappen igjen for å lagre endringene dine",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/no/modules/bookmark.json b/public/locales/no/modules/bookmark.json
index dd6a89870..816eb09c4 100644
--- a/public/locales/no/modules/bookmark.json
+++ b/public/locales/no/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": ""
},
"layout": {
- "label": "Oppsett"
+ "label": "Oppsett",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "",
"text": ""
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "Navn",
+ "url": "",
+ "newTab": "Åpne i ny fane",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "Slett"
}
}
diff --git a/public/locales/no/modules/calendar.json b/public/locales/no/modules/calendar.json
index e94dea4ac..c776856d3 100644
--- a/public/locales/no/modules/calendar.json
+++ b/public/locales/no/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Start uken på søndag"
},
"radarrReleaseType": {
- "label": "Radarr utgivelsestype"
+ "label": "Radarr utgivelsestype",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": ""
},
- "fontSize": {
+ "showUnmonitored": {
"label": ""
+ },
+ "fontSize": {
+ "label": "",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/no/modules/iframe.json b/public/locales/no/modules/iframe.json
index d5c074814..87013fd47 100644
--- a/public/locales/no/modules/iframe.json
+++ b/public/locales/no/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "",
"text": "Sørg for at du har angitt en gyldig adresse i konfigurasjonen av widgeten din"
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/no/modules/media-requests-list.json b/public/locales/no/modules/media-requests-list.json
index ad5c85a84..8ce11c7ba 100644
--- a/public/locales/no/modules/media-requests-list.json
+++ b/public/locales/no/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Liste over media forespørsler",
"replaceLinksWithExternalHost": {
"label": ""
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "",
- "decline": ""
+ "decline": "",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/no/modules/media-requests-stats.json b/public/locales/no/modules/media-requests-stats.json
index 7667e7f6c..86a7342f6 100644
--- a/public/locales/no/modules/media-requests-stats.json
+++ b/public/locales/no/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Statistikk om dine medieforespørsler",
"settings": {
"title": "Statistikk for mediaforespørsler",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": ""
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
- "pending": "Venter på godkjenning",
- "tvRequests": "TV forespørsler",
- "movieRequests": "Film forespørsler"
+ "mediaStats": {
+ "title": "",
+ "pending": "",
+ "tvRequests": "",
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/no/modules/media-server.json b/public/locales/no/modules/media-server.json
index 92e84e4b6..160277e95 100644
--- a/public/locales/no/modules/media-server.json
+++ b/public/locales/no/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Innstillinger for media server widget"
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/no/modules/rss.json b/public/locales/no/modules/rss.json
index f1c8b7301..9f9362bbc 100644
--- a/public/locales/no/modules/rss.json
+++ b/public/locales/no/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Oppdaterings intervall (i minutter)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": ""
diff --git a/public/locales/no/modules/torrents-status.json b/public/locales/no/modules/torrents-status.json
index 1f4ddbe47..eaa33ccc5 100644
--- a/public/locales/no/modules/torrents-status.json
+++ b/public/locales/no/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "En uventet feil har oppstått",
- "text": "Homarr kunne ikke kommunisere med dine Torrent-klienter. Kontroller konfigurasjonen"
+ "text": ""
}
},
"loading": {
- "title": "Laster inn..."
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "Administrert av",
diff --git a/public/locales/no/modules/usenet.json b/public/locales/no/modules/usenet.json
index c034bbac1..2cbf319c2 100644
--- a/public/locales/no/modules/usenet.json
+++ b/public/locales/no/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Pauset"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/no/modules/weather.json b/public/locales/no/modules/weather.json
index 838f39c42..2838fd1e4 100644
--- a/public/locales/no/modules/weather.json
+++ b/public/locales/no/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Tordenvær med hagl",
"unknown": "Ukjent"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/no/settings/general/cache-buttons.json b/public/locales/no/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/no/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/no/settings/general/edit-mode-toggle.json b/public/locales/no/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..c033671da
--- /dev/null
+++ b/public/locales/no/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Legg til"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Feil",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/no/settings/general/search-engine.json b/public/locales/no/settings/general/search-engine.json
index a896ed864..16cd6a4a9 100644
--- a/public/locales/no/settings/general/search-engine.json
+++ b/public/locales/no/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Søkemotor",
"configurationName": "Søkemotor konfigurasjon",
+ "custom": "",
"tips": {
"generalTip": "Det finnes flere prefikser du kan bruke! Å legge til disse før spørringen vil filtrere resultatene. !s (Web), !t (Torrents), !y (YouTube), og !m (Media).",
"placeholderTip": "%s kan brukes som plassholder for spørringen."
diff --git a/public/locales/pl/layout/common.json b/public/locales/pl/layout/common.json
index cf4a491d2..4f4c4e6b4 100644
--- a/public/locales/pl/layout/common.json
+++ b/public/locales/pl/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ No newline at end of file
diff --git a/public/locales/pl/layout/element-selector/selector.json b/public/locales/pl/layout/element-selector/selector.json
index fc9ee7798..44b5eebc9 100644
--- a/public/locales/pl/layout/element-selector/selector.json
+++ b/public/locales/pl/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Wróć do poprzedniego kroku",
"actionIcon": {
"tooltip": "Dodaj dachówkę"
+ },
+ "apps": "",
+ "app": {
+ "defaultName": ""
+ },
+ "widgets": "",
+ "categories": "",
+ "category": {
+ "newName": "",
+ "defaultName": "",
+ "created": {
+ "title": "",
+ "message": ""
+ }
}
}
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 09ff4218b..0843a33b4 100644
--- a/public/locales/pl/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/pl/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"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."
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/pl/layout/modals/about.json b/public/locales/pl/layout/modals/about.json
index 3955e6774..15e4a174f 100644
--- a/public/locales/pl/layout/modals/about.json
+++ b/public/locales/pl/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "",
"action": "",
"keybinds": "",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "",
+ "focusSearchBar": "",
+ "openDocker": "",
+ "toggleEdit": ""
+ },
"metrics": {
"configurationSchemaVersion": "Wersja schematu konfiguracji",
"configurationsCount": "Dostępne konfiguracje",
@@ -14,5 +21,9 @@
"i18n": "Załadowane nazwy tłumaczeń I18n",
"locales": "Skonfigurowane lokalizacje I18n",
"experimental_disableEditMode": "EKSPERIMENTAL: Wyłącz tryb edycji"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/pl/layout/modals/add-app.json b/public/locales/pl/layout/modals/add-app.json
index 09e847ae0..88c1a6ded 100644
--- a/public/locales/pl/layout/modals/add-app.json
+++ b/public/locales/pl/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "To może zająć kilka sekund"
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Twój formularz zawiera nieprawidłowe dane. Dlatego nie można go zapisać. Proszę rozwiązać wszystkie problemy i kliknąć ten przycisk ponownie, aby zapisać zmiany."
+ "popover": "Twój formularz zawiera nieprawidłowe dane. Dlatego nie można go zapisać. Proszę rozwiązać wszystkie problemy i kliknąć ten przycisk ponownie, aby zapisać zmiany.",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/pl/modules/bookmark.json b/public/locales/pl/modules/bookmark.json
index 148c79fda..071bc9fa2 100644
--- a/public/locales/pl/modules/bookmark.json
+++ b/public/locales/pl/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": ""
},
"layout": {
- "label": "Układ"
+ "label": "Układ",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "",
"text": ""
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "Nazwa",
+ "url": "",
+ "newTab": "Otwórz w nowej karcie",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "Usuń"
}
}
diff --git a/public/locales/pl/modules/calendar.json b/public/locales/pl/modules/calendar.json
index 4b06d1ca9..926330efd 100644
--- a/public/locales/pl/modules/calendar.json
+++ b/public/locales/pl/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Rozpoczynaj tydzień od niedzieli"
},
"radarrReleaseType": {
- "label": "Typ zwolnienia Radarr"
+ "label": "Typ zwolnienia Radarr",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": ""
},
- "fontSize": {
+ "showUnmonitored": {
"label": ""
+ },
+ "fontSize": {
+ "label": "",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/pl/modules/iframe.json b/public/locales/pl/modules/iframe.json
index cd6f548ae..7b8a9ca93 100644
--- a/public/locales/pl/modules/iframe.json
+++ b/public/locales/pl/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "",
"text": "Upewnij się, że wprowadziłeś poprawny adres w konfiguracji swojego widgetu"
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/pl/modules/media-requests-list.json b/public/locales/pl/modules/media-requests-list.json
index ff218af5b..2b1fc2d63 100644
--- a/public/locales/pl/modules/media-requests-list.json
+++ b/public/locales/pl/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "",
"replaceLinksWithExternalHost": {
"label": ""
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "",
- "decline": ""
+ "decline": "",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/pl/modules/media-requests-stats.json b/public/locales/pl/modules/media-requests-stats.json
index 3c1cdcf0f..f152af280 100644
--- a/public/locales/pl/modules/media-requests-stats.json
+++ b/public/locales/pl/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "",
"settings": {
"title": "",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": ""
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "",
"pending": "",
"tvRequests": "",
- "movieRequests": ""
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/pl/modules/media-server.json b/public/locales/pl/modules/media-server.json
index b74805937..e1bd356cc 100644
--- a/public/locales/pl/modules/media-server.json
+++ b/public/locales/pl/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Ustawienia dla widgetu serwera mediów"
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/pl/modules/rss.json b/public/locales/pl/modules/rss.json
index 881b15dc7..78d557fc1 100644
--- a/public/locales/pl/modules/rss.json
+++ b/public/locales/pl/modules/rss.json
@@ -12,7 +12,8 @@
"label": ""
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": ""
diff --git a/public/locales/pl/modules/torrents-status.json b/public/locales/pl/modules/torrents-status.json
index dce14be80..8993d6681 100644
--- a/public/locales/pl/modules/torrents-status.json
+++ b/public/locales/pl/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Wystąpił nieoczekiwany błąd",
- "text": "Program Homarr nie mógł się skomunikować z Twoim klientem Torrent. Proszę sprawdzić swoją konfigurację"
+ "text": ""
}
},
"loading": {
- "title": "Ładowanie..."
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "Zarządzany przez",
diff --git a/public/locales/pl/modules/usenet.json b/public/locales/pl/modules/usenet.json
index 030b1bb41..df93e2482 100644
--- a/public/locales/pl/modules/usenet.json
+++ b/public/locales/pl/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Zatrzymane"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/pl/modules/weather.json b/public/locales/pl/modules/weather.json
index bd990f449..7c2df0d5e 100644
--- a/public/locales/pl/modules/weather.json
+++ b/public/locales/pl/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Burza z gradem",
"unknown": "Nieznany"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/pl/settings/general/cache-buttons.json b/public/locales/pl/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/pl/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/pl/settings/general/edit-mode-toggle.json b/public/locales/pl/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..b8985e5d0
--- /dev/null
+++ b/public/locales/pl/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Zgłoś"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Błąd",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/pl/settings/general/search-engine.json b/public/locales/pl/settings/general/search-engine.json
index 846e050cd..3411e0635 100644
--- a/public/locales/pl/settings/general/search-engine.json
+++ b/public/locales/pl/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Silnik wyszukiwania",
"configurationName": "Konfiguracja wyszukiwarki",
+ "custom": "",
"tips": {
"generalTip": "Istnieje wiele prefiksów, których możesz użyć! Dodanie ich przed zapytaniem spowoduje przefiltrowanie wyników. !s (Web), !t (Torrenty), !y (YouTube) i !m (Media).",
"placeholderTip": "%s może być użyte jako symbol zastępczy dla zapytania."
diff --git a/public/locales/pt/layout/common.json b/public/locales/pt/layout/common.json
index cf4a491d2..4f4c4e6b4 100644
--- a/public/locales/pt/layout/common.json
+++ b/public/locales/pt/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ No newline at end of file
diff --git a/public/locales/pt/layout/element-selector/selector.json b/public/locales/pt/layout/element-selector/selector.json
index 4d3a2b022..67f4790ec 100644
--- a/public/locales/pt/layout/element-selector/selector.json
+++ b/public/locales/pt/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Voltar ao passo anterior",
"actionIcon": {
"tooltip": "Acrescentar um azulejo"
+ },
+ "apps": "",
+ "app": {
+ "defaultName": ""
+ },
+ "widgets": "",
+ "categories": "",
+ "category": {
+ "newName": "",
+ "defaultName": "",
+ "created": {
+ "title": "",
+ "message": ""
+ }
}
}
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 910f9e6a0..0f4a51cff 100644
--- a/public/locales/pt/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/pt/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"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"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/pt/layout/modals/about.json b/public/locales/pt/layout/modals/about.json
index 65e868009..dfa2183d1 100644
--- a/public/locales/pt/layout/modals/about.json
+++ b/public/locales/pt/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "",
"action": "",
"keybinds": "",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "",
+ "focusSearchBar": "",
+ "openDocker": "",
+ "toggleEdit": ""
+ },
"metrics": {
"configurationSchemaVersion": "Versão do esquema de configuração",
"configurationsCount": "Configurações disponíveis",
@@ -14,5 +21,9 @@
"i18n": "Espaços de tradução do I18n carregados",
"locales": "Localidades I18n configurados",
"experimental_disableEditMode": "EXPERIMENTAL: Desativar o modo de edição"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/pt/layout/modals/add-app.json b/public/locales/pt/layout/modals/add-app.json
index 3c1403b28..5b262fbaf 100644
--- a/public/locales/pt/layout/modals/add-app.json
+++ b/public/locales/pt/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Isto pode levar alguns segundos"
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "O seu formulário contém dados inválidos. Por conseguinte, não pode ser guardado. Por favor resolva todos os problemas e clique novamente neste botão para guardar as suas alterações."
+ "popover": "O seu formulário contém dados inválidos. Por conseguinte, não pode ser guardado. Por favor resolva todos os problemas e clique novamente neste botão para guardar as suas alterações.",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/pt/modules/bookmark.json b/public/locales/pt/modules/bookmark.json
index 240d56bc8..1d6786bd0 100644
--- a/public/locales/pt/modules/bookmark.json
+++ b/public/locales/pt/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": ""
},
"layout": {
- "label": "Layout"
+ "label": "Layout",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "",
"text": ""
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "Nome",
+ "url": "",
+ "newTab": "Abrir em novo separador",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "Apagar"
}
}
diff --git a/public/locales/pt/modules/calendar.json b/public/locales/pt/modules/calendar.json
index 4f5ed342d..9b036f55e 100644
--- a/public/locales/pt/modules/calendar.json
+++ b/public/locales/pt/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Comece a semana no Domingo"
},
"radarrReleaseType": {
- "label": "Tipo de libertação de Radarr"
+ "label": "Tipo de libertação de Radarr",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": ""
},
- "fontSize": {
+ "showUnmonitored": {
"label": ""
+ },
+ "fontSize": {
+ "label": "",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/pt/modules/iframe.json b/public/locales/pt/modules/iframe.json
index 81424933e..6242b03b8 100644
--- a/public/locales/pt/modules/iframe.json
+++ b/public/locales/pt/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "",
"text": "Certifique-se de que você inseriu um endereço válido na configuração do seu widget"
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/pt/modules/media-requests-list.json b/public/locales/pt/modules/media-requests-list.json
index ff218af5b..2b1fc2d63 100644
--- a/public/locales/pt/modules/media-requests-list.json
+++ b/public/locales/pt/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "",
"replaceLinksWithExternalHost": {
"label": ""
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "",
- "decline": ""
+ "decline": "",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/pt/modules/media-requests-stats.json b/public/locales/pt/modules/media-requests-stats.json
index 3c1cdcf0f..f152af280 100644
--- a/public/locales/pt/modules/media-requests-stats.json
+++ b/public/locales/pt/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "",
"settings": {
"title": "",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": ""
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "",
"pending": "",
"tvRequests": "",
- "movieRequests": ""
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/pt/modules/media-server.json b/public/locales/pt/modules/media-server.json
index 622f17a53..b8b814a68 100644
--- a/public/locales/pt/modules/media-server.json
+++ b/public/locales/pt/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Configurações para o widget do servidor de mídia"
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/pt/modules/rss.json b/public/locales/pt/modules/rss.json
index 527cc1c8c..79bb72765 100644
--- a/public/locales/pt/modules/rss.json
+++ b/public/locales/pt/modules/rss.json
@@ -12,7 +12,8 @@
"label": ""
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": ""
diff --git a/public/locales/pt/modules/torrents-status.json b/public/locales/pt/modules/torrents-status.json
index 9a5b2f323..836b39a37 100644
--- a/public/locales/pt/modules/torrents-status.json
+++ b/public/locales/pt/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "",
- "text": "Homarr foi incapaz de comunicar com os seus clientes Torrent. Por favor, verifique a sua configuração"
+ "text": ""
}
},
"loading": {
- "title": "Carregando..."
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "Gerido por",
diff --git a/public/locales/pt/modules/usenet.json b/public/locales/pt/modules/usenet.json
index e8740ce2d..82bbdb45c 100644
--- a/public/locales/pt/modules/usenet.json
+++ b/public/locales/pt/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Pausado"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/pt/modules/weather.json b/public/locales/pt/modules/weather.json
index 1fda840f1..ffce85d5e 100644
--- a/public/locales/pt/modules/weather.json
+++ b/public/locales/pt/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Tempestade de trovoada com granizo",
"unknown": "Desconhecido"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/pt/settings/general/cache-buttons.json b/public/locales/pt/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/pt/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/pt/settings/general/edit-mode-toggle.json b/public/locales/pt/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..fd04a5607
--- /dev/null
+++ b/public/locales/pt/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Enviar"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Erro",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/pt/settings/general/search-engine.json b/public/locales/pt/settings/general/search-engine.json
index 346042375..e71e7ec47 100644
--- a/public/locales/pt/settings/general/search-engine.json
+++ b/public/locales/pt/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Motor de busca",
"configurationName": "Configuração do motor de busca",
+ "custom": "",
"tips": {
"generalTip": "",
"placeholderTip": "%s pode ser utilizado como um local para a consulta."
diff --git a/public/locales/ru/layout/common.json b/public/locales/ru/layout/common.json
index 4305016b8..2e14b63c2 100644
--- a/public/locales/ru/layout/common.json
+++ b/public/locales/ru/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Открыть все в новых вкладках"
}
+ },
+ "menu": {
+ "moveUp": "Переместить вверх",
+ "moveDown": "Переместить вниз",
+ "addCategory": "Добавить категорию {{location}}",
+ "addAbove": "выше",
+ "addBelow": "ниже"
}
}
\ No newline at end of file
diff --git a/public/locales/ru/layout/element-selector/selector.json b/public/locales/ru/layout/element-selector/selector.json
index 3835220b5..fd0530931 100644
--- a/public/locales/ru/layout/element-selector/selector.json
+++ b/public/locales/ru/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Вернуться к предыдущему шагу",
"actionIcon": {
"tooltip": "Добавить плитку"
+ },
+ "apps": "Приложения",
+ "app": {
+ "defaultName": "Ваше приложение"
+ },
+ "widgets": "Виджеты",
+ "categories": "Категории",
+ "category": {
+ "newName": "Имя новой категории",
+ "defaultName": "Новая категория",
+ "created": {
+ "title": "Категория создана",
+ "message": "Создана категория \"{{name}}\""
+ }
}
}
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 46143e190..8f393f3f0 100644
--- a/public/locales/ru/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/ru/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "Режим редактирования включен для <1>{{size}}1> размера",
"text": "Теперь вы можете скорректировать и настраивать свои приложения. Изменения не сохраняются до выхода из режима редактирования"
- }
+ },
+ "unloadEvent": "Выйти из режима редактирования, чтобы сохранить ваши изменения"
}
diff --git a/public/locales/ru/layout/modals/about.json b/public/locales/ru/layout/modals/about.json
index 0adf8ab06..57b4f5ffd 100644
--- a/public/locales/ru/layout/modals/about.json
+++ b/public/locales/ru/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Горячие клавиши",
"action": "Действие",
"keybinds": "Сочетания клавиш",
+ "documentation": "Документация",
+ "actions": {
+ "toggleTheme": "Переключить светлую/темную тему",
+ "focusSearchBar": "Перейти в панель поиска",
+ "openDocker": "Открыть виджет docker",
+ "toggleEdit": "Переключиться в режим редактирования"
+ },
"metrics": {
"configurationSchemaVersion": "Версия схемы конфигурации",
"configurationsCount": "Доступные конфигурации",
@@ -14,5 +21,9 @@
"i18n": "Загружено I18n переводов пространств имён",
"locales": "Настроено I18n локализаций",
"experimental_disableEditMode": "ЭКСПЕРИМЕНТАЛЬНЫЙ: Отключить режим редактирования"
+ },
+ "version": {
+ "new": "Новая: {{newVersion}}",
+ "dropdown": "Версия {{newVersion}} уже доступна! Текущая версия: {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/ru/layout/modals/add-app.json b/public/locales/ru/layout/modals/add-app.json
index e05b92ed0..f6c468dc2 100644
--- a/public/locales/ru/layout/modals/add-app.json
+++ b/public/locales/ru/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Это может занять несколько секунд"
}
},
+ "appNameFontSize": {
+ "label": "Размер шрифта названия приложения",
+ "description": "Установить размер шрифта отображаемого на плитке названия приложения."
+ },
"appNameStatus": {
"label": "Статус названия приложения",
"description": "Выберите, где будет отображаться заголовок, если он вообще будет отображаться.",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Ваша форма содержит недопустимые данные. Следовательно, она не может быть сохранена. Пожалуйста, устраните все проблемы и нажмите на эту кнопку еще раз, чтобы сохранить изменения"
+ "popover": "Ваша форма содержит недопустимые данные. Следовательно, она не может быть сохранена. Пожалуйста, устраните все проблемы и нажмите на эту кнопку еще раз, чтобы сохранить изменения",
+ "name": "Имя обязательно",
+ "noUrl": "Url обязателен",
+ "invalidUrl": "Значение не является допустимым url",
+ "noIconUrl": "Это поле обязательно",
+ "noExternalUri": "Требуется внешний URI",
+ "invalidExternalUri": "Внешний URI не является допустимым"
}
}
diff --git a/public/locales/ru/modules/bookmark.json b/public/locales/ru/modules/bookmark.json
index 9fead390f..12d856223 100644
--- a/public/locales/ru/modules/bookmark.json
+++ b/public/locales/ru/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Элементы"
},
"layout": {
- "label": "Макет"
+ "label": "Макет",
+ "data": {
+ "autoGrid": "Автоматическая сетка",
+ "horizontal": "Горизонтальный",
+ "vertical": "Вертикальный"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Список закладок пуст",
"text": "Добавить новые элементы в этот список в режиме редактирования"
}
+ },
+ "item": {
+ "validation": {
+ "length": "Длина строки должна быть между {{shortest}} и {{longest}} символами",
+ "invalidLink": "Недействительная ссылка",
+ "errorMsg": "Не удалось сохранить, так как возникли ошибки валидации. Пожалуйста, исправьте ошибки"
+ },
+ "name": "Имя",
+ "url": "Ссылка",
+ "newTab": "Открыть в новой вкладке",
+ "hideHostname": "Скрыть имя хоста",
+ "hideIcon": "Скрыть иконку",
+ "delete": "Удалить"
}
}
diff --git a/public/locales/ru/modules/calendar.json b/public/locales/ru/modules/calendar.json
index cef17bce9..700acad57 100644
--- a/public/locales/ru/modules/calendar.json
+++ b/public/locales/ru/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Воскресенье — начало недели"
},
"radarrReleaseType": {
- "label": "Тип релиза в Radarr"
+ "label": "Тип релиза в Radarr",
+ "data": {
+ "inCinemas": "В кинотеатрах",
+ "physicalRelease": "Физический носитель",
+ "digitalRelease": "Цифровой релиз"
+ }
},
"hideWeekDays": {
"label": "Скрыть дни недели"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
- "label": "Размер шрифта"
+ "label": "Размер шрифта",
+ "data": {
+ "xs": "Очень маленький",
+ "sm": "Маленький",
+ "md": "Средний",
+ "lg": "Большой",
+ "xl": "Очень большой"
+ }
}
}
}
diff --git a/public/locales/ru/modules/iframe.json b/public/locales/ru/modules/iframe.json
index 738d97faf..520a4e66d 100644
--- a/public/locales/ru/modules/iframe.json
+++ b/public/locales/ru/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "Недопустимый URL",
"text": "Убедитесь, что вы ввели действительный адрес в конфигурации вашего виджета"
- }
+ },
+ "browserSupport": "Ваш браузер не поддерживает iframes. Пожалуйста, обновите свой браузер."
}
}
}
diff --git a/public/locales/ru/modules/media-requests-list.json b/public/locales/ru/modules/media-requests-list.json
index 0fa7861ad..848e8f2a1 100644
--- a/public/locales/ru/modules/media-requests-list.json
+++ b/public/locales/ru/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Список медиа запросов",
"replaceLinksWithExternalHost": {
"label": "Заменить ссылки на внешний хост"
+ },
+ "openInNewTab": {
+ "label": "Открывать ссылки в новых вкладках"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Одобрить запросы",
- "decline": "Отклонить запросы"
+ "decline": "Отклонить запросы",
+ "approving": "Утверждение запроса..."
+ },
+ "mutation": {
+ "approving": "Утверждение",
+ "declining": "Отказ",
+ "request": "запрос...",
+ "approved": "Запрос был одобрен!",
+ "declined": "Запрос отклонен!"
}
}
diff --git a/public/locales/ru/modules/media-requests-stats.json b/public/locales/ru/modules/media-requests-stats.json
index a2b273904..74317f810 100644
--- a/public/locales/ru/modules/media-requests-stats.json
+++ b/public/locales/ru/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Статистика ваших медиазапросов",
"settings": {
"title": "Статистика медиазапросов",
- "direction": {
- "label": "Направление макета."
+ "replaceLinksWithExternalHost": {
+ "label": "Заменить ссылки на внешний хост"
+ },
+ "openInNewTab": {
+ "label": "Открывать ссылки в новых вкладках"
}
}
},
- "stats": {
- "pending": "Ожидает утверждения",
+ "mediaStats": {
+ "title": "Статистика медиа",
+ "pending": "Ожидающие утверждения",
"tvRequests": "Запросы сериалов",
- "movieRequests": "Запросы фильмов"
+ "movieRequests": "Запросы фильмов",
+ "approved": "Уже одобрено",
+ "totalRequests": "Всего"
+ },
+ "userStats": {
+ "title": "Топ пользователей",
+ "requests": "Запросов: {{number}}"
}
}
diff --git a/public/locales/ru/modules/media-server.json b/public/locales/ru/modules/media-server.json
index 0075dd67a..fdebc5f42 100644
--- a/public/locales/ru/modules/media-server.json
+++ b/public/locales/ru/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Настройки для виджета медиасервера"
}
},
+ "loading": "Загрузка потоков",
"card": {
"table": {
"header": {
diff --git a/public/locales/ru/modules/notebook.json b/public/locales/ru/modules/notebook.json
index 3ad2a768e..af6ac5e73 100644
--- a/public/locales/ru/modules/notebook.json
+++ b/public/locales/ru/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Блокнот",
+ "description": "Интерактивный виджет на основе Markdown для записи ваших заметок!",
"settings": {
- "title": "",
+ "title": "Настройки виджета блокнота",
"showToolbar": {
- "label": ""
+ "label": "Показывать панель инструментов, чтобы помочь вам писать Markdown текст"
},
"content": {
- "label": ""
+ "label": "Содержимое блокнота"
}
}
}
diff --git a/public/locales/ru/modules/rss.json b/public/locales/ru/modules/rss.json
index ee156bc13..5db4a0d08 100644
--- a/public/locales/ru/modules/rss.json
+++ b/public/locales/ru/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Интервал обновления (в минутах)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "Разрешить форматирование HTML (Опасно)",
+ "info": "Разрешение HTML-форматирования извне может быть опасным.
Пожалуйста, убедитесь в том, что лента поступает из надежного источника."
},
"textLinesClamp": {
"label": "Ограничение количества строк текста"
diff --git a/public/locales/ru/modules/torrents-status.json b/public/locales/ru/modules/torrents-status.json
index d263e8b6a..511bd3b2b 100644
--- a/public/locales/ru/modules/torrents-status.json
+++ b/public/locales/ru/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Произошла непредвиденная ошибка",
- "text": "Homarr не может связаться с вашими Torrent-клиентами. Пожалуйста, проверьте настройки"
+ "text": "Невозможно установить связь с Torrent-клиентами. Пожалуйста, проверьте конфигурацию"
}
},
"loading": {
- "title": "Загрузка..."
+ "title": "Загрузка",
+ "description": "Установка соединения"
},
"popover": {
"introductionPrefix": "Под управлением",
diff --git a/public/locales/ru/modules/usenet.json b/public/locales/ru/modules/usenet.json
index d9c1a45f0..9af1bfead 100644
--- a/public/locales/ru/modules/usenet.json
+++ b/public/locales/ru/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Приостановлено"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/ru/modules/weather.json b/public/locales/ru/modules/weather.json
index 9e6498bb7..c14cf6eea 100644
--- a/public/locales/ru/modules/weather.json
+++ b/public/locales/ru/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Гроза с градом",
"unknown": "Неизвестно"
}
- }
+ },
+ "error": "Произошла ошибка"
}
diff --git a/public/locales/ru/settings/customization/color-selector.json b/public/locales/ru/settings/customization/color-selector.json
index 842171102..022624b17 100644
--- a/public/locales/ru/settings/customization/color-selector.json
+++ b/public/locales/ru/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Цвет",
- "suffix": "{{color}} цвет"
+ "suffix": "{{color}} цвет",
+ "primary": "Основной",
+ "secondary": "Дополнительный"
}
\ No newline at end of file
diff --git a/public/locales/ru/settings/general/cache-buttons.json b/public/locales/ru/settings/general/cache-buttons.json
new file mode 100644
index 000000000..c48ad196c
--- /dev/null
+++ b/public/locales/ru/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Очистка кэша",
+ "selector": {
+ "label": "Выберите кэш(и) для очистки",
+ "data": {
+ "ping": "Пинг запросы",
+ "repositoryIcons": "Удалённые/Локальные иконки",
+ "calendar&medias": "Публикации из календаря",
+ "weather": "Данные о погоде"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Кэш очищен",
+ "clearAll": {
+ "text": "Очистить весь кэш",
+ "notificationMessage": "Весь кэш был очищен"
+ },
+ "clearSelect": {
+ "text": "Очистить выбранные запросы",
+ "notificationMessageSingle": "Кэш для {{value}} был очищен",
+ "notificationMessageMulti": "Кэш для {{values}} был очищен"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ru/settings/general/edit-mode-toggle.json b/public/locales/ru/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..23c754000
--- /dev/null
+++ b/public/locales/ru/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Переключить режим редактирования",
+ "enable": "Включить режим редактирования",
+ "disable": "Выключить режим редактирования"
+ },
+ "form": {
+ "label": "Изменить пароль",
+ "message": "Чтобы включить режим редактирования, необходимо ввести пароль, который вы ввели в переменную окружения под названием EDIT_MODE_PASSWORD. Если он не был установлен, вы не сможете включить или выключить режим редактирования.",
+ "submit": "Подтвердить"
+ },
+ "notification": {
+ "success": {
+ "title": "Успех",
+ "message": "Режим редактирования успешно переключён, перезагружаем страницу..."
+ },
+ "error": {
+ "title": "Ошибка",
+ "message": "Не удалось переключить режим редактирования, попробуйте ещё раз."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/ru/settings/general/search-engine.json b/public/locales/ru/settings/general/search-engine.json
index a2fd01d90..3247fc95a 100644
--- a/public/locales/ru/settings/general/search-engine.json
+++ b/public/locales/ru/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Поисковая система",
"configurationName": "Настройка поисковой системы",
+ "custom": "Вручную",
"tips": {
"generalTip": "Существует множество префиксов, которые вы можете использовать! Добавив их перед запросом, вы отфильтруете результаты. !s (Интернет), !t (Торренты), !y (YouTube) и !m (Медиа).",
"placeholderTip": "%s можно использовать в качестве заполнителя для запроса."
diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json
index ab1fac303..439da6114 100644
--- a/public/locales/sk/common.json
+++ b/public/locales/sk/common.json
@@ -10,7 +10,7 @@
"disabled": "Zakázané",
"enableAll": "Povoliť všetko",
"disableAll": "Zakázať všetko",
- "version": "Verzia",
+ "version": "verzia",
"changePosition": "Zmeniť pozíciu",
"remove": "Odstrániť",
"removeConfirm": "Ste si istý ze chcete odstrániť {{item}}?",
diff --git a/public/locales/sk/layout/common.json b/public/locales/sk/layout/common.json
index 7ac67e505..806929d86 100644
--- a/public/locales/sk/layout/common.json
+++ b/public/locales/sk/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Otvoriť všetko v novej karte"
}
+ },
+ "menu": {
+ "moveUp": "Posunúť nahor",
+ "moveDown": "Posunúť nadol",
+ "addCategory": "Pridať kategóriu {{location}}",
+ "addAbove": "nad",
+ "addBelow": "pod"
}
}
\ No newline at end of file
diff --git a/public/locales/sk/layout/element-selector/selector.json b/public/locales/sk/layout/element-selector/selector.json
index b838e36e1..387db530e 100644
--- a/public/locales/sk/layout/element-selector/selector.json
+++ b/public/locales/sk/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Vráťte sa na predchádzajúci krok",
"actionIcon": {
"tooltip": "Pridajte dlaždicu"
+ },
+ "apps": "Aplikácie",
+ "app": {
+ "defaultName": "Vaša aplikácia"
+ },
+ "widgets": "Miniaplikácie",
+ "categories": "Kategórie",
+ "category": {
+ "newName": "Názov novej kategórie",
+ "defaultName": "Nová Kategória",
+ "created": {
+ "title": "Kategória vytvorená",
+ "message": "Bola vytvorená kategória \"{{name}}\""
+ }
}
}
diff --git a/public/locales/sk/layout/header/actions/toggle-edit-mode.json b/public/locales/sk/layout/header/actions/toggle-edit-mode.json
index 8e3f2b94f..a0aaded60 100644
--- a/public/locales/sk/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/sk/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "Režim úprav je povolený pre veľkosť <1>{{size}}1>",
"text": "Teraz môžete svoje aplikácie upravovať a konfigurovať. Zmeny sa neuložia, kým neukončíte režim úprav"
- }
+ },
+ "unloadEvent": "Ukončite režim úprav a uložte zmeny"
}
diff --git a/public/locales/sk/layout/modals/about.json b/public/locales/sk/layout/modals/about.json
index 66015e4b3..59299338b 100644
--- a/public/locales/sk/layout/modals/about.json
+++ b/public/locales/sk/layout/modals/about.json
@@ -6,13 +6,24 @@
"key": "Klávesová skratka",
"action": "Akcia",
"keybinds": "Kľúčové väzby",
+ "documentation": "Dokumentácia",
+ "actions": {
+ "toggleTheme": "Prepínanie režimu svetlo/tma",
+ "focusSearchBar": "Zameranie na vyhľadávací panel",
+ "openDocker": "Otvoriť docker Widget",
+ "toggleEdit": "Prepnutie režimu úprav"
+ },
"metrics": {
"configurationSchemaVersion": "Verzia konfiguračnej schémy",
"configurationsCount": "Dostupné konfigurácie",
- "version": "Verzia",
+ "version": "verzia",
"nodeEnvironment": "Node prostredie",
"i18n": "Načítané prekladové priestory I18n",
"locales": "Nakonfigurované lokality I18n",
"experimental_disableEditMode": "EXPERIMENTÁLNE: Zakázanie režimu úprav"
+ },
+ "version": {
+ "new": "Novinka: {{newVersion}}",
+ "dropdown": "Verzia {{newVersion}} je k dispozícii! Aktuálna verzia je {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/sk/layout/modals/add-app.json b/public/locales/sk/layout/modals/add-app.json
index a82c0bc98..b4de7332c 100644
--- a/public/locales/sk/layout/modals/add-app.json
+++ b/public/locales/sk/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Môže to trvať niekoľko sekúnd"
}
},
+ "appNameFontSize": {
+ "label": "Názov aplikácie Veľkosť písma",
+ "description": "Nastavenie veľkosti písma pre zobrazenie názvu aplikácie na dlaždici."
+ },
"appNameStatus": {
"label": "Názov aplikácie Stav",
"description": "Vyberte, kde sa má názov zobrazovať, ak vôbec.",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Váš formulár obsahuje neplatné údaje. Preto ho nemožno uložiť. Vyriešte všetky problémy a znovu kliknite na toto tlačidlo, aby ste uložili svoje zmeny"
+ "popover": "Váš formulár obsahuje neplatné údaje. Preto ho nemožno uložiť. Vyriešte všetky problémy a znovu kliknite na toto tlačidlo, aby ste uložili svoje zmeny",
+ "name": "Názov je povinný",
+ "noUrl": "URL je povinná",
+ "invalidUrl": "Hodnota nie je platná url",
+ "noIconUrl": "Toto pole je povinné",
+ "noExternalUri": "Vyžaduje sa externý URI",
+ "invalidExternalUri": "Externý URI nie je platný uri"
}
}
diff --git a/public/locales/sk/modules/bookmark.json b/public/locales/sk/modules/bookmark.json
index b9659d730..9ee257a6a 100644
--- a/public/locales/sk/modules/bookmark.json
+++ b/public/locales/sk/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Položky"
},
"layout": {
- "label": "Rozloženie"
+ "label": "Rozloženie",
+ "data": {
+ "autoGrid": "Automatická mriežka",
+ "horizontal": "Horizontálne",
+ "vertical": "Vertikálne"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Zoznam záložiek je prázdny",
"text": "Pridanie nových položiek do tohto zoznamu v režime úprav"
}
+ },
+ "item": {
+ "validation": {
+ "length": "Dĺžka musí byť medzi {{shortest}} a {{longest}}",
+ "invalidLink": "Neplatný odkaz",
+ "errorMsg": "Neuložil sa, pretože sa vyskytli chyby pri overovaní. Prosím, skontrolujte svoje vstupy"
+ },
+ "name": "Názov",
+ "url": "Adresa URL",
+ "newTab": "Otvoriť na novej karte",
+ "hideHostname": "Skryť názov hostiteľa",
+ "hideIcon": "Skryť ikonu",
+ "delete": "Vymazať"
}
}
diff --git a/public/locales/sk/modules/calendar.json b/public/locales/sk/modules/calendar.json
index f9773780d..e6148d947 100644
--- a/public/locales/sk/modules/calendar.json
+++ b/public/locales/sk/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Začni týždeň v Nedeľu"
},
"radarrReleaseType": {
- "label": "Typ Radarr releasu"
+ "label": "Typ Radarr releasu",
+ "data": {
+ "inCinemas": "V kinách",
+ "physicalRelease": "Fyzický",
+ "digitalRelease": "Digitálny"
+ }
},
"hideWeekDays": {
"label": "Skryť dni v týždni"
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
- "label": "Veľkosť písma"
+ "label": "Veľkosť písma",
+ "data": {
+ "xs": "Extra malé",
+ "sm": "Malé",
+ "md": "Stredné",
+ "lg": "Veľké",
+ "xl": "Extra veľké"
+ }
}
}
}
diff --git a/public/locales/sk/modules/iframe.json b/public/locales/sk/modules/iframe.json
index e4a26a2de..6a7147ec6 100644
--- a/public/locales/sk/modules/iframe.json
+++ b/public/locales/sk/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "Neplatná URL",
"text": "Skontrolujte, či ste v konfigurácii mini aplikácie zadali platnú adresu"
- }
+ },
+ "browserSupport": "Váš prehliadač nepodporuje iframe. Aktualizujte svoj prehliadač."
}
}
}
diff --git a/public/locales/sk/modules/media-requests-list.json b/public/locales/sk/modules/media-requests-list.json
index 94e758a11..c85b2a02b 100644
--- a/public/locales/sk/modules/media-requests-list.json
+++ b/public/locales/sk/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Zoznam požiadaviek médií",
"replaceLinksWithExternalHost": {
"label": "Nahradiť odkazy s externým hostiteľom"
+ },
+ "openInNewTab": {
+ "label": "Otvorenie odkazov v novej karte"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Schváliť žiadosti",
- "decline": "Odmietnutie žiadosti"
+ "decline": "Odmietnutie žiadosti",
+ "approving": "Schválenie žiadosti..."
+ },
+ "mutation": {
+ "approving": "Schvaľovanie",
+ "declining": "Zamietanie",
+ "request": "žiadosť...",
+ "approved": "Žiadosť bola schválená!",
+ "declined": "Žiadosť bola zamietnutá!"
}
}
diff --git a/public/locales/sk/modules/media-requests-stats.json b/public/locales/sk/modules/media-requests-stats.json
index 54cf928df..48be32d47 100644
--- a/public/locales/sk/modules/media-requests-stats.json
+++ b/public/locales/sk/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Štatistiky o vašich požiadavkách na médiá",
"settings": {
"title": "Štatistiky požiadaviek médií",
- "direction": {
- "label": "Smer rozloženia."
+ "replaceLinksWithExternalHost": {
+ "label": "Nahradiť odkazy s externým hostiteľom"
+ },
+ "openInNewTab": {
+ "label": "Otvorenie odkazov v novej karte"
}
}
},
- "stats": {
- "pending": "Čakajúce schválenia",
+ "mediaStats": {
+ "title": "Štatistiky médií",
+ "pending": "Čakajúce na schválenie",
"tvRequests": "TV požiadavky",
- "movieRequests": "Filmové požiadavky"
+ "movieRequests": "Filmové požiadavky",
+ "approved": "Už schválené",
+ "totalRequests": "Celkom"
+ },
+ "userStats": {
+ "title": "Najlepší používatelia",
+ "requests": "Požiadavky: {{number}}"
}
}
diff --git a/public/locales/sk/modules/media-server.json b/public/locales/sk/modules/media-server.json
index b1ab2f32a..96e741aa7 100644
--- a/public/locales/sk/modules/media-server.json
+++ b/public/locales/sk/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Nastavenia mini aplikácie mediálneho servera"
}
},
+ "loading": "Načítanie streamov",
"card": {
"table": {
"header": {
diff --git a/public/locales/sk/modules/rss.json b/public/locales/sk/modules/rss.json
index c202168fa..7211a7990 100644
--- a/public/locales/sk/modules/rss.json
+++ b/public/locales/sk/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Interval obnovovania (v minútach)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "Povolenie formátovania HTML (Nebezpečné)",
+ "info": "Povolenie formátovania HTML zvonku by mohlo byť nebezpečné.
Uistite sa, že zdroj pochádza z dôveryhodného zdroja."
},
"textLinesClamp": {
"label": "Svorka textových riadkov"
diff --git a/public/locales/sk/modules/torrents-status.json b/public/locales/sk/modules/torrents-status.json
index 878e7843e..f12e07fbf 100644
--- a/public/locales/sk/modules/torrents-status.json
+++ b/public/locales/sk/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Vyskytla sa neočakávaná chyba",
- "text": "Homarr nedokázal komunikovať s vašimi klientmi Torrent. Skontrolujte prosím svoju konfiguráciu"
+ "text": "Nieje možné komunikovať s klientmi Torrent. Skontrolujte prosím svoju konfiguráciu"
}
},
"loading": {
- "title": "Nahrávam..."
+ "title": "Načítavanie",
+ "description": "Nadväzovanie spojenia..."
},
"popover": {
"introductionPrefix": "Spravovaný",
diff --git a/public/locales/sk/modules/usenet.json b/public/locales/sk/modules/usenet.json
index 497134150..a370948e0 100644
--- a/public/locales/sk/modules/usenet.json
+++ b/public/locales/sk/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Pozastavené"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/sk/modules/weather.json b/public/locales/sk/modules/weather.json
index 7383859c6..1e06620f2 100644
--- a/public/locales/sk/modules/weather.json
+++ b/public/locales/sk/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Búrka s krúpami",
"unknown": "Neznámy"
}
- }
+ },
+ "error": "Došlo k chybe"
}
diff --git a/public/locales/sk/settings/customization/color-selector.json b/public/locales/sk/settings/customization/color-selector.json
index b45164892..ad2ccfe7e 100644
--- a/public/locales/sk/settings/customization/color-selector.json
+++ b/public/locales/sk/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Farby",
- "suffix": "{{color}} farba"
+ "suffix": "{{color}} farba",
+ "primary": "Primárne",
+ "secondary": "Sekundárne"
}
\ No newline at end of file
diff --git a/public/locales/sk/settings/general/cache-buttons.json b/public/locales/sk/settings/general/cache-buttons.json
new file mode 100644
index 000000000..fd36af644
--- /dev/null
+++ b/public/locales/sk/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Čistenie vyrovnávacej pamäte",
+ "selector": {
+ "label": "Vyberte vyrovnávaciu pamäť, ktorú chcete vymazať",
+ "data": {
+ "ping": "Dotazy Ping",
+ "repositoryIcons": "Ikony vzdialených/miestnych zariadení",
+ "calendar&medias": "Médiá z kalendára",
+ "weather": "Údaje o počasí"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Vyrovnávacia pamäť bola vymazaná",
+ "clearAll": {
+ "text": "Vymazať celú vyrovnávaciu pamäť",
+ "notificationMessage": "Všetky vyrovnávacie pamäte boli vymazané"
+ },
+ "clearSelect": {
+ "text": "Vymazanie vybraných dotazov",
+ "notificationMessageSingle": "Vymazanie vyrovnávacej pamäte pre {{value}}",
+ "notificationMessageMulti": "Vymazanie vyrovnávacej pamäte pre {{values}}"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sk/settings/general/edit-mode-toggle.json b/public/locales/sk/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..ec36b3831
--- /dev/null
+++ b/public/locales/sk/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Prepnutie režimu úprav",
+ "enable": "Povolenie režimu úprav",
+ "disable": "Zakázanie režimu úprav"
+ },
+ "form": {
+ "label": "Upraviť heslo",
+ "message": "Aby ste mohli prepnúť režim úprav, musíte zadať heslo, ktoré ste zadali do premennej prostredia s názvom EDIT_MODE_PASSWORD . Ak nie je nastavená, nie je možné zapínať a vypínať režim úprav.",
+ "submit": "Odoslať"
+ },
+ "notification": {
+ "success": {
+ "title": "Hotovo",
+ "message": "Úspešne sa prepol režim úprav, načítavanie stránky..."
+ },
+ "error": {
+ "title": "Chyba",
+ "message": "Nepodarilo sa prepnúť režim úprav, skúste to prosím znova."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sk/settings/general/search-engine.json b/public/locales/sk/settings/general/search-engine.json
index 2adf0e08d..6307363fc 100644
--- a/public/locales/sk/settings/general/search-engine.json
+++ b/public/locales/sk/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Vyhľadávač",
"configurationName": "Konfigurácia vyhľadávača",
+ "custom": "Vlastné",
"tips": {
"generalTip": "Môžete použiť viacero predpon! Ich pridaním pred dotaz sa výsledky vyfiltrujú. !s (Web), !t (Torrenty), !y (YouTube) a !m (Médiá).",
"placeholderTip": "%s možno použiť ako zástupný symbol pre dotaz."
diff --git a/public/locales/sl/layout/common.json b/public/locales/sl/layout/common.json
index cf4a491d2..4f4c4e6b4 100644
--- a/public/locales/sl/layout/common.json
+++ b/public/locales/sl/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ No newline at end of file
diff --git a/public/locales/sl/layout/element-selector/selector.json b/public/locales/sl/layout/element-selector/selector.json
index 3ae40e1fd..b1388b165 100644
--- a/public/locales/sl/layout/element-selector/selector.json
+++ b/public/locales/sl/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Vrnite se na prejšnji korak",
"actionIcon": {
"tooltip": "Dodajanje ploščice"
+ },
+ "apps": "",
+ "app": {
+ "defaultName": ""
+ },
+ "widgets": "",
+ "categories": "",
+ "category": {
+ "newName": "",
+ "defaultName": "",
+ "created": {
+ "title": "",
+ "message": ""
+ }
}
}
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 1e72f715d..ac671d0bd 100644
--- a/public/locales/sl/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/sl/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"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."
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/sl/layout/modals/about.json b/public/locales/sl/layout/modals/about.json
index b7fb226da..71502552b 100644
--- a/public/locales/sl/layout/modals/about.json
+++ b/public/locales/sl/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Bližnjična tipka",
"action": "Dejanje",
"keybinds": "Vezave tipk",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "",
+ "focusSearchBar": "",
+ "openDocker": "",
+ "toggleEdit": ""
+ },
"metrics": {
"configurationSchemaVersion": "Različica konfiguracijske sheme",
"configurationsCount": "Razpoložljive konfiguracije",
@@ -14,5 +21,9 @@
"i18n": "Nalaganje imenskih prostorov za prevod I18n",
"locales": "Konfigurirani krajevni jeziki I18n",
"experimental_disableEditMode": "EKSPERIMENTALNO: Onemogočite način urejanja"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/sl/layout/modals/add-app.json b/public/locales/sl/layout/modals/add-app.json
index 2aa7b306f..3b80f26e1 100644
--- a/public/locales/sl/layout/modals/add-app.json
+++ b/public/locales/sl/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "To lahko traja nekaj sekund"
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Vaš obrazec vsebuje neveljavne podatke. Zato ga ni mogoče shraniti. Odpravite vse težave in ponovno kliknite ta gumb, da shranite spremembe."
+ "popover": "Vaš obrazec vsebuje neveljavne podatke. Zato ga ni mogoče shraniti. Odpravite vse težave in ponovno kliknite ta gumb, da shranite spremembe.",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/sl/modules/bookmark.json b/public/locales/sl/modules/bookmark.json
index 6296760cf..21f0a17d5 100644
--- a/public/locales/sl/modules/bookmark.json
+++ b/public/locales/sl/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": ""
},
"layout": {
- "label": "Postavitev"
+ "label": "Postavitev",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "",
"text": ""
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "Ime",
+ "url": "",
+ "newTab": "Odprite v novem zavihku",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "Izbriši"
}
}
diff --git a/public/locales/sl/modules/calendar.json b/public/locales/sl/modules/calendar.json
index 9c2d62081..d912b46b1 100644
--- a/public/locales/sl/modules/calendar.json
+++ b/public/locales/sl/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Začni teden z nedeljo"
},
"radarrReleaseType": {
- "label": "Tip sprostitve Radarr"
+ "label": "Tip sprostitve Radarr",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": ""
},
- "fontSize": {
+ "showUnmonitored": {
"label": ""
+ },
+ "fontSize": {
+ "label": "",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/sl/modules/iframe.json b/public/locales/sl/modules/iframe.json
index 2ef3fa07e..e1db740f2 100644
--- a/public/locales/sl/modules/iframe.json
+++ b/public/locales/sl/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "",
"text": "Prepričajte se, da ste v konfiguracijo svojega pripomočka vnesli veljaven naslov"
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/sl/modules/media-requests-list.json b/public/locales/sl/modules/media-requests-list.json
index ff218af5b..2b1fc2d63 100644
--- a/public/locales/sl/modules/media-requests-list.json
+++ b/public/locales/sl/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "",
"replaceLinksWithExternalHost": {
"label": ""
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "",
- "decline": ""
+ "decline": "",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/sl/modules/media-requests-stats.json b/public/locales/sl/modules/media-requests-stats.json
index 3c1cdcf0f..f152af280 100644
--- a/public/locales/sl/modules/media-requests-stats.json
+++ b/public/locales/sl/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "",
"settings": {
"title": "",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": ""
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
+ "mediaStats": {
+ "title": "",
"pending": "",
"tvRequests": "",
- "movieRequests": ""
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/sl/modules/media-server.json b/public/locales/sl/modules/media-server.json
index 4e454f643..1d8cce510 100644
--- a/public/locales/sl/modules/media-server.json
+++ b/public/locales/sl/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Nastavitve za gradnik video strežnika"
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/sl/modules/rss.json b/public/locales/sl/modules/rss.json
index 63be5061c..e1c993635 100644
--- a/public/locales/sl/modules/rss.json
+++ b/public/locales/sl/modules/rss.json
@@ -12,7 +12,8 @@
"label": ""
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": ""
diff --git a/public/locales/sl/modules/torrents-status.json b/public/locales/sl/modules/torrents-status.json
index 2c1026930..8293a663b 100644
--- a/public/locales/sl/modules/torrents-status.json
+++ b/public/locales/sl/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Prišlo je do nepričakovane napake",
- "text": "Homarr ni mogel komunicirati z vašimi odjemalci Torrent. Prosimo, preverite svojo konfiguracijo"
+ "text": ""
}
},
"loading": {
- "title": "Nalaganje..."
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "Upravlja jo",
diff --git a/public/locales/sl/modules/usenet.json b/public/locales/sl/modules/usenet.json
index a729f1cfc..def0cf7f2 100644
--- a/public/locales/sl/modules/usenet.json
+++ b/public/locales/sl/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Začasno ustavljeno"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/sl/modules/weather.json b/public/locales/sl/modules/weather.json
index 1cf4abbec..5c4967fe4 100644
--- a/public/locales/sl/modules/weather.json
+++ b/public/locales/sl/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Nevihta s točo",
"unknown": "Neznano"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/sl/settings/general/cache-buttons.json b/public/locales/sl/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/sl/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sl/settings/general/edit-mode-toggle.json b/public/locales/sl/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..cf58f50a9
--- /dev/null
+++ b/public/locales/sl/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Pošlji"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Napaka",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sl/settings/general/search-engine.json b/public/locales/sl/settings/general/search-engine.json
index 484b33092..75b90d129 100644
--- a/public/locales/sl/settings/general/search-engine.json
+++ b/public/locales/sl/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Iskalnik",
"configurationName": "Nastavitve iskalnika",
+ "custom": "",
"tips": {
"generalTip": "Uporabite lahko več predpon! Če jih dodate pred poizvedbo, boste filtrirali rezultate. !s (splet), !t (torrenti), !y (YouTube) in !m (mediji).",
"placeholderTip": "%s lahko uporabite kot nadomestno ime za poizvedbo."
diff --git a/public/locales/sv/layout/common.json b/public/locales/sv/layout/common.json
index 9d14079e5..7a7d69861 100644
--- a/public/locales/sv/layout/common.json
+++ b/public/locales/sv/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Öppna alla i ny flik"
}
+ },
+ "menu": {
+ "moveUp": "Flytta uppåt",
+ "moveDown": "Flytta nedåt",
+ "addCategory": "Lägg till kategori {{location}}",
+ "addAbove": "ovanför",
+ "addBelow": "nedanför"
}
}
\ No newline at end of file
diff --git a/public/locales/sv/layout/element-selector/selector.json b/public/locales/sv/layout/element-selector/selector.json
index 2bf2d3538..002e34ca8 100644
--- a/public/locales/sv/layout/element-selector/selector.json
+++ b/public/locales/sv/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Gå tillbaka till föregående steg",
"actionIcon": {
"tooltip": "Lägg till en ruta"
+ },
+ "apps": "Appar",
+ "app": {
+ "defaultName": "Din app"
+ },
+ "widgets": "Widgets",
+ "categories": "Kategorier",
+ "category": {
+ "newName": "Namn på ny kategori",
+ "defaultName": "Ny kategori",
+ "created": {
+ "title": "Kategori skapad",
+ "message": "Kategorin \"{{name}}\" har skapats"
+ }
}
}
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 a231ee3da..88cf2415c 100644
--- a/public/locales/sv/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/sv/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"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"
- }
+ },
+ "unloadEvent": "Avsluta redigeringsläget för att spara dina ändringar"
}
diff --git a/public/locales/sv/layout/modals/about.json b/public/locales/sv/layout/modals/about.json
index aa227437b..971abaa9c 100644
--- a/public/locales/sv/layout/modals/about.json
+++ b/public/locales/sv/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Genvägstangent",
"action": "Åtgärd",
"keybinds": "Knapptilldelning",
+ "documentation": "Dokumentation",
+ "actions": {
+ "toggleTheme": "Växla mellan ljus- och mörkerläge",
+ "focusSearchBar": "Fokusera på sökruta",
+ "openDocker": "Öppna widget för dockar",
+ "toggleEdit": "Växla till redigeringsläge"
+ },
"metrics": {
"configurationSchemaVersion": "Version av konfigurationsschemat",
"configurationsCount": "Tillgängliga konfigurationer",
@@ -14,5 +21,9 @@
"i18n": "Laddade namnområden för I18n-översättningar",
"locales": "Konfigurerade I18n lokalspråk",
"experimental_disableEditMode": "EXPERIMENTAL: Inaktivera redigeringsläge"
+ },
+ "version": {
+ "new": "Ny: {{newVersion}}",
+ "dropdown": "Version {{newVersion}} är tillgänglig! Aktuell version är {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/sv/layout/modals/add-app.json b/public/locales/sv/layout/modals/add-app.json
index b738c285c..3861b5f03 100644
--- a/public/locales/sv/layout/modals/add-app.json
+++ b/public/locales/sv/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Detta kan ta några sekunder"
}
},
+ "appNameFontSize": {
+ "label": "Teckenstorlek för appnamn",
+ "description": "Ange teckenstorlek för när appens namn visas på rutan."
+ },
"appNameStatus": {
"label": "Status för appens namn",
"description": "Välj var du vill att titeln ska visas, om överhuvudtaget.",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Ditt formulär innehåller ogiltiga data. Därför kan det inte sparas. Vänligen lös alla problem och klicka på denna knapp igen för att spara dina ändringar"
+ "popover": "Ditt formulär innehåller ogiltiga data. Därför kan det inte sparas. Vänligen lös alla problem och klicka på denna knapp igen för att spara dina ändringar",
+ "name": "Namn krävs",
+ "noUrl": "URL krävs",
+ "invalidUrl": "Värdet är inte en giltig URL",
+ "noIconUrl": "Detta fält är obligatoriskt",
+ "noExternalUri": "Extern URI krävs",
+ "invalidExternalUri": "Extern URI är inte en giltig uri"
}
}
diff --git a/public/locales/sv/modules/bookmark.json b/public/locales/sv/modules/bookmark.json
index 501b6b85d..bc006b560 100644
--- a/public/locales/sv/modules/bookmark.json
+++ b/public/locales/sv/modules/bookmark.json
@@ -1,25 +1,43 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Bokmärke",
+ "description": "Visar en statisk lista med strängar eller länkar",
"settings": {
- "title": "",
+ "title": "Bokmärkesinställningar",
"name": {
- "label": "",
+ "label": "Widget-rubrik",
"info": "Lämna tomt för att hålla titeln dold."
},
"items": {
- "label": ""
+ "label": "Objekt"
},
"layout": {
- "label": "Layout"
+ "label": "Layout",
+ "data": {
+ "autoGrid": "Automatiskt rutnät",
+ "horizontal": "Horisontal",
+ "vertical": "Vertikal"
+ }
}
}
},
"card": {
"noneFound": {
- "title": "",
- "text": ""
+ "title": "Bokmärkeslistan är tom",
+ "text": "Lägg till nya objekt i den här listan i redigeringsläget"
}
+ },
+ "item": {
+ "validation": {
+ "length": "Längden måste vara mellan {{shortest}} och {{longest}}",
+ "invalidLink": "Inte en giltig länk",
+ "errorMsg": "Sparades inte, eftersom det fanns valideringsfel. Vänligen kontrollera dina inmatningar"
+ },
+ "name": "Namn",
+ "url": "URL",
+ "newTab": "Öppna i ny flik",
+ "hideHostname": "Dölj värdnamn",
+ "hideIcon": "Dölj ikon",
+ "delete": "Radera"
}
}
diff --git a/public/locales/sv/modules/calendar.json b/public/locales/sv/modules/calendar.json
index ec129617e..30b326b71 100644
--- a/public/locales/sv/modules/calendar.json
+++ b/public/locales/sv/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Börja veckan på söndag"
},
"radarrReleaseType": {
- "label": "Radarr releasetyp"
+ "label": "Radarr releasetyp",
+ "data": {
+ "inCinemas": "På bio",
+ "physicalRelease": "Fysisk",
+ "digitalRelease": "Digital"
+ }
},
"hideWeekDays": {
"label": "Dölj veckodagar"
},
+ "showUnmonitored": {
+ "label": "Visa oövervakade objekt"
+ },
"fontSize": {
- "label": "Teckenstorlek"
+ "label": "Teckenstorlek",
+ "data": {
+ "xs": "Extra liten",
+ "sm": "Liten",
+ "md": "Mellan",
+ "lg": "Stor",
+ "xl": "Extra stor"
+ }
}
}
}
diff --git a/public/locales/sv/modules/dns-hole-controls.json b/public/locales/sv/modules/dns-hole-controls.json
index f8daba13b..bb82e3e95 100644
--- a/public/locales/sv/modules/dns-hole-controls.json
+++ b/public/locales/sv/modules/dns-hole-controls.json
@@ -1,6 +1,6 @@
{
"descriptor": {
- "name": "",
- "description": ""
+ "name": "Kontroller av DNS hole",
+ "description": "Styr PiHole eller AdGuard från din instrumentpanel"
}
}
\ No newline at end of file
diff --git a/public/locales/sv/modules/dns-hole-summary.json b/public/locales/sv/modules/dns-hole-summary.json
index a43521357..b96d4f65d 100644
--- a/public/locales/sv/modules/dns-hole-summary.json
+++ b/public/locales/sv/modules/dns-hole-summary.json
@@ -1,28 +1,28 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Sammanfattning av DNS hole",
+ "description": "Visar viktiga data från PiHole eller AdGuard",
"settings": {
- "title": "",
+ "title": "Inställningar för sammanfattning av DNS Hole",
"usePiHoleColors": {
- "label": ""
+ "label": "Använd färger från PiHole"
},
"layout": {
"label": "Layout",
"data": {
- "grid": "",
- "row": "",
- "column": ""
+ "grid": "2 gånger 2",
+ "row": "Horisontal",
+ "column": "Vertikal"
}
}
}
},
"card": {
"metrics": {
- "domainsOnAdlist": "",
- "queriesToday": "",
- "queriesBlockedTodayPercentage": "",
- "queriesBlockedToday": ""
+ "domainsOnAdlist": "Domäner på adlists",
+ "queriesToday": "Förfrågningar idag",
+ "queriesBlockedTodayPercentage": "blockerad idag",
+ "queriesBlockedToday": "blockerad idag"
}
}
}
diff --git a/public/locales/sv/modules/iframe.json b/public/locales/sv/modules/iframe.json
index 61230b9bb..af2eb754e 100644
--- a/public/locales/sv/modules/iframe.json
+++ b/public/locales/sv/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "Ogiltig URL",
"text": "Kontrollera att du har angett en giltig adress i konfigurationen av din widget"
- }
+ },
+ "browserSupport": "Din webbläsare stöder inte iframes. Vänligen uppdatera din webbläsare."
}
}
}
diff --git a/public/locales/sv/modules/media-requests-list.json b/public/locales/sv/modules/media-requests-list.json
index 9c70d4614..577fe5374 100644
--- a/public/locales/sv/modules/media-requests-list.json
+++ b/public/locales/sv/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Lista över mediaförfrågningar",
"replaceLinksWithExternalHost": {
"label": "Ersätt länkar med extern värd"
+ },
+ "openInNewTab": {
+ "label": "Öppna länkar i ny flik"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Godkänn begäran",
- "decline": ""
+ "decline": "Avvisa förfrågningar",
+ "approving": "Godkänner begäran..."
+ },
+ "mutation": {
+ "approving": "Godkänner",
+ "declining": "Avböjer",
+ "request": "förfrågan...",
+ "approved": "Förfrågan godkändes!",
+ "declined": "Förfrågnan avvisades!"
}
}
diff --git a/public/locales/sv/modules/media-requests-stats.json b/public/locales/sv/modules/media-requests-stats.json
index 1fe692726..283fddbdb 100644
--- a/public/locales/sv/modules/media-requests-stats.json
+++ b/public/locales/sv/modules/media-requests-stats.json
@@ -1,17 +1,27 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Statistik över medieförfrågningar",
+ "description": "Statistik över dina medieförfrågningar",
"settings": {
- "title": "",
- "direction": {
- "label": "Layoutens riktning."
+ "title": "Statistik över medieförfrågningar",
+ "replaceLinksWithExternalHost": {
+ "label": "Ersätt länkar med extern värd"
+ },
+ "openInNewTab": {
+ "label": "Öppna länkar i ny flik"
}
}
},
- "stats": {
- "pending": "",
- "tvRequests": "",
- "movieRequests": ""
+ "mediaStats": {
+ "title": "Mediestatistik",
+ "pending": "Väntar på godkännande",
+ "tvRequests": "TV-förfrågningar",
+ "movieRequests": "Filmförfrågningar",
+ "approved": "Redan godkänd",
+ "totalRequests": "Totalt"
+ },
+ "userStats": {
+ "title": "Toppanvändare",
+ "requests": "Förfrågningar: {{number}}"
}
}
diff --git a/public/locales/sv/modules/media-server.json b/public/locales/sv/modules/media-server.json
index 5cc37b42a..6713530d8 100644
--- a/public/locales/sv/modules/media-server.json
+++ b/public/locales/sv/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Inställningar för mediaserver-widget"
}
},
+ "loading": "Laddar strömmar",
"card": {
"table": {
"header": {
diff --git a/public/locales/sv/modules/notebook.json b/public/locales/sv/modules/notebook.json
index 3ad2a768e..5367cce0e 100644
--- a/public/locales/sv/modules/notebook.json
+++ b/public/locales/sv/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Anteckningsbok",
+ "description": "En markdown-baserad interaktiv widget där du kan skriva ner dina anteckningar!",
"settings": {
- "title": "",
+ "title": "Inställningar för widgeten för anteckningsboken",
"showToolbar": {
- "label": ""
+ "label": "Visa verktygsfältet för att hjälpa dig skriva markdown"
},
"content": {
- "label": ""
+ "label": "Innehållet i anteckningsboken"
}
}
}
diff --git a/public/locales/sv/modules/rss.json b/public/locales/sv/modules/rss.json
index 73655d40b..60f4f2e95 100644
--- a/public/locales/sv/modules/rss.json
+++ b/public/locales/sv/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Uppdateringsintervall (i minuter)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "Tillåt HTML-formatering (farligt)",
+ "info": "Att tillåta HTML-formatering från utomstående kan vara farligt.
Se till att flödet kommer från en betrodd källa."
},
"textLinesClamp": {
"label": "Klämma för textrader"
diff --git a/public/locales/sv/modules/torrents-status.json b/public/locales/sv/modules/torrents-status.json
index 151c3ae7e..a6fb6fe77 100644
--- a/public/locales/sv/modules/torrents-status.json
+++ b/public/locales/sv/modules/torrents-status.json
@@ -63,7 +63,8 @@
}
},
"loading": {
- "title": "Laddar..."
+ "title": "Laddar",
+ "description": "Upprättar en anslutning"
},
"popover": {
"introductionPrefix": "Förvaltas av",
diff --git a/public/locales/sv/modules/usenet.json b/public/locales/sv/modules/usenet.json
index 1e4bce64d..6ce90304d 100644
--- a/public/locales/sv/modules/usenet.json
+++ b/public/locales/sv/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Pausad"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/sv/modules/weather.json b/public/locales/sv/modules/weather.json
index d1618dd33..cc031926f 100644
--- a/public/locales/sv/modules/weather.json
+++ b/public/locales/sv/modules/weather.json
@@ -8,7 +8,7 @@
"label": "Visa i Fahrenheit"
},
"displayCityName": {
- "label": ""
+ "label": "Visa stadens namn"
},
"location": {
"label": "Plats för väder"
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Åskväder med hagel",
"unknown": "Okänd"
}
- }
+ },
+ "error": "Ett fel uppstod"
}
diff --git a/public/locales/sv/settings/customization/color-selector.json b/public/locales/sv/settings/customization/color-selector.json
index 43bddb2cf..d144e70b1 100644
--- a/public/locales/sv/settings/customization/color-selector.json
+++ b/public/locales/sv/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Färger",
- "suffix": "{{color}} färg"
+ "suffix": "{{color}} färg",
+ "primary": "Primär",
+ "secondary": "Sekundär"
}
\ No newline at end of file
diff --git a/public/locales/sv/settings/general/cache-buttons.json b/public/locales/sv/settings/general/cache-buttons.json
new file mode 100644
index 000000000..8086c465a
--- /dev/null
+++ b/public/locales/sv/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Rensa cache",
+ "selector": {
+ "label": "Välj cache(n) att rensa",
+ "data": {
+ "ping": "Ping-förfrågningar",
+ "repositoryIcons": "Fjärr/lokala ikoner",
+ "calendar&medias": "Media från kalendern",
+ "weather": "Väderdata"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Cache rensad",
+ "clearAll": {
+ "text": "Rensa all cache",
+ "notificationMessage": "All cache har rensats"
+ },
+ "clearSelect": {
+ "text": "Rensa valda frågor",
+ "notificationMessageSingle": "Cache för {{value}} har rensats",
+ "notificationMessageMulti": "Cache för {{values}} har rensats"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sv/settings/general/edit-mode-toggle.json b/public/locales/sv/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..545945531
--- /dev/null
+++ b/public/locales/sv/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Växla till redigeringsläge",
+ "enable": "Aktivera redigeringsläge",
+ "disable": "Inaktivera redigeringsläge"
+ },
+ "form": {
+ "label": "Redigera lösenord",
+ "message": "För att aktivera redigeringsläget måste du ange det lösenord som du angav i miljövariabeln EDIT_MODE_PASSWORD . Om den inte är angiven kan du inte slå på och av redigeringsläget.",
+ "submit": "Skicka"
+ },
+ "notification": {
+ "success": {
+ "title": "Lyckades",
+ "message": "Lyckades växla till redigeringsläget, laddar om sidan..."
+ },
+ "error": {
+ "title": "Fel",
+ "message": "Det gick inte att växla till redigeringsläget, försök igen."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/sv/settings/general/search-engine.json b/public/locales/sv/settings/general/search-engine.json
index 8e72064cc..f046909cb 100644
--- a/public/locales/sv/settings/general/search-engine.json
+++ b/public/locales/sv/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Sökmotor",
"configurationName": "Sökmotorns konfiguration",
+ "custom": "Anpassad",
"tips": {
"generalTip": "Det finns flera prefix som du kan använda! Om du lägger till dessa före din fråga filtrerar du resultaten. !s (Webb), !t (Torrents), !y (YouTube) och !m (Media).",
"placeholderTip": "%s kan användas som platshållare för förfrågningen."
diff --git a/public/locales/sv/widgets/draggable-list.json b/public/locales/sv/widgets/draggable-list.json
index 5d27e99ad..05ddefde1 100644
--- a/public/locales/sv/widgets/draggable-list.json
+++ b/public/locales/sv/widgets/draggable-list.json
@@ -1,7 +1,7 @@
{
"noEntries": {
- "title": "",
- "text": ""
+ "title": "Inga inlägg",
+ "text": "Använd knapparna nedan för att lägga till fler inlägg"
},
- "buttonAdd": ""
+ "buttonAdd": "Lägg till"
}
diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json
index 450896547..fe6c0f3ab 100644
--- a/public/locales/tr/common.json
+++ b/public/locales/tr/common.json
@@ -32,8 +32,8 @@
},
"loading": "Yükleniyor...",
"breakPoints": {
- "small": "küçük",
- "medium": "orta",
+ "small": "Küçük",
+ "medium": "Orta",
"large": "Büyük"
},
"seeMore": "Daha fazla..."
diff --git a/public/locales/tr/layout/common.json b/public/locales/tr/layout/common.json
index d1836df70..4a16353ed 100644
--- a/public/locales/tr/layout/common.json
+++ b/public/locales/tr/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": "Hepsini yeni sekmede aç"
}
+ },
+ "menu": {
+ "moveUp": "Yukarı taşı",
+ "moveDown": "Aşağı taşı",
+ "addCategory": "Kategori ekle {{location}}",
+ "addAbove": "yukarıda",
+ "addBelow": "aşağıda"
}
}
\ No newline at end of file
diff --git a/public/locales/tr/layout/element-selector/selector.json b/public/locales/tr/layout/element-selector/selector.json
index af8c8d67b..722e5aad9 100644
--- a/public/locales/tr/layout/element-selector/selector.json
+++ b/public/locales/tr/layout/element-selector/selector.json
@@ -1,11 +1,25 @@
{
"modal": {
- "title": "Yeni bir döşeme ekle",
- "text": "Döşemeler, Homarr'ın ana öğesidir. Uygulamalarınızı ve diğer bilgileri görüntülemek için kullanılırlar. İstediğiniz kadar döşeme ekleyebilirsiniz."
+ "title": "Yeni bir araç ekle",
+ "text": "Araçlar, Homarr'ın ana öğesidir. Uygulamalarınızı ve diğer bilgileri görüntülemek için kullanılırlar. İstediğiniz kadar araç ekleyebilirsiniz."
},
"widgetDescription": "Widget'lar, uygulamalarınız üzerinde daha fazla kontrol sağlamak için uygulamalarınızla etkileşime girer. Genellikle kullanımdan önce ek yapılandırma gerektirirler.",
"goBack": "Önceki adıma geri dön",
"actionIcon": {
- "tooltip": "Araç ve Döşeme Ekle"
+ "tooltip": "Araç Ekle"
+ },
+ "apps": "Uygulamalar",
+ "app": {
+ "defaultName": "Sizin Uygulamanız"
+ },
+ "widgets": "Widget'lar",
+ "categories": "Kategoriler",
+ "category": {
+ "newName": "Yeni Kategori adı",
+ "defaultName": "Yeni Kategori",
+ "created": {
+ "title": "Kategori oluşturuldu",
+ "message": "\"{{name}}\" kategorisi oluşturuldu"
+ }
}
}
diff --git a/public/locales/tr/layout/header/actions/toggle-edit-mode.json b/public/locales/tr/layout/header/actions/toggle-edit-mode.json
index 0f00b1238..8805cf050 100644
--- a/public/locales/tr/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/tr/layout/header/actions/toggle-edit-mode.json
@@ -1,11 +1,12 @@
{
- "description": "Düzenleme Modunda, döşemeleri ayarlayabilir ve uygulamaları yapılandırabilirsiniz. Düzenleme Modundan çıkana kadar değişiklikler kaydedilmez.",
+ "description": "Düzenleme Modunda, araçları ayarlayabilir ve uygulamaları yapılandırabilirsiniz. Düzenleme Modundan çıkana kadar değişiklikler kaydedilmez.",
"button": {
"disabled": "Düzenleme Moduna Gir",
"enabled": "Çık ve Kaydet"
},
"popover": {
"title": "<1>{{size}}1> boyut için düzenleme modu etkinleştirildi",
- "text": "Uygulamalarınızı şimdi ayarlayabilir ve yapılandırabilirsiniz. Düzenleme modundan çıkana kadar değişiklikler kaydedilmez"
- }
+ "text": "Artık uygulamalarınızı ayarlayabilir ve yapılandırabilirsiniz. Düzenleme modundan çıkana kadar değişiklikler kaydedilmez"
+ },
+ "unloadEvent": "Değişikliklerinizi kaydetmek için düzenleme modundan çıkın"
}
diff --git a/public/locales/tr/layout/modals/about.json b/public/locales/tr/layout/modals/about.json
index 3b0115f90..209c8751c 100644
--- a/public/locales/tr/layout/modals/about.json
+++ b/public/locales/tr/layout/modals/about.json
@@ -1,18 +1,29 @@
{
"description": "Homarr, tüm uygulamalarınızı ve hizmetlerinizi parmaklarınızın ucuna getiren şık, modern bir kontrol panelidir. Homarr ile her şeye tek bir yerden erişebilir ve kontrol edebilirsiniz. Homarr eklediğiniz uygulamalarla bütünleşerek size değerli bilgiler sunar ve tam kontrol sağlar. Kurulum çok kolaydır ve Homarr çok çeşitli kurulum yöntemlerini destekler.",
- "contact": "Sorun mu yaşıyorsunuz veya sorularınız mı var? Bizimle iletişim kurun!",
- "addToDashboard": "Gösterge Tablosuna ekle",
+ "contact": "Sorun mu yaşıyorsunuz veya sorularınız mı var? Bizimle iletişime geçin!",
+ "addToDashboard": "Panele Ekle",
"tip": "Mod, değiştirici anahtarınızı ifade eder, bu Ctrl ve Alt/Super/Windows tuşudur",
"key": "Kısayol tuşu",
"action": "Eylem",
"keybinds": "Tuş atamaları",
+ "documentation": "Dokümantasyon",
+ "actions": {
+ "toggleTheme": "Aydınlık/karanlık mod",
+ "focusSearchBar": "Arama çubuğuna odaklan",
+ "openDocker": "Docker Widget'ını açın",
+ "toggleEdit": "Düzenleme Modunu Değiştir"
+ },
"metrics": {
"configurationSchemaVersion": "Yapılandırma şeması sürümü",
"configurationsCount": "Mevcut konfigürasyonlar",
"version": "Versiyon",
"nodeEnvironment": "Node ortamı",
"i18n": "Yüklenen I18n çeviri ad alanları",
- "locales": "Yapılandırılmış I18n yerel ayarları",
+ "locales": "Yapılandırılmış I18n yerelleri",
"experimental_disableEditMode": "DENEYSEL: Düzenleme modunu devre dışı bırak"
+ },
+ "version": {
+ "new": "Yeni: {{newVersion}}",
+ "dropdown": "Sürüm {{newVersion}} mevcuttur! Şuan ki Sürüm {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/tr/layout/modals/add-app.json b/public/locales/tr/layout/modals/add-app.json
index 2e87eed0f..1d8583270 100644
--- a/public/locales/tr/layout/modals/add-app.json
+++ b/public/locales/tr/layout/modals/add-app.json
@@ -54,8 +54,12 @@
"text": "Bu bir kaç saniye alabilir"
}
},
+ "appNameFontSize": {
+ "label": "Uygulama Adı Yazı Boyutu",
+ "description": "Uygulama adının kutucukta gösterilmesi için yazı tipi boyutunu ayarlayın."
+ },
"appNameStatus": {
- "label": "Uygulama Adı Durumu",
+ "label": "Uygulama Adı Statüsü",
"description": "Eğer varsa, başlığın nerede görünmesini istediğinizi seçin.",
"dropdown": {
"normal": "Başlığı yalnızca döşemede göster",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Formunuz geçersiz veriler içeriyor. Bu nedenle kaydedilemiyor. Lütfen tüm sorunları çözün ve değişikliklerinizi kaydetmek için bu düğmeye tekrar tıklayın"
+ "popover": "Formunuz geçersiz veriler içeriyor. Bu nedenle kaydedilemiyor. Lütfen tüm sorunları çözün ve değişikliklerinizi kaydetmek için bu düğmeye tekrar tıklayın",
+ "name": "İsim alanı zorunludur",
+ "noUrl": "Url alanı zorunludur",
+ "invalidUrl": "Girilen değer geçerli bir url değil",
+ "noIconUrl": "Bu alan gereklidir",
+ "noExternalUri": "Harici URI gereklidir",
+ "invalidExternalUri": "Harici URI geçerli bir uri değil"
}
}
diff --git a/public/locales/tr/modules/bookmark.json b/public/locales/tr/modules/bookmark.json
index cec2ae9fb..83ae01820 100644
--- a/public/locales/tr/modules/bookmark.json
+++ b/public/locales/tr/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Ögeler"
},
"layout": {
- "label": "Düzen"
+ "label": "Düzen",
+ "data": {
+ "autoGrid": "Otomatik Izgara",
+ "horizontal": "Yatay",
+ "vertical": "Dikey"
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Yer imi listesi boş",
"text": "Düzenleme modunda bu listeye yeni öğeler ekleyin"
}
+ },
+ "item": {
+ "validation": {
+ "length": "Uzunluk {{shortest}} ile {{longest}} arasında olmalıdır",
+ "invalidLink": "Geçerli bir bağlantı değil",
+ "errorMsg": "Doğrulama hataları olduğu için kaydedilmedi. Lütfen bilgilerinizi kontrol edin"
+ },
+ "name": "İsim",
+ "url": "URL",
+ "newTab": "Yeni sekmede aç",
+ "hideHostname": "Ana Bilgisayar Adını Gizle",
+ "hideIcon": "İkonu Gizle",
+ "delete": "Sil"
}
}
diff --git a/public/locales/tr/modules/calendar.json b/public/locales/tr/modules/calendar.json
index f36dd05b9..ab92cbbd2 100644
--- a/public/locales/tr/modules/calendar.json
+++ b/public/locales/tr/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Haftaya Pazar günü başlayın"
},
"radarrReleaseType": {
- "label": "Radarr yayın türü"
+ "label": "Radarr yayın türü",
+ "data": {
+ "inCinemas": "Sinemalarda",
+ "physicalRelease": "Fiziksel",
+ "digitalRelease": "Dijital"
+ }
},
"hideWeekDays": {
"label": "Haftanın günlerini gizle"
},
+ "showUnmonitored": {
+ "label": "İzlenmeyen öğeleri göster"
+ },
"fontSize": {
- "label": "Font Boyutu"
+ "label": "Font Boyutu",
+ "data": {
+ "xs": "Ekstra Küçük",
+ "sm": "Küçük",
+ "md": "Orta",
+ "lg": "Büyük",
+ "xl": "Çok Büyük"
+ }
}
}
}
diff --git a/public/locales/tr/modules/iframe.json b/public/locales/tr/modules/iframe.json
index 2084f9944..96ad869b8 100644
--- a/public/locales/tr/modules/iframe.json
+++ b/public/locales/tr/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "Geçersiz URL",
"text": "Widget'ınızın yapılandırmasında geçerli bir adres girdiğinizden emin olun"
- }
+ },
+ "browserSupport": "Tarayıcınız iframe'leri desteklemiyor. Lütfen tarayıcınızı güncelleyin."
}
}
}
diff --git a/public/locales/tr/modules/media-requests-list.json b/public/locales/tr/modules/media-requests-list.json
index 2d7cf2ae2..57aba8760 100644
--- a/public/locales/tr/modules/media-requests-list.json
+++ b/public/locales/tr/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Medya talep listesi",
"replaceLinksWithExternalHost": {
"label": "Bağlantıları harici ana bilgisayar ile değiştirin"
+ },
+ "openInNewTab": {
+ "label": "Bağlantıları yeni sekmede aç"
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Talebi Onayla",
- "decline": "Talebi reddet"
+ "decline": "Talebi reddet",
+ "approving": "Talep Onaylanıyor..."
+ },
+ "mutation": {
+ "approving": "Onaylanan",
+ "declining": "Reddedilen",
+ "request": "talep et...",
+ "approved": "Talep onaylandı!",
+ "declined": "Talep reddedildi!"
}
}
diff --git a/public/locales/tr/modules/media-requests-stats.json b/public/locales/tr/modules/media-requests-stats.json
index ac95efefa..346d1c09d 100644
--- a/public/locales/tr/modules/media-requests-stats.json
+++ b/public/locales/tr/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Medya taleplerinizle ilgili istatistikler",
"settings": {
"title": "Medya talep istatistikleri",
- "direction": {
- "label": "Yerleşimin yönü."
+ "replaceLinksWithExternalHost": {
+ "label": "Bağlantıları harici ana bilgisayar ile değiştirin"
+ },
+ "openInNewTab": {
+ "label": "Bağlantıları yeni sekmede aç"
}
}
},
- "stats": {
- "pending": "Onay bekleyenler",
+ "mediaStats": {
+ "title": "Medya İstatistikleri",
+ "pending": "Bekleyen Onaylar",
"tvRequests": "Dizi talepleri",
- "movieRequests": "Film talepleri"
+ "movieRequests": "Film talepleri",
+ "approved": "Zaten onaylandı",
+ "totalRequests": "Toplam"
+ },
+ "userStats": {
+ "title": "En İyi Kullanıcılar",
+ "requests": "İstekler: {{number}}"
}
}
diff --git a/public/locales/tr/modules/media-server.json b/public/locales/tr/modules/media-server.json
index 4d3bd34e0..3538f0789 100644
--- a/public/locales/tr/modules/media-server.json
+++ b/public/locales/tr/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Medya sunucusu widget'ı için ayarlar"
}
},
+ "loading": "Akış yükleniyor",
"card": {
"table": {
"header": {
diff --git a/public/locales/tr/modules/notebook.json b/public/locales/tr/modules/notebook.json
index 3ad2a768e..a92100112 100644
--- a/public/locales/tr/modules/notebook.json
+++ b/public/locales/tr/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Not defteri",
+ "description": "Notlarınızı yazmanız için markdown tabanlı interaktif bir widget!",
"settings": {
- "title": "",
+ "title": "Not defteri widget'ı için ayarlar",
"showToolbar": {
- "label": ""
+ "label": "Markdown yazmanıza yardımcı olacak araç çubuğunu gösterin"
},
"content": {
- "label": ""
+ "label": "Not defterinin içeriği"
}
}
}
diff --git a/public/locales/tr/modules/rss.json b/public/locales/tr/modules/rss.json
index 1bd6fc3f8..6e7faa34b 100644
--- a/public/locales/tr/modules/rss.json
+++ b/public/locales/tr/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Yenileme aralığı (dakika olarak)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "HTML biçimlendirmesine izin ver (Tehlikeli)",
+ "info": "Dışarıdan HTML biçimlendirmesine izin vermek tehlikeli olabilir.
Lütfen beslemenin güvenilir bir kaynaktan geldiğinden emin olun."
},
"textLinesClamp": {
"label": "Metin karakter sınırı"
diff --git a/public/locales/tr/modules/torrents-status.json b/public/locales/tr/modules/torrents-status.json
index c80da4a44..12e7495cc 100644
--- a/public/locales/tr/modules/torrents-status.json
+++ b/public/locales/tr/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Beklenmeyen bir hata oluştu",
- "text": "Homarr, Torrent istemcilerinizle iletişim kuramadı. Lütfen yapılandırmanızı kontrol edin"
+ "text": "Torrent istemcilerinizle iletişim kuramadı. Lütfen yapılandırmanızı kontrol edin"
}
},
"loading": {
- "title": "Yükleniyor..."
+ "title": "Yükleniyor",
+ "description": "Bağlantı kur"
},
"popover": {
"introductionPrefix": "Tarafından yönetilen",
diff --git a/public/locales/tr/modules/usenet.json b/public/locales/tr/modules/usenet.json
index 4cb966a97..5f8ce2e95 100644
--- a/public/locales/tr/modules/usenet.json
+++ b/public/locales/tr/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Duraklatıldı"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/tr/modules/weather.json b/public/locales/tr/modules/weather.json
index 1ed215e53..7b98cd679 100644
--- a/public/locales/tr/modules/weather.json
+++ b/public/locales/tr/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Fırtına ve dolu",
"unknown": "Bilinmeyen"
}
- }
+ },
+ "error": "Bir hata oluştu"
}
diff --git a/public/locales/tr/settings/customization/accessibility.json b/public/locales/tr/settings/customization/accessibility.json
index 5f782572a..1dae404a9 100644
--- a/public/locales/tr/settings/customization/accessibility.json
+++ b/public/locales/tr/settings/customization/accessibility.json
@@ -4,7 +4,7 @@
"description": "Varsayılan olarak, Homarr'daki ping animasyonu aktiftir. Bu rahatsız edici olabilir. Bu animasyonu devre dışı bırakacaktır"
},
"replaceIconsWithDots": {
- "label": "Ping noktası simge ile değiştirin",
+ "label": "Ping noktalarını ikon ile değiştirin",
"description": "Renk körü (Daltonizm) kullanıcılar için ping noktaları tanınmayabilir. Bu, göstergeleri simgelerle değiştirecektir"
},
"alert": "Bir şey mi kaçırdınız? Homarr'ın erişilebilirliğini memnuniyetle genişleteceğiz"
diff --git a/public/locales/tr/settings/customization/color-selector.json b/public/locales/tr/settings/customization/color-selector.json
index 5a3b9d032..19e618dcd 100644
--- a/public/locales/tr/settings/customization/color-selector.json
+++ b/public/locales/tr/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "Renkler",
- "suffix": "{{color}} renk"
+ "suffix": "{{color}} renk",
+ "primary": "Birincil",
+ "secondary": "İkincil"
}
\ No newline at end of file
diff --git a/public/locales/tr/settings/customization/general.json b/public/locales/tr/settings/customization/general.json
index 3b39c090f..a621fa84a 100644
--- a/public/locales/tr/settings/customization/general.json
+++ b/public/locales/tr/settings/customization/general.json
@@ -7,7 +7,7 @@
},
"gridstack": {
"name": "Izgara Dizilimi",
- "description": "Gösterge paneli alanınızın davranışını ve sütunlarını özelleştirin"
+ "description": "Panel alanınızın davranışını ve sütunlarını özelleştirin"
},
"pageMetadata": {
"name": "Sayfa Meta Verileri",
diff --git a/public/locales/tr/settings/customization/page-appearance.json b/public/locales/tr/settings/customization/page-appearance.json
index 49ed750f0..f256e1750 100644
--- a/public/locales/tr/settings/customization/page-appearance.json
+++ b/public/locales/tr/settings/customization/page-appearance.json
@@ -1,7 +1,7 @@
{
"pageTitle": {
"label": "Sayfa Başlığı",
- "description": "Sol üstteki gösterge tablosu başlığı"
+ "description": "Sol üstteki panel başlığı"
},
"metaTitle": {
"label": "Meta Başlığı",
@@ -13,7 +13,7 @@
},
"favicon": {
"label": "Favicon",
- "description": "Tarayıcı sekmenizde görüntülenen başlık"
+ "description": "Tarayıcı sekmenizde görüntülenen icon"
},
"background": {
"label": "Arkaplan"
diff --git a/public/locales/tr/settings/general/cache-buttons.json b/public/locales/tr/settings/general/cache-buttons.json
new file mode 100644
index 000000000..e2235f65b
--- /dev/null
+++ b/public/locales/tr/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "Önbellek Temizliği",
+ "selector": {
+ "label": "Temizlemek için önbellek(ler) seçin",
+ "data": {
+ "ping": "Ping sorguları",
+ "repositoryIcons": "Uzak/Yerel İkonlar",
+ "calendar&medias": "Takvimden Medyalar",
+ "weather": "Hava durumu verileri"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "Önbellek Temizlendi",
+ "clearAll": {
+ "text": "Tüm önbelleği temizle",
+ "notificationMessage": "Tüm önbellek temizlendi"
+ },
+ "clearSelect": {
+ "text": "Seçilileri temizle",
+ "notificationMessageSingle": "{{value}} için önbellek temizlendi",
+ "notificationMessageMulti": "{{values}} önbellekleri temizlendi"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/tr/settings/general/edit-mode-toggle.json b/public/locales/tr/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..65ddfd324
--- /dev/null
+++ b/public/locales/tr/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "Düzenleme Modunu Değiştir",
+ "enable": "Düzenleme modunu etkinleştir",
+ "disable": "Düzenleme modunu pasifleştir"
+ },
+ "form": {
+ "label": "Şifreyi düzenle",
+ "message": "Düzenleme modunu açmak için EDIT_MODE_PASSWORD adlı ortam değişkenine girdiğiniz şifreyi girmeniz gerekir. Eğer ayarlanmamışsa, düzenleme modunu açıp kapatamazsınız.",
+ "submit": "Gönder"
+ },
+ "notification": {
+ "success": {
+ "title": "Başarılı",
+ "message": "Düzenleme modu başarıyla değiştirildi, sayfa yeniden yükleniyor..."
+ },
+ "error": {
+ "title": "Hata",
+ "message": "Düzenleme modu değiştirilemedi, lütfen tekrar deneyin."
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/tr/settings/general/search-engine.json b/public/locales/tr/settings/general/search-engine.json
index 5c85ffe6d..9904377b6 100644
--- a/public/locales/tr/settings/general/search-engine.json
+++ b/public/locales/tr/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Arama motoru",
"configurationName": "Arama motoru yapılandırma",
+ "custom": "Kişisel",
"tips": {
"generalTip": "Kullanabileceğiniz birden fazla önek var! Bunları sorgunuzun önüne eklemek, sonuçları filtreleyecektir. !s (Web), !t (Torrentler), !y (YouTube) ve !m (Medya).",
"placeholderTip": "%s sorgu için bir yer tutucu olarak kullanılabilir."
diff --git a/public/locales/uk/layout/common.json b/public/locales/uk/layout/common.json
index cf4a491d2..4f4c4e6b4 100644
--- a/public/locales/uk/layout/common.json
+++ b/public/locales/uk/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ No newline at end of file
diff --git a/public/locales/uk/layout/element-selector/selector.json b/public/locales/uk/layout/element-selector/selector.json
index 7740f9d3d..6e8514058 100644
--- a/public/locales/uk/layout/element-selector/selector.json
+++ b/public/locales/uk/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Повернутися на попередню сторінку",
"actionIcon": {
"tooltip": "Додати плитку"
+ },
+ "apps": "",
+ "app": {
+ "defaultName": ""
+ },
+ "widgets": "",
+ "categories": "",
+ "category": {
+ "newName": "",
+ "defaultName": "",
+ "created": {
+ "title": "",
+ "message": ""
+ }
}
}
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 b0fd423aa..b3dcae0b5 100644
--- a/public/locales/uk/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/uk/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"title": "Режим редагування включений для <1>{{size}}1> розміру",
"text": "Тепер ви можете налаштовувати та конфігурувати свої додатки. Зміни не зберігаються до виходу з режиму редагування"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/uk/layout/modals/about.json b/public/locales/uk/layout/modals/about.json
index 95efbb0c2..6ff15d53c 100644
--- a/public/locales/uk/layout/modals/about.json
+++ b/public/locales/uk/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Гарячі клавіши",
"action": "Дії",
"keybinds": "Сполучення клавіш",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "",
+ "focusSearchBar": "",
+ "openDocker": "",
+ "toggleEdit": ""
+ },
"metrics": {
"configurationSchemaVersion": "Версія схеми конфігурації",
"configurationsCount": "Доступні конфігурації",
@@ -14,5 +21,9 @@
"i18n": "Завантажено інтернаціональні переклади",
"locales": "Налаштовано інтернаціональні локалі",
"experimental_disableEditMode": "ЕКСПЕРИМЕНТАЛЬНО: Вимкнути режим редагування"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/uk/layout/modals/add-app.json b/public/locales/uk/layout/modals/add-app.json
index d961bdc80..f7d1cea1e 100644
--- a/public/locales/uk/layout/modals/add-app.json
+++ b/public/locales/uk/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Це може зайняти кілька секунд"
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Ваша форма містить неприпустимі дані тож не може бути збережена. Будь ласка, розв'яжіть усі проблеми та натисніть цю кнопку знову, щоб зберегти свої зміни"
+ "popover": "Ваша форма містить неприпустимі дані тож не може бути збережена. Будь ласка, розв'яжіть усі проблеми та натисніть цю кнопку знову, щоб зберегти свої зміни",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/uk/modules/bookmark.json b/public/locales/uk/modules/bookmark.json
index ba6d8c69a..78fc1e02e 100644
--- a/public/locales/uk/modules/bookmark.json
+++ b/public/locales/uk/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Елементи"
},
"layout": {
- "label": "Макет"
+ "label": "Макет",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Список обраного порожній",
"text": "Додайте нові елементи до цього списку в режимі редагування"
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "Ім’я",
+ "url": "",
+ "newTab": "Відкрити в новій вкладці",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "Видалити"
}
}
diff --git a/public/locales/uk/modules/calendar.json b/public/locales/uk/modules/calendar.json
index 3c98a0f08..546914f46 100644
--- a/public/locales/uk/modules/calendar.json
+++ b/public/locales/uk/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Почати тиждень у Неділю"
},
"radarrReleaseType": {
- "label": "Radarr - тип релізів"
+ "label": "Radarr - тип релізів",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": ""
},
+ "showUnmonitored": {
+ "label": ""
+ },
"fontSize": {
- "label": "Розмір шрифту"
+ "label": "Розмір шрифту",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/uk/modules/iframe.json b/public/locales/uk/modules/iframe.json
index 5ca521738..fcdfda502 100644
--- a/public/locales/uk/modules/iframe.json
+++ b/public/locales/uk/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "",
"text": "Переконайтеся, що Ви ввели правильну адресу в налаштуваннях вашого віджета"
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/uk/modules/media-requests-list.json b/public/locales/uk/modules/media-requests-list.json
index d3880ea13..2d7997c94 100644
--- a/public/locales/uk/modules/media-requests-list.json
+++ b/public/locales/uk/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Список медіа запитів",
"replaceLinksWithExternalHost": {
"label": "Замініть посилання на зовнішній хост"
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Запити на підтвердження",
- "decline": "Відхиляти запити"
+ "decline": "Відхиляти запити",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/uk/modules/media-requests-stats.json b/public/locales/uk/modules/media-requests-stats.json
index c8c6b97ee..078a0d2ad 100644
--- a/public/locales/uk/modules/media-requests-stats.json
+++ b/public/locales/uk/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Статистика ваших запитів у медіа",
"settings": {
"title": "Статистика запитів на медіа",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": "Замініть посилання на зовнішній хост"
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
- "pending": "Очікує схвалення",
- "tvRequests": "Запити на ТБ",
- "movieRequests": "Запити на фільми"
+ "mediaStats": {
+ "title": "",
+ "pending": "",
+ "tvRequests": "",
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/uk/modules/media-server.json b/public/locales/uk/modules/media-server.json
index 2defc4bc0..9123f293a 100644
--- a/public/locales/uk/modules/media-server.json
+++ b/public/locales/uk/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Налаштування віджету медіасервера"
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/uk/modules/rss.json b/public/locales/uk/modules/rss.json
index 3c09c1ea4..0b65dd9e3 100644
--- a/public/locales/uk/modules/rss.json
+++ b/public/locales/uk/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Інтервал оновлення (хвилини)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": ""
diff --git a/public/locales/uk/modules/torrents-status.json b/public/locales/uk/modules/torrents-status.json
index 0b1822b1b..b37190d97 100644
--- a/public/locales/uk/modules/torrents-status.json
+++ b/public/locales/uk/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Трапилась неочікувана помилка",
- "text": "Homarr не зміг зв'язатися з вашими клієнтами для завантаження. Будь ласка, перевірте свою конфігурацію"
+ "text": ""
}
},
"loading": {
- "title": "Завантаження..."
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "Керується",
diff --git a/public/locales/uk/modules/usenet.json b/public/locales/uk/modules/usenet.json
index 309b55665..3d8e0d67c 100644
--- a/public/locales/uk/modules/usenet.json
+++ b/public/locales/uk/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Призупинено"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/uk/modules/weather.json b/public/locales/uk/modules/weather.json
index 5d8a837a8..7ce100ea8 100644
--- a/public/locales/uk/modules/weather.json
+++ b/public/locales/uk/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Гроза з градом",
"unknown": "Невідомо"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/uk/settings/general/cache-buttons.json b/public/locales/uk/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/uk/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/uk/settings/general/edit-mode-toggle.json b/public/locales/uk/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..a3b0f992c
--- /dev/null
+++ b/public/locales/uk/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Надіслати"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Помилка",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/uk/settings/general/search-engine.json b/public/locales/uk/settings/general/search-engine.json
index 0ffc9f10a..334e21b4a 100644
--- a/public/locales/uk/settings/general/search-engine.json
+++ b/public/locales/uk/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Пошукова система",
"configurationName": "Налаштування пошукової системи",
+ "custom": "",
"tips": {
"generalTip": "Ви можете використовувати кілька префіксів! Додавання їх перед запитом відфільтрує результати. !s (веб), !t (торренти), !y (YouTube) і !m (медіа).",
"placeholderTip": "%s можна використовувати як заповнювач для запиту."
diff --git a/public/locales/vi/layout/common.json b/public/locales/vi/layout/common.json
index cf4a491d2..4f4c4e6b4 100644
--- a/public/locales/vi/layout/common.json
+++ b/public/locales/vi/layout/common.json
@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
+ },
+ "menu": {
+ "moveUp": "",
+ "moveDown": "",
+ "addCategory": "",
+ "addAbove": "",
+ "addBelow": ""
}
}
\ 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 f09c2df1c..8c3edd1cc 100644
--- a/public/locales/vi/layout/element-selector/selector.json
+++ b/public/locales/vi/layout/element-selector/selector.json
@@ -7,5 +7,19 @@
"goBack": "Quay lại bước trước",
"actionIcon": {
"tooltip": "Thêm ô"
+ },
+ "apps": "Ứng dụng",
+ "app": {
+ "defaultName": "Ứng dụng của bạn"
+ },
+ "widgets": "Tiện ích",
+ "categories": "Danh mục",
+ "category": {
+ "newName": "Tên danh mục mới",
+ "defaultName": "Danh mục mới",
+ "created": {
+ "title": "Danh mục đã được tạo",
+ "message": "Danh mục \"{{name}}\" đã được tạo"
+ }
}
}
diff --git a/public/locales/vi/layout/errors/not-found.json b/public/locales/vi/layout/errors/not-found.json
index 9e26dfeeb..4c51dea3b 100644
--- a/public/locales/vi/layout/errors/not-found.json
+++ b/public/locales/vi/layout/errors/not-found.json
@@ -1 +1,5 @@
-{}
\ No newline at end of file
+{
+ "title": "Không tìm thấy trang",
+ "text": "Không thể tìm thấy trang. URL của trang này có thể đã hết hạn, không hợp lệ, hoặc bạn cần có các quyền cần thiết để truy cập tài nguyên này.",
+ "button": "Về trang chủ"
+}
\ No newline at end of file
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 e0dce077a..606d72e7d 100644
--- a/public/locales/vi/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/vi/layout/header/actions/toggle-edit-mode.json
@@ -7,5 +7,6 @@
"popover": {
"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"
- }
+ },
+ "unloadEvent": ""
}
diff --git a/public/locales/vi/layout/modals/about.json b/public/locales/vi/layout/modals/about.json
index 93a1325e0..0c4e53eb4 100644
--- a/public/locales/vi/layout/modals/about.json
+++ b/public/locales/vi/layout/modals/about.json
@@ -6,6 +6,13 @@
"key": "Phím tắt",
"action": "Hành động",
"keybinds": "Phím tắt",
+ "documentation": "",
+ "actions": {
+ "toggleTheme": "Đổi chế độ sáng/tối",
+ "focusSearchBar": "Tập trung vào thanh tìm kiếm",
+ "openDocker": "Mở tiện ích Docker",
+ "toggleEdit": "Bật/tắt chế độ sửa"
+ },
"metrics": {
"configurationSchemaVersion": "Phiên bản lược đồ cấu hình",
"configurationsCount": "Cấu hình có sẵn",
@@ -14,5 +21,9 @@
"i18n": "Bản dịch I18n đã tải",
"locales": "Cấu hình ngôn ngữ l18n đã thiết lập",
"experimental_disableEditMode": "THỬ NGHIỆM: Tắt chế độ chỉnh sửa"
+ },
+ "version": {
+ "new": "",
+ "dropdown": ""
}
}
\ No newline at end of file
diff --git a/public/locales/vi/layout/modals/add-app.json b/public/locales/vi/layout/modals/add-app.json
index d849aa65e..caaa459b0 100644
--- a/public/locales/vi/layout/modals/add-app.json
+++ b/public/locales/vi/layout/modals/add-app.json
@@ -54,6 +54,10 @@
"text": "Có thể mất vài giây"
}
},
+ "appNameFontSize": {
+ "label": "",
+ "description": ""
+ },
"appNameStatus": {
"label": "",
"description": "",
@@ -99,6 +103,12 @@
}
},
"validation": {
- "popover": "Biểu mẫu của bạn chứa dữ liệu không hợp lệ, vì vậy không thể lưu nó. Vui lòng khắc phục mọi vấn đề và nhấp lại vào nút này để lưu các thay đổi của bạn"
+ "popover": "Biểu mẫu của bạn chứa dữ liệu không hợp lệ, vì vậy không thể lưu nó. Vui lòng khắc phục mọi vấn đề và nhấp lại vào nút này để lưu các thay đổi của bạn",
+ "name": "",
+ "noUrl": "",
+ "invalidUrl": "",
+ "noIconUrl": "",
+ "noExternalUri": "",
+ "invalidExternalUri": ""
}
}
diff --git a/public/locales/vi/modules/bookmark.json b/public/locales/vi/modules/bookmark.json
index 6bc8d659a..286c34c72 100644
--- a/public/locales/vi/modules/bookmark.json
+++ b/public/locales/vi/modules/bookmark.json
@@ -12,7 +12,12 @@
"label": "Mục"
},
"layout": {
- "label": "Bố cục"
+ "label": "Bố cục",
+ "data": {
+ "autoGrid": "",
+ "horizontal": "",
+ "vertical": ""
+ }
}
}
},
@@ -21,5 +26,18 @@
"title": "Danh sách dấu trang rỗng",
"text": "Thêm mục mới vào danh sách này trong chế độ chỉnh sửa"
}
+ },
+ "item": {
+ "validation": {
+ "length": "",
+ "invalidLink": "",
+ "errorMsg": ""
+ },
+ "name": "Tên",
+ "url": "",
+ "newTab": "Mở trong tab mới",
+ "hideHostname": "",
+ "hideIcon": "",
+ "delete": "Xóa"
}
}
diff --git a/public/locales/vi/modules/calendar.json b/public/locales/vi/modules/calendar.json
index 0a6accfa1..18357600f 100644
--- a/public/locales/vi/modules/calendar.json
+++ b/public/locales/vi/modules/calendar.json
@@ -11,13 +11,28 @@
"label": "Đặt đầu tuần là Chủ Nhật"
},
"radarrReleaseType": {
- "label": "Loại phát hành Radarr"
+ "label": "Loại phát hành Radarr",
+ "data": {
+ "inCinemas": "",
+ "physicalRelease": "",
+ "digitalRelease": ""
+ }
},
"hideWeekDays": {
"label": ""
},
- "fontSize": {
+ "showUnmonitored": {
"label": ""
+ },
+ "fontSize": {
+ "label": "",
+ "data": {
+ "xs": "",
+ "sm": "",
+ "md": "",
+ "lg": "",
+ "xl": ""
+ }
}
}
}
diff --git a/public/locales/vi/modules/iframe.json b/public/locales/vi/modules/iframe.json
index 6af10beae..16a5dd3b7 100644
--- a/public/locales/vi/modules/iframe.json
+++ b/public/locales/vi/modules/iframe.json
@@ -38,7 +38,8 @@
"noUrl": {
"title": "URL không hợp lệ",
"text": "Đảm bảo rằng bạn đã nhập một địa chỉ hợp lệ trong cấu hình tiện ích"
- }
+ },
+ "browserSupport": ""
}
}
}
diff --git a/public/locales/vi/modules/media-requests-list.json b/public/locales/vi/modules/media-requests-list.json
index 8f0b7912d..cf31d0754 100644
--- a/public/locales/vi/modules/media-requests-list.json
+++ b/public/locales/vi/modules/media-requests-list.json
@@ -6,6 +6,9 @@
"title": "Danh sách yêu cầu đa phương tiện",
"replaceLinksWithExternalHost": {
"label": "Thay thế liên kết bằng máy chủ bên ngoài"
+ },
+ "openInNewTab": {
+ "label": ""
}
}
},
@@ -19,6 +22,14 @@
},
"tooltips": {
"approve": "Duyệt yêu cầu",
- "decline": "Từ chối yêu cầu"
+ "decline": "Từ chối yêu cầu",
+ "approving": ""
+ },
+ "mutation": {
+ "approving": "",
+ "declining": "",
+ "request": "",
+ "approved": "",
+ "declined": ""
}
}
diff --git a/public/locales/vi/modules/media-requests-stats.json b/public/locales/vi/modules/media-requests-stats.json
index b70dd95be..2de7eeae5 100644
--- a/public/locales/vi/modules/media-requests-stats.json
+++ b/public/locales/vi/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "Thống kê về các yêu cầu đa phương tiện của bạn",
"settings": {
"title": "Thống kê yêu cầu đa phương tiện",
- "direction": {
+ "replaceLinksWithExternalHost": {
+ "label": "Thay thế liên kết bằng máy chủ bên ngoài"
+ },
+ "openInNewTab": {
"label": ""
}
}
},
- "stats": {
- "pending": "Chờ duyệt",
- "tvRequests": "Yêu cầu TV",
- "movieRequests": "Yêu cầu phim"
+ "mediaStats": {
+ "title": "",
+ "pending": "",
+ "tvRequests": "",
+ "movieRequests": "",
+ "approved": "",
+ "totalRequests": ""
+ },
+ "userStats": {
+ "title": "",
+ "requests": ""
}
}
diff --git a/public/locales/vi/modules/media-server.json b/public/locales/vi/modules/media-server.json
index aeffba869..88401ad80 100644
--- a/public/locales/vi/modules/media-server.json
+++ b/public/locales/vi/modules/media-server.json
@@ -6,6 +6,7 @@
"title": "Cài đặt cho máy chủ đa phương tiện"
}
},
+ "loading": "",
"card": {
"table": {
"header": {
diff --git a/public/locales/vi/modules/rss.json b/public/locales/vi/modules/rss.json
index 28d3284d5..181762d41 100644
--- a/public/locales/vi/modules/rss.json
+++ b/public/locales/vi/modules/rss.json
@@ -12,7 +12,8 @@
"label": "Khoảng thời gian làm mới (bằng phút)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "",
+ "info": ""
},
"textLinesClamp": {
"label": "Ngắt dòng"
diff --git a/public/locales/vi/modules/torrents-status.json b/public/locales/vi/modules/torrents-status.json
index a8bb5d110..3ff61d66f 100644
--- a/public/locales/vi/modules/torrents-status.json
+++ b/public/locales/vi/modules/torrents-status.json
@@ -59,11 +59,12 @@
},
"generic": {
"title": "Đã xảy ra lỗi không mong muốn",
- "text": "Homarr không thể giao tiếp với ứng dụng torrent của bạn. Vui lòng kiểm tra lại cấu hình"
+ "text": ""
}
},
"loading": {
- "title": "Đang tải..."
+ "title": "",
+ "description": ""
},
"popover": {
"introductionPrefix": "Quản lý bởi",
diff --git a/public/locales/vi/modules/usenet.json b/public/locales/vi/modules/usenet.json
index 1a423991b..176598b93 100644
--- a/public/locales/vi/modules/usenet.json
+++ b/public/locales/vi/modules/usenet.json
@@ -46,4 +46,4 @@
},
"paused": "Tạm dừng"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/vi/modules/weather.json b/public/locales/vi/modules/weather.json
index d3576381f..116c33300 100644
--- a/public/locales/vi/modules/weather.json
+++ b/public/locales/vi/modules/weather.json
@@ -32,5 +32,6 @@
"thunderstormWithHail": "Sấm sét kèm mưa đá",
"unknown": "Không xác định"
}
- }
+ },
+ "error": ""
}
diff --git a/public/locales/vi/settings/general/cache-buttons.json b/public/locales/vi/settings/general/cache-buttons.json
new file mode 100644
index 000000000..685994c48
--- /dev/null
+++ b/public/locales/vi/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "",
+ "selector": {
+ "label": "",
+ "data": {
+ "ping": "",
+ "repositoryIcons": "",
+ "calendar&medias": "",
+ "weather": ""
+ }
+ },
+ "buttons": {
+ "notificationTitle": "",
+ "clearAll": {
+ "text": "",
+ "notificationMessage": ""
+ },
+ "clearSelect": {
+ "text": "",
+ "notificationMessageSingle": "",
+ "notificationMessageMulti": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/vi/settings/general/edit-mode-toggle.json b/public/locales/vi/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..42b641681
--- /dev/null
+++ b/public/locales/vi/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "",
+ "enable": "",
+ "disable": ""
+ },
+ "form": {
+ "label": "",
+ "message": "",
+ "submit": "Gửi"
+ },
+ "notification": {
+ "success": {
+ "title": "",
+ "message": ""
+ },
+ "error": {
+ "title": "Lỗi",
+ "message": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/vi/settings/general/search-engine.json b/public/locales/vi/settings/general/search-engine.json
index 56e852475..58369b681 100644
--- a/public/locales/vi/settings/general/search-engine.json
+++ b/public/locales/vi/settings/general/search-engine.json
@@ -1,6 +1,7 @@
{
"title": "Công cụ tìm kiếm",
"configurationName": "Thiết lập công cụ tìm kiếm",
+ "custom": "",
"tips": {
"generalTip": "Có nhiều tiền tố để bạn sử dụng đó! Thêm chúng vào trước truy vấn của bạn để lọc kết quả. !s (Web), !t (torrent), !y (YouTube), !m (đa phương tiện).",
"placeholderTip": "%s có thể được sử dụng làm phần giữ chỗ cho truy vấn."
diff --git a/public/locales/zh/authentication/login.json b/public/locales/zh/authentication/login.json
index 3bb482a08..a5020aea3 100644
--- a/public/locales/zh/authentication/login.json
+++ b/public/locales/zh/authentication/login.json
@@ -5,7 +5,7 @@
"fields": {
"password": {
"label": "密码",
- "placeholder": "你的密码"
+ "placeholder": "您的密码"
}
},
"buttons": {
@@ -14,8 +14,8 @@
},
"notifications": {
"checking": {
- "title": "检查你的密码",
- "message": "正在检查你的密码..."
+ "title": "检查您的密码",
+ "message": "正在检查您的密码..."
},
"correct": {
"title": "登录成功,正在跳转..."
diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json
index 944c043a4..8b67cf12b 100644
--- a/public/locales/zh/common.json
+++ b/public/locales/zh/common.json
@@ -11,20 +11,20 @@
"enableAll": "全部启用",
"disableAll": "全部禁用",
"version": "版本",
- "changePosition": "改变位置",
- "remove": "移除",
+ "changePosition": "换位",
+ "remove": "删除",
"removeConfirm": "你确定要删除 {{item}} 吗?",
"createItem": "创建{{item}}",
"sections": {
"settings": "设置",
- "dangerZone": "危险操作"
+ "dangerZone": "危险"
},
"secrets": {
"apiKey": "API密钥",
"username": "用户名",
"password": "密码"
},
- "tip": "提示。 ",
+ "tip": "提示: ",
"time": {
"seconds": "秒",
"minutes": "分钟",
diff --git a/public/locales/zh/layout/common.json b/public/locales/zh/layout/common.json
index 28c6f53d8..4429f9a54 100644
--- a/public/locales/zh/layout/common.json
+++ b/public/locales/zh/layout/common.json
@@ -2,17 +2,24 @@
"modals": {
"blockedPopups": {
"title": "阻止弹出窗口",
- "text": "您的浏览器阻止了 Homarr 访问其 API。最常见的原因是广告拦截器或被拒绝的权限。Homarr 无法自动请求权限。",
+ "text": "您的浏览器阻止了 Homarr 访问其 API。最常见的原因是广告拦截器或权限被拒绝。Homarr 无法自动请求权限。",
"list": {
- "browserPermission": "点击链接旁的图标并检查权限,允许弹出窗口。",
+ "browserPermission": "点击链接旁的图标并检查权限,允许弹出窗口",
"adBlockers": "禁用浏览器中的广告拦截器和安全工具",
- "otherBrowser": "尝试使用其他的网页浏览器。"
+ "otherBrowser": "尝试使用其它的浏览器"
}
}
},
"actions": {
"category": {
- "openAllInNewTab": "在新标签页中打开全部"
+ "openAllInNewTab": "在新标签页中打开全部内容"
}
+ },
+ "menu": {
+ "moveUp": "上移",
+ "moveDown": "下移",
+ "addCategory": "添加分类 {{location}}",
+ "addAbove": "上方",
+ "addBelow": "下方"
}
}
\ No newline at end of file
diff --git a/public/locales/zh/layout/element-selector/selector.json b/public/locales/zh/layout/element-selector/selector.json
index 6b861a95a..be4531c31 100644
--- a/public/locales/zh/layout/element-selector/selector.json
+++ b/public/locales/zh/layout/element-selector/selector.json
@@ -1,11 +1,25 @@
{
"modal": {
"title": "添加新磁贴",
- "text": "磁贴是Homarr的主要组成元素。它们被用来显示你的应用程序和其他信息。你可以根据需要增加任意数量的磁贴。"
+ "text": "磁贴是 Homarr 的主要组成元素。它们被用来显示你的应用程序和其他信息。您可以根据需要增加任意数量的磁贴。"
},
- "widgetDescription": "小组件与你的应用程序交互,提供更多的应用程序控制。在使用前通常需要额外的配置。",
+ "widgetDescription": "组件与您的应用交互,为您提供更多的应用程序控制。它们在使用前通常需要额外的配置。",
"goBack": "上一步",
"actionIcon": {
"tooltip": "添加磁贴"
+ },
+ "apps": "应用",
+ "app": {
+ "defaultName": "您的应用"
+ },
+ "widgets": "组件",
+ "categories": "分类",
+ "category": {
+ "newName": "新分类名称",
+ "defaultName": "新建分类",
+ "created": {
+ "title": "分类已创建",
+ "message": "已创建分类\"{{name}}\""
+ }
}
}
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 efe8744a2..1f2d06a7e 100644
--- a/public/locales/zh/layout/header/actions/toggle-edit-mode.json
+++ b/public/locales/zh/layout/header/actions/toggle-edit-mode.json
@@ -1,11 +1,12 @@
{
- "description": "在编辑模式下,你可以调整磁贴和配置应用程序。在退出编辑模式之前不会保存更改。",
+ "description": "在编辑模式下,您可以调整磁贴和配置应用。在退出编辑模式之前不会保存更改。",
"button": {
"disabled": "进入编辑模式",
"enabled": "退出并保存"
},
"popover": {
- "title": "编辑模式下启用 <1>{{size}}1> 尺寸",
- "text": "现在你可以调整和配置你的应用程序,在退出编辑模式之前不会保存更改 。"
- }
+ "title": "启用 <1>{{size}}1> 尺寸编辑模式",
+ "text": "现在您可以调整和配置您的应用了,在退出编辑模式之前不会保存更改 。"
+ },
+ "unloadEvent": "退出编辑模式以保存更改"
}
diff --git a/public/locales/zh/layout/modals/about.json b/public/locales/zh/layout/modals/about.json
index e7fe48657..80fb1db32 100644
--- a/public/locales/zh/layout/modals/about.json
+++ b/public/locales/zh/layout/modals/about.json
@@ -1,18 +1,29 @@
{
- "description": "Homarr是一个 顺滑 现代 的面板,它能将您所有的应用和服务汇于指尖。有了Homarr,你可以在一个页面访问和控制一切。Homarr与你添加的应用无缝交互,为你提供有价值的信息并由你完全控制。安装Homarr轻松简单,并且支持多种部署方式。",
+ "description": "Homarr是一个 顺滑 现代化 的面板,它能将您所有的应用和服务汇于指尖。有了 Homarr,您可以在一个页面中访问和控制一切。Homarr 与您添加的应用无缝交互,为您提供有价值的信息并由您完全控制。安装 Homarr 轻松简单,并且 Homarr 支持多种部署方式。",
"contact": "遇到困难或问题?请与我们联系!",
- "addToDashboard": "添加到控制面板",
- "tip": "Mod 指的是你的修饰键,它是 Ctrl 和 Command/Super/Windows 键",
+ "addToDashboard": "添加至面板",
+ "tip": "Mod 指的是您的修饰键,它是 Ctrl 或 Command/Super/Windows 键",
"key": "快捷键",
"action": "操作",
"keybinds": "热键绑定",
+ "documentation": "文档",
+ "actions": {
+ "toggleTheme": "切换 白天/夜晚 模式",
+ "focusSearchBar": "前往搜索栏",
+ "openDocker": "打开 docker 组件",
+ "toggleEdit": "切换编辑模式"
+ },
"metrics": {
- "configurationSchemaVersion": "配置样式版本",
- "configurationsCount": "可用的配置",
+ "configurationSchemaVersion": "配置模式版本",
+ "configurationsCount": "可用配置文件",
"version": "版本",
"nodeEnvironment": "节点环境",
- "i18n": "I18n翻译名称空间已加载",
- "locales": "I18n本地语言已配置",
- "experimental_disableEditMode": "实验性: 禁用编辑模式"
+ "i18n": "I18n 翻译空间已加载",
+ "locales": "I18n 本地语言已配置",
+ "experimental_disableEditMode": "实验性: 关闭编辑模式"
+ },
+ "version": {
+ "new": "新: {{newVersion}}",
+ "dropdown": "版本 {{newVersion}} 可用!当前版本为 {{currentVersion}}"
}
}
\ No newline at end of file
diff --git a/public/locales/zh/layout/modals/add-app.json b/public/locales/zh/layout/modals/add-app.json
index b37886616..7aacd1dea 100644
--- a/public/locales/zh/layout/modals/add-app.json
+++ b/public/locales/zh/layout/modals/add-app.json
@@ -9,7 +9,7 @@
"general": {
"appname": {
"label": "应用名称",
- "description": "用于在面板上显示应用。"
+ "description": "用于在面板上显示。"
},
"internalAddress": {
"label": "内部地址",
@@ -27,14 +27,14 @@
},
"tooltipDescription": {
"label": "应用描述",
- "description": "输入的文本将在鼠标悬停其上时显示。\n它可用来向用户提供有关应用的详情,留空以隐藏。"
+ "description": "将鼠标悬停在应用上时,将显示您输入的文本。\n它可以为用户提供更多关于应用的详细信息,留空以隐藏。"
},
- "customProtocolWarning": "使用非标准协议。这可能需要预先安装应用程序,并可能引入安全风险。确保你的地址安全可靠。"
+ "customProtocolWarning": "使用非标准协议。这可能需要预先安装应用程序,并可能带来安全风险。确保您的地址安全可靠。"
},
"network": {
"statusChecker": {
"label": "状态检测",
- "description": "使用简单的HTTP(S) 请求检查你的应用是否在线。"
+ "description": "使用简单的HTTP(S) 请求检查您的应用是否在线。"
},
"statusCodes": {
"label": "HTTP状态码",
@@ -47,58 +47,68 @@
"description": "输入以搜索图标,也可以粘贴自定义图标的网址。",
"autocomplete": {
"title": "未找到结果",
- "text": "尝试使用一个更具体的搜索词。如果你找不到你想要的图标,可以在上方粘贴图片的网址,以获得一个自定义图标。"
+ "text": "尝试使用一个更具体的搜索词。如果您找不到您想要的图标,可以在上方粘贴图片的网址,以获得一个自定义图标。"
},
"noItems": {
"title": "正在加载外部图标",
"text": "这可能需要几秒钟"
}
},
+ "appNameFontSize": {
+ "label": "应用名称字体大小",
+ "description": "设置应用名称在磁贴上显示时的字体大小。"
+ },
"appNameStatus": {
"label": "应用名称状态",
- "description": "选择您希望标题显示的位置(如果有的话)。",
+ "description": "如果您想要显示标题,请选择显示的位置。",
"dropdown": {
"normal": "仅在磁贴上显示标题",
- "hover": "仅在提示框上悬停时显示标题",
- "hidden": "不显示"
+ "hover": "仅在悬停时显示标题",
+ "hidden": "完全不显示"
}
},
"positionAppName": {
"label": "应用名称位置",
"description": "应用名称相对于图标的位置。",
"dropdown": {
- "top": "上方",
- "right": "右侧",
- "bottom": "下侧",
- "left": "左侧"
+ "top": "上边",
+ "right": "右边",
+ "bottom": "下边",
+ "left": "左边"
}
},
"lineClampAppName": {
- "label": "",
- "description": ""
+ "label": "应用名称行数",
+ "description": "定义标题最多能容纳多少行。设置为 0 表示无限制。"
}
},
"integration": {
"type": {
"label": "集成配置",
- "description": "将用于连接您的应用的集成配置。",
+ "description": "集成配置将用于连接到您的应用。",
"placeholder": "选择一个集成",
"defined": "已定义",
"undefined": "未定义",
- "public": "公开的",
- "private": "私有的",
- "explanationPrivate": "私有密钥仅会被发送到服务器一次。一旦你的浏览器刷新了页面,它将永远不会再次发送。",
- "explanationPublic": "公开的密钥将始终发送给客户端,并且可以通过API访问。它不应该包含任何机密值,如用户名、密码、令牌、证书等!"
+ "public": "公开",
+ "private": "私有",
+ "explanationPrivate": "私有密钥仅会被发送到服务器一次。一旦您的浏览器刷新了页面,它将永远不会再次发送。",
+ "explanationPublic": "公开的密钥将始终发送给客户端,并且可以通过API访问。它不应该包含任何机密值,如用户名、密码、令牌、证书等!"
},
"secrets": {
"description": "输入值并点击保存以更新密钥。使用清除按钮以删除密钥。",
- "warning": "您的凭据作为集成的访问权限,您应该永远不与任何人共享它们。Homarr 团队永远不会索要证书。确保安全地存储和管理你的秘钥。",
+ "warning": "您的凭据作为集成的访问权限,您应该永远不与任何人共享它们。Homarr 团队永远不会索要证书。确保安全地存储和管理您的秘钥。",
"clear": "清除密钥",
"save": "保存密钥",
"update": "更新密钥"
}
},
"validation": {
- "popover": "您的表单包含无效数据,因此它不能被保存。请解决所有问题,并再次点击此按钮保存您的更改。"
+ "popover": "您的表单包含无效数据,因此它不能被保存。请解决所有问题,并再次点击此按钮以保存您的更改。",
+ "name": "名称为必填项",
+ "noUrl": "地址为必填项",
+ "invalidUrl": "不是有效的地址",
+ "noIconUrl": "此字段为必填",
+ "noExternalUri": "外部地址为必填项",
+ "invalidExternalUri": "无效的外部地址"
}
}
diff --git a/public/locales/zh/modules/bookmark.json b/public/locales/zh/modules/bookmark.json
index 9cdfb8885..c5d46c838 100644
--- a/public/locales/zh/modules/bookmark.json
+++ b/public/locales/zh/modules/bookmark.json
@@ -1,25 +1,43 @@
{
"descriptor": {
"name": "书签",
- "description": "显示字符串或链接的静态列表",
+ "description": "显示字符或链接的静态列表",
"settings": {
"title": "书签设置",
"name": {
- "label": "小部件标题",
- "info": "留空以隐藏标题."
+ "label": "组件标题",
+ "info": "留空以隐藏标题。"
},
"items": {
"label": "项目"
},
"layout": {
- "label": "布局"
+ "label": "显示布局",
+ "data": {
+ "autoGrid": "自动网格",
+ "horizontal": "横向",
+ "vertical": "垂直"
+ }
}
}
},
"card": {
"noneFound": {
"title": "书签列表为空",
- "text": "在编辑模式下将新项目添加到此列表"
+ "text": "在编辑模式下为该列表添加新项目"
}
+ },
+ "item": {
+ "validation": {
+ "length": "长度必须在 {{shortest}} 和 {{longest}} 之间",
+ "invalidLink": "无效链接",
+ "errorMsg": "没有保存,因为出现了验证错误。请重新输入"
+ },
+ "name": "名称",
+ "url": "网址",
+ "newTab": "在新标签页中打开",
+ "hideHostname": "隐藏域名",
+ "hideIcon": "隐藏图标",
+ "delete": "删除"
}
}
diff --git a/public/locales/zh/modules/calendar.json b/public/locales/zh/modules/calendar.json
index 5681a3b03..80f174df5 100644
--- a/public/locales/zh/modules/calendar.json
+++ b/public/locales/zh/modules/calendar.json
@@ -3,7 +3,7 @@
"name": "日历",
"description": "在日历中显示来自支持集成中的即将发布的版本。",
"settings": {
- "title": "设置日历小部件",
+ "title": "日历组件设置",
"useSonarrv4": {
"label": "使用Sonarr v4 API"
},
@@ -11,13 +11,28 @@
"label": "使用周日作为一周的开始"
},
"radarrReleaseType": {
- "label": "Radarr发布类型"
+ "label": "Radarr发布类型",
+ "data": {
+ "inCinemas": "影院放映",
+ "physicalRelease": "实体",
+ "digitalRelease": "数字"
+ }
},
"hideWeekDays": {
- "label": "隐藏工作日"
+ "label": "隐藏星期"
+ },
+ "showUnmonitored": {
+ "label": "显示未监视项目"
},
"fontSize": {
- "label": "字体大小"
+ "label": "字体大小",
+ "data": {
+ "xs": "超小号",
+ "sm": "小号",
+ "md": "中号",
+ "lg": "大号",
+ "xl": "超大号"
+ }
}
}
}
diff --git a/public/locales/zh/modules/dashdot.json b/public/locales/zh/modules/dashdot.json
index 4f468d1e2..e5b85a9cd 100644
--- a/public/locales/zh/modules/dashdot.json
+++ b/public/locales/zh/modules/dashdot.json
@@ -1,9 +1,9 @@
{
"descriptor": {
"name": "Dash.",
- "description": "在Homarr中显示一个外部Dash的图表。",
+ "description": "在 Homarr 中显示一个外部 Dash. 的图表。",
"settings": {
- "title": "设置Dash小部件",
+ "title": "Dash. 组件设置",
"dashName": {
"label": "Dash. 名称"
},
@@ -17,41 +17,41 @@
"label": "显示的列"
},
"graphHeight": {
- "label": "图形的高度"
+ "label": "图表高度"
},
"graphsOrder": {
- "label": "图形(顺序)",
+ "label": "图表(顺序)",
"storage": {
"label": "存储",
"enabled": {
- "label": "在小工具中显示"
+ "label": "在组件中显示"
},
"span": {
"label": "列宽度"
},
"compactView": {
- "label": "显示为文本(紧凑)"
+ "label": "显示为文本(紧凑型)"
},
"multiView": {
- "label": "显示为多驱动视图"
+ "label": "显示为多核视图"
}
},
"network": {
"label": "网络",
"enabled": {
- "label": "在小工具中显示"
+ "label": "在组件中显示"
},
"span": {
"label": "列宽度"
},
"compactView": {
- "label": "显示为文本(紧凑)"
+ "label": "显示为文本(紧凑型)"
}
},
"cpu": {
"label": "CPU",
"enabled": {
- "label": "在小工具中显示"
+ "label": "在组件中显示"
},
"span": {
"label": "列宽度"
@@ -63,7 +63,7 @@
"ram": {
"label": "内存",
"enabled": {
- "label": "在小工具中显示"
+ "label": "在组件中显示"
},
"span": {
"label": "列宽度"
@@ -72,7 +72,7 @@
"gpu": {
"label": "GPU",
"enabled": {
- "label": "在小工具中显示"
+ "label": "在组件中显示"
},
"span": {
"label": "列宽度"
@@ -84,11 +84,11 @@
"card": {
"title": "Dash.",
"errors": {
- "noService": "没有找到Dash.服务。请在你的Homarr仪表板上添加,或者设置一个仪表板网址。网址在应用选项中添加",
- "noInformation": "无法从仪表板获取信息。- 你运行的是最新版本吗?",
+ "noService": "未找到 Dash. 服务。请在集成中将其添加到您的 Homarr 面板或在模块选项中设置 Dash. 网址",
+ "noInformation": "无法从 Dash. 获取信息。- 你运行的是最新版本吗?",
"protocolDowngrade": {
"title": "检测到协议降级",
- "text": "Dash实例的协议被降级。这存在安全风险,因为HTTP是未加密的,攻击者可能会滥用此连接。确保Dash也在HTTPS上运行,或者将Homarr降级为HTTP(不推荐)。"
+ "text": "Dash 正在使用HTTP。这存在安全风险,因为HTTP是未加密的,攻击者可能会滥用此连接。确保 Dash 也在 HTTPS 上运行,或者将 Homarr 降级为 HTTP (不推荐)。"
}
},
"graphs": {
diff --git a/public/locales/zh/modules/date.json b/public/locales/zh/modules/date.json
index a00282678..361cd4127 100644
--- a/public/locales/zh/modules/date.json
+++ b/public/locales/zh/modules/date.json
@@ -1,11 +1,11 @@
{
"descriptor": {
"name": "日期和时间",
- "description": "显示当前日期和时间。",
+ "description": "显示当前的日期和时间。",
"settings": {
- "title": "设置日期和时间小部件",
+ "title": "日期和时间组件设置",
"display24HourFormat": {
- "label": "显示完整时间 (24小时)"
+ "label": "全时显示(24 小时)"
},
"dateFormat": {
"label": "日期格式",
diff --git a/public/locales/zh/modules/dlspeed.json b/public/locales/zh/modules/dlspeed.json
index f054d9dce..4e354c5a0 100644
--- a/public/locales/zh/modules/dlspeed.json
+++ b/public/locales/zh/modules/dlspeed.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "下载速度",
- "description": "显示支持的集成的下载和上传速度。"
+ "description": "显示集成中支持的下载和上传速度。"
},
"card": {
"table": {
@@ -28,7 +28,7 @@
"errors": {
"noDownloadClients": {
"title": "没有找到支持的下载客户端!",
- "text": "添加下载服务以查看你当前的下载量"
+ "text": "添加下载服务以查看您当前的下载情况"
}
}
}
diff --git a/public/locales/zh/modules/dns-hole-controls.json b/public/locales/zh/modules/dns-hole-controls.json
index 9b3433ce8..c3a4f1cbf 100644
--- a/public/locales/zh/modules/dns-hole-controls.json
+++ b/public/locales/zh/modules/dns-hole-controls.json
@@ -1,6 +1,6 @@
{
"descriptor": {
"name": "DNS漏洞控制",
- "description": "从您的仪表盘控制 PiHole 或 AdGuard"
+ "description": "从您的面板控制 PiHole 或 AdGuard"
}
}
\ No newline at end of file
diff --git a/public/locales/zh/modules/dns-hole-summary.json b/public/locales/zh/modules/dns-hole-summary.json
index 1d874e330..7de2c6f2d 100644
--- a/public/locales/zh/modules/dns-hole-summary.json
+++ b/public/locales/zh/modules/dns-hole-summary.json
@@ -1,18 +1,18 @@
{
"descriptor": {
- "name": "DNS漏洞摘要",
+ "name": "DNS漏洞统计",
"description": "显示来自 PiHole 或 AdGuard 的重要数据",
"settings": {
- "title": "DNS漏洞摘要设置",
+ "title": "DNS漏洞统计设置",
"usePiHoleColors": {
- "label": "使用PiHole所用颜色"
+ "label": "使用 PiHole 的颜色"
},
"layout": {
- "label": "布局",
+ "label": "显示布局",
"data": {
- "grid": "",
- "row": "",
- "column": ""
+ "grid": "2 x 2",
+ "row": "横向",
+ "column": "垂直"
}
}
}
@@ -20,9 +20,9 @@
"card": {
"metrics": {
"domainsOnAdlist": "广告列表中的域名",
- "queriesToday": "今天查询",
- "queriesBlockedTodayPercentage": "今天已屏蔽",
- "queriesBlockedToday": "今天已屏蔽"
+ "queriesToday": "今日查询",
+ "queriesBlockedTodayPercentage": "今日屏蔽",
+ "queriesBlockedToday": "今日屏蔽"
}
}
}
diff --git a/public/locales/zh/modules/docker.json b/public/locales/zh/modules/docker.json
index ffc8dc208..9c374f3e8 100644
--- a/public/locales/zh/modules/docker.json
+++ b/public/locales/zh/modules/docker.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Docker",
- "description": "允许你轻松查看和管理所有的Docker容器。"
+ "description": "允许您轻松查看和管理所有的Docker容器。"
},
"search": {
"placeholder": "按容器或镜像名称搜索"
@@ -29,7 +29,7 @@
"message": "添加应用到 Homarr"
},
"restart": {
- "title": "重新启动"
+ "title": "重启"
},
"stop": {
"title": "停止"
@@ -38,13 +38,13 @@
"title": "开始"
},
"refreshData": {
- "title": "刷新数据"
+ "title": "刷新"
},
"remove": {
- "title": "移除"
+ "title": "删除"
},
"addToHomarr": {
- "title": "添加到Homarr"
+ "title": "添加到 Homarr"
}
},
"actions": {
@@ -74,7 +74,7 @@
"title": "出现了一个错误"
},
"oneServiceAtATime": {
- "title": "请每次只添加一个应用程序或服务!"
+ "title": "请每次只添加一个应用程序或服务!"
}
},
"actionIcon": {
diff --git a/public/locales/zh/modules/iframe.json b/public/locales/zh/modules/iframe.json
index 7eaff4929..c759a5f87 100644
--- a/public/locales/zh/modules/iframe.json
+++ b/public/locales/zh/modules/iframe.json
@@ -1,23 +1,23 @@
{
"descriptor": {
"name": "iFrame",
- "description": "嵌入互联网上的任何内容。一些网站可能限制访问。",
+ "description": "嵌入互联网上的任何内容。某些网站可能限制访问。",
"settings": {
"title": "iFrame设置",
"embedUrl": {
- "label": "嵌入URL"
+ "label": "嵌入地址"
},
"allowFullScreen": {
"label": "允许全屏"
},
"allowTransparency": {
- "label": "允许透明度"
+ "label": "允许透明"
},
"allowScrolling": {
"label": "允许滚动"
},
"allowPayment": {
- "label": "允许付款"
+ "label": "允许支付"
},
"allowAutoPlay": {
"label": "允许自动播放"
@@ -26,7 +26,7 @@
"label": "允许麦克风"
},
"allowCamera": {
- "label": "允许使用摄像头"
+ "label": "允许摄像头"
},
"allowGeolocation": {
"label": "允许地理位置"
@@ -37,8 +37,9 @@
"errors": {
"noUrl": {
"title": "无效链接",
- "text": "确保您在小部件配置中输入了一个有效的地址"
- }
+ "text": "确保您在组件配置中输入了一个有效的地址"
+ },
+ "browserSupport": "您的浏览器不支持 iframe。请更新您的浏览器。"
}
}
}
diff --git a/public/locales/zh/modules/media-requests-list.json b/public/locales/zh/modules/media-requests-list.json
index a1dc86e2e..a48599770 100644
--- a/public/locales/zh/modules/media-requests-list.json
+++ b/public/locales/zh/modules/media-requests-list.json
@@ -1,24 +1,35 @@
{
"descriptor": {
"name": "媒体请求",
- "description": "查看来自你的Overseerr或Jellyseerr实例的所有媒体请求的列表",
+ "description": "查看 Overr 或 Jellyseerr 实例中的所有媒体请求列表",
"settings": {
"title": "媒体请求列表",
"replaceLinksWithExternalHost": {
- "label": "替换链接"
+ "label": "使用外部地址替换链接"
+ },
+ "openInNewTab": {
+ "label": "在新标签页中打开链接"
}
}
},
- "noRequests": "没有找到请求。请确保你已经正确配置了你的应用程序。",
- "pending": "有 {{countPendingApproval}} 个请求正等待核准。",
- "nonePending": "目前没有待核准的项目。静待媒体更新!",
+ "noRequests": "未找到请求。请确保您已正确配置您的应用。",
+ "pending": "有 {{countPendingApproval}} 个请求等待批准。",
+ "nonePending": "目前没有待批准的项目。静待媒体更新!",
"state": {
- "approved": "已核准",
- "pendingApproval": "待核准",
+ "approved": "已批准",
+ "pendingApproval": "待批准",
"declined": "已拒绝"
},
"tooltips": {
- "approve": "同意请求",
- "decline": "拒绝请求"
+ "approve": "批准请求",
+ "decline": "拒绝请求",
+ "approving": "正在批准请求..."
+ },
+ "mutation": {
+ "approving": "正在批准",
+ "declining": "拒绝中",
+ "request": "请求...",
+ "approved": "请求被批准!",
+ "declined": "请求被拒绝!"
}
}
diff --git a/public/locales/zh/modules/media-requests-stats.json b/public/locales/zh/modules/media-requests-stats.json
index 176c3ffd7..0036f2b09 100644
--- a/public/locales/zh/modules/media-requests-stats.json
+++ b/public/locales/zh/modules/media-requests-stats.json
@@ -4,14 +4,24 @@
"description": "您的媒体请求统计",
"settings": {
"title": "媒体请求状态",
- "direction": {
- "label": "布局方向。"
+ "replaceLinksWithExternalHost": {
+ "label": "使用外部地址替换链接"
+ },
+ "openInNewTab": {
+ "label": "在新标签页中打开链接"
}
}
},
- "stats": {
- "pending": "待核准",
+ "mediaStats": {
+ "title": "媒体统计",
+ "pending": "待批准",
"tvRequests": "电视请求",
- "movieRequests": "电影请求"
+ "movieRequests": "电影请求",
+ "approved": "已批准",
+ "totalRequests": "总计"
+ },
+ "userStats": {
+ "title": "用户排行",
+ "requests": "请求: {{number}}"
}
}
diff --git a/public/locales/zh/modules/media-server.json b/public/locales/zh/modules/media-server.json
index 418d64a08..ab65c99fd 100644
--- a/public/locales/zh/modules/media-server.json
+++ b/public/locales/zh/modules/media-server.json
@@ -1,11 +1,12 @@
{
"descriptor": {
- "name": "媒体服务器",
- "description": "与您的 Jellyfin 或 Plex 媒体服务器交互",
+ "name": "媒体服务",
+ "description": "与您的 Jellyfin 或 Plex 媒体服务交互",
"settings": {
- "title": "设置媒体服务器小部件"
+ "title": "媒体服务组件设置"
}
},
+ "loading": "正在载入流",
"card": {
"table": {
"header": {
diff --git a/public/locales/zh/modules/notebook.json b/public/locales/zh/modules/notebook.json
index 3ad2a768e..7a4996447 100644
--- a/public/locales/zh/modules/notebook.json
+++ b/public/locales/zh/modules/notebook.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "笔记本",
+ "description": "一个基于 Markdown 的交互式组件,供您写下笔记!",
"settings": {
- "title": "",
+ "title": "笔记本组件设置",
"showToolbar": {
- "label": ""
+ "label": "显示帮助您写下 Markdown 的工具栏"
},
"content": {
- "label": ""
+ "label": "笔记本的内容"
}
}
}
diff --git a/public/locales/zh/modules/overseerr.json b/public/locales/zh/modules/overseerr.json
index f8273cd04..45de4a863 100644
--- a/public/locales/zh/modules/overseerr.json
+++ b/public/locales/zh/modules/overseerr.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Overseerr",
- "description": "允许你从Overseerr或Jellyseerr搜索和添加媒体。"
+ "description": "允许您从Overseerr 或 Jellyseerr 搜索和添加媒体。"
},
"popup": {
"item": {
@@ -12,16 +12,16 @@
},
"alerts": {
"automaticApproval": {
- "title": "使用API密钥",
- "text": "这一请求将被自动批准"
+ "title": "使用 API key",
+ "text": "此请求将被自动批准"
}
}
},
"seasonSelector": {
- "caption": "勾选你想要下载的季节",
+ "caption": "勾选您想要下载的季",
"table": {
"header": {
- "season": "季节",
+ "season": "季",
"numberOfEpisodes": "集数"
}
}
diff --git a/public/locales/zh/modules/rss.json b/public/locales/zh/modules/rss.json
index f65abe295..356dfa180 100644
--- a/public/locales/zh/modules/rss.json
+++ b/public/locales/zh/modules/rss.json
@@ -1,28 +1,29 @@
{
"descriptor": {
- "name": "RSS小工具",
+ "name": "RSS 组件",
"description": "",
"settings": {
- "title": "设置RSS小部件",
+ "title": "RSS 组件设置",
"rssFeedUrl": {
- "label": "RSS源地址",
- "description": "你想在其中展示的RSS订阅源URL"
+ "label": "RSS 订阅地址",
+ "description": "您想要显示的 RSS 订阅的地址。"
},
"refreshInterval": {
- "label": "刷新间隔(以分钟计)"
+ "label": "刷新间隔(分钟)"
},
"dangerousAllowSanitizedItemContent": {
- "label": ""
+ "label": "允许 HTML 格式化(危险)",
+ "info": "允许从外部进行HTML格式化可能是危险的。
请确保订阅来自信任的来源。"
},
"textLinesClamp": {
- "label": "文本线夹"
+ "label": "文字线条"
}
},
"card": {
"errors": {
"general": {
- "title": "无法加载此RSS订阅源",
- "text": "加载此RSS订阅源时出现问题。请确保你正确配置了RSS订阅源的URL。URLs应该符合官方规范。在更新订阅源后,你可能需要重新加载仪表板。"
+ "title": "无法获取 RSS 订阅",
+ "text": "在获取 RSS 订阅时出现了问题。确保使用有效的 URL 正确配置了 RSS 订阅。URL 应与官方规范匹配。更新 RSS 订阅后,您可能需要刷新面板。"
}
}
}
diff --git a/public/locales/zh/modules/search.json b/public/locales/zh/modules/search.json
index 7221ae56b..2865491dc 100644
--- a/public/locales/zh/modules/search.json
+++ b/public/locales/zh/modules/search.json
@@ -6,25 +6,25 @@
"input": {
"placeholder": "在网上搜索..."
},
- "switched-to": "切换到:",
+ "switched-to": "切换到",
"searchEngines": {
"search": {
- "name": "网络",
+ "name": "网页",
"description": "搜索..."
},
"youtube": {
"name": "Youtube",
- "description": "在Youtube上搜索"
+ "description": "在 Youtube 上搜索"
},
"torrents": {
- "name": "种子",
- "description": "搜索种子"
+ "name": "Torrents",
+ "description": "搜索 Torrents"
},
"overseerr": {
"name": "Overseerr",
- "description": "在媒体请求服务上搜索电影和电视剧。"
+ "description": "在 Overseer 上搜索电影和电视剧。"
}
},
- "tip": "你可以用快捷键选择搜索栏 ",
+ "tip": "您可以使用以下快捷键选择搜索栏 ",
"switchedSearchEngine": "改用 {{searchEngine}} 进行搜索"
}
diff --git a/public/locales/zh/modules/torrents-status.json b/public/locales/zh/modules/torrents-status.json
index af2b92d28..b93d455a9 100644
--- a/public/locales/zh/modules/torrents-status.json
+++ b/public/locales/zh/modules/torrents-status.json
@@ -1,24 +1,24 @@
{
"descriptor": {
"name": "Torrent",
- "description": "显示支持的Torrent客户端的torrent列表。",
+ "description": "显示支持的 Torrent 客户端的 Torrent 列表。",
"settings": {
- "title": "Torrent 小部件设置",
+ "title": "Torrent 组件设置",
"refreshInterval": {
- "label": "刷新时间间隔(秒)。"
+ "label": "刷新间隔(秒)"
},
"displayCompletedTorrents": {
- "label": "显示已完成的种子"
+ "label": "显示已完成 torrents"
},
"displayStaleTorrents": {
- "label": "显示过期种子"
+ "label": "显示过期 torrents"
},
"labelFilterIsWhitelist": {
"label": "标签列表是白名单 (而不是黑名单)"
},
"labelFilter": {
"label": "标签列表",
- "description": "当选择“白名单”时,这将成为白名单。如果不选中,这将是黑名单。当空时不会做任何事情。"
+ "description": "当选中 “白名单” 时,这将成为白名单。如果不选中,则是黑名单。为空时不会做任何事情。"
}
}
},
@@ -55,21 +55,22 @@
"errors": {
"noDownloadClients": {
"title": "没有找到支持的Torrent客户端!",
- "text": "添加一个支持Torrent的客户端来查看你当前的下载情况"
+ "text": "添加一个支持的 Torrent 客户端来查看您当前的下载情况"
},
"generic": {
"title": "发生了一个意外的错误",
- "text": "Homarr无法与您的Torrent客户端通信。请检查您的配置"
+ "text": "无法与您的 Torrent 客户端通信。请检查您的配置"
}
},
"loading": {
- "title": "正在加载..."
+ "title": "加载中",
+ "description": "建立连接中"
},
"popover": {
"introductionPrefix": "管理方:",
"metrics": {
"queuePosition": "队列位置 - {{position}}",
- "progress": "当前进度 - {{progress}}%",
+ "progress": "进度 - {{progress}}%",
"totalSelectedSize": "共计 - {{totalSize}}",
"state": "状态 - {{state}}",
"ratio": "比率 -",
diff --git a/public/locales/zh/modules/usenet.json b/public/locales/zh/modules/usenet.json
index e4183a212..3dc42ca99 100644
--- a/public/locales/zh/modules/usenet.json
+++ b/public/locales/zh/modules/usenet.json
@@ -1,13 +1,13 @@
{
"descriptor": {
"name": "Usenet",
- "description": "允许你查看和管理你的Usenet实例。"
+ "description": "允许您查看和管理您的 Usenet 实例。"
},
"card": {
"errors": {
"noDownloadClients": {
"title": "没有找到支持的下载客户端!",
- "text": "添加支持的Usenet下载客户端来查看当前下载"
+ "text": "添加支持的 Usenet 下载客户端来查看当前下载情况"
}
}
},
@@ -16,7 +16,7 @@
"history": "历史"
},
"info": {
- "sizeLeft": "左侧尺寸调整",
+ "sizeLeft": "左侧大小",
"paused": "已暂停"
},
"queue": {
@@ -26,7 +26,7 @@
"eta": "剩余时间",
"progress": "进度"
},
- "empty": "空的",
+ "empty": "空",
"error": {
"title": "错误",
"message": "出错了"
@@ -39,11 +39,11 @@
"size": "大小",
"duration": "持续时间"
},
- "empty": "空的",
+ "empty": "空",
"error": {
"title": "错误",
"message": "加载历史记录时出错"
},
"paused": "已暂停"
}
-}
+}
\ No newline at end of file
diff --git a/public/locales/zh/modules/video-stream.json b/public/locales/zh/modules/video-stream.json
index 6fe7de322..1873b618a 100644
--- a/public/locales/zh/modules/video-stream.json
+++ b/public/locales/zh/modules/video-stream.json
@@ -3,9 +3,9 @@
"name": "视频流",
"description": "嵌入来自相机或网站的视频流或视频",
"settings": {
- "title": "设置视频流小部件",
+ "title": "视频流组件设置",
"FeedUrl": {
- "label": "订阅源的URL"
+ "label": "订阅网址"
},
"autoPlay": {
"label": "自动播放"
@@ -14,7 +14,7 @@
"label": "静音"
},
"controls": {
- "label": "视频播放器控件"
+ "label": "视频播放控件"
}
}
},
diff --git a/public/locales/zh/modules/weather.json b/public/locales/zh/modules/weather.json
index 57ea7bc24..68363a334 100644
--- a/public/locales/zh/modules/weather.json
+++ b/public/locales/zh/modules/weather.json
@@ -3,7 +3,7 @@
"name": "天气",
"description": "显示指定位置的当前天气信息。",
"settings": {
- "title": "设置天气小部件",
+ "title": "天气组件设置",
"displayInFahrenheit": {
"label": "显示为华氏度"
},
@@ -32,5 +32,6 @@
"thunderstormWithHail": "雷暴夹冰雹",
"unknown": "未知"
}
- }
+ },
+ "error": "发生错误"
}
diff --git a/public/locales/zh/settings/common.json b/public/locales/zh/settings/common.json
index 7b4260b7e..8869401b8 100644
--- a/public/locales/zh/settings/common.json
+++ b/public/locales/zh/settings/common.json
@@ -6,13 +6,13 @@
"customizations": "个性化"
},
"tips": {
- "configTip": "将配置文件拖放到页面上传!"
+ "configTip": "将配置文件拖放到页面上即可上传!"
},
"credits": {
- "madeWithLove": "由 @ 用❤️创造",
+ "madeWithLove": "用❤️创造 来自",
"thirdPartyContent": "查看第三方内容",
"thirdPartyContentTable": {
- "dependencyName": "依赖项",
+ "dependencyName": "依赖",
"dependencyVersion": "版本"
}
},
@@ -20,19 +20,19 @@
"layout": {
"preview": {
"title": "预览",
- "subtitle": "更改将自动保存"
+ "subtitle": "更改会自动保存"
},
"divider": "布局选项",
- "main": "主要的",
+ "main": "主要",
"sidebar": "侧边栏",
"cannotturnoff": "无法关闭",
- "dashboardlayout": "仪表板布局",
+ "dashboardlayout": "面板布局",
"enablersidebar": "启用右侧栏",
"enablelsidebar": "启用左侧栏",
"enablesearchbar": "启用搜索栏",
- "enabledocker": "启用docker集成",
- "enableping": "启用Ping功能",
- "enablelsidebardesc": "可选的。只能用于应用程序和集成",
- "enablersidebardesc": "可选的。只能用于应用程序和集成"
+ "enabledocker": "启用 docker 集成",
+ "enableping": "启用 Ping 功能",
+ "enablelsidebardesc": "可选项。只能用于应用和集成使用",
+ "enablersidebardesc": "可选项。只能用于应用和集成使用"
}
}
diff --git a/public/locales/zh/settings/customization/accessibility.json b/public/locales/zh/settings/customization/accessibility.json
index f0d673a76..b16bc8441 100644
--- a/public/locales/zh/settings/customization/accessibility.json
+++ b/public/locales/zh/settings/customization/accessibility.json
@@ -1,7 +1,7 @@
{
"disablePulse": {
"label": "禁用 Ping",
- "description": "默认情况下,Homarr 中的 Ping 指示器会一直工作。这可能会让人感到恼火。这个滑块将停用这个动画。"
+ "description": "默认情况下,Homarr 中的 Ping 指示器会一直工作。这可能会让人感到恼火。这个滑块将停用该动画。"
},
"replaceIconsWithDots": {
"label": "用图标替换 Ping 点",
diff --git a/public/locales/zh/settings/customization/color-selector.json b/public/locales/zh/settings/customization/color-selector.json
index 3bc7f9748..ec0f74d38 100644
--- a/public/locales/zh/settings/customization/color-selector.json
+++ b/public/locales/zh/settings/customization/color-selector.json
@@ -1,4 +1,6 @@
{
"colors": "颜色",
- "suffix": "{{color}} 色"
+ "suffix": "{{color}} 色",
+ "primary": "主要",
+ "secondary": "次要"
}
\ No newline at end of file
diff --git a/public/locales/zh/settings/customization/general.json b/public/locales/zh/settings/customization/general.json
index 52ba39e6d..516a51648 100644
--- a/public/locales/zh/settings/customization/general.json
+++ b/public/locales/zh/settings/customization/general.json
@@ -1,25 +1,25 @@
{
- "text": "自定义允许您根据自己的喜好配置和调整Homarr的使用体验。",
+ "text": "个性化设置允许您根据自己的喜好配置和调整 Homarr 的使用体验。",
"accordeon": {
"layout": {
- "name": "布局",
- "description": "启用和禁用标题和仪表板磁贴上的元素"
+ "name": "显示布局",
+ "description": "启用或禁用标题和面板上的元素"
},
"gridstack": {
"name": "网格堆栈",
- "description": "自定义你的仪表板区域的行为和栏目"
+ "description": "自定义您的面板区域的行为和栏目"
},
"pageMetadata": {
"name": "页面元数据",
- "description": "调整标题、logo和PWA"
+ "description": "调整标题、Logo 和 PWA"
},
"appereance": {
"name": "外观",
- "description": "自定义背景、颜色和应用程序的外观"
+ "description": "自定义背景、颜色和应用的外观"
},
"accessibility": {
"name": "无障碍服务",
- "description": "为残疾人和残障人士配置 Homarr"
+ "description": "为残疾和残障人士配置 Homarr"
}
}
}
diff --git a/public/locales/zh/settings/customization/gridstack.json b/public/locales/zh/settings/customization/gridstack.json
index fcc79f2b8..dd0c3e31d 100644
--- a/public/locales/zh/settings/customization/gridstack.json
+++ b/public/locales/zh/settings/customization/gridstack.json
@@ -1,10 +1,10 @@
{
"columnsCount": {
"labelPreset": "列的大小为{{size}}",
- "descriptionPreset": "当屏幕宽度小于{{pixels}} 像素时的列数",
- "descriptionExceedsPreset": "当屏幕大小超过{{pixels}} 像素时的列数"
+ "descriptionPreset": "屏幕宽度小于 {{pixels}} 像素时的列数",
+ "descriptionExceedsPreset": "屏幕宽度超过 {{pixels}} 像素时的列数"
},
- "unsavedChanges": "您有未保存的更改。点击下面的应用更改按钮来应用并保存。",
+ "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 5968a5895..4af02491d 100644
--- a/public/locales/zh/settings/customization/page-appearance.json
+++ b/public/locales/zh/settings/customization/page-appearance.json
@@ -1,26 +1,26 @@
{
"pageTitle": {
"label": "页面标题",
- "description": "左上角的仪表板标题"
+ "description": "面板中左上角的标题"
},
"metaTitle": {
"label": "元标题",
- "description": "在你的浏览器标签中显示的标题"
+ "description": "在您的浏览器标签页中显示的标题"
},
"logo": {
"label": "Logo",
- "description": "显示在左上方的Logo"
+ "description": "显示在左上方的 Logo"
},
"favicon": {
- "label": "网站图标",
- "description": "在你的浏览器标签中显示的图标"
+ "label": "图标",
+ "description": "在您的浏览器标签页中显示的图标"
},
"background": {
"label": "背景"
},
"customCSS": {
- "label": "自定义CSS",
- "description": "此外,还可使用CSS定制你的仪表板(仅建议有经验的用户使用)",
+ "label": "自定义 CSS",
+ "description": "此外,只推荐有经验的用户使用 CSS 自定义面板",
"placeholder": "自定义 CSS 将在最后应用",
"applying": "应用CSS中..."
},
diff --git a/public/locales/zh/settings/general/cache-buttons.json b/public/locales/zh/settings/general/cache-buttons.json
new file mode 100644
index 000000000..3518ea39f
--- /dev/null
+++ b/public/locales/zh/settings/general/cache-buttons.json
@@ -0,0 +1,24 @@
+{
+ "title": "清除缓存",
+ "selector": {
+ "label": "选择要清除的缓存",
+ "data": {
+ "ping": "Ping 查询",
+ "repositoryIcons": "远程/本地图标",
+ "calendar&medias": "日历中的媒体",
+ "weather": "天气数据"
+ }
+ },
+ "buttons": {
+ "notificationTitle": "已清除缓存",
+ "clearAll": {
+ "text": "清除所有缓存",
+ "notificationMessage": "已清除所有缓存"
+ },
+ "clearSelect": {
+ "text": "清除所选缓存",
+ "notificationMessageSingle": "{{value}} 的缓存已清除",
+ "notificationMessageMulti": "{{values}} 的缓存已清除"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/zh/settings/general/config-changer.json b/public/locales/zh/settings/general/config-changer.json
index 39b5fb9e4..c6ff60440 100644
--- a/public/locales/zh/settings/general/config-changer.json
+++ b/public/locales/zh/settings/general/config-changer.json
@@ -2,7 +2,7 @@
"configSelect": {
"label": "配置更改",
"description": "{{configCount}} 个可用的配置",
- "loadingNew": "正在加载你的配置...",
+ "loadingNew": "正在加载您的配置...",
"pleaseWait": "请等待您的新配置加载完成!"
},
"modal": {
@@ -37,9 +37,9 @@
"confirmDeletion": {
"title": "确认删除您的配置",
"warningText": "您即将删除 '{{configName}}'",
- "text": "请注意:删除是不可逆的,您的数据将永久丢失。点击此按钮后,该文件将从你的磁盘中永久删除。请确保已为你的配置创建一个合适的备份。",
+ "text": "请注意:删除是不可逆的,您的数据将永久丢失。点击此按钮后,该文件将从你的磁盘中永久删除。请确保已为你的配置创建了一个合适的备份。",
"buttons": {
- "confirm": "是,删除 '{{configName}}'"
+ "confirm": "是的,删除 '{{configName}}' 。"
}
}
},
@@ -62,25 +62,25 @@
}
}
},
- "saveCopy": "保存一份副本"
+ "saveCopy": "保存副本"
},
"dropzone": {
"notifications": {
"invalidConfig": {
"title": "无法加载配置",
- "message": "无法加载您的配置。无效的JSON格式。"
+ "message": "无法加载您的配置。无效的 JSON 格式。"
},
"loadedSuccessfully": {
"title": "配置 {{configName}} 已成功加载。"
}
},
"accept": {
- "title": "配置上传",
+ "title": "上传配置",
"text": "将文件拖动到这里上传配置。仅支持 JSON 文件。"
},
"reject": {
"title": "拖放上传被拒绝",
- "text": "此文件格式不受支持。请只上传JSON文件。"
+ "text": "此文件格式不受支持。请只上传 JSON 文件。"
}
}
}
diff --git a/public/locales/zh/settings/general/edit-mode-toggle.json b/public/locales/zh/settings/general/edit-mode-toggle.json
new file mode 100644
index 000000000..d38f03752
--- /dev/null
+++ b/public/locales/zh/settings/general/edit-mode-toggle.json
@@ -0,0 +1,22 @@
+{
+ "menu": {
+ "toggle": "切换编辑模式",
+ "enable": "启用编辑模式",
+ "disable": "关闭编辑模式"
+ },
+ "form": {
+ "label": "编辑密码",
+ "message": "要切换编辑模式,需要在名为 EDIT_MODE_PASSWORD 的环境变量中输入密码。如果未设置,则无法切换编辑模式。",
+ "submit": "提交"
+ },
+ "notification": {
+ "success": {
+ "title": "成功",
+ "message": "成功切换编辑模式,重新加载页面..."
+ },
+ "error": {
+ "title": "错误",
+ "message": "切换编辑模式失败,请重试。"
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/locales/zh/settings/general/search-engine.json b/public/locales/zh/settings/general/search-engine.json
index 6b5c40045..5e409d607 100644
--- a/public/locales/zh/settings/general/search-engine.json
+++ b/public/locales/zh/settings/general/search-engine.json
@@ -1,8 +1,9 @@
{
"title": "搜索引擎",
"configurationName": "搜索引擎设置",
+ "custom": "自定义",
"tips": {
- "generalTip": "您可以使用多个前缀!在您的查询前加入这些前缀以过滤结果:!s (网页), !t (种子), !y (YouTube), 和 !m (媒体)。",
+ "generalTip": "您可以使用多种前缀!将这些添加到您的查询前将过滤结果。:!s (网页), !t (Torrents), !y (YouTube), 和 !m (媒体)。",
"placeholderTip": "%s 可以作为查询的占位符。"
},
"customEngine": {
diff --git a/public/locales/zh/settings/general/widget-positions.json b/public/locales/zh/settings/general/widget-positions.json
index 7c8a7a402..f6325ab4b 100644
--- a/public/locales/zh/settings/general/widget-positions.json
+++ b/public/locales/zh/settings/general/widget-positions.json
@@ -1,3 +1,3 @@
{
- "label": "将小组件放在左边"
+ "label": "将组件放在左边"
}
diff --git a/public/locales/zh/widgets/error-boundary.json b/public/locales/zh/widgets/error-boundary.json
index 0e8bf47a5..a25ae0c83 100644
--- a/public/locales/zh/widgets/error-boundary.json
+++ b/public/locales/zh/widgets/error-boundary.json
@@ -8,7 +8,7 @@
},
"modal": {
"text": "",
- "label": "请检查",
+ "label": "您的错误",
"reportButton": "报告该错误"
}
}
diff --git a/src/components/Dashboard/Modals/EditAppModal/Tabs/AppereanceTab/AppereanceTab.tsx b/src/components/Dashboard/Modals/EditAppModal/Tabs/AppereanceTab/AppereanceTab.tsx
index 3de8ebf46..dd9aac3eb 100644
--- a/src/components/Dashboard/Modals/EditAppModal/Tabs/AppereanceTab/AppereanceTab.tsx
+++ b/src/components/Dashboard/Modals/EditAppModal/Tabs/AppereanceTab/AppereanceTab.tsx
@@ -67,6 +67,16 @@ export const AppearanceTab = ({
/>
{form.values.appearance.appNameStatus === 'normal' && (
<>
+ {
+ form.setFieldValue('appearance.appNameFontSize', value);
+ }}
+ />