Compare commits
63 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba6a3df2b5 | ||
|
|
2bf01990fe | ||
|
|
6501c3aef2 | ||
|
|
7e5117055f | ||
|
|
da3e412c63 | ||
|
|
37ae8e2356 | ||
|
|
fee34c79dd | ||
|
|
5caf22e19a | ||
|
|
b6a01a7f5f | ||
|
|
eba0adc03e | ||
|
|
5220af5111 | ||
|
|
be1901d40d | ||
|
|
c53de3acfe | ||
|
|
ed6b188679 | ||
|
|
6b5f91d977 | ||
|
|
6642328f2a | ||
|
|
f544c621e4 | ||
|
|
940513dc32 | ||
|
|
24c50dda29 | ||
|
|
fb78736a83 | ||
|
|
3d7449d871 | ||
|
|
c71f962967 | ||
|
|
525dc5748f | ||
|
|
1606d4c28b | ||
|
|
c15ab30c7a | ||
|
|
f3a7aafe87 | ||
|
|
195e1ba946 | ||
|
|
e2041421f6 | ||
|
|
287c184fa9 | ||
|
|
11abac2e33 | ||
|
|
c347180aae | ||
|
|
cebeb61b94 | ||
|
|
7ac852426e | ||
|
|
7647ec058c | ||
|
|
bd8a061a17 | ||
|
|
9ce569aabe | ||
|
|
d9ee11af79 | ||
|
|
4b8cfe923c | ||
|
|
0a719c0b66 | ||
|
|
3860e7948c | ||
|
|
ed91c68de9 | ||
|
|
79d52b3a4d | ||
|
|
5f61940c92 | ||
|
|
a6694d81d8 | ||
|
|
f5454b07e8 | ||
|
|
a50c43cab0 | ||
|
|
99e8c80088 | ||
|
|
8ac0af2324 | ||
|
|
05ac5dbcd3 | ||
|
|
dfdb8678b7 | ||
|
|
7414f02667 | ||
|
|
92c09207f6 | ||
|
|
b2f5b0f3fc | ||
|
|
bc858c71ab | ||
|
|
9e72639a9f | ||
|
|
a99a4eed03 | ||
|
|
69298142b7 | ||
|
|
ea02cca452 | ||
|
|
3cfeac4678 | ||
|
|
c6474923b0 | ||
|
|
14920d4b57 | ||
|
|
505fad3688 | ||
|
|
2724a9fdcf |
@@ -30,7 +30,7 @@
|
||||
---
|
||||
|
||||
<!-- Homarr Description -->
|
||||
<img align="right" width=150 src="public/imgs/logo-color.svg" />
|
||||
<img align="right" width=150 src="public/imgs/logo/logo-color.svg" />
|
||||
|
||||
Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export const REPO_URL = 'ajnart/homarr';
|
||||
export const CURRENT_VERSION = 'v0.10.3';
|
||||
export const CURRENT_VERSION = 'v0.10.7';
|
||||
|
||||
@@ -4,6 +4,8 @@ module.exports = {
|
||||
defaultLocale: 'en',
|
||||
locales: [
|
||||
'en',
|
||||
'da',
|
||||
'he',
|
||||
'de',
|
||||
'es',
|
||||
'fr',
|
||||
@@ -17,6 +19,7 @@ module.exports = {
|
||||
'ru',
|
||||
'sl',
|
||||
'sv',
|
||||
'vi',
|
||||
'uk',
|
||||
'zh',
|
||||
],
|
||||
|
||||
@@ -11,9 +11,6 @@ module.exports = withBundleAnalyzer({
|
||||
domains: ['cdn.jsdelivr.net'],
|
||||
},
|
||||
reactStrictMode: false,
|
||||
experimental: {
|
||||
outputStandalone: true,
|
||||
},
|
||||
output: 'standalone',
|
||||
i18n,
|
||||
});
|
||||
|
||||
23
package.json
23
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homarr",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.7",
|
||||
"description": "Homarr - A homepage for your server.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -30,17 +30,17 @@
|
||||
"@dnd-kit/core": "^6.0.5",
|
||||
"@dnd-kit/sortable": "^7.0.1",
|
||||
"@dnd-kit/utilities": "^3.2.0",
|
||||
"@emotion/react": "^11.10.0",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@mantine/carousel": "^5.1.0",
|
||||
"@mantine/core": "^5.2.3",
|
||||
"@mantine/dates": "^5.2.3",
|
||||
"@mantine/dropzone": "^5.2.3",
|
||||
"@mantine/form": "^5.2.3",
|
||||
"@mantine/hooks": "^5.2.3",
|
||||
"@mantine/modals": "^5.2.3",
|
||||
"@mantine/core": "^5.7.2",
|
||||
"@mantine/dates": "^5.7.2",
|
||||
"@mantine/dropzone": "^5.7.2",
|
||||
"@mantine/form": "^5.7.2",
|
||||
"@mantine/hooks": "^5.7.2",
|
||||
"@mantine/modals": "^5.7.2",
|
||||
"@mantine/next": "^5.2.3",
|
||||
"@mantine/notifications": "^5.2.3",
|
||||
"@mantine/notifications": "^5.7.2",
|
||||
"@mantine/prism": "^5.0.0",
|
||||
"@nivo/core": "^0.79.0",
|
||||
"@nivo/line": "^0.79.1",
|
||||
@@ -50,7 +50,7 @@
|
||||
"axios": "^0.27.2",
|
||||
"consola": "^2.15.3",
|
||||
"cookies-next": "^2.1.1",
|
||||
"dayjs": "^1.11.5",
|
||||
"dayjs": "^1.11.6",
|
||||
"dockerode": "^3.3.2",
|
||||
"embla-carousel-react": "^7.0.0",
|
||||
"framer-motion": "^6.5.1",
|
||||
@@ -58,8 +58,9 @@
|
||||
"i18next-browser-languagedetector": "^6.1.5",
|
||||
"i18next-http-backend": "^1.4.1",
|
||||
"js-file-download": "^0.4.12",
|
||||
"next": "12.1.6",
|
||||
"next": "12.2.0",
|
||||
"next-i18next": "^11.3.0",
|
||||
"nzbget-api": "^0.0.3",
|
||||
"prism-react-renderer": "^1.3.5",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "Ugyldig adgangskode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Brugernavn",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Ugyldigt brugernavn"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Adgangskode",
|
||||
"placeholder": "adgangskode",
|
||||
"validation": {
|
||||
"invalidPassword": "Ugyldig adgangskode"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Søg på nettet..."
|
||||
}
|
||||
},
|
||||
"switched-to": "Skiftet til",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "Web",
|
||||
"description": "Søg ved hjælp af din søgemaskine (defineret i indstillinger)"
|
||||
},
|
||||
"youtube": {
|
||||
"name": "YouTube",
|
||||
"description": "Søg på YouTube"
|
||||
},
|
||||
"torrents": {
|
||||
"name": "Torrents",
|
||||
"description": "Søg efter torrents"
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "Søg efter film og tv-serier ved hjælp af Overseerr (modul skal være aktiveret)"
|
||||
}
|
||||
},
|
||||
"tip": "Du kan vælge søgefeltet med genvejen ",
|
||||
"switchedSearchEngine": "Skiftede til søgning med {{searchEngine}}"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Tillader dig at se din Sabnzbd kø og historie, pause og genoptage downloads"
|
||||
"name": "Usenet",
|
||||
"description": "Tillader dig at se din usenet (Sabnzbd eller NZBGet) kø og historie, pause og genoptage downloads"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Lavet med ❤️ af @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Baggrund",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "Baggrund"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Tilpasset CSS",
|
||||
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "Ungültiges Passwort"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Benutzername",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Invalider Benutzername"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Passwort",
|
||||
"placeholder": "passwort",
|
||||
"validation": {
|
||||
"invalidPassword": "Ungültiges Passwort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Das Internet durchsuchen..."
|
||||
}
|
||||
},
|
||||
"switched-to": "",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"youtube": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"torrents": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"tip": "",
|
||||
"switchedSearchEngine": ""
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Ermöglicht es Ihnen, Ihre Sabnzbd-Warteschlange und den Verlauf zu sehen, Downloads anzuhalten und fortzusetzen"
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Gemacht mit ❤️ von @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Hintergrund",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "Hintergrund"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Benutzerdefiniertes CSS",
|
||||
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "Invalid password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Username",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Invalid username"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Password",
|
||||
"placeholder": "password",
|
||||
"validation": {
|
||||
"invalidPassword": "Invalid password"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Search the web..."
|
||||
}
|
||||
},
|
||||
"switched-to": "Switched to",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "Web",
|
||||
"description": "Search using your search engine (defined in settings)"
|
||||
},
|
||||
"youtube": {
|
||||
"name": "Youtube",
|
||||
"description": "Search on Youtube"
|
||||
},
|
||||
"torrents": {
|
||||
"name": "Torrents",
|
||||
"description": "Search for Torrents"
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "Search for Movies and TV Shows using Overseerr (module must be enabled)"
|
||||
}
|
||||
},
|
||||
"tip": "You can select the search bar with the shortcut ",
|
||||
"switchedSearchEngine": "Switched to searching with {{searchEngine}}"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Allows you to see your Sabnzbd queue and history, pause and resume downloads"
|
||||
"name": "Usenet",
|
||||
"description": "Allows you to see your usenet (Sabnzbd or NZBGet) queue and history, pause and resume downloads"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Made with ❤️ by @"
|
||||
}
|
||||
},
|
||||
"grow": "Grow grid (take all space)"
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Background",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "Background"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Custom CSS",
|
||||
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "Contraseña Incorrecta"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Nombre de usuario",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Nombre de usuario incorrecto"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Contraseña",
|
||||
"placeholder": "contraseña",
|
||||
"validation": {
|
||||
"invalidPassword": "Contraseña Incorrecta"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Le permite manejar sus contenedores Docker de manera sencilla"
|
||||
"description": "Permite administrar sus contenedores docker de manera sencilla"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Buscar por nombre de contenedor o nombre de imagen"
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Buscar en Internet..."
|
||||
}
|
||||
},
|
||||
"switched-to": "Cambiado a",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "Web",
|
||||
"description": "Buscar usando tu motor de búsqueda (definido en ajustes)"
|
||||
},
|
||||
"youtube": {
|
||||
"name": "Youtube",
|
||||
"description": "Buscar en Youtube"
|
||||
},
|
||||
"torrents": {
|
||||
"name": "Torrents",
|
||||
"description": "Buscar Torrents"
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "Buscar Películas y Series TV usando Overseerr (el módulo debe esta activado)"
|
||||
}
|
||||
},
|
||||
"tip": "Puedes seleccionar la barra de búsqueda con el atajo ",
|
||||
"switchedSearchEngine": "Cambiado a buscando con {{searchEngine}}"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Te permite ver tu cola e historial de Sabnzbd, pausar y resumir descargas"
|
||||
"name": "Usenet",
|
||||
"description": "Te permite ver la cola e historial de tu usenet (Sabnzbd or NZBGet), pausar y reanudar descargas"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Hecho con ❤️ por @"
|
||||
}
|
||||
},
|
||||
"grow": "Aumentar cuadrícula (toma todo el espacio)"
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Fondo",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "Fondo"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "CSS Personalizado",
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"placeholder": "URL de petición personalizada"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": "Abrir resultados de búsqueda en una nueva pestaña"
|
||||
"label": "Abrir los resultados de la búsqueda en una pestaña nueva"
|
||||
}
|
||||
}
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "Mot de passe invalide"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Nom d'utilisateur",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Nom d'utilisateur invalide"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Mot de passe",
|
||||
"placeholder": "mot de passe",
|
||||
"validation": {
|
||||
"invalidPassword": "Mot de passe invalide"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Vos téléchargements",
|
||||
"torrents": "",
|
||||
"usenet": ""
|
||||
"torrents": "Vos téléchargements Torrents",
|
||||
"usenet": "Vos téléchargements Usenet"
|
||||
},
|
||||
"others": {
|
||||
"text": "Autres"
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"header": {
|
||||
"name": "Nom",
|
||||
"size": "Taille",
|
||||
"download": "Duvet",
|
||||
"upload": "Up",
|
||||
"download": "Descendant",
|
||||
"upload": "Montant",
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Progrès"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": ""
|
||||
"description": "Vous permet de gérer facilement vos conteneurs docker"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Recherche par nom de conteneur ou d'image"
|
||||
@@ -49,20 +49,20 @@
|
||||
},
|
||||
"actions": {
|
||||
"start": {
|
||||
"start": "",
|
||||
"end": ""
|
||||
"start": "Démarrage en cours",
|
||||
"end": "Démarré"
|
||||
},
|
||||
"stop": {
|
||||
"start": "",
|
||||
"start": "Arrêt en cours",
|
||||
"end": "Arrêté"
|
||||
},
|
||||
"restart": {
|
||||
"start": "",
|
||||
"end": ""
|
||||
"start": "Redémarrage en cours",
|
||||
"end": "Redémarré"
|
||||
},
|
||||
"remove": {
|
||||
"start": "",
|
||||
"end": ""
|
||||
"start": "Suppression en cours",
|
||||
"end": "Supprimé"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Cherchez sur le web..."
|
||||
}
|
||||
},
|
||||
"switched-to": "Basculé vers",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "Web",
|
||||
"description": "Recherche à l'aide de votre moteur de recherche (défini dans les paramètres)"
|
||||
},
|
||||
"youtube": {
|
||||
"name": "YouTube",
|
||||
"description": "Cherchez sur YouTube"
|
||||
},
|
||||
"torrents": {
|
||||
"name": "Torrents",
|
||||
"description": "Chercher des torrents"
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "Chercher des films et séries TV avec Overseerr (le module doit-être activé)"
|
||||
}
|
||||
},
|
||||
"tip": "Vous pouvez sélectionner la barre de recherche avec le raccourci ",
|
||||
"switchedSearchEngine": "Basculer vers la recherche avec {{searchEngine}}"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Permet de voir votre file d'attente et votre historique Sabnzbd, de mettre en pause et de reprendre les téléchargements"
|
||||
"name": "Usenet",
|
||||
"description": "Permet de voir la file d'attente et l'historique de vos téléchargements usenet (Sabnzbd ou NZBGet), de mettre en pause et de reprendre les téléchargements"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Fait avec ❤️ par @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Contexte",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "Contexte"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "CSS personnalisé",
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"placeholder": "URL de requête personnalisée"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": ""
|
||||
"label": "Ouvrir les résultats de la recherche dans un nouvel onglet"
|
||||
}
|
||||
}
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "סיסמה שגויה"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "שם משתמש",
|
||||
"placeholder": "מנהל מערכת",
|
||||
"validation": {
|
||||
"invalidUsername": "שם משתמש לא חוקי"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "סיסמה",
|
||||
"placeholder": "סיסמה",
|
||||
"validation": {
|
||||
"invalidPassword": "סיסמה שגויה"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "מהירות הורדה נוכחית",
|
||||
"download": "הורדה ממתינה",
|
||||
"upload": "העלאה ממתינה",
|
||||
"download": "הורדה",
|
||||
"upload": "העלאה",
|
||||
"timeSpan": "לפני שניות",
|
||||
"totalDownload": "הורדה ממתינה",
|
||||
"totalUpload": "העלאה ממתינה"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "שם",
|
||||
"image": "תמונה",
|
||||
"image": "קובץ תמונה",
|
||||
"ports": "יציאות",
|
||||
"state": "מצב"
|
||||
},
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "זמן תגובה",
|
||||
"name": "פינג",
|
||||
"description": "מאפשר בדיקה אם השירות פעיל או מחזיר קוד ספציפי של HTTP"
|
||||
},
|
||||
"states": {
|
||||
"online": "מקון",
|
||||
"offline": "לא מקון",
|
||||
"online": "מקוון",
|
||||
"offline": "לא מקוון",
|
||||
"loading": "טוען..."
|
||||
}
|
||||
}
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "חפש באינטרנט..."
|
||||
}
|
||||
},
|
||||
"switched-to": "להחליף ל",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "אינטרנט",
|
||||
"description": "חיפוש באמצעות מנוע החיפוש שלך (מוגדר בהגדרות)"
|
||||
},
|
||||
"youtube": {
|
||||
"name": "יוטיוב",
|
||||
"description": "חפש ביוטיוב"
|
||||
},
|
||||
"torrents": {
|
||||
"name": "טורנטים",
|
||||
"description": "חיפוש אחר טורנטים"
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "חיפוש סרטים ותוכניות טלוויזיה באמצעות Overseerr (המודול חייב להיות מאופשר)"
|
||||
}
|
||||
},
|
||||
"tip": "באפשרותך לבחור את סרגל החיפוש באמצעות קיצור הדרך",
|
||||
"switchedSearchEngine": "עבור לחיפוש עם"
|
||||
}
|
||||
@@ -24,8 +24,8 @@
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "מהירות הורדה נוכחית",
|
||||
"download": "הורדה ממתינה",
|
||||
"upload": "העלאה ממתינה",
|
||||
"download": "הורדה",
|
||||
"upload": "העלאה",
|
||||
"timeSpan": "לפני שניות",
|
||||
"totalDownload": "הורדה ממתינה",
|
||||
"totalUpload": "העלאה ממתינה"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "מאפשר צפייה בהיסטוריה ותור ההורדות, עצירה וחידוש הורדות"
|
||||
"name": "קבוצת דיון",
|
||||
"description": "מאפשר צפייה בהיסטוריה, תור ההורדות, עצירה וחידוש הורדות בקבוצות הדיון (Sabnzbd או NZBGet)"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "נעשה ב- ❤️ ע״י @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "סמל",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "סמל"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "אייקון לצד שם העמוד",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "אייקון לצד שם העמוד"
|
||||
},
|
||||
"background": {
|
||||
"label": "רקע",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "רקע"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "CSS מותאם אישית",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "Bentornato!",
|
||||
"title": "Bentornati!",
|
||||
"text": "Inserisci la password",
|
||||
"form": {
|
||||
"fields": {
|
||||
@@ -21,7 +21,7 @@
|
||||
"title": "Password corretta, reindirizzamento..."
|
||||
},
|
||||
"wrong": {
|
||||
"title": "Password errata. Per favore, prova di nuovo."
|
||||
"title": "Password errata. Per favore riprova."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"actionIcon": {
|
||||
"tooltip": "Aggiungere un servizio"
|
||||
"tooltip": "Aggiungi un servizio"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Aggiungi servizio",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "Inserire un URL valido",
|
||||
"noStatusCodeSelected": "Selezionare un codice di stato"
|
||||
"noStatusCodeSelected": "Scegliere uno status code"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
@@ -15,28 +15,28 @@
|
||||
"title": "Opzioni",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "Nome del servizio",
|
||||
"label": "Nome servizio",
|
||||
"placeholder": "Plex"
|
||||
},
|
||||
"iconUrl": {
|
||||
"label": "Icona URL"
|
||||
"label": "URL dell'icona"
|
||||
},
|
||||
"serviceUrl": {
|
||||
"label": "URL del servizio"
|
||||
"label": "URL servizio"
|
||||
},
|
||||
"onClickUrl": {
|
||||
"label": "URL di destinatione"
|
||||
"label": "URL di destinazione"
|
||||
},
|
||||
"serviceType": {
|
||||
"label": "Tipo di servizio",
|
||||
"label": "Tipologia servizio",
|
||||
"defaultValue": "Altro",
|
||||
"placeholder": "Scegli Uno"
|
||||
"placeholder": "Sceglierne uno"
|
||||
},
|
||||
"category": {
|
||||
"label": "Categoria",
|
||||
"placeholder": "Selezionare una categoria o crearne una nuova",
|
||||
"nothingFound": "Non è stato trovato nulla",
|
||||
"createLabel": "+ Creare {{query}}"
|
||||
"placeholder": "Seleziona una categoria o creane una nuova",
|
||||
"nothingFound": "Nessun risultato",
|
||||
"createLabel": "+ Crea {{query}}"
|
||||
},
|
||||
"integrations": {
|
||||
"apiKey": {
|
||||
@@ -46,7 +46,7 @@
|
||||
"noKey": "Chiave non valida"
|
||||
},
|
||||
"tip": {
|
||||
"text": "Ottenere la chiave API",
|
||||
"text": "Ottieni la tua chiave API",
|
||||
"link": "qui."
|
||||
}
|
||||
},
|
||||
@@ -90,21 +90,37 @@
|
||||
"invalidPassword": "Password non valida"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Nome utente",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Nome utente non valido"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Password",
|
||||
"placeholder": "password",
|
||||
"validation": {
|
||||
"invalidPassword": "Password non valida"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"advancedOptions": {
|
||||
"title": "Opzioni avanzate",
|
||||
"title": "Impostazioni avanzate",
|
||||
"form": {
|
||||
"httpStatusCodes": {
|
||||
"label": "Codici di stato HTTP",
|
||||
"placeholder": "Selezionare i codici di stato validi",
|
||||
"clearButtonLabel": "Cancella la selezione",
|
||||
"nothingFound": "Non è stato trovato nulla"
|
||||
"label": "Status Codes HTTP",
|
||||
"placeholder": "Selezionare status codes validi",
|
||||
"clearButtonLabel": "Elimina selezione",
|
||||
"nothingFound": "Nessun risultato"
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": "Aprire il servizio in una nuova scheda"
|
||||
"label": "Apri servizio in una nuova scheda"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Modificare un servizio",
|
||||
"title": "Modifica un servizio",
|
||||
"buttons": {
|
||||
"save": "Salvataggio del servizio"
|
||||
"save": "Salva servizio"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "Impostazioni",
|
||||
"dangerZone": "Zona di pericolo"
|
||||
"dangerZone": "Danger zone"
|
||||
},
|
||||
"actions": {
|
||||
"edit": "Modifica",
|
||||
"delete": "Cancella"
|
||||
"delete": "Elimina"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,8 +2,8 @@
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "I tuoi download",
|
||||
"torrents": "",
|
||||
"usenet": ""
|
||||
"torrents": "I tuoi torrent",
|
||||
"usenet": "I tuoi download di Usenet"
|
||||
},
|
||||
"others": {
|
||||
"text": "Altri"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Calendario",
|
||||
"description": "Un calendario per la visualizzazione dei prossimi rilasci. Interagisce con le API di Sonarr e Radarr.",
|
||||
"description": "Un calendario per la visualizzazione delle prossime uscite. Può comunicare con le API di Sonarr e Radarr.",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": "Inizio settimana di domenica"
|
||||
"label": "Inizia la settimana di domenica"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "Avvia",
|
||||
"request": "Richiedi"
|
||||
"play": "Riproduci",
|
||||
"request": "Richiesta"
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Un modulo per visualizzare i grafici dell'istanza di Dash in esecuzione.",
|
||||
"description": "Un modulo per visualizzare i grafici dell'istanza di Dash. in esecuzione.",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": "Vista CPU Multi-Core"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Visualizzazione dell'unità multipla di archiviazione"
|
||||
"label": "Visualizzazione archiviazione Multi-Drive"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Visualizzazione compatta"
|
||||
@@ -23,8 +23,8 @@
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Nessun servizio Dash. trovato. Aggiungerne uno alla dashboard di Homarr o impostare un Dash. nelle opzioni del modulo",
|
||||
"noInformation": "Impossibile acquisire informazioni da dash. - state eseguendo l'ultima versione?"
|
||||
"noService": "Nessun servizio Dash. trovato. Aggiungine uno alla dashboard di Homarr o imposta un URL nelle impostazioni del modulo",
|
||||
"noInformation": "Impossibile reperire informazioni da dash. - è in esecuzione l'ultima versione?"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
@@ -35,8 +35,8 @@
|
||||
"title": "Rete",
|
||||
"label": "Rete:",
|
||||
"metrics": {
|
||||
"download": "In basso",
|
||||
"upload": "Su"
|
||||
"download": "Down",
|
||||
"upload": "Up"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Mostra l'ora e la data corrente in una scheda",
|
||||
"settings": {
|
||||
"display24HourFormat": {
|
||||
"label": "Visualizzazione a tempo pieno (24 ore)"
|
||||
"label": "Visualizza formato 24 ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Velocità Di Download",
|
||||
"description": "Mostra la velocità di download attuale dei servizi supportati"
|
||||
"description": "Mostra la velocità di download corrente dei servizi supportati"
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Nome",
|
||||
"size": "Dimensione",
|
||||
"download": "In basso",
|
||||
"upload": "Su",
|
||||
"download": "Down",
|
||||
"upload": "Up",
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Avanzamento"
|
||||
},
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Velocità di download attuale",
|
||||
"title": "Velocità di download",
|
||||
"download": "Download: {{download}}",
|
||||
"upload": "Upload: {{upload}}",
|
||||
"timeSpan": "{{seconds}} secondi fa",
|
||||
@@ -28,7 +28,7 @@
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Nessun client di download supportato trovato!",
|
||||
"text": "Aggiungere un servizio di download per visualizzare i download correnti"
|
||||
"text": "Aggiungi un servizio di download per visualizzare i tuoi download attuali"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": ""
|
||||
"description": "Gestisci facilmente i tuoi container di docker"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Ricerca per contenitore o nome dell'immagine"
|
||||
"placeholder": "Ricerca per container nome immagine"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
@@ -14,7 +14,7 @@
|
||||
"state": "Stato"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} di più"
|
||||
"portCollapse": "{{ports}} altro"
|
||||
},
|
||||
"states": {
|
||||
"running": "In esecuzione",
|
||||
@@ -38,13 +38,13 @@
|
||||
"title": "Avvia"
|
||||
},
|
||||
"refreshData": {
|
||||
"title": "Aggiornare i dati"
|
||||
"title": "Aggiorna dati"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Rimuovi"
|
||||
},
|
||||
"addToHomarr": {
|
||||
"title": "Aggiungi a Homarr"
|
||||
"title": "Aggiungi ad Homarr"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
@@ -61,13 +61,13 @@
|
||||
"end": "Riavviato"
|
||||
},
|
||||
"remove": {
|
||||
"start": "Rimozione",
|
||||
"start": "Rimozione in corso",
|
||||
"end": "Rimosso"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Integrazione di Docker fallita",
|
||||
"title": "Integrazione Docker fallita",
|
||||
"message": "Hai dimenticato di montare il socket di docker?"
|
||||
},
|
||||
"unknownError": {
|
||||
|
||||
@@ -8,17 +8,17 @@
|
||||
"buttons": {
|
||||
"askFor": "Richiedi {{title}}",
|
||||
"cancel": "Annulla",
|
||||
"request": "Richiedi"
|
||||
"request": "Richiesta"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "Utilizzo della chiave API",
|
||||
"title": "Chiave API in uso",
|
||||
"text": "Questa richiesta verrà approvata automaticamente"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "Spuntare le stagioni che si desidera scaricare.",
|
||||
"caption": "Seleziona le stagioni che desideri scaricare",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Stagione",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Consente di verificare se il servizio è attivo o se restituisce un codice di stato HTTP specifico."
|
||||
"description": "Consente di controllare se il servizio è attivo o restituisce uno specifico status code HTTP."
|
||||
},
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
"offline": "Offline {{response}}",
|
||||
"loading": "Caricamento..."
|
||||
"loading": "Caricamento in corso..."
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Barra di ricerca",
|
||||
"description": "Barra di ricerca per cercare sul web, su Youtube, su Torrents o su Overseerr"
|
||||
"description": "Barra di ricerca per cercare sul web, Youtube, Torrent o Overseerr"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Cerca sul web..."
|
||||
}
|
||||
},
|
||||
"switched-to": "Impostato su",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "Web",
|
||||
"description": "Cerca usando il tuo motore di ricerca (definito nelle impostazioni)"
|
||||
},
|
||||
"youtube": {
|
||||
"name": "Youtube",
|
||||
"description": "Cerca su YouTube"
|
||||
},
|
||||
"torrents": {
|
||||
"name": "Torrents",
|
||||
"description": "Cerca Torrents"
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "Cerca film e serie TV con Overseerr (il modulo deve essere abilitato)"
|
||||
}
|
||||
},
|
||||
"tip": "Puoi selezionare la barra di ricerca con la scorciatoia ",
|
||||
"switchedSearchEngine": "Ricerca cambiata con {{searchEngine}}"
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Torrent",
|
||||
"description": "Mostra la velocità di download attuale dei servizi supportati",
|
||||
"description": "Mostra la velocità di download corrente dei servizi supportati",
|
||||
"settings": {
|
||||
"hideComplete": {
|
||||
"label": "Nascondere i torrent completati"
|
||||
"label": "Nascondi torrent completati"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -13,8 +13,8 @@
|
||||
"header": {
|
||||
"name": "Nome",
|
||||
"size": "Dimensione",
|
||||
"download": "In basso",
|
||||
"upload": "Su",
|
||||
"download": "Down",
|
||||
"upload": "Up",
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Avanzamento"
|
||||
},
|
||||
@@ -23,7 +23,7 @@
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Velocità di download attuale",
|
||||
"title": "Velocità di download",
|
||||
"download": "Download: {{download}}",
|
||||
"upload": "Upload: {{upload}}",
|
||||
"timeSpan": "{{seconds}} secondi fa",
|
||||
@@ -33,7 +33,7 @@
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Nessun client di download supportato trovato!",
|
||||
"text": "Aggiungere un servizio di download per visualizzare i download correnti"
|
||||
"text": "Aggiungi un servizio di download per visualizzare i tuoi download attuali"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Permette di vedere la coda e la cronologia di Sabnzbd, di mettere in pausa e di riprendere i download."
|
||||
"name": "Usenet",
|
||||
"description": "Permette di vedere la coda e la cronologia di usenet (Sabnzbd o NZBGet), di mettere in pausa e riprendere i download"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Nessun client di download supportato trovato!",
|
||||
"text": "Aggiungere un servizio di download per visualizzare i download correnti"
|
||||
"text": "Aggiungi un servizio di download per visualizzare i tuoi download attuali"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -4,26 +4,26 @@
|
||||
"description": "Consulta il meteo attuale della propria località",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": "Visualizzazione in Fahrenheit"
|
||||
"label": "Mostra in Fahrenheit"
|
||||
},
|
||||
"location": {
|
||||
"label": "Posizione meteo"
|
||||
"label": "Località meteo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Cancella",
|
||||
"mainlyClear": "Sereno",
|
||||
"clear": "Sereno",
|
||||
"mainlyClear": "Per lo più sereno",
|
||||
"fog": "Nebbia",
|
||||
"drizzle": "Pioggerella",
|
||||
"freezingDrizzle": "Pioggia gelata",
|
||||
"drizzle": "Pioggia leggera",
|
||||
"freezingDrizzle": "Pioggia leggera gelata",
|
||||
"rain": "Pioggia",
|
||||
"freezingRain": "Pioggia gelata",
|
||||
"snowFall": "Caduta della neve",
|
||||
"snowGrains": "Granelli di neve",
|
||||
"rainShowers": "Piogge a catinelle",
|
||||
"snowShowers": "Piogge di neve",
|
||||
"snowFall": "Neve",
|
||||
"snowGrains": "Neve tonda",
|
||||
"rainShowers": "Rovesci",
|
||||
"snowShowers": "Forti nevicate",
|
||||
"thunderstorm": "Temporale",
|
||||
"thunderstormWithHail": "Temporale con grandine",
|
||||
"unknown": "Sconosciuto"
|
||||
|
||||
@@ -2,13 +2,14 @@
|
||||
"title": "Impostazioni",
|
||||
"tooltip": "Impostazioni",
|
||||
"tabs": {
|
||||
"common": "Comune",
|
||||
"customizations": "Personalizzazioni"
|
||||
"common": "Generale",
|
||||
"customizations": "Personalizza"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "Caricate il vostro file di configurazione trascinandolo sulla pagina!"
|
||||
"configTip": "Carica il file di configurazione trascinandolo e rilasciandolo sulla pagina!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Realizzato con ❤️ da @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"label": "Larghezza dell'applicazione"
|
||||
"label": "Larghezza App"
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"label": "Opacità dell'applicazione"
|
||||
"label": "Opacità App"
|
||||
}
|
||||
@@ -1,19 +1,16 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Titolo della pagina",
|
||||
"label": "Titolo pagina",
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Sfondo",
|
||||
"placeholder": "/img/sfondo.png"
|
||||
"label": "Sfondo"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "CSS personalizzato",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"label": "Ombreggiatura"
|
||||
"label": "Tonalità"
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Caricatore di configurazione"
|
||||
"label": "Carica configurazione"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Scegliere il nome della nuova configurazione",
|
||||
"title": "Scegli il nome della nuova configurazione",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Nome della configurazione",
|
||||
"placeholder": "Il nome della nuova configurazione"
|
||||
"label": "Nome configurazione",
|
||||
"placeholder": "Nuovo nome configurazione"
|
||||
},
|
||||
"submitButton": "Conferma"
|
||||
},
|
||||
@@ -19,21 +19,21 @@
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "Scarica la configurazione",
|
||||
"download": "Download configurazione",
|
||||
"delete": {
|
||||
"text": "Cancellare la configurazione",
|
||||
"text": "Elimina configurazione",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "Configurazione cancellata",
|
||||
"message": "Configurazione cancellata"
|
||||
"title": "Configurazione eliminata",
|
||||
"message": "Configurazione eliminata"
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "Cancellazione configurazione fallita",
|
||||
"message": "Cancellazione configurazione fallita"
|
||||
"title": "Eliminazione configurazione fallita",
|
||||
"message": "Eliminazione configurazione fallita"
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": "Salvare una copia"
|
||||
"saveCopy": "Salva una copia"
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
@@ -46,10 +46,10 @@
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"text": "Trascinare i file qui per caricare una configurazione. Supporto solo per JSON."
|
||||
"text": "Trascina qui i file per caricare una configurazione. Solo file JSON supportati."
|
||||
},
|
||||
"reject": {
|
||||
"text": "Questo formato di file non è supportato. Caricare solo JSON."
|
||||
"text": "Formato file non supportato. Caricare solo file JSON."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"title": "Modulo abilitatore"
|
||||
"title": "Abilitatore moduli"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "Motore di ricerca",
|
||||
"tips": {
|
||||
"generalTip": "Utilizzate i prefissi !yt e !t davanti alla vostra ricerca per cercare rispettivamente su YouTube o su un Torrent.",
|
||||
"generalTip": "Usa i prefissi !yt e !t di fronte alla tua ricerca per cercare rispettivamente su YouTube o un Torrent.",
|
||||
"placeholderTip": "%s può essere usato come segnaposto per la ricerca."
|
||||
},
|
||||
"customEngine": {
|
||||
@@ -9,6 +9,6 @@
|
||||
"placeholder": "URL di ricerca personalizzato"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": ""
|
||||
"label": "Apri i risultati della ricerca in una nuova scheda"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"label": "Posizionare i widget a sinistra"
|
||||
"label": "Posiziona widget a sinistra"
|
||||
}
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "パスワードが無効です"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "ユーザー名",
|
||||
"placeholder": "アドミン",
|
||||
"validation": {
|
||||
"invalidUsername": "ユーザー名が無効です"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "パスワード",
|
||||
"placeholder": "暗証番号",
|
||||
"validation": {
|
||||
"invalidPassword": "パスワードが無効です"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "ウェブで検索..."
|
||||
}
|
||||
},
|
||||
"switched-to": "",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"youtube": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"torrents": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "オーバーホール",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"tip": "",
|
||||
"switchedSearchEngine": ""
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Sabnzbdのキューと履歴の確認、ダウンロードの一時停止と再開が可能です。"
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "で作った❤️ by @さん"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "ホーマー"
|
||||
},
|
||||
"logo": {
|
||||
"label": "ロゴマーク",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "ロゴマーク"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "ファビコン",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "ファビコン"
|
||||
},
|
||||
"background": {
|
||||
"label": "背景",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "背景"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "カスタムCSS",
|
||||
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "잘못된 비밀번호"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "사용자 이름",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "잘못된 사용자 이름"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "비밀번호",
|
||||
"placeholder": "비밀번호",
|
||||
"validation": {
|
||||
"invalidPassword": "잘못된 비밀번호"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"header": {
|
||||
"name": "이름",
|
||||
"size": "크기",
|
||||
"download": "다운",
|
||||
"upload": "업",
|
||||
"download": "다운로드",
|
||||
"upload": "업로드",
|
||||
"estimatedTimeOfArrival": "남은 시간",
|
||||
"progress": "진행률"
|
||||
},
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "웹에서 검색..."
|
||||
}
|
||||
},
|
||||
"switched-to": "",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"youtube": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"torrents": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"tip": "",
|
||||
"switchedSearchEngine": ""
|
||||
}
|
||||
@@ -13,8 +13,8 @@
|
||||
"header": {
|
||||
"name": "이름",
|
||||
"size": "크기",
|
||||
"download": "다운",
|
||||
"upload": "업",
|
||||
"download": "다운로드",
|
||||
"upload": "업로드",
|
||||
"estimatedTimeOfArrival": "남은 시간",
|
||||
"progress": "진행률"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Sabnzbd의 대기열 및 기록을 확인하고 다운로드를 일시 중지 및 재개할 수 있습니다"
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Made with ❤️ by @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "로고",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "로고"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "파비콘",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "파비콘"
|
||||
},
|
||||
"background": {
|
||||
"label": "배경",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "배경"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "커스텀 CSS",
|
||||
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "Invalid password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Usernaem",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Invalid usernaem"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Password",
|
||||
"placeholder": "password",
|
||||
"validation": {
|
||||
"invalidPassword": "Invalid password"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Search teh web..."
|
||||
}
|
||||
},
|
||||
"switched-to": "",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"youtube": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"torrents": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"tip": "",
|
||||
"switchedSearchEngine": ""
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Allowz u 2 c ur Sabnzbd queue an histowee, paues an resuem downloadz"
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Maded wif ❤️ by @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logooo",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "Logooo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Bakground",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "Bakground"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Custom CSS",
|
||||
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "Ongeldig wachtwoord"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Gebruikersnaam",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Ongeldige gebruikersnaam"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Wachtwoord",
|
||||
"placeholder": "wachtwoord",
|
||||
"validation": {
|
||||
"invalidPassword": "Ongeldig wachtwoord"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Doorzoek het web..."
|
||||
}
|
||||
},
|
||||
"switched-to": "",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"youtube": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"torrents": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"tip": "",
|
||||
"switchedSearchEngine": ""
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Hiermee kunt u uw Sabnzbd wachtrij en geschiedenis weergeven, downloads pauzeren en hervatten"
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Gemaakt met ❤️ door @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Achtergrond",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "Achtergrond"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Eigen CSS",
|
||||
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "Nieprawidłowe hasło"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Nazwa użytkownika",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Nieprawidłowa nazwa użytkownika"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Hasło",
|
||||
"placeholder": "hasło",
|
||||
"validation": {
|
||||
"invalidPassword": "Nieprawidłowe hasło"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Szukaj w internecie..."
|
||||
}
|
||||
},
|
||||
"switched-to": "",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"youtube": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"torrents": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"tip": "",
|
||||
"switchedSearchEngine": ""
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Pozwala zobaczyć kolejkę i historię Sabnzbd, wstrzymywać i wznawiać pobieranie"
|
||||
"name": "Usenet",
|
||||
"description": ""
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Wykonane z ❤️ przez @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
@@ -4,16 +4,13 @@
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Ikona",
|
||||
"placeholder": "/favicon.png"
|
||||
"label": "Ikona"
|
||||
},
|
||||
"background": {
|
||||
"label": "Tło",
|
||||
"placeholder": "/img/background.png"
|
||||
"label": "Tło"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Niestandardowy CSS",
|
||||
|
||||
@@ -90,6 +90,22 @@
|
||||
"invalidPassword": "Senha inválida"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Usuário",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Usuário inválido"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Senha",
|
||||
"placeholder": "senha",
|
||||
"validation": {
|
||||
"invalidPassword": "Senha inválida"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,26 @@
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Pesquisar na Internet..."
|
||||
}
|
||||
},
|
||||
"switched-to": "",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"youtube": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"torrents": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"tip": "",
|
||||
"switchedSearchEngine": ""
|
||||
}
|
||||
@@ -10,5 +10,6 @@
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Feito com ❤️ por @"
|
||||
}
|
||||
},
|
||||
"grow": ""
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user