Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edece1101b | ||
|
|
beabe75fb1 | ||
|
|
1e6703ec3f | ||
|
|
3853cd6a72 | ||
|
|
89c34643fc |
@@ -29,7 +29,6 @@ module.exports = {
|
||||
'@typescript-eslint/no-shadow': 'off',
|
||||
'@typescript-eslint/no-use-before-define': 'off',
|
||||
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||
'no-continue': 'off',
|
||||
'linebreak-style': 0,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ Homarr is a simple and lightweight homepage for your server, that helps you easi
|
||||
|
||||
It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases).
|
||||
|
||||
For a full list of integrations, [head over to our documentation](https://homarr.dev/docs/integrations/).
|
||||
For a full list of integrations, [head over to our documentation](https://homarr.dev/docs/advanced-configuration/integrations).
|
||||
|
||||
If you have any questions about Homarr or want to share information with us, please go to one of the following places:
|
||||
|
||||
|
||||
@@ -14,10 +14,6 @@
|
||||
"wrappers": [
|
||||
{
|
||||
"id": "default",
|
||||
"position": 0
|
||||
},
|
||||
{
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a326",
|
||||
"position": 1
|
||||
}
|
||||
],
|
||||
@@ -83,6 +79,65 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a330",
|
||||
"name": "Contribute",
|
||||
"url": "https://github.com/ajnart/homarr",
|
||||
"behaviour": {
|
||||
"onClickUrl": "https://github.com/ajnart/homarr",
|
||||
"externalUrl": "https://github.com/ajnart/homarr",
|
||||
"isOpeningNewTab": true
|
||||
},
|
||||
"network": {
|
||||
"enabledStatusChecker": false,
|
||||
"okStatus": []
|
||||
},
|
||||
"appearance": {
|
||||
"iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/github.png"
|
||||
},
|
||||
"integration": {
|
||||
"type": null,
|
||||
"properties": []
|
||||
},
|
||||
"area": {
|
||||
"type": "category",
|
||||
"properties": {
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a33f"
|
||||
}
|
||||
},
|
||||
"shape": {
|
||||
"md": {
|
||||
"location": {
|
||||
"x": 2,
|
||||
"y": 0
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 1
|
||||
}
|
||||
},
|
||||
"sm": {
|
||||
"location": {
|
||||
"x": 0,
|
||||
"y": 2
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 1
|
||||
}
|
||||
},
|
||||
"lg": {
|
||||
"location": {
|
||||
"x": 4,
|
||||
"y": 0
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a990",
|
||||
"name": "Donate",
|
||||
@@ -144,65 +199,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a330",
|
||||
"name": "Contribute",
|
||||
"url": "https://github.com/ajnart/homarr",
|
||||
"behaviour": {
|
||||
"onClickUrl": "https://github.com/ajnart/homarr",
|
||||
"externalUrl": "https://github.com/ajnart/homarr",
|
||||
"isOpeningNewTab": true
|
||||
},
|
||||
"network": {
|
||||
"enabledStatusChecker": false,
|
||||
"okStatus": []
|
||||
},
|
||||
"appearance": {
|
||||
"iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/github.png"
|
||||
},
|
||||
"integration": {
|
||||
"type": null,
|
||||
"properties": []
|
||||
},
|
||||
"area": {
|
||||
"type": "category",
|
||||
"properties": {
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a33f"
|
||||
}
|
||||
},
|
||||
"shape": {
|
||||
"md": {
|
||||
"location": {
|
||||
"x": 2,
|
||||
"y": 0
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 1
|
||||
}
|
||||
},
|
||||
"sm": {
|
||||
"location": {
|
||||
"x": 0,
|
||||
"y": 2
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 1
|
||||
}
|
||||
},
|
||||
"lg": {
|
||||
"location": {
|
||||
"x": 4,
|
||||
"y": 0
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5df743d9-5cb1-457c-85d2-64ff86855652",
|
||||
"name": "Documentation",
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
export const REPO_URL = 'ajnart/homarr';
|
||||
export const CURRENT_VERSION = 'v0.11.1';
|
||||
export const ICON_PICKER_SLICE_LIMIT = 36;
|
||||
|
||||
@@ -24,7 +24,6 @@ module.exports = {
|
||||
'vi',
|
||||
'uk',
|
||||
'zh',
|
||||
'el',
|
||||
],
|
||||
localePath: path.resolve('./public/locales'),
|
||||
fallbackLng: 'en',
|
||||
|
||||
@@ -1,19 +1,14 @@
|
||||
const { i18n } = require('./next-i18next.config');
|
||||
|
||||
const removeImports = require('next-remove-imports')();
|
||||
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: process.env.ANALYZE === 'true',
|
||||
});
|
||||
|
||||
module.exports = withBundleAnalyzer(
|
||||
removeImports({
|
||||
experimental: { esmExternals: true },
|
||||
images: {
|
||||
domains: ['cdn.jsdelivr.net'],
|
||||
},
|
||||
reactStrictMode: true,
|
||||
output: 'standalone',
|
||||
i18n,
|
||||
})
|
||||
);
|
||||
module.exports = withBundleAnalyzer({
|
||||
images: {
|
||||
domains: ['cdn.jsdelivr.net'],
|
||||
},
|
||||
reactStrictMode: true,
|
||||
output: 'standalone',
|
||||
i18n,
|
||||
});
|
||||
|
||||
13
package.json
13
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homarr",
|
||||
"version": "0.11.4",
|
||||
"version": "0.11.1",
|
||||
"description": "Homarr - A homepage for your server.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -32,6 +32,7 @@
|
||||
"@dnd-kit/utilities": "^3.2.0",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@mantine/carousel": "^5.9.3",
|
||||
"@mantine/core": "^5.9.3",
|
||||
"@mantine/dates": "^5.9.3",
|
||||
"@mantine/dropzone": "^5.9.3",
|
||||
@@ -40,16 +41,15 @@
|
||||
"@mantine/modals": "^5.9.3",
|
||||
"@mantine/next": "^5.9.3",
|
||||
"@mantine/notifications": "^5.9.3",
|
||||
"@mantine/prism": "^5.9.3",
|
||||
"@nivo/core": "^0.79.0",
|
||||
"@nivo/line": "^0.79.1",
|
||||
"@tabler/icons": "^1.106.0",
|
||||
"@tanstack/react-query": "^4.2.1",
|
||||
"@tanstack/react-query-devtools": "^4.24.4",
|
||||
"@uiw/react-textarea-code-editor": "v1.4.4",
|
||||
"axios": "^0.27.2",
|
||||
"consola": "^2.15.3",
|
||||
"cookies-next": "^2.1.1",
|
||||
"dayjs": "^1.11.7",
|
||||
"dayjs": "^1.11.6",
|
||||
"dockerode": "^3.3.2",
|
||||
"embla-carousel-react": "^7.0.0",
|
||||
"fily-publish-gridstack": "^0.0.13",
|
||||
@@ -58,9 +58,8 @@
|
||||
"i18next-browser-languagedetector": "^6.1.5",
|
||||
"i18next-http-backend": "^1.4.1",
|
||||
"js-file-download": "^0.4.12",
|
||||
"next": "^13.1.6",
|
||||
"next": "12.2.0",
|
||||
"next-i18next": "^11.3.0",
|
||||
"next-remove-imports": "^1.0.8",
|
||||
"nzbget-api": "^0.0.3",
|
||||
"ping": "^0.4.2",
|
||||
"prism-react-renderer": "^1.3.5",
|
||||
@@ -83,8 +82,6 @@
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
||||
"@typescript-eslint/parser": "^5.30.7",
|
||||
"babel-loader": "^9.1.2",
|
||||
"babel-plugin-transform-remove-imports": "^1.7.0",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
|
||||
@@ -24,11 +24,5 @@
|
||||
"seconds": "sekunder",
|
||||
"minutes": "minutter",
|
||||
"hours": "timer"
|
||||
},
|
||||
"loading": "Indlæser...",
|
||||
"breakPoints": {
|
||||
"small": "lille",
|
||||
"medium": "mellem",
|
||||
"large": "stor"
|
||||
}
|
||||
}
|
||||
@@ -7,5 +7,10 @@
|
||||
"popover": {
|
||||
"title": "Redigeringstilstand er aktiveret for <1>{{size}}</1> størrelse",
|
||||
"text": "Du kan justere og konfigurere dine apps nu. Ændringer er <strong>ikke gemt</strong> indtil du forlader redigeringstilstanden"
|
||||
},
|
||||
"screenSizes": {
|
||||
"small": "lille",
|
||||
"medium": "mellem",
|
||||
"large": "stor"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"description": "Homarr er et <strong>elegant</strong>, <strong>moderne</strong> dashboard, der giver dig alle dine apps og tjenester lige ved hånden. Med Homarr kan du få adgang til og styre alt på ét praktisk sted. Homarr integrerer problemfrit med de apps, du har tilføjet, og giver dig værdifulde oplysninger og fuld kontrol. Installationen er en leg, og Homarr understøtter en lang række implementeringsmetoder.",
|
||||
"i18n": "Indlæst I18n oversættelse navnerum",
|
||||
"locales": "Konfigurerede I18n landestandarder",
|
||||
"contact": "Har du problemer eller spørgsmål? Kontakt os!",
|
||||
"addToDashboard": "Tilføj til dashboard",
|
||||
"metrics": {
|
||||
"configurationSchemaVersion": "Konfigurationsskema version",
|
||||
"configurationsCount": "Tilgængelige konfigurationer",
|
||||
"version": "Version",
|
||||
"nodeEnvironment": "Node miljø",
|
||||
"i18n": "Indlæste I18n-oversættelsesnavneområder",
|
||||
"locales": "Konfigurerede I18n landestandarder"
|
||||
}
|
||||
}
|
||||
"addToDashboard": "Tilføj til dashboard"
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "Søger efter noget...",
|
||||
"searchLimitationTitle": "Begrænset til 30 resultater",
|
||||
"searchLimitationMessage": "Søgeresultaterne blev begrænset til 30, fordi der var for mange matchende resultater"
|
||||
}
|
||||
}
|
||||
@@ -4,9 +4,6 @@
|
||||
"description": "Viser en kalender med kommende udgivelser fra understøttede integrationer.",
|
||||
"settings": {
|
||||
"title": "Indstillinger for kalender widget",
|
||||
"useSonarrv4": {
|
||||
"label": "Brug Sonarr v4 API"
|
||||
},
|
||||
"sundayStart": {
|
||||
"label": "Søndag første ugedag"
|
||||
},
|
||||
|
||||
@@ -18,9 +18,6 @@
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
},
|
||||
"usePercentages": {
|
||||
"label": "Vis procentdele"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Nuværende netværkstrafik",
|
||||
"title": "Nuværende downloadhastighed",
|
||||
"download": "Download: {{download}}",
|
||||
"upload": "Upload: {{upload}}",
|
||||
"timeSpan": "{{seconds}} sekunder siden",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Tilføj app",
|
||||
"message": "Tilføj app til Homarr"
|
||||
"message": ""
|
||||
},
|
||||
"restart": {
|
||||
"title": "Genstart"
|
||||
@@ -68,7 +68,7 @@
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Docker integration mislykkedes",
|
||||
"message": "Har du glemt at mounte docker socket?"
|
||||
"message": ""
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Der opstod en fejl"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Viser en statusindikator afhængig af HTTP-svarkoden for en given URL."
|
||||
"description": ""
|
||||
},
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Fejl",
|
||||
"lastUpdated": "Sidst opdateret {{time}} siden"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Navn",
|
||||
@@ -29,15 +25,12 @@
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Fremskridt"
|
||||
},
|
||||
"item": {
|
||||
"text": "Administreret af {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Ingen torrents fundet"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Nuværende netværkstrafik",
|
||||
"title": "Nuværende downloadhastighed",
|
||||
"download": "Download: {{download}}",
|
||||
"upload": "Upload: {{upload}}",
|
||||
"timeSpan": "{{seconds}} sekunder siden",
|
||||
@@ -56,17 +49,6 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "Indlæser..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Administreret af",
|
||||
"metrics": {
|
||||
"queuePosition": "Placering i køen - {{position}}",
|
||||
"progress": "Fremskridt - {{progress}}%",
|
||||
"totalSelectedSize": "I alt - {{totalSize}}",
|
||||
"state": "Status - {{state}}",
|
||||
"ratio": "Ratio -",
|
||||
"completed": "Fuldført"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,20 +9,11 @@
|
||||
"configTip": "Upload din konfigurationsfil ved at trække og slippe den på siden!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Lavet med ❤️ af @",
|
||||
"thirdPartyContent": "Se indhold fra tredjepart",
|
||||
"thirdPartyContentTable": {
|
||||
"dependencyName": "Afhængighed",
|
||||
"dependencyVersion": "Version"
|
||||
}
|
||||
"madeWithLove": "Lavet med ❤️ af @"
|
||||
},
|
||||
"grow": "Forøg gitteret (udnyt al pladsen)",
|
||||
"layout": {
|
||||
"preview": {
|
||||
"title": "Forhåndsvisning",
|
||||
"subtitle": "Ændringer vil blive gemt automatisk"
|
||||
},
|
||||
"divider": "Layout indstillinger",
|
||||
"title": "Dashboard layout",
|
||||
"main": "Primær",
|
||||
"sidebar": "Sidepanel",
|
||||
"cannotturnoff": "Kan ikke slås fra",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{
|
||||
"colors": "Farver",
|
||||
"suffix": "{{color}} farve"
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"text": "Tilpasninger giver dig mulighed for at konfigurere og justere din oplevelse med Homarr til dine præferencer.",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "Layout",
|
||||
"description": "Aktiver og deaktiver elementer på din header og dashboard felter"
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "Gridstack",
|
||||
"description": "Tilpas adfærd og kolonner i dit dashboardområde"
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "Metadata om siden",
|
||||
"description": "Juster titler, logo og PWA"
|
||||
},
|
||||
"appereance": {
|
||||
"name": "Udseende",
|
||||
"description": "Tilpas baggrunden, farverne og appenes udseende"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "Kolonner i {{size}} størrelse",
|
||||
"descriptionPreset": "Antal kolonner, når skærmen er mindre end {{pixels}} pixel bred",
|
||||
"descriptionExceedsPreset": "Antal kolonner, når skærmstørrelsen er større end {{pixels}} pixels"
|
||||
},
|
||||
"unsavedChanges": "Du har ændringer, der ikke er gemt. Klik på knappen Anvend ændringer nedenfor for at anvende og gemme.",
|
||||
"applyChanges": "Anvend ændringer",
|
||||
"defaultValues": "Standardværdier"
|
||||
}
|
||||
@@ -1,28 +1,22 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Sidetitel",
|
||||
"description": "Dashboardets titel øverst til venstre"
|
||||
"label": "Sidetitel"
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Metatitel",
|
||||
"description": "Titlen, der vises som dit fanebladsnavn"
|
||||
"label": "Metatitel"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"description": "Dashboard-logoet øverst til venstre"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"description": "Ikonet, der bruges foran dit fanebladsnavn"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Baggrund"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Tilpasset CSS",
|
||||
"description": "Tilpas alle elementer på dit dashboard, kun anbefalet til erfarne brugere",
|
||||
"placeholder": "Brugerdefineret CSS vil blive anvendt sidst",
|
||||
"applying": "Anvender CSS..."
|
||||
"placeholder": "Brugerdefineret CSS vil blive anvendt sidst"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Indsend"
|
||||
|
||||
@@ -24,11 +24,5 @@
|
||||
"seconds": "Sekunden",
|
||||
"minutes": "Minuten",
|
||||
"hours": "Stunden"
|
||||
},
|
||||
"loading": "Wird geladen...",
|
||||
"breakPoints": {
|
||||
"small": "Klein",
|
||||
"medium": "Mittel",
|
||||
"large": "Groß"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,12 @@
|
||||
"enabled": "Speichern und Beenden"
|
||||
},
|
||||
"popover": {
|
||||
"title": "Der Bearbeitungsmodus ist für die Kategorie <1>{{size}}</1> aktiviert",
|
||||
"title": "Der Bearbeitungsmodus ist für <1>{{size}}</1> aktiviert",
|
||||
"text": "Sie können Ihre Apps jetzt anpassen und konfigurieren. Änderungen werden <strong>nicht gespeichert</strong> bis Sie den Bearbeitungsmodus verlassen"
|
||||
},
|
||||
"screenSizes": {
|
||||
"small": "Klein",
|
||||
"medium": "Mittel",
|
||||
"large": "Groß"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"description": "Homarr ist ein <strong>schlankes</strong>, <strong>modernes</strong> Dashboard, das alle Ihre Apps und Dienste auf Knopfdruck zur Verfügung stellt. Mittels Homarr können Sie von einem einzigen Ort aus auf alles zugreifen und steuern. Es lässt sich nahtlos in die von Ihnen bevorzugten Apps integrieren und versorgt Sie mit wertvollen Informationen und der vollständige Kontrolle. Die Installation ist ein Kinderspiel, und es werden eine breite Palette von Konfigurations unterstützt.",
|
||||
"i18n": "Geladene I18n Übersetzungs Namensräume",
|
||||
"locales": "Konfigurierte I18n Sprachumgebungen",
|
||||
"contact": "Haben Sie Probleme oder Fragen? Nehmen Sie Kontakt mit uns auf!",
|
||||
"addToDashboard": "Zum Dashboard hinzufügen",
|
||||
"metrics": {
|
||||
"configurationSchemaVersion": "Version des Konfigurationsschemas",
|
||||
"configurationsCount": "Verfügbare Konfigurationen",
|
||||
"version": "Version",
|
||||
"nodeEnvironment": "Node-Umgebung",
|
||||
"i18n": "Geladene I18n Übersetzungs Namensräume",
|
||||
"locales": "Konfigurierte I18n Sprachumgebungen"
|
||||
}
|
||||
}
|
||||
"addToDashboard": "Zum Dashboard hinzufügen"
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "Nach etwas suchen...",
|
||||
"searchLimitationTitle": "Begrenzt auf 30 Ergebnisse",
|
||||
"searchLimitationMessage": "Die Suchergebnisse wurden auf 30 begrenzt, da es zu viele Treffer gab"
|
||||
}
|
||||
}
|
||||
@@ -4,9 +4,6 @@
|
||||
"description": "Zeigt einen Kalender mit anstehenden Veröffentlichungen von unterstützten Widgets an.",
|
||||
"settings": {
|
||||
"title": "Einstellungen für das Kalender Widget",
|
||||
"useSonarrv4": {
|
||||
"label": "Sonarr v4 API verwenden"
|
||||
},
|
||||
"sundayStart": {
|
||||
"label": "Wochenbeginn am Sonntag"
|
||||
},
|
||||
|
||||
@@ -18,9 +18,6 @@
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
},
|
||||
"usePercentages": {
|
||||
"label": "Prozentangaben anzeigen"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "App hinzufügen",
|
||||
"message": "App zu Homarr hinzufügen"
|
||||
"message": ""
|
||||
},
|
||||
"restart": {
|
||||
"title": "Neustarten"
|
||||
@@ -68,7 +68,7 @@
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Docker-Integration fehlgeschlagen",
|
||||
"message": "Haben Sie vergessen, den Docker-Socket zu mounten?"
|
||||
"message": ""
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Es ist ein Fehler aufgetreten"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Zeigt einen Statusindikator in Abhängigkeit des HTTP-Antwortcode einer bestimmten URL an."
|
||||
"description": ""
|
||||
},
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Fehler",
|
||||
"lastUpdated": "Zuletzt aktualisiert {{time}} vor"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Name",
|
||||
@@ -29,9 +25,6 @@
|
||||
"estimatedTimeOfArrival": "Voraussichtlicher Abschluss",
|
||||
"progress": "Fortschritt"
|
||||
},
|
||||
"item": {
|
||||
"text": "Verwaltet von {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Keine Torrents gefunden"
|
||||
}
|
||||
@@ -56,17 +49,6 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "Wird geladen..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Verwaltet von",
|
||||
"metrics": {
|
||||
"queuePosition": "Position in der Warteschlange - {{position}}",
|
||||
"progress": "Fortschritt - {{progress}}%",
|
||||
"totalSelectedSize": "Insgesamt - {{totalSize}}",
|
||||
"state": "Staat - {{state}}",
|
||||
"ratio": "Verhältnis -",
|
||||
"completed": "Abgeschlossen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,20 +9,11 @@
|
||||
"configTip": "Laden Sie Ihre Konfigurationsdatei hoch, indem Sie sie per Drag & Drop auf diese Seite ziehen!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Gemacht mit ❤️ von @",
|
||||
"thirdPartyContent": "Inhalte von Dritten anzeigen",
|
||||
"thirdPartyContentTable": {
|
||||
"dependencyName": "Abhängigkeiten",
|
||||
"dependencyVersion": "Version"
|
||||
}
|
||||
"madeWithLove": "Gemacht mit ❤️ von @"
|
||||
},
|
||||
"grow": "Erweitertes Raster (nutzt den ganzen Platz)",
|
||||
"layout": {
|
||||
"preview": {
|
||||
"title": "Vorschau",
|
||||
"subtitle": "Änderungen werden automatisch gespeichert"
|
||||
},
|
||||
"divider": "Layout-Einstellungen",
|
||||
"title": "Dashboard Anordnung",
|
||||
"main": "Haupt",
|
||||
"sidebar": "Seitenleiste",
|
||||
"cannotturnoff": "Kann nicht deaktiviert werden",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{
|
||||
"colors": "Farben",
|
||||
"suffix": "{{color}} Farbe"
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"text": "Anpassungen ermöglichen es Ihnen, Ihre Homarr Umgebung nach Ihren Wünschen anzupassen und zu konfigurieren.",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "Ansicht",
|
||||
"description": "Aktivieren und Deaktivieren von Elementen in der Kopfzeile und der Dashboard-Kacheln"
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "Gridstack",
|
||||
"description": "Passen Sie das Verhalten und die Spalten Ihres Dashboard-Bereichs an"
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "Seiten Metadaten",
|
||||
"description": "Titel, Logo und PWA anpassen"
|
||||
},
|
||||
"appereance": {
|
||||
"name": "Erscheinungsbild",
|
||||
"description": "Anpassen des Hintergrunds, der Farben und des Erscheinungsbilds der Anwendung"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "Spalten in {{size}} Größe",
|
||||
"descriptionPreset": "Anzahl der Spalten, wenn der Bildschirm weniger als {{pixels}} Pixel breit ist",
|
||||
"descriptionExceedsPreset": "Anzahl der Spalten, wenn die Bildschirmgröße {{pixels}} Pixel überschreitet"
|
||||
},
|
||||
"unsavedChanges": "Sie haben nicht gespeicherte Änderungen. Klicken Sie unten auf die Schaltfläche 'Änderungen übernehmen', um sie zu übernehmen und zu speichern.",
|
||||
"applyChanges": "Änderungen übernehmen",
|
||||
"defaultValues": "Standardwerte"
|
||||
}
|
||||
@@ -1,28 +1,22 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Seiten Titel",
|
||||
"description": "Der Titel des Dashboards oben links"
|
||||
"label": "Seiten Titel"
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Meta Titel",
|
||||
"description": "Der Titel, der als Tab-Name angezeigt wird"
|
||||
"label": "Meta Titel"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"description": "Der Logo des Dashboards oben links"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"description": "Das Symbol, das vor dem Namen Ihres Tabs verwendet wird"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Hintergrund"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Benutzerdefiniertes CSS",
|
||||
"description": "Anpassen aller Elemente auf Ihrem Dashboard, nur für erfahrene Benutzer empfohlen",
|
||||
"placeholder": "Benutzerdefiniertes CSS wird zuletzt angewendet",
|
||||
"applying": "CSS wird übernommen..."
|
||||
"placeholder": "Benutzerdefiniertes CSS wird zuletzt angewendet"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Absenden"
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Konfigurationslader",
|
||||
"description": "{{configCount}} Konfigurationen sind verfügbar",
|
||||
"description": "",
|
||||
"loadingNew": "Ihre Konfiguration wird geladen...",
|
||||
"pleaseWait": "Bitte warten Sie, bis Ihre neue Konfiguration geladen ist!"
|
||||
},
|
||||
"modal": {
|
||||
"copy": {
|
||||
"title": "Wählen Sie den Namen für Ihre neue Konfiguration",
|
||||
"title": "",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Name der Konfiguration",
|
||||
"label": "",
|
||||
"validation": {
|
||||
"required": "Name der Konfiguration ist erforderlich",
|
||||
"notUnique": "Der Name dieser Konfiguration wird bereits verwendet"
|
||||
"required": "",
|
||||
"notUnique": ""
|
||||
},
|
||||
"placeholder": "Ihr neuer Konfigurationsname"
|
||||
"placeholder": ""
|
||||
},
|
||||
"submitButton": "Bestätigen"
|
||||
"submitButton": ""
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "Konfiguration gespeichert",
|
||||
"message": "Konfiguration gespeichert als {{configName}}"
|
||||
"title": "",
|
||||
"message": ""
|
||||
},
|
||||
"configCopied": {
|
||||
"title": "Konfiguration kopiert",
|
||||
"message": "Konfiguration kopiert als {{configName}}"
|
||||
"title": "",
|
||||
"message": ""
|
||||
},
|
||||
"configNotCopied": {
|
||||
"title": "Konfiguration konnte nicht kopiert werden",
|
||||
"message": "Ihre Konfiguration wurde nicht als {{configName}} kopiert"
|
||||
"title": "",
|
||||
"message": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"confirmDeletion": {
|
||||
"title": "Bestätigen Sie die Löschung Ihrer Konfiguration",
|
||||
"warningText": "Sie sind dabei, '<b>{{configName}}</b>' zu löschen",
|
||||
"text": "Bitte beachten Sie, dass die Löschung nicht rückgängig gemacht werden kann und Ihre Konfigurations Daten dauerhaft verloren gehen. Nachdem Sie auf diese Schaltfläche geklickt haben, wird die Konfiguration dauerhaft gelöscht. Stellen Sie sicher, dass Sie ein angemessenes Backup dieser Datei erstellen.",
|
||||
"title": "",
|
||||
"warningText": "",
|
||||
"text": "",
|
||||
"buttons": {
|
||||
"confirm": "Ja, lösche die folgende Konfiguration: '<b>{{configName}}</b>'"
|
||||
"confirm": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"title": "Καλώς ήρθατε!",
|
||||
"text": "Παρακαλώ εισάγετε τον κωδικό σας",
|
||||
"form": {
|
||||
"fields": {
|
||||
"password": {
|
||||
"label": "Κωδικός",
|
||||
"placeholder": "Ο κωδικός σας"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Σύνδεση"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"checking": {
|
||||
"title": "Έλεγχος κωδικού πρόσβασης",
|
||||
"message": "Ο κωδικός πρόσβασής σας ελέγχεται..."
|
||||
},
|
||||
"correct": {
|
||||
"title": "Σύνδεση επιτυχής, ανακατεύθυνση..."
|
||||
},
|
||||
"wrong": {
|
||||
"title": "Ο κωδικός που εισαγάγατε είναι εσφαλμένος. Προσπαθήστε ξανά."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"save": "Αποθήκευση",
|
||||
"about": "Σχετικά",
|
||||
"cancel": "Ακύρωση",
|
||||
"close": "Κλείσιμο",
|
||||
"delete": "Διαγραφή",
|
||||
"ok": "ΟΚ",
|
||||
"edit": "Επεξεργασία",
|
||||
"version": "Έκδοση",
|
||||
"changePosition": "Αλλαγή θέσης",
|
||||
"remove": "Αφαίρεση",
|
||||
"removeConfirm": "Είστε σίγουροι ότι θέλετε να καταργήσετε το {{item}} ;",
|
||||
"sections": {
|
||||
"settings": "Ρυθμίσεις",
|
||||
"dangerZone": "Επικίνδυνη Περιοχή"
|
||||
},
|
||||
"secrets": {
|
||||
"apiKey": "Κλειδί Api",
|
||||
"username": "Όνομα Χρήστη",
|
||||
"password": "Κωδικός"
|
||||
},
|
||||
"tip": "Συμβουλές: ",
|
||||
"time": {
|
||||
"seconds": "δευτερόλεπτα",
|
||||
"minutes": "λεπτά",
|
||||
"hours": "ώρες"
|
||||
},
|
||||
"loading": "Φόρτωση...",
|
||||
"breakPoints": {
|
||||
"small": "μικρό",
|
||||
"medium": "μεσαίο",
|
||||
"large": "μεγάλο"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Προσθήκη νέου πλακιδίου",
|
||||
"text": "Τα πλακάκια είναι το κύριο στοιχείο του Homarr. Χρησιμοποιούνται για την εμφάνιση των εφαρμογών σας και άλλων πληροφοριών. Μπορείτε να προσθέσετε όσα πλακίδια θέλετε."
|
||||
},
|
||||
"widgetDescription": "Τα widgets αλληλεπιδρούν με τις εφαρμογές σας, για να σας παρέχουν περισσότερο έλεγχο των εφαρμογών σας. Συνήθως απαιτούν πρόσθετες ρυθμίσεις πριν από τη χρήση.",
|
||||
"goBack": "Επιστροφή στο προηγούμενο βήμα",
|
||||
"actionIcon": {
|
||||
"tooltip": "Προσθέστε ένα πλακίδιο"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Στη Λειτουργία επεξεργασίας, μπορείτε να προσαρμόσετε τα πλακίδια και να ρυθμίσετε τις εφαρμογές. Οι αλλαγές δεν αποθηκεύονται μέχρι να βγείτε από τη λειτουργία επεξεργασίας.",
|
||||
"button": {
|
||||
"disabled": "Λειτουργία επεξεργασίας",
|
||||
"enabled": "Έξοδος και Αποθήκευση"
|
||||
},
|
||||
"popover": {
|
||||
"title": "Η λειτουργία επεξεργασίας είναι ενεργοποιημένη για <1>{{size}}</1> μέγεθος",
|
||||
"text": "Μπορείτε να προσαρμόσετε και να ρυθμίσετε τις εφαρμογές σας τώρα. Οι αλλαγές <strong>δεν αποθηκεύονται</strong> μέχρι να βγείτε από τη λειτουργία επεξεργασίας"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"title": "{{position}} πλαϊνή μπάρα"
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"description": "Το Homarr είναι ένα <strong>κομψό</strong>, <strong>μοντέρνο</strong> ταμπλό που βάζει όλες τις εφαρμογές και τις υπηρεσίες σας στα χέρια σας. Με το Homarr, μπορείτε να έχετε πρόσβαση και να ελέγχετε τα πάντα σε μια βολική τοποθεσία. Το Homarr ενσωματώνεται απρόσκοπτα με τις εφαρμογές που έχετε προσθέσει, παρέχοντάς σας πολύτιμες πληροφορίες και δίνοντάς σας πλήρη έλεγχο. Η εγκατάσταση είναι πανεύκολη και το Homarr υποστηρίζει ένα ευρύ φάσμα μεθόδων ανάπτυξης.",
|
||||
"contact": "Έχετε προβλήματα ή ερωτήσεις; Συνδεθείτε μαζί μας!",
|
||||
"addToDashboard": "Προσθήκη στο ταμπλό",
|
||||
"metrics": {
|
||||
"configurationSchemaVersion": "",
|
||||
"configurationsCount": "",
|
||||
"version": "Έκδοση",
|
||||
"nodeEnvironment": "",
|
||||
"i18n": "",
|
||||
"locales": ""
|
||||
}
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"tabs": {
|
||||
"general": "Γενικά",
|
||||
"behaviour": "Συμπεριφορά",
|
||||
"network": "Δίκτυο",
|
||||
"appearance": "Εμφάνιση",
|
||||
"integration": "Ενσωμάτωση"
|
||||
},
|
||||
"general": {
|
||||
"appname": {
|
||||
"label": "Όνομα εφαρμογής",
|
||||
"description": "Χρησιμοποιείται για την εμφάνιση της εφαρμογής στο ταμπλό."
|
||||
},
|
||||
"internalAddress": {
|
||||
"label": "Εσωτερική διεύθυνση",
|
||||
"description": "Η εσωτερική διεύθυνση IP της εφαρμογής."
|
||||
},
|
||||
"externalAddress": {
|
||||
"label": "Εξωτερική διεύθυνση",
|
||||
"description": "URL που θα ανοίγει όταν κάνετε κλικ στην εφαρμογή."
|
||||
}
|
||||
},
|
||||
"behaviour": {
|
||||
"isOpeningNewTab": {
|
||||
"label": "Άνοιγμα σε νέα καρτέλα",
|
||||
"description": "Ανοίξτε την εφαρμογή σε νέα καρτέλα αντί της τρέχουσας."
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"statusChecker": {
|
||||
"label": "Έλεγχος κατάστασης",
|
||||
"description": "Ελέγχει αν η εφαρμογή σας είναι συνδεδεμένη χρησιμοποιώντας ένα απλό αίτημα HTTP(S)."
|
||||
},
|
||||
"statusCodes": {
|
||||
"label": "Κωδικοί κατάστασης HTTP",
|
||||
"description": "Οι κωδικοί κατάστασης HTTP που θεωρούνται online."
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"icon": {
|
||||
"label": "Εικονίδιο εφαρμογής",
|
||||
"description": "Το εικονίδιο που θα εμφανίζεται στο ταμπλό."
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"type": {
|
||||
"label": "Διαμόρφωση ενσωμάτωσης",
|
||||
"description": "Η διαμόρφωση ενσωμάτωσης που θα χρησιμοποιηθεί για τη σύνδεση με την εφαρμογή σας.",
|
||||
"placeholder": "Επιλέξτε Ενσωμάτωση",
|
||||
"defined": "Καθορισμένο",
|
||||
"undefined": "Απροσδιόριστο",
|
||||
"public": "Δημόσιο",
|
||||
"private": "Ιδιωτικό",
|
||||
"explanationPrivate": "Ένα ιδιωτικό μυστικό θα αποσταλεί στον διακομιστή μόνο μία φορά. Μόλις το πρόγραμμα περιήγησής σας ανανεώσει τη σελίδα, δεν θα αποσταλεί ποτέ ξανά.",
|
||||
"explanationPublic": "Ένα δημόσιο μυστικό αποστέλλεται πάντα στον πελάτη και είναι προσβάσιμο μέσω του API. Δεν πρέπει να περιέχει εμπιστευτικές τιμές όπως ονόματα χρηστών, κωδικούς πρόσβασης, μάρκες, πιστοποιητικά και παρόμοια!"
|
||||
},
|
||||
"secrets": {
|
||||
"description": "Για να ενημερώσετε ένα μυστικό, εισαγάγετε μια τιμή και κάντε κλικ στο κουμπί αποθήκευσης. Για να διαγράψετε ένα μυστικό, χρησιμοποιήστε το κουμπί διαγραφής.",
|
||||
"warning": "Τα διαπιστευτήριά σας λειτουργούν ως πρόσβαση για τις ενσωματώσεις σας και δεν θα πρέπει <strong>ποτέ </strong> να τα μοιράζεστε με κανέναν άλλον. Η ομάδα Homarr δεν θα σας ζητήσει ποτέ διαπιστευτήρια. Βεβαιωθείτε ότι <strong>αποθηκεύετε και διαχειρίζεστε τα μυστικά σας με ασφάλεια</strong>.",
|
||||
"clear": "Καθαρισμός μυστικού",
|
||||
"save": "Αποθήκευση μυστικού",
|
||||
"update": "Ενημέρωση μυστικού"
|
||||
}
|
||||
},
|
||||
"validation": {
|
||||
"popover": "Η φόρμα σας περιέχει άκυρα δεδομένα. Ως εκ τούτου, δεν μπορεί να αποθηκευτεί. Παρακαλούμε επιλύστε όλα τα προβλήματα και κάντε ξανά κλικ σε αυτό το κουμπί για να αποθηκεύσετε τις αλλαγές σας"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"xPosition": "Θέση του άξονα X",
|
||||
"width": "Πλάτος",
|
||||
"height": "Ύψος",
|
||||
"yPosition": "Θέση του άξονα Y",
|
||||
"zeroOrHigher": "0 ή υψηλότερο",
|
||||
"betweenXandY": "Μεταξύ {min} και {max}"
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "",
|
||||
"searchLimitationTitle": "",
|
||||
"searchLimitationMessage": ""
|
||||
}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ημερολόγιο",
|
||||
"description": "Εμφανίζει ένα ημερολόγιο με τις επερχόμενες κυκλοφορίες, από τις υποστηριζόμενες ενσωματώσεις.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget ημερολογίου",
|
||||
"useSonarrv4": {
|
||||
"label": ""
|
||||
},
|
||||
"sundayStart": {
|
||||
"label": "Ξεκινήστε την εβδομάδα από την Κυριακή"
|
||||
},
|
||||
"radarrReleaseType": {
|
||||
"label": "Τύπος κυκλοφορίας Radarr"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "Αναπαραγωγή",
|
||||
"request": "Αίτημα"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "Ρυθμίσεις"
|
||||
},
|
||||
"errors": {
|
||||
"unmappedOptions": {
|
||||
"text": "<b>Εντοπίστηκε αχρησιμοποίητη παράμετρος στη διαμόρφωση</b><br /><code>{{key}}</code>. Το Homarr δεν μπορεί να ερμηνεύσει και να χρησιμοποιήσει αυτή την παράμετρο. Για να αποφύγετε οποιαδήποτε απροσδόκητη συμπεριφορά, δημιουργήστε αντίγραφα ασφαλείας των ρυθμίσεων σας και διορθώστε τις ρυθμίσεις σας."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Εμφανίζει τα γραφήματα μιας εξωτερικής Dash. μέσα στο Homarr.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget Dash",
|
||||
"cpuMultiView": {
|
||||
"label": "Προβολή πολλαπλών πυρήνων CPU"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Προβολή πολλαπλών μονάδων αποθήκευσης"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Χρήση Συμπαγούς Προβολής"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Γραφήματα"
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
},
|
||||
"usePercentages": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Δεν βρέθηκε υπηρεσία Dash. Παρακαλούμε προσθέστε μία στο ταμπλό Homarr ή ορίστε μια Dash. URL στις επιλογές της ενότητας",
|
||||
"noInformation": "Δεν μπορεί να αποκτήσει πληροφορίες από το dash. - τρέχετε την τελευταία έκδοση;"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Αποθηκευτικός χώρος",
|
||||
"label": "Αποθηκευτικός χώρος:"
|
||||
},
|
||||
"network": {
|
||||
"title": "Δίκτυο",
|
||||
"label": "Δίκτυο:",
|
||||
"metrics": {
|
||||
"download": "Κάτω",
|
||||
"upload": "Πάνω"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"title": "Μνήμη RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "GPU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ημερομηνία και ώρα",
|
||||
"description": "Εμφανίζει την τρέχουσα ημερομηνία και ώρα.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget ημερομηνίας και ώρας",
|
||||
"display24HourFormat": {
|
||||
"label": "Εμφάνιση πλήρης ώρας(24-ώρο)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ταχύτητα Λήψης",
|
||||
"description": "Εμφανίζει την ταχύτητα λήψης και μεταφόρτωσης των υποστηριζόμενων ενσωματώσεων."
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"size": "Μέγεθος",
|
||||
"download": "Κάτω",
|
||||
"upload": "Πάνω",
|
||||
"estimatedTimeOfArrival": "Εκτιμώμενος χρόνος αναμονής",
|
||||
"progress": "Πρόοδος"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Δεν βρέθηκαν torrents"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Τρέχουσα ταχύτητα λήψης",
|
||||
"download": "Λήψη: {{download}}",
|
||||
"upload": "Ανέβασμα: {{upload}}",
|
||||
"timeSpan": "{{seconds}} δευτερόλεπτα πριν",
|
||||
"totalDownload": "Λήψη: {{download}}/s",
|
||||
"totalUpload": "Ανέβασμα: {{upload}}/s"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Δεν βρέθηκαν υποστηριζόμενα προγράμματα λήψης!",
|
||||
"text": "Προσθέστε μια υπηρεσία λήψης για να δείτε τις τρέχουσες λήψεις σας"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Σας επιτρέπει να βλέπετε και να διαχειρίζεστε εύκολα όλα τα Docker Containers σας."
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Αναζήτηση με βάση container ή όνομα εικόνας"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"image": "Εικόνα",
|
||||
"ports": "Θύρες",
|
||||
"state": "Κατάσταση"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} περισσότερα"
|
||||
},
|
||||
"states": {
|
||||
"running": "Εκτελείται",
|
||||
"created": "Δημιουργήθηκε",
|
||||
"stopped": "Διακόπηκε",
|
||||
"unknown": "Άγνωστο"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Προσθήκη εφαρμογής",
|
||||
"message": "Προσθήκη εφαρμογής στο Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Επανεκκίνηση"
|
||||
},
|
||||
"stop": {
|
||||
"title": "Διακοπή"
|
||||
},
|
||||
"start": {
|
||||
"title": "Έναρξη"
|
||||
},
|
||||
"refreshData": {
|
||||
"title": "Ανανέωση δεδομένων"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Αφαίρεση"
|
||||
},
|
||||
"addToHomarr": {
|
||||
"title": "Προσθήκη στο Homarr"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"start": {
|
||||
"start": "Ξεκινάει",
|
||||
"end": "Ξεκίνησε"
|
||||
},
|
||||
"stop": {
|
||||
"start": "Διακόπτεται",
|
||||
"end": "Διακόπηκε"
|
||||
},
|
||||
"restart": {
|
||||
"start": "Γίνεται επανεκκίνηση",
|
||||
"end": "Επανεκκινήθηκε"
|
||||
},
|
||||
"remove": {
|
||||
"start": "Αφαιρείται",
|
||||
"end": "Αφαιρέθηκε"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Η ενσωμάτωση του Docker απέτυχε",
|
||||
"message": "Μήπως ξεχάσατε να προσαρτήσετε την υποδοχή docker;"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Παρουσιάστηκε σφάλμα"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": "Παρακαλώ προσθέστε μόνο μία εφαρμογή ή υπηρεσία τη φορά!"
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": "Σας επιτρέπει να αναζητήσετε και να προσθέσετε πολυμέσα από το Overseerr ή το Jellyseerr."
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "Ρωτήστε για {{title}}",
|
||||
"cancel": "Ακύρωση",
|
||||
"request": "Αίτημα"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "Χρήση κλειδιού API",
|
||||
"text": "Το αίτημα αυτό θα εγκριθεί αυτόματα"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "Επιλέξτε τις σεζόν που θέλετε να κατεβάσετε",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Σεζόν",
|
||||
"numberOfEpisodes": "Αριθμός επεισοδίων"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Εμφανίζει μια ένδειξη κατάστασης ανάλογα με τον κωδικό απόκρισης HTTP μιας δεδομένης διεύθυνσης URL."
|
||||
},
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
"offline": "Χωρίς σύνδεση {{response}}",
|
||||
"loading": "Φόρτωση..."
|
||||
}
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Μπάρα Αναζήτησης",
|
||||
"description": "Μια γραμμή αναζήτησης που σας επιτρέπει να κάνετε αναζήτηση στην προσαρμοσμένη μηχανή αναζήτησης σας, στο YouTube και στις υποστηριζόμενες ενσωματώσεις."
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Αναζήτηση στον Ιστό..."
|
||||
},
|
||||
"switched-to": "Αλλαγή σε",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "Ιστός",
|
||||
"description": "Αναζήτηση..."
|
||||
},
|
||||
"youtube": {
|
||||
"name": "YouTube",
|
||||
"description": "Αναζήτηση στο YouTube"
|
||||
},
|
||||
"torrents": {
|
||||
"name": "Τόρρεντ",
|
||||
"description": "Αναζήτηση για Torrents"
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "Αναζήτηση για ταινίες και τηλεοπτικές εκπομπές στο Overseerr"
|
||||
}
|
||||
},
|
||||
"tip": "Μπορείτε να επιλέξετε τη γραμμή αναζήτησης με τη συντόμευση ",
|
||||
"switchedSearchEngine": "Εναλλαγή για αναζήτηση με {{searchEngine}}"
|
||||
}
|
||||
@@ -1,72 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Τόρρεντ",
|
||||
"description": "Εμφανίζει μια λίστα με torrents από υποστηριζόμενους εφαρμογές Torrent.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget Torrent",
|
||||
"refreshInterval": {
|
||||
"label": "Χρονικό διάστημα ανανέωσης (σε δευτερόλεπτα)"
|
||||
},
|
||||
"displayCompletedTorrents": {
|
||||
"label": "Εμφάνιση ολοκληρωμένων torrents"
|
||||
},
|
||||
"displayStaleTorrents": {
|
||||
"label": "Εμφάνιση stale torrents"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Σφάλμα",
|
||||
"lastUpdated": "Τελευταία ενημέρωση {{time}} πριν"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"size": "Μέγεθος",
|
||||
"download": "Κάτω",
|
||||
"upload": "Πάνω",
|
||||
"estimatedTimeOfArrival": "Εκτιμώμενος χρόνος αναμονής",
|
||||
"progress": "Πρόοδος"
|
||||
},
|
||||
"item": {
|
||||
"text": "Διαχειρίζεται από {{appName}}, {{ratio}} αναλογία"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Δεν βρέθηκαν torrents"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Τρέχουσα ταχύτητα λήψης",
|
||||
"download": "Λήψη: {{download}}",
|
||||
"upload": "Ανέβασμα: {{upload}}",
|
||||
"timeSpan": "{{seconds}} δευτερόλεπτα πριν",
|
||||
"totalDownload": "Λήψη: {{download}}/s",
|
||||
"totalUpload": "Ανέβασμα: {{upload}}/s"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Δεν βρέθηκαν υποστηριζόμενες εφαρμογές Torrent!",
|
||||
"text": "Προσθέστε έναν υποστηριζόμενης εφαρμογής Torrent για να δείτε τις τρέχουσες λήψεις σας"
|
||||
},
|
||||
"generic": {
|
||||
"title": "Παρουσιάστηκε ένα απροσδόκητο σφάλμα",
|
||||
"text": "Το Homarr δεν μπόρεσε να επικοινωνήσει με τις εφαρμογές Torrent. Ελέγξτε τις ρυθμίσεις σας"
|
||||
}
|
||||
},
|
||||
"loading": {
|
||||
"title": "Φόρτωση..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Διαχειριζόμενα από",
|
||||
"metrics": {
|
||||
"queuePosition": "Θέση ουράς - {{position}}",
|
||||
"progress": "Πρόοδος - {{progress}}%",
|
||||
"totalSelectedSize": "Σύνολο - {{totalSize}}",
|
||||
"state": "Κατάσταση - {{state}}",
|
||||
"ratio": "Αναλογία -",
|
||||
"completed": "Ολοκληρώθηκε"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Usenet",
|
||||
"description": "Σας επιτρέπει να δείτε και να διαχειριστείτε το Usenet instance σας."
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Δεν βρέθηκαν υποστηριζόμενα προγράμματα λήψης!",
|
||||
"text": "Προσθέστε έναν υποστηριζόμενο πρόγραμμα λήψης Usenet για να δείτε τις τρέχουσες λήψεις σας"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"queue": "Ουρά",
|
||||
"history": "Ιστορικό"
|
||||
},
|
||||
"info": {
|
||||
"sizeLeft": "Μέγεθος που απομένει",
|
||||
"paused": "Σε παύση"
|
||||
},
|
||||
"queue": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"size": "Μέγεθος",
|
||||
"eta": "Εκτιμώμενος χρόνος αναμονής",
|
||||
"progress": "Πρόοδος"
|
||||
},
|
||||
"empty": "Άδειο",
|
||||
"error": {
|
||||
"title": "Σφάλμα",
|
||||
"message": "Παρουσιάστηκε σφάλμα"
|
||||
},
|
||||
"paused": "Σε παύση"
|
||||
},
|
||||
"history": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"size": "Μέγεθος",
|
||||
"duration": "Διάρκεια"
|
||||
},
|
||||
"empty": "Άδειο",
|
||||
"error": {
|
||||
"title": "Σφάλμα",
|
||||
"message": "Σφάλμα φόρτωσης ιστορικού"
|
||||
},
|
||||
"paused": "Σε παύση"
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Καιρός",
|
||||
"description": "Εμφανίζει τις τρέχουσες πληροφορίες καιρού μιας καθορισμένης τοποθεσίας.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget καιρού",
|
||||
"displayInFahrenheit": {
|
||||
"label": "Εμφάνιση σε Φαρενάιτ"
|
||||
},
|
||||
"location": {
|
||||
"label": "Τοποθεσία καιρού"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Καθαρός",
|
||||
"mainlyClear": "Κυρίως καθαρός",
|
||||
"fog": "Ομίχλη",
|
||||
"drizzle": "Ψιχάλες",
|
||||
"freezingDrizzle": "Παγωμένο ψιλόβροχο",
|
||||
"rain": "Βροχή",
|
||||
"freezingRain": "Παγωμένη βροχή",
|
||||
"snowFall": "Χιονόπτωση",
|
||||
"snowGrains": "Κόκκοι χιονιού",
|
||||
"rainShowers": "Βροχοπτώσεις",
|
||||
"snowShowers": "Χιονοπτώσεις",
|
||||
"thunderstorm": "Καταιγίδα",
|
||||
"thunderstormWithHail": "Καταιγίδα με χαλάζι",
|
||||
"unknown": "Άγνωστο"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"title": "Ρυθμίσεις",
|
||||
"tooltip": "Ρυθμίσεις",
|
||||
"tabs": {
|
||||
"common": "Συχνές επιλογές",
|
||||
"customizations": "Παραμετροποιήσεις"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "Ανεβάστε το αρχείο ρυθμίσεών σας σύροντάς το στη σελίδα!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Φτιαγμένο με ❤️ από @",
|
||||
"thirdPartyContent": "",
|
||||
"thirdPartyContentTable": {
|
||||
"dependencyName": "",
|
||||
"dependencyVersion": "Έκδοση"
|
||||
}
|
||||
},
|
||||
"grow": "Πλέγμα ανάπτυξης (παίρνει όλο το χώρο)",
|
||||
"layout": {
|
||||
"preview": {
|
||||
"title": "",
|
||||
"subtitle": ""
|
||||
},
|
||||
"divider": "",
|
||||
"main": "Κύριο",
|
||||
"sidebar": "Πλαϊνή μπάρα",
|
||||
"cannotturnoff": "Δεν μπορεί να απενεργοποιηθεί",
|
||||
"dashboardlayout": "Διάταξη ταμπλό",
|
||||
"enablersidebar": "Απόκρυψη δεξιάς πλευρικής στήλης",
|
||||
"enablelsidebar": "Ενεργοποίηση της αριστερής πλευρικής γραμμής",
|
||||
"enablesearchbar": "Ενεργοποίηση της γραμμής αναζήτησης",
|
||||
"enabledocker": "Ενεργοποίηση ενσωμάτωση docker",
|
||||
"enableping": "Ενεργοποίηση pings",
|
||||
"enablelsidebardesc": "Προαιρετικά. Μπορεί να χρησιμοποιηθεί μόνο για εφαρμογές και ενσωματώσεις",
|
||||
"enablersidebardesc": "Προαιρετικά. Μπορεί να χρησιμοποιηθεί μόνο για εφαρμογές και ενσωματώσεις"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Πλάτος εφαρμογής"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"suffix": "{{color}} χρώμα"
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"text": "",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"appereance": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "",
|
||||
"descriptionPreset": "",
|
||||
"descriptionExceedsPreset": ""
|
||||
},
|
||||
"unsavedChanges": "",
|
||||
"applyChanges": "",
|
||||
"defaultValues": ""
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Αδιαφάνεια εφαρμογής"
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Τίτλος Σελίδας",
|
||||
"description": ""
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Meta Τίτλος",
|
||||
"description": ""
|
||||
},
|
||||
"logo": {
|
||||
"label": "Λογότυπο",
|
||||
"description": ""
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Έμβλημα",
|
||||
"description": ""
|
||||
},
|
||||
"background": {
|
||||
"label": "Φόντο"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Προσαρμοσμένη CSS",
|
||||
"description": "",
|
||||
"placeholder": "Το προσαρμοσμένο CSS θα εφαρμοστεί τελευταίο",
|
||||
"applying": ""
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Υποβολή"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Απόχρωση"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Εναλλαγή στη λειτουργία {{scheme}}"
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Αλλαγή παραμέτρων",
|
||||
"description": "{{configCount}} ρυθμίσεις είναι διαθέσιμες",
|
||||
"loadingNew": "Φόρτωση της διαμόρφωσής σας...",
|
||||
"pleaseWait": "Παρακαλώ περιμένετε μέχρι να φορτωθεί η νέα σας διαμόρφωση!"
|
||||
},
|
||||
"modal": {
|
||||
"copy": {
|
||||
"title": "Επιλέξτε το όνομα της νέας σας διαμόρφωσης",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Όνομα διαμόρφωσης",
|
||||
"validation": {
|
||||
"required": "Απαιτείται όνομα διαμόρφωσης",
|
||||
"notUnique": "Αυτό το όνομα είναι ήδη σε χρήση"
|
||||
},
|
||||
"placeholder": "Το νέο σας όνομα ρυθμίσεων"
|
||||
},
|
||||
"submitButton": "Επιβεβαίωση"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "Η διαμόρφωση αποθηκεύτηκε",
|
||||
"message": "Διαμόρφωση αποθηκεύτηκε ως {{configName}}"
|
||||
},
|
||||
"configCopied": {
|
||||
"title": "Η ρύθμιση αντιγράφηκε",
|
||||
"message": "Η διαμόρφωση αντιγράφηκε ως {{configName}}"
|
||||
},
|
||||
"configNotCopied": {
|
||||
"title": "Αδυναμία αντιγραφής αρχείου ρυθμίσεων",
|
||||
"message": "Οι ρυθμίσεις σας δεν αντιγράφηκαν ως {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"confirmDeletion": {
|
||||
"title": "Επιβεβαιώστε τη διαγραφή της διαμόρφωσής σας",
|
||||
"warningText": "Πρόκειται να διαγράψετε το '<b>{{configName}}</b>'",
|
||||
"text": "Λάβετε υπόψη ότι η διαγραφή δεν είναι αναστρέψιμη και τα δεδομένα σας θα χαθούν οριστικά. Αφού κάνετε κλικ σε αυτό το κουμπί, το αρχείο θα διαγραφεί οριστικά από το δίσκο σας. Φροντίστε να δημιουργήσετε ένα επαρκές αντίγραφο ασφαλείας της διαμόρφωσής σας.",
|
||||
"buttons": {
|
||||
"confirm": "Ναι, διαγράψτε το '<b>{{configName}}</b>'"
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "Λήψη ρυθμίσεων",
|
||||
"delete": {
|
||||
"text": "Διαγραφή ρυθμίσεων",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "Η ρύθμιση διαγράφηκε",
|
||||
"message": "Η ρύθμιση διαγράφηκε"
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "Η διαγραφή ρυθμίσεων απέτυχε",
|
||||
"message": "Η διαγραφή ρυθμίσεων απέτυχε"
|
||||
},
|
||||
"deleteFailedDefaultConfig": {
|
||||
"title": "Η προεπιλεγμένη ρύθμιση παραμέτρων δεν μπορεί να διαγραφεί",
|
||||
"message": "Η διαμόρφωση δεν διαγράφηκε από το σύστημα αρχείων"
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": "Αποθηκεύστε ένα αντίγραφο"
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
"invalidConfig": {
|
||||
"title": "Αποτυχία φόρτωσης του αρχείου ρυθμίσεων",
|
||||
"message": "Δεν μπόρεσε να φορτώσει τις ρυθμίσεις σας. Μη έγκυρη μορφή JSON."
|
||||
},
|
||||
"loadedSuccessfully": {
|
||||
"title": "Οι ρυθμίσεις {{configName}} φορτώθηκαν επιτυχώς"
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"title": "Φόρτωση ρυθμίσεων",
|
||||
"text": "Σύρετε αρχεία εδώ για να ανεβάσετε μια διαμόρφωση ρυθμίσεων. Υποστήριξη μόνο για αρχεία JSON."
|
||||
},
|
||||
"reject": {
|
||||
"title": "Η μεταφόρτωση απορρίφθηκε",
|
||||
"text": "Αυτή η μορφή αρχείου δεν υποστηρίζεται. Παρακαλούμε ανεβάζετε μόνο αρχεία JSON."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Γλώσσα"
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"title": "Μηχανή αναζήτησης",
|
||||
"configurationName": "Διαμόρφωση μηχανής αναζήτησης",
|
||||
"tips": {
|
||||
"generalTip": "Υπάρχουν πολλά προθέματα που μπορείτε να χρησιμοποιήσετε! Προσθέτοντας αυτά μπροστά από το ερώτημά σας θα φιλτράρετε τα αποτελέσματα. !s (Web), !t (Torrents), !y (YouTube) και !m (Media).",
|
||||
"placeholderTip": "%s μπορεί να χρησιμοποιηθεί ως placeholder για το ερώτημα."
|
||||
},
|
||||
"customEngine": {
|
||||
"title": "Προσαρμοσμένη μηχανή αναζήτησης",
|
||||
"label": "Ερώτημα URL",
|
||||
"placeholder": "Προσαρμοσμένο URL ερώτησης"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": "Άνοιγμα αποτελεσμάτων αναζήτησης σε νέα καρτέλα"
|
||||
},
|
||||
"searchEnabled": {
|
||||
"label": "Ενεργοποιημένη αναζήτηση"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Εναλλαγή στη λειτουργία {{theme}}"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Τοποθετήστε τα widgets στα αριστερά"
|
||||
}
|
||||
@@ -24,11 +24,5 @@
|
||||
"seconds": "seconds",
|
||||
"minutes": "minutes",
|
||||
"hours": "hours"
|
||||
},
|
||||
"loading": "Loading...",
|
||||
"breakPoints": {
|
||||
"small": "small",
|
||||
"medium": "medium",
|
||||
"large": "large"
|
||||
}
|
||||
}
|
||||
@@ -7,5 +7,10 @@
|
||||
"popover": {
|
||||
"title": "Edit mode is enabled for <1>{{size}}</1> size",
|
||||
"text": "You can adjust and configure your apps now. Changes are <strong>not saved</strong> until you exit edit mode"
|
||||
},
|
||||
"screenSizes": {
|
||||
"small": "small",
|
||||
"medium": "medium",
|
||||
"large": "large"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"description": "Homarr is a <strong>sleek</strong>, <strong>modern</strong> dashboard that puts all of your apps and services at your fingertips. With Homarr, you can access and control everything in one convenient location. Homarr seamlessly integrates with the apps you've added, providing you with valuable information and giving you complete control. Installation is a breeze, and Homarr supports a wide range of deployment methods.",
|
||||
"i18n": "Loaded I18n translation namespaces",
|
||||
"locales": "Configured I18n locales",
|
||||
"contact": "Having trouble or questions? Connect with us!",
|
||||
"addToDashboard": "Add to Dashboard",
|
||||
"metrics": {
|
||||
"configurationSchemaVersion": "Configuration schema version",
|
||||
"configurationsCount": "Available configurations",
|
||||
"version": "Version",
|
||||
"nodeEnvironment": "Node environment",
|
||||
"i18n": "Loaded I18n translation namespaces",
|
||||
"locales": "Configured I18n locales"
|
||||
}
|
||||
}
|
||||
"addToDashboard": "Add to Dashboard"
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "Search something...",
|
||||
"searchLimitationTitle": "Limited to 30 results",
|
||||
"searchLimitationMessage": "Search results were limited to 30 because there were too many matches"
|
||||
}
|
||||
}
|
||||
@@ -4,9 +4,6 @@
|
||||
"description": "Displays a calendar with upcoming releases, from supported integrations.",
|
||||
"settings": {
|
||||
"title": "Settings for Calendar widget",
|
||||
"useSonarrv4": {
|
||||
"label": "Use Sonarr v4 API"
|
||||
},
|
||||
"sundayStart": {
|
||||
"label": "Start the week on Sunday"
|
||||
},
|
||||
|
||||
@@ -18,9 +18,6 @@
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
},
|
||||
"usePercentages": {
|
||||
"label": "Display percentages"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -28,11 +25,7 @@
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "No Dash. service found. Please add one to your Homarr dashboard or set a Dash. URL in the module options",
|
||||
"noInformation": "Cannot acquire information from dash. - are you running the latest version?",
|
||||
"protocolDowngrade": {
|
||||
"title": "Detected protocol downgrade",
|
||||
"text": "The protocol to your Dash. instance is being downgraded. This is security risk, since HTTP is unencrypted and attackers could abuse this connection. Make sure that Dash. is running on HTTPS too or downgrade Homarr to HTTP (not recommended)."
|
||||
}
|
||||
"noInformation": "Cannot acquire information from dash. - are you running the latest version?"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Error",
|
||||
"lastUpdated": "Last updated {{time}} ago"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Name",
|
||||
@@ -29,9 +25,6 @@
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Progress"
|
||||
},
|
||||
"item": {
|
||||
"text": "Managed by {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "No torrents found"
|
||||
}
|
||||
@@ -56,17 +49,6 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "Loading..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Managed by",
|
||||
"metrics": {
|
||||
"queuePosition": "Queue position - {{position}}",
|
||||
"progress": "Progress - {{progress}}%",
|
||||
"totalSelectedSize": "Total - {{totalSize}}",
|
||||
"state": "State - {{state}}",
|
||||
"ratio": "Ratio -",
|
||||
"completed": "Completed"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,20 +9,11 @@
|
||||
"configTip": "Upload your config file by drag and dropping it onto the page!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Made with ❤️ by @",
|
||||
"thirdPartyContent": "See third party content",
|
||||
"thirdPartyContentTable": {
|
||||
"dependencyName": "Dependency",
|
||||
"dependencyVersion": "Version"
|
||||
}
|
||||
"madeWithLove": "Made with ❤️ by @"
|
||||
},
|
||||
"grow": "Grow grid (take all space)",
|
||||
"layout": {
|
||||
"preview": {
|
||||
"title": "Preview",
|
||||
"subtitle": "Changes will be saved automatically"
|
||||
},
|
||||
"divider": "Layout options",
|
||||
"title": "Dashboard layout",
|
||||
"main": "Main",
|
||||
"sidebar": "Sidebar",
|
||||
"cannotturnoff": "Cannot be turned off",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{
|
||||
"colors": "Colors",
|
||||
"suffix": "{{color}} color"
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"text": "Customizations allow you to configure and adjust your experience with Homarr to your preferences.",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "Layout",
|
||||
"description": "Enable and disable elements on your header and dashboard tiles"
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "Gridstack",
|
||||
"description": "Customize the behaviour and columns of your dashboard area"
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "Page Metadata",
|
||||
"description": "Adjust titles, logo and PWA"
|
||||
},
|
||||
"appereance": {
|
||||
"name": "Appereance",
|
||||
"description": "Customize the background, colors and apps appereance"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "Columns in {{size}} size",
|
||||
"descriptionPreset": "Number of columns when the screen is less than {{pixels}} pixels wide",
|
||||
"descriptionExceedsPreset": "Number of columns when the screen size exceeds {{pixels}} pixels"
|
||||
},
|
||||
"unsavedChanges": "You have unsaved changes. Click the Apply changes button below to apply and save.",
|
||||
"applyChanges": "Apply changes",
|
||||
"defaultValues": "Default values"
|
||||
}
|
||||
@@ -1,28 +1,22 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Page Title",
|
||||
"description": "The dashboard title at the top left"
|
||||
"label": "Page Title"
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Meta Title",
|
||||
"description": "The title, that is being displayed as your tab name"
|
||||
"label": "Meta Title"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"description": "The dashboard logo at the top left"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"description": "The icon, that is being used in front of your tab name"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Background"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Custom CSS",
|
||||
"description": "Customize all elements on your dashboard, only recommended for experienced users",
|
||||
"placeholder": "Custom CSS will be applied last",
|
||||
"applying": "Applying CSS..."
|
||||
"placeholder": "Custom CSS will be applied last"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Submit"
|
||||
|
||||
@@ -24,11 +24,5 @@
|
||||
"seconds": "segundos",
|
||||
"minutes": "minutos",
|
||||
"hours": "horas"
|
||||
},
|
||||
"loading": "Cargando...",
|
||||
"breakPoints": {
|
||||
"small": "pequeño",
|
||||
"medium": "medio",
|
||||
"large": "grande"
|
||||
}
|
||||
}
|
||||
@@ -7,5 +7,10 @@
|
||||
"popover": {
|
||||
"title": "Modo edición activado para el tamaño <1>{{size}}</1>",
|
||||
"text": "Puedes ajustar y configurar tus apps ahora. Los cambios <strong>no son guardados</strong> hasta que salgas del modo edición"
|
||||
},
|
||||
"screenSizes": {
|
||||
"small": "pequeño",
|
||||
"medium": "medio",
|
||||
"large": "grande"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"description": "Homarr es un dashboard <strong>elegante</strong> y <strong>moderno</strong> que pone todas tus apps y servicios a tu alcance. Con Homarr, puedes acceder y controlar todo desde una sola ubicación. Homarr se integra a la perfección con las apps que hayas añadido, ofreciendote información valiosa y dándote control total. La instalación es muy sencilla, y Homarr soporta una amplia gama de métodos de implementación.",
|
||||
"i18n": "I18n translation namespaces cargados",
|
||||
"locales": "Configurar I18n locales",
|
||||
"contact": "¿Tienes problemas o preguntas? ¡Conéctate con nosotros!",
|
||||
"addToDashboard": "Añadir al Dashboard",
|
||||
"metrics": {
|
||||
"configurationSchemaVersion": "Versión del esquema de configuración",
|
||||
"configurationsCount": "Configuraciones disponibles",
|
||||
"version": "Versión",
|
||||
"nodeEnvironment": "Entorno del nodo",
|
||||
"i18n": "I18n translation namespaces cargadas",
|
||||
"locales": "I18n locales configurados"
|
||||
}
|
||||
}
|
||||
"addToDashboard": "Añadir al Dashboard"
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "Buscar algo...",
|
||||
"searchLimitationTitle": "Limitado a 30 resultados",
|
||||
"searchLimitationMessage": "Búsqueda de resultados limitada a 30, porque hubieron demasiadas coincidencias"
|
||||
}
|
||||
}
|
||||
@@ -4,9 +4,6 @@
|
||||
"description": "Muestra un calendario con las próximas emisiones, desde las integraciones compatibles.",
|
||||
"settings": {
|
||||
"title": "Ajustes para el widget del Calendario",
|
||||
"useSonarrv4": {
|
||||
"label": "Usar API Sonarr v4"
|
||||
},
|
||||
"sundayStart": {
|
||||
"label": "Marcar Domingo como primer día de la semana"
|
||||
},
|
||||
|
||||
@@ -18,9 +18,6 @@
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
},
|
||||
"usePercentages": {
|
||||
"label": "Mostrar porcentajes"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Error",
|
||||
"lastUpdated": "Última actualización {{time}} ago"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Nombre",
|
||||
@@ -29,9 +25,6 @@
|
||||
"estimatedTimeOfArrival": "Tiempo restante",
|
||||
"progress": "Completado %"
|
||||
},
|
||||
"item": {
|
||||
"text": "Gestionado por {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "No se han encontrado torrents"
|
||||
}
|
||||
@@ -56,17 +49,6 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "Cargando..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Gestionado por",
|
||||
"metrics": {
|
||||
"queuePosition": "Posición en la cola - {{position}}",
|
||||
"progress": "Progreso - {{progress}}%",
|
||||
"totalSelectedSize": "Total - {{totalSize}}",
|
||||
"state": "Estado - {{state}}",
|
||||
"ratio": "Ratio -",
|
||||
"completed": "Completado"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,20 +9,11 @@
|
||||
"configTip": "¡Sube tu configuración arrastrando y soltando el archivo en la página!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Hecho con ❤️ por @",
|
||||
"thirdPartyContent": "Ver contenido de terceros",
|
||||
"thirdPartyContentTable": {
|
||||
"dependencyName": "Dependencia",
|
||||
"dependencyVersion": "Versión"
|
||||
}
|
||||
"madeWithLove": "Hecho con ❤️ por @"
|
||||
},
|
||||
"grow": "Aumentar cuadrícula (toma todo el espacio)",
|
||||
"layout": {
|
||||
"preview": {
|
||||
"title": "Previsualizar",
|
||||
"subtitle": "Los cambios serán guardados automáticamente"
|
||||
},
|
||||
"divider": "Opciones de diseño",
|
||||
"title": "Diseño del dashboard",
|
||||
"main": "Principal",
|
||||
"sidebar": "Barra lateral",
|
||||
"cannotturnoff": "No puede ser apagado",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{
|
||||
"colors": "Colores",
|
||||
"suffix": "Color {{color}}"
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"text": "Las personalizaciones te permiten configurar y ajustar tu experiencia con Homarr, según tus preferencias.",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "Disposición",
|
||||
"description": "Activar y desactivar elementos de tu cabecera y tarjetas del dashboard"
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "",
|
||||
"description": "Personalizar el comportamiento y columnas del área de tu dashboard"
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "Metadatos de Página",
|
||||
"description": "Ajustar títulos, logo y PWA"
|
||||
},
|
||||
"appereance": {
|
||||
"name": "Apariencia",
|
||||
"description": "Personalizar la apariencia del fondo, colores y apps"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "Columnas en tamaño {{size}}",
|
||||
"descriptionPreset": "Número de columnas cuando la pantalla tiene menos de {{pixels}} píxeles de ancho",
|
||||
"descriptionExceedsPreset": "Número de columnas cuando el tamaño de pantalla excede los {{pixels}} píxeles"
|
||||
},
|
||||
"unsavedChanges": "Tienes cambios no guardados. Clic en el botón de Aplicar cambios para aplicar y guardar.",
|
||||
"applyChanges": "Aplicar cambios",
|
||||
"defaultValues": "Valores por defecto"
|
||||
}
|
||||
@@ -1,28 +1,22 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Título de Página",
|
||||
"description": "Título del dashboard en la parte superior izquierda"
|
||||
"label": "Título de Página"
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Tarjeta Meta",
|
||||
"description": "El título, que se muestra como el nombre de tu pestaña"
|
||||
"label": "Tarjeta Meta"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"description": "El logo del dashboard en la parte superior izquierda"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"description": "El icono, que se usa delante del nombre de la pestaña"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Fondo"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "CSS Personalizado",
|
||||
"description": "Personalizar todos los elementos de tu dashboard, solo recomendado para usuarios experimentados",
|
||||
"placeholder": "El CSS personalizado será aplicado en último lugar",
|
||||
"applying": "Aplicando CSS..."
|
||||
"placeholder": "El CSS personalizado será aplicado en último lugar"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Aplicar"
|
||||
|
||||
@@ -24,11 +24,5 @@
|
||||
"seconds": "secondes",
|
||||
"minutes": "minutes",
|
||||
"hours": "heures"
|
||||
},
|
||||
"loading": "Chargement...",
|
||||
"breakPoints": {
|
||||
"small": "petit",
|
||||
"medium": "moyen",
|
||||
"large": "grand"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Ajouter une tuile",
|
||||
"text": "Les tuiles sont l'élément principal de Homarr. Elles sont utilisées pour afficher vos applications et autres informations. Vous pouvez ajouter autant de tuiles que vous le souhaitez."
|
||||
"text": ""
|
||||
},
|
||||
"widgetDescription": "Les widgets interagissent avec vos applications, pour vous permettre de mieux les contrôler. Ils nécessitent généralement quelques configurations supplémentaires avant d'être utilisés.",
|
||||
"goBack": "Retourner à la page précédente",
|
||||
|
||||
@@ -1,11 +1,16 @@
|
||||
{
|
||||
"description": "En mode édition, vous pouvez ajuster les tuiles et configurer les applications. Les modifications ne sont pas enregistrées tant que vous n'avez pas quitté le mode Édition.",
|
||||
"description": "",
|
||||
"button": {
|
||||
"disabled": "Entrer en mode édition",
|
||||
"enabled": "Quitter et sauvegarder"
|
||||
},
|
||||
"popover": {
|
||||
"title": "Le mode d'édition est activé pour <1>{{size}}</1> la taille",
|
||||
"title": "",
|
||||
"text": "Vous pouvez désormais ajuster et configurer vos applications. Les modifications ne sont <strong>pas enregistrées</strong> jusqu'à ce que vous quittiez le mode édition"
|
||||
},
|
||||
"screenSizes": {
|
||||
"small": "petit",
|
||||
"medium": "moyen",
|
||||
"large": "grand"
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user