Compare commits
36 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6694d81d8 | ||
|
|
f5454b07e8 | ||
|
|
a50c43cab0 | ||
|
|
99e8c80088 | ||
|
|
8ac0af2324 | ||
|
|
05ac5dbcd3 | ||
|
|
dfdb8678b7 | ||
|
|
7414f02667 | ||
|
|
92c09207f6 | ||
|
|
b2f5b0f3fc | ||
|
|
bc858c71ab | ||
|
|
9e72639a9f | ||
|
|
a99a4eed03 | ||
|
|
69298142b7 | ||
|
|
ea02cca452 | ||
|
|
3cfeac4678 | ||
|
|
c6474923b0 | ||
|
|
14920d4b57 | ||
|
|
505fad3688 | ||
|
|
2724a9fdcf | ||
|
|
5077d753b6 | ||
|
|
01fc7b08f3 | ||
|
|
fdecf24905 | ||
|
|
e028fe29bb | ||
|
|
e11da0997d | ||
|
|
9aaf5e0dc0 | ||
|
|
f951bcd750 | ||
|
|
096dd4c156 | ||
|
|
56a277e47e | ||
|
|
e93343b06b | ||
|
|
af9c39ea1a | ||
|
|
52dce6ae18 | ||
|
|
ba7786d337 | ||
|
|
e23a6bfc3b | ||
|
|
62b789321d | ||
|
|
2ee2c70e9e |
@@ -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.1';
|
||||
export const CURRENT_VERSION = 'v0.10.5';
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homarr",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.5",
|
||||
"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",
|
||||
|
||||
|
Before Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
public/imgs/pwa/apple-icon-180.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/imgs/pwa/favicon-196.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/imgs/pwa/manifest/manifest-icon-192.maskable.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/imgs/pwa/manifest/manifest-icon-512.maskable.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
27
public/locales/da/authentication/login.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"title": "Velkommen tilbage!",
|
||||
"text": "Angiv venligst adgangskoden",
|
||||
"form": {
|
||||
"fields": {
|
||||
"password": {
|
||||
"label": "Adgangskode",
|
||||
"placeholder": "Din adgangskode"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Log ind"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"checking": {
|
||||
"title": "Tjekker din adgangskode",
|
||||
"message": "Din adgangskode er ved at blive tjekket..."
|
||||
},
|
||||
"correct": {
|
||||
"title": "Adgangskode korrekt, omdirigerer dig..."
|
||||
},
|
||||
"wrong": {
|
||||
"title": "Adgangskoden er forkert, prøv venligst igen."
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/da/common.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"actions": {
|
||||
"save": "Gem"
|
||||
},
|
||||
"tip": "Tip: ",
|
||||
"time": {
|
||||
"seconds": "sekunder",
|
||||
"minutes": "minutter",
|
||||
"hours": "timer"
|
||||
}
|
||||
}
|
||||
134
public/locales/da/layout/add-service-app-shelf.json
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"actionIcon": {
|
||||
"tooltip": "Tilføj en tjeneste"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Tilføj tjeneste",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "Angiv venligst en gyldig URL-adresse",
|
||||
"noStatusCodeSelected": "Vælg venligst en statuskode"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"options": {
|
||||
"title": "Indstillinger",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "Tjenestenavn",
|
||||
"placeholder": "Plex"
|
||||
},
|
||||
"iconUrl": {
|
||||
"label": "Ikon-URL"
|
||||
},
|
||||
"serviceUrl": {
|
||||
"label": "Tjeneste-URL"
|
||||
},
|
||||
"onClickUrl": {
|
||||
"label": "Ved klik på URL"
|
||||
},
|
||||
"serviceType": {
|
||||
"label": "Tjenestetype",
|
||||
"defaultValue": "Andet",
|
||||
"placeholder": "Vælg en"
|
||||
},
|
||||
"category": {
|
||||
"label": "Kategori",
|
||||
"placeholder": "Vælg en eksisterende kategori eller opret en ny",
|
||||
"nothingFound": "Intet fundet",
|
||||
"createLabel": "+ Opret {{query}}"
|
||||
},
|
||||
"integrations": {
|
||||
"apiKey": {
|
||||
"label": "API nøgle",
|
||||
"placeholder": "Din API nøgle",
|
||||
"validation": {
|
||||
"noKey": "Ugyldig nøgle"
|
||||
},
|
||||
"tip": {
|
||||
"text": "Hent din API nøgle",
|
||||
"link": "her."
|
||||
}
|
||||
},
|
||||
"qBittorrent": {
|
||||
"username": {
|
||||
"label": "Brugernavn",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Ugyldigt brugernavn"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Adgangskode",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Ugyldig adgangskode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deluge": {
|
||||
"password": {
|
||||
"label": "Adgangskode",
|
||||
"placeholder": "adgangskode",
|
||||
"validation": {
|
||||
"invalidPassword": "Ugyldig adgangskode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"transmission": {
|
||||
"username": {
|
||||
"label": "Brugernavn",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Ugyldigt brugernavn"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Adgangskode",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Ugyldig adgangskode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "Brugernavn",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Ugyldigt brugernavn"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Adgangskode",
|
||||
"placeholder": "adgangskode",
|
||||
"validation": {
|
||||
"invalidPassword": "Ugyldig adgangskode"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"advancedOptions": {
|
||||
"title": "Avancerede indstillinger",
|
||||
"form": {
|
||||
"httpStatusCodes": {
|
||||
"label": "HTTP status kode",
|
||||
"placeholder": "Vælg gyldige statuskoder",
|
||||
"clearButtonLabel": "Ryd valgte",
|
||||
"nothingFound": "Intet fundet"
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": "Åbn tjeneste i ny fane"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
"content": "Tilføj tjeneste"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
public/locales/da/layout/app-shelf-menu.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Ændr en tjeneste",
|
||||
"buttons": {
|
||||
"save": "Gem tjeneste"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "Indstillinger",
|
||||
"dangerZone": "Farezone"
|
||||
},
|
||||
"actions": {
|
||||
"edit": "Rediger",
|
||||
"delete": "Slet"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
public/locales/da/layout/app-shelf.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Dine downloads",
|
||||
"torrents": "Dine Torrent downloads",
|
||||
"usenet": "Dine Usenet downloads"
|
||||
},
|
||||
"others": {
|
||||
"text": "Andre"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/da/modules/calendar.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Kalender",
|
||||
"description": "Et kalendermodul til visning af kommende udgivelser. Det interagerer med Sonarr- og Radarr-API'erne.",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": "Søndag første ugedag"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/da/modules/common-media-cards.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "Afspil",
|
||||
"request": "Anmod"
|
||||
}
|
||||
}
|
||||
5
public/locales/da/modules/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "Indstillinger"
|
||||
}
|
||||
}
|
||||
53
public/locales/da/modules/dashdot.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Et modul til visning af graferne for din kørende Dash. instans.",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": "CPU Multikerne Visning"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Multidrevet Lagervisning"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Brug kompakt tilstand"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Grafer"
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Ingen Dash. service fundet. Tilføj venligst en til dit Homarr-dashboard eller indstil en Dash. URL i modulindstillingerne",
|
||||
"noInformation": "Kan ikke hente information fra dash. - kører du den nyeste version?"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Lager",
|
||||
"label": "Lager:"
|
||||
},
|
||||
"network": {
|
||||
"title": "Netværk",
|
||||
"label": "Netværk:",
|
||||
"metrics": {
|
||||
"download": "Down",
|
||||
"upload": "Up"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"title": "RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "GPU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/da/modules/date.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dato",
|
||||
"description": "Vis det aktuelle klokkeslæt og den aktuelle dato på et kort",
|
||||
"settings": {
|
||||
"display24HourFormat": {
|
||||
"label": "Vis fuld tid (24-timer)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
35
public/locales/da/modules/dlspeed.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Download hastighed",
|
||||
"description": "Vis den aktuelle downloadhastighed for understøttede tjenester"
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Navn",
|
||||
"size": "Størrelse",
|
||||
"download": "Down",
|
||||
"upload": "Up",
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Fremskridt"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Ingen torrents fundet"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Nuværende downloadhastighed",
|
||||
"download": "Download: {{download}}",
|
||||
"upload": "Upload: {{upload}}",
|
||||
"timeSpan": "{{seconds}} sekunder siden",
|
||||
"totalDownload": "Download: {{download}}/s",
|
||||
"totalUpload": "Upload: {{upload}}/s"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Ingen understøttede downloadklienter fundet!",
|
||||
"text": "Tilføj en downloadtjeneste for at se dine aktuelle downloads"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
83
public/locales/da/modules/docker.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Tillader dig nemt at administrere dine docker containere"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Søg efter container- eller imagenavn"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Navn",
|
||||
"image": "Image",
|
||||
"ports": "Porte",
|
||||
"state": "Tilstand"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} flere"
|
||||
},
|
||||
"states": {
|
||||
"running": "Kører",
|
||||
"created": "Oprettet",
|
||||
"stopped": "Stoppet",
|
||||
"unknown": "Ukendt"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Tilføj tjeneste",
|
||||
"message": "Tilføj tjeneste til Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Genstart"
|
||||
},
|
||||
"stop": {
|
||||
"title": "Stop"
|
||||
},
|
||||
"start": {
|
||||
"title": "Start"
|
||||
},
|
||||
"refreshData": {
|
||||
"title": "Opdater data"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Fjern"
|
||||
},
|
||||
"addToHomarr": {
|
||||
"title": "Tilføj til Homarr"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"start": {
|
||||
"start": "Starter",
|
||||
"end": "Startet"
|
||||
},
|
||||
"stop": {
|
||||
"start": "Stopper",
|
||||
"end": "Stoppet"
|
||||
},
|
||||
"restart": {
|
||||
"start": "Genstarter",
|
||||
"end": "Genstartet"
|
||||
},
|
||||
"remove": {
|
||||
"start": "Fjerner",
|
||||
"end": "Fjernet"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Docker integration mislykkedes",
|
||||
"message": "Har du glemt at montere docker socket ?"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Der opstod en fejl"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": "Du må kun tilføje én tjeneste ad gangen!"
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
30
public/locales/da/modules/overseerr.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": "Giver dig mulighed for at søge og tilføje medier fra Overseerr/Jellyseerr"
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "Spørg efter {{title}}",
|
||||
"cancel": "Annuller",
|
||||
"request": "Anmod"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "Brug API nøgle",
|
||||
"text": "Denne anmodning vil blive godkendt automatisk"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "Sæt kryds ved de sæsoner, du ønsker at downloade",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Sæson",
|
||||
"numberOfEpisodes": "Antal episoder"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/da/modules/ping.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Giver dig mulighed for at kontrollere, om tjenesten er oppe eller returnerer en bestemt HTTP-statuskode."
|
||||
},
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
"offline": "Offline {{response}}",
|
||||
"loading": "Indlæser..."
|
||||
}
|
||||
}
|
||||
9
public/locales/da/modules/search.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Søgebjælke",
|
||||
"description": "Søgebjælke til at søge på nettet, Youtube, Torrents eller Overseerr"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Søg på nettet..."
|
||||
}
|
||||
}
|
||||
40
public/locales/da/modules/torrents-status.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Torrent",
|
||||
"description": "Vis den aktuelle downloadhastighed for understøttede tjenester",
|
||||
"settings": {
|
||||
"hideComplete": {
|
||||
"label": "Skjul fuldførte torrents"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Navn",
|
||||
"size": "Størrelse",
|
||||
"download": "Down",
|
||||
"upload": "Up",
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Fremskridt"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Ingen torrents fundet"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Nuværende downloadhastighed",
|
||||
"download": "Download: {{download}}",
|
||||
"upload": "Upload: {{upload}}",
|
||||
"timeSpan": "{{seconds}} sekunder siden",
|
||||
"totalDownload": "Download: {{download}}/s",
|
||||
"totalUpload": "Upload: {{upload}}/s"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Ingen understøttede downloadklienter fundet!",
|
||||
"text": "Tilføj en downloadtjeneste for at se dine aktuelle downloads"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
49
public/locales/da/modules/usenet.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Usenet",
|
||||
"description": "Giver dig mulighed for at se din usenet (Sabnzbd eller NZBGet) kø og historik, pause og genoptage downloads"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Ingen understøttede downloadklienter fundet!",
|
||||
"text": "Tilføj en downloadtjeneste for at se dine aktuelle downloads"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"queue": "Kø",
|
||||
"history": "Historik"
|
||||
},
|
||||
"info": {
|
||||
"sizeLeft": "Størrelse tilbage",
|
||||
"paused": "På pause"
|
||||
},
|
||||
"queue": {
|
||||
"header": {
|
||||
"name": "Navn",
|
||||
"size": "Størrelse",
|
||||
"eta": "ETA",
|
||||
"progress": "Fremskridt"
|
||||
},
|
||||
"empty": "Tom",
|
||||
"error": {
|
||||
"title": "Fejl",
|
||||
"message": "Der er opstået en fejl"
|
||||
},
|
||||
"paused": "På pause"
|
||||
},
|
||||
"history": {
|
||||
"header": {
|
||||
"name": "Navn",
|
||||
"size": "Størrelse",
|
||||
"duration": "Varighed"
|
||||
},
|
||||
"empty": "Intet indhold",
|
||||
"error": {
|
||||
"title": "Fejl",
|
||||
"message": "Fejl ved indlæsning af historik"
|
||||
},
|
||||
"paused": "På pause"
|
||||
}
|
||||
}
|
||||
32
public/locales/da/modules/weather.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Vejr",
|
||||
"description": "Se det aktuelle vejr på din placering",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": "Vis i Fahrenheit"
|
||||
},
|
||||
"location": {
|
||||
"label": "Vejr lokation"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Skyfrit",
|
||||
"mainlyClear": "Hovedsageligt skyfrit",
|
||||
"fog": "Tåge",
|
||||
"drizzle": "Støvregn",
|
||||
"freezingDrizzle": "Støvregn med isslag",
|
||||
"rain": "Regn",
|
||||
"freezingRain": "Isslag",
|
||||
"snowFall": "Snefald",
|
||||
"snowGrains": "Mildt snefald",
|
||||
"rainShowers": "Regnbyger",
|
||||
"snowShowers": "Snebyger",
|
||||
"thunderstorm": "Tordenvejr",
|
||||
"thunderstormWithHail": "Tordenvejr med hagl",
|
||||
"unknown": "Ukendt"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
public/locales/da/settings/common.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Indstillinger",
|
||||
"tooltip": "Indstillinger",
|
||||
"tabs": {
|
||||
"common": "Generelle",
|
||||
"customizations": "Tilpasninger"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "Upload din konfigurationsfil ved at trække og slippe den på siden!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Lavet med ❤️ af @"
|
||||
}
|
||||
}
|
||||
3
public/locales/da/settings/customization/app-width.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "App Bredde"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suffix": "{{color}} farve"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "App Gennemsigtighed"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Sidetitel",
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon"
|
||||
},
|
||||
"background": {
|
||||
"label": "Baggrund"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Tilpasset CSS",
|
||||
"placeholder": "Brugerdefineret CSS vil blive eksekveret som det sidste"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Indsend"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Skygge"
|
||||
}
|
||||
3
public/locales/da/settings/general/color-schema.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Skift til {{scheme}} tilstand"
|
||||
}
|
||||
55
public/locales/da/settings/general/config-changer.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Konfigurations indlæser"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Vælg navnet på din nye konfiguration",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Konfigurationens navn",
|
||||
"placeholder": "Dit nye konfigurationsnavn"
|
||||
},
|
||||
"submitButton": "Bekræft"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "Konfigurationen gemt",
|
||||
"message": "Konfigurationen gemt som {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "Hent konfiguration",
|
||||
"delete": {
|
||||
"text": "Slet konfiguration",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "Konfiguration slettet",
|
||||
"message": "Konfiguration slettet"
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "Sletning af konfiguration mislykkedes",
|
||||
"message": "Sletning af konfiguration mislykkedes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": "Gem en kopi"
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
"invalidConfig": {
|
||||
"title": "Kan ikke indlæse konfigurationen",
|
||||
"message": "Kunne ikke indlæse din konfiguration. Ugyldigt JSON-format."
|
||||
},
|
||||
"loadedSuccessfully": {
|
||||
"title": "Konfigurationen {{configName}} blev indlæst"
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"text": "Træk filer hertil for at uploade en konfiguration. Kun understøttelse af JSON."
|
||||
},
|
||||
"reject": {
|
||||
"text": "Dette filformat understøttes ikke. Upload venligst kun JSON."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Sprog"
|
||||
}
|
||||
3
public/locales/da/settings/general/module-enabler.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Modul aktivator"
|
||||
}
|
||||
14
public/locales/da/settings/general/search-engine.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Søgemaskine",
|
||||
"tips": {
|
||||
"generalTip": "Brug præfikserne !yt og !t foran din forespørgsel for at søge på YouTube eller efter en Torrent.",
|
||||
"placeholderTip": "%s kan bruges som en pladsholder for forespørgslen."
|
||||
},
|
||||
"customEngine": {
|
||||
"label": "Forespørgsels URL",
|
||||
"placeholder": "Brugerdefineret forespørgsels URL"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": "Åben søgeresultater i en ny fane"
|
||||
}
|
||||
}
|
||||
3
public/locales/da/settings/general/theme-selector.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Skift til {{theme}} tilstand"
|
||||
}
|
||||
3
public/locales/da/settings/general/widget-positions.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Placer widgets til venstre"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Deine Downloads"
|
||||
"text": "Deine Downloads",
|
||||
"torrents": "Deine Torrent Downloads",
|
||||
"usenet": "Deine Usenet Downloads"
|
||||
},
|
||||
"others": {
|
||||
"text": "Andere"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Ermöglicht Ihnen die einfache Verwaltung Ihrer Torrents"
|
||||
"description": "Ermöglicht dir die einfache Verwaltung deiner Docker-Container"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Suche nach Container- oder Image namen"
|
||||
@@ -47,10 +47,22 @@
|
||||
"title": "Zu Homarr hinzufügen"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "Container {{containerName}} {{action}}ed",
|
||||
"message": "Ihr Container wurde erfolgreich {{action}}."
|
||||
"actions": {
|
||||
"start": {
|
||||
"start": "Startet",
|
||||
"end": "Gestartet"
|
||||
},
|
||||
"stop": {
|
||||
"start": "Haltet an",
|
||||
"end": "Gestoppt"
|
||||
},
|
||||
"restart": {
|
||||
"start": "Startet neu",
|
||||
"end": "Neu gestartet"
|
||||
},
|
||||
"remove": {
|
||||
"start": "Wird entfernt",
|
||||
"end": "Entfernt"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
|
||||
@@ -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": "Usenet",
|
||||
"description": "Ermöglicht es Ihnen, Ihre Usenet-Warteschlange (Sabnzbd oder NZBGet) und den Verlauf anzuzeigen, Downloads anzuhalten und fortzusetzen"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"tabs": {
|
||||
"queue": "Warteschlange",
|
||||
"history": "Geschichte"
|
||||
"history": "Verlauf"
|
||||
},
|
||||
"info": {
|
||||
"sizeLeft": "Größe links",
|
||||
@@ -26,7 +26,7 @@
|
||||
"eta": "Voraussichtlicher Abschluss",
|
||||
"progress": "Fortschritt"
|
||||
},
|
||||
"empty": "Leere",
|
||||
"empty": "Leer",
|
||||
"error": {
|
||||
"title": "Fehler",
|
||||
"message": "Es ist ein Fehler aufgetreten"
|
||||
@@ -39,10 +39,10 @@
|
||||
"size": "Größe",
|
||||
"duration": "Dauer"
|
||||
},
|
||||
"empty": "Leere",
|
||||
"empty": "Leer",
|
||||
"error": {
|
||||
"title": "Fehler",
|
||||
"message": "Fehler beim Laden der Historie"
|
||||
"message": "Fehler beim Laden des Verlaufs"
|
||||
},
|
||||
"paused": "Pausiert"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -7,5 +7,8 @@
|
||||
"customEngine": {
|
||||
"label": "Suchanfrage URL",
|
||||
"placeholder": "Benutzerdefinierte Abfrage-URL"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": "Öffne Suchergebnisse in einem neuen Tab"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Your downloads"
|
||||
"text": "Your downloads",
|
||||
"torrents": "Your Torrent downloads",
|
||||
"usenet": "Your Usenet downloads"
|
||||
},
|
||||
"others": {
|
||||
"text": "Others"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Allows you to easily manage your torrents"
|
||||
"description": "Allows you to easily manage your docker containers"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Search by container or image name"
|
||||
@@ -47,10 +47,22 @@
|
||||
"title": "Add to Homarr"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "Container {{containerName}} {{action}}ed",
|
||||
"message": "Your container was successfully {{action}}ed"
|
||||
"actions": {
|
||||
"start": {
|
||||
"start": "Starting",
|
||||
"end": "Started"
|
||||
},
|
||||
"stop": {
|
||||
"start": "Stopping",
|
||||
"end": "Stopped"
|
||||
},
|
||||
"restart": {
|
||||
"start": "Restarting",
|
||||
"end": "Restarted"
|
||||
},
|
||||
"remove": {
|
||||
"start": "Removing",
|
||||
"end": "Removed"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -7,5 +7,8 @@
|
||||
"customEngine": {
|
||||
"label": "Query URL",
|
||||
"placeholder": "Custom query URL"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": "Open search results in new tab"
|
||||
}
|
||||
}
|
||||
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"title": "",
|
||||
"text": "",
|
||||
"title": "¡Bienvenido/a otra vez!",
|
||||
"text": "Por favor, introduce la Contraseña",
|
||||
"form": {
|
||||
"fields": {
|
||||
"password": {
|
||||
"label": "Contraseña",
|
||||
"placeholder": ""
|
||||
"placeholder": "Tu contraseña"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"submit": ""
|
||||
"submit": "Iniciar sesión"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"checking": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Comprobando tu contraseña",
|
||||
"message": "Tu contraseña está siendo comprobada..."
|
||||
},
|
||||
"correct": {
|
||||
"title": ""
|
||||
"title": "Contraseña correcta, redireccionándote..."
|
||||
},
|
||||
"wrong": {
|
||||
"title": ""
|
||||
"title": "Contraseña incorrecta, por favor, intenta otra vez."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
},
|
||||
"category": {
|
||||
"label": "Categoría",
|
||||
"placeholder": "Selecciona una categoría o cree una nueva",
|
||||
"nothingFound": "No se ha encontrado nada",
|
||||
"placeholder": "Seleccione una categoría o cree una nueva",
|
||||
"nothingFound": "No se ha encontrado ningún resultado",
|
||||
"createLabel": "+ Crear {{query}}"
|
||||
},
|
||||
"integrations": {
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -101,7 +117,7 @@
|
||||
"label": "Códigos de Estado HTTP",
|
||||
"placeholder": "Seleccionar códigos de estado válidos",
|
||||
"clearButtonLabel": "Borrar selección",
|
||||
"nothingFound": "No se ha encontrado nada"
|
||||
"nothingFound": "No se ha encontrado ningún resultado"
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": "Abrir el servicio en una nueva pestaña"
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Tus descargas"
|
||||
"text": "Tus descargas",
|
||||
"torrents": "Tus descargas Torrent",
|
||||
"usenet": "Tus descargas Usenet"
|
||||
},
|
||||
"others": {
|
||||
"text": "Otros"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Un módulo de calendario para mostrar próximos lanzamientos. Interactúa con las API de Sonarr y Radarr.",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": "Iniciar la semana en Domingo"
|
||||
"label": "Marcar Domingo como primer día de la semana"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Servicio Dash. no encontrado. Por favor, añade uno al tablero de Homarr o indica una URL de Dash. en las opciones del módulo",
|
||||
"noService": "No se ha encontrado el servicio Dash. Por favor, añade uno al Panel de Control de Homarr o indica una URL de Dash. en las opciones del módulo",
|
||||
"noInformation": "No se puede obtener información de Dash. - ¿estás utilizando la última versión?"
|
||||
},
|
||||
"graphs": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Te permite gestionar facilmente tus torrents"
|
||||
"description": "Permite administrar sus contenedores docker de manera sencilla"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Buscar por nombre de contenedor o nombre de imagen"
|
||||
@@ -47,10 +47,22 @@
|
||||
"title": "Añadir a Homarr"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "Contenedor {{containerName}} {{action}} do",
|
||||
"message": "Su contenedor ha sido {{action}} con éxito"
|
||||
"actions": {
|
||||
"start": {
|
||||
"start": "Iniciando",
|
||||
"end": "Iniciado"
|
||||
},
|
||||
"stop": {
|
||||
"start": "Deteniendo",
|
||||
"end": "Detenido"
|
||||
},
|
||||
"restart": {
|
||||
"start": "Reiniciando",
|
||||
"end": "Reiniciado"
|
||||
},
|
||||
"remove": {
|
||||
"start": "Eliminando",
|
||||
"end": "Eliminado"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "Te permite ver tu cola e historial de Sabnzbd, pausar y resumir descargas"
|
||||
"name": "Usenet",
|
||||
"description": "Le permite ver la cola y el historial de usenet (Sabnzbd o NZBGet), pausar y reanudar las descargas"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"freezingDrizzle": "Llovizna helada",
|
||||
"rain": "Lluvia",
|
||||
"freezingRain": "Lluvia helada",
|
||||
"snowFall": "Caída de nieve",
|
||||
"snowFall": "Nevada",
|
||||
"snowGrains": "Granos de nieve",
|
||||
"rainShowers": "Lluvia ligera",
|
||||
"snowShowers": "Nevada Ligera",
|
||||
|
||||
@@ -4,22 +4,19 @@
|
||||
"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",
|
||||
"placeholder": "El CSS personalizado se ejecutará en último lugar"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Enviar"
|
||||
"submit": "Aplicar"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,5 +7,8 @@
|
||||
"customEngine": {
|
||||
"label": "URL de la Petición",
|
||||
"placeholder": "URL de petición personalizada"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": "Abrir los resultados de la búsqueda en una pestaña nueva"
|
||||
}
|
||||
}
|
||||
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"title": "",
|
||||
"text": "",
|
||||
"title": "Bienvenue !",
|
||||
"text": "Veuillez entrer votre mot de passe",
|
||||
"form": {
|
||||
"fields": {
|
||||
"password": {
|
||||
"label": "Mot de passe",
|
||||
"placeholder": ""
|
||||
"placeholder": "Votre mot de passe"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"submit": ""
|
||||
"submit": "Se connecter"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"checking": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Vérification de votre mot de passe",
|
||||
"message": "Votre mot de passe est en cours de vérification..."
|
||||
},
|
||||
"correct": {
|
||||
"title": ""
|
||||
"title": "Mot de passe correct, redirection en cours..."
|
||||
},
|
||||
"wrong": {
|
||||
"title": ""
|
||||
"title": "Mot de passe erroné, veuillez réessayer."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Vos téléchargements"
|
||||
"text": "Vos téléchargements",
|
||||
"torrents": "",
|
||||
"usenet": ""
|
||||
},
|
||||
"others": {
|
||||
"text": "Autres"
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
"title": "Réseau",
|
||||
"label": "Réseau :",
|
||||
"metrics": {
|
||||
"download": "Duvet",
|
||||
"upload": "Up"
|
||||
"download": "Descendant",
|
||||
"upload": "Montant"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
|
||||
@@ -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": "Vous permet de gérer facilement vos torrents"
|
||||
"description": ""
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Recherche par nom de conteneur ou d'image"
|
||||
@@ -47,10 +47,22 @@
|
||||
"title": "Ajouter à Homarr"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "Conteneur {{containerName}} {{action}}",
|
||||
"message": "Votre conteneur a été envoyé avec succès à {{action}}"
|
||||
"actions": {
|
||||
"start": {
|
||||
"start": "",
|
||||
"end": ""
|
||||
},
|
||||
"stop": {
|
||||
"start": "",
|
||||
"end": "Arrêté"
|
||||
},
|
||||
"restart": {
|
||||
"start": "",
|
||||
"end": ""
|
||||
},
|
||||
"remove": {
|
||||
"start": "",
|
||||
"end": ""
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
|
||||
@@ -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": "Vous permet de voir votre file d'attente et votre historique Usenet (Sabnzbd ou NZBGet), de mettre en pause et de reprendre les téléchargements"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
|
||||
@@ -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é",
|
||||
|
||||
@@ -7,5 +7,8 @@
|
||||
"customEngine": {
|
||||
"label": "URL de la requête",
|
||||
"placeholder": "URL de requête personnalisée"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
27
public/locales/he/authentication/login.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"title": "ברוך הבא!",
|
||||
"text": "אנא הזן את הסיסמה",
|
||||
"form": {
|
||||
"fields": {
|
||||
"password": {
|
||||
"label": "סיסמה",
|
||||
"placeholder": "הסיסמה שלך"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "כניסה למערכת"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"checking": {
|
||||
"title": "סיסמה בבדיקה",
|
||||
"message": "הסיסמה בבדיקה..."
|
||||
},
|
||||
"correct": {
|
||||
"title": "הסיסמה נכונה לניתוב מחדש..."
|
||||
},
|
||||
"wrong": {
|
||||
"title": "הסיסמה שגויה אנא נסה שוב."
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/he/common.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"actions": {
|
||||
"save": "שמור"
|
||||
},
|
||||
"tip": "טיפ:",
|
||||
"time": {
|
||||
"seconds": "שניות",
|
||||
"minutes": "דקות",
|
||||
"hours": "שעות"
|
||||
}
|
||||
}
|
||||
134
public/locales/he/layout/add-service-app-shelf.json
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"actionIcon": {
|
||||
"tooltip": "הוסף שירות"
|
||||
},
|
||||
"modal": {
|
||||
"title": "הוספת שירות",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "אנא הזן כתובת אינטרנט חוקית",
|
||||
"noStatusCodeSelected": "אנא בחר קוד מצב"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"options": {
|
||||
"title": "אפשרויות",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "שם שירות",
|
||||
"placeholder": "Plex"
|
||||
},
|
||||
"iconUrl": {
|
||||
"label": "כתובת אתר של הצלמית"
|
||||
},
|
||||
"serviceUrl": {
|
||||
"label": "כתובת אתר של השירות"
|
||||
},
|
||||
"onClickUrl": {
|
||||
"label": "בלחיצה על כתובת האתר"
|
||||
},
|
||||
"serviceType": {
|
||||
"label": "סוג שירות",
|
||||
"defaultValue": "אחר",
|
||||
"placeholder": "בחר אחד"
|
||||
},
|
||||
"category": {
|
||||
"label": "קטגוריה",
|
||||
"placeholder": "בחר קטגוריה קיימת או צור חדשה",
|
||||
"nothingFound": "לא נמצא דבר",
|
||||
"createLabel": "יצירת שאילתה"
|
||||
},
|
||||
"integrations": {
|
||||
"apiKey": {
|
||||
"label": "מפתח API",
|
||||
"placeholder": "מפתח ה- API שלך",
|
||||
"validation": {
|
||||
"noKey": "מפתח לא חוקי"
|
||||
},
|
||||
"tip": {
|
||||
"text": "קבל את מפתח ה- API שלך",
|
||||
"link": "כאן"
|
||||
}
|
||||
},
|
||||
"qBittorrent": {
|
||||
"username": {
|
||||
"label": "שם משתמש",
|
||||
"placeholder": "מנהל מערכת",
|
||||
"validation": {
|
||||
"invalidUsername": "שם משתמש לא חוקי"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "סיסמה",
|
||||
"placeholder": "מנהל מערכת",
|
||||
"validation": {
|
||||
"invalidPassword": "סיסמה שגויה"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deluge": {
|
||||
"password": {
|
||||
"label": "סיסמה",
|
||||
"placeholder": "סיסמה",
|
||||
"validation": {
|
||||
"invalidPassword": "סיסמה שגויה"
|
||||
}
|
||||
}
|
||||
},
|
||||
"transmission": {
|
||||
"username": {
|
||||
"label": "שם משתמש",
|
||||
"placeholder": "מנהל מערכת",
|
||||
"validation": {
|
||||
"invalidUsername": "שם משתמש לא חוקי"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "סיסמה",
|
||||
"placeholder": "מנהל מערכת",
|
||||
"validation": {
|
||||
"invalidPassword": "סיסמה שגויה"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"username": {
|
||||
"label": "שם משתמש",
|
||||
"placeholder": "מנהל מערכת",
|
||||
"validation": {
|
||||
"invalidUsername": "שם משתמש לא חוקי"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "סיסמה",
|
||||
"placeholder": "סיסמה",
|
||||
"validation": {
|
||||
"invalidPassword": "סיסמה שגויה"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"advancedOptions": {
|
||||
"title": "אפשרויות מתקדמות",
|
||||
"form": {
|
||||
"httpStatusCodes": {
|
||||
"label": "סטטוס קוד HTTP",
|
||||
"placeholder": "בחר קודי מצב חוקיים",
|
||||
"clearButtonLabel": "נקה בחירה",
|
||||
"nothingFound": "לא נמצא דבר"
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": "פתיחת שירות בכרטיסיה חדשה"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
"content": "הוספת שירות"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
public/locales/he/layout/app-shelf-menu.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "שינוי שירות",
|
||||
"buttons": {
|
||||
"save": "שמור שירות"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "הגדרות",
|
||||
"dangerZone": "אזור מסוכן"
|
||||
},
|
||||
"actions": {
|
||||
"edit": "עריכה",
|
||||
"delete": "מחיקה"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
public/locales/he/layout/app-shelf.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "הורדות",
|
||||
"torrents": "הורדות הטורנטים",
|
||||
"usenet": "שימוש בהורדות רשת"
|
||||
},
|
||||
"others": {
|
||||
"text": "אחרים"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/he/modules/calendar.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "לוח שנה",
|
||||
"description": "מודול לוח שנה להצגת עדכונים. מקושר ל- Sonarr ו- Radarr API.",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": "להתחיל את השבוע ביום ראשון"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/he/modules/common-media-cards.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "הפעלה",
|
||||
"request": "בקשה"
|
||||
}
|
||||
}
|
||||
5
public/locales/he/modules/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "הגדרות"
|
||||
}
|
||||
}
|
||||
53
public/locales/he/modules/dashdot.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "מודול להצגת הגרפים משירות Dash.",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": "תצוגת מעבד מרובת ליבות"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "תצוגת אחסון מרובת כוננים"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "השתמש בתצוגה קומפקטית"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "גרפים"
|
||||
},
|
||||
"url": {
|
||||
"label": "כתובת אתר Dash."
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "לא נמצא שירות Dash. בבקשה הוסף ל- Homarr או הגדר כתובת באפשרויות המודול ",
|
||||
"noInformation": "אין מידע מ- Dash. האם אתה משתמש בגירסה העדכנית"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "אחסון",
|
||||
"label": "אחסון:"
|
||||
},
|
||||
"network": {
|
||||
"title": "רשת",
|
||||
"label": "רשת:",
|
||||
"metrics": {
|
||||
"download": "הורדה",
|
||||
"upload": "העלאה"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "מעבד"
|
||||
},
|
||||
"memory": {
|
||||
"title": "זיכרון פנימי"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "מעבד גרפי"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/he/modules/date.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "תאריך",
|
||||
"description": "הצגת השעה והתאריך הנוכחיים",
|
||||
"settings": {
|
||||
"display24HourFormat": {
|
||||
"label": "הצגת זמן בפורמט 24 שעות"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
35
public/locales/he/modules/dlspeed.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "מהירות הורדה",
|
||||
"description": "מציג את מהירות ההורדה הנוכחית של שירות נתמך"
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "שם",
|
||||
"size": "גודל",
|
||||
"download": "הורדה",
|
||||
"upload": "העלאה",
|
||||
"estimatedTimeOfArrival": "זמן סיום משוער",
|
||||
"progress": "התקדמות"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "לא נמצא טורנט"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "מהירות הורדה נוכחית",
|
||||
"download": "הורדה ממתינה",
|
||||
"upload": "העלאה ממתינה",
|
||||
"timeSpan": "לפני שניות",
|
||||
"totalDownload": "הורדה ממתינה",
|
||||
"totalUpload": "העלאה ממתינה"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "לא נמצאו לקוחות הורדה נתמכים!",
|
||||
"text": "הוסף שירות הורדה כדי להציג את ההורדות הנוכחיות שלך"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
83
public/locales/he/modules/docker.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "דוקר",
|
||||
"description": "מאפשר ניהול בקלות את הקונטיינרים בדוקר"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "חיפוש לפי קונטיינר או שם קובץ תמונה"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "שם",
|
||||
"image": "תמונה",
|
||||
"ports": "יציאות",
|
||||
"state": "מצב"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "יציאות"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
30
public/locales/he/modules/overseerr.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": "מאפשר חיפוש והוספת מידה מ- Overseerr/Jellyseerr"
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "בקש מ",
|
||||
"cancel": "בטל",
|
||||
"request": "בקשה"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "שימוש במפתח API",
|
||||
"text": "הבקשה תאושר באופן אוטומטי"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "סמן את העונות שברצונך להוריד",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "עונה",
|
||||
"numberOfEpisodes": "מספר פרקים"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/he/modules/ping.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "זמן תגובה",
|
||||
"description": "מאפשר בדיקה אם השירות פעיל או מחזיר קוד ספציפי של HTTP"
|
||||
},
|
||||
"states": {
|
||||
"online": "מקון",
|
||||
"offline": "לא מקון",
|
||||
"loading": "טוען..."
|
||||
}
|
||||
}
|
||||
9
public/locales/he/modules/search.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "סרגל חיפוש",
|
||||
"description": "סרגל לחיפוש ברשת, יוטיוב, טורנטים או Overseerr"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "חפש באינטרנט..."
|
||||
}
|
||||
}
|
||||
40
public/locales/he/modules/torrents-status.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "טורנט",
|
||||
"description": "מציג את מהירות ההורדה הנוכחית של שירות נתמך",
|
||||
"settings": {
|
||||
"hideComplete": {
|
||||
"label": "הסתר טורנטים שהושלמו"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "שם",
|
||||
"size": "גודל",
|
||||
"download": "הורדה",
|
||||
"upload": "העלאה",
|
||||
"estimatedTimeOfArrival": "זמן סיום משוער",
|
||||
"progress": "התקדמות"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "לא נמצא טורנט"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "מהירות הורדה נוכחית",
|
||||
"download": "הורדה ממתינה",
|
||||
"upload": "העלאה ממתינה",
|
||||
"timeSpan": "לפני שניות",
|
||||
"totalDownload": "הורדה ממתינה",
|
||||
"totalUpload": "העלאה ממתינה"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "לא נמצאו לקוחות הורדה נתמכים!",
|
||||
"text": "הוסף שירות הורדה כדי להציג את ההורדות הנוכחיות שלך"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
49
public/locales/he/modules/usenet.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Sabnzbd",
|
||||
"description": "מאמאפשר לך לראות את התור וההיסטוריה של usenet (Sabnzbd או NZBGet), להשהות ולחדש הורדות"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "לא נמצאו לקוחות הורדה נתמכים!",
|
||||
"text": "הוסף שירות הורדה כדי להציג את ההורדות הנוכחיות שלך"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": "מושהה"
|
||||
}
|
||||
}
|
||||
32
public/locales/he/modules/weather.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "מזג אוויר",
|
||||
"description": "חפש את מזג האוויר הנוכחי במיקום שלך",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": "להציג בפרנהייט"
|
||||
},
|
||||
"location": {
|
||||
"label": "מיקום מזג האוויר"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "בהיר",
|
||||
"mainlyClear": "בהיר בעיקר",
|
||||
"fog": "ערפל",
|
||||
"drizzle": "טפטוף",
|
||||
"freezingDrizzle": "טפטוף מקפיא",
|
||||
"rain": "גשום",
|
||||
"freezingRain": "גשם מקפיא",
|
||||
"snowFall": "שלג יורד",
|
||||
"snowGrains": "פתיתי שלג",
|
||||
"rainShowers": "ממטרי גשם",
|
||||
"snowShowers": "ממטרי שלג",
|
||||
"thunderstorm": "סופת רעמים",
|
||||
"thunderstormWithHail": "סופת רעמים עם ברד",
|
||||
"unknown": "לא ידוע"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
public/locales/he/settings/common.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "הגדרות",
|
||||
"tooltip": "הגדרות",
|
||||
"tabs": {
|
||||
"common": "כללי",
|
||||
"customizations": "התאמה אישית"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "העלה את קובץ ההגדרות שלך על-ידי גרירה ושחרור שלו לדף!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "נעשה ב- ❤️ ע״י @"
|
||||
}
|
||||
}
|
||||
3
public/locales/he/settings/customization/app-width.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "רוחב אריח"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suffix": "צבע"
|
||||
}
|
||||