✨ add language switch, add german
This commit is contained in:
6
public/locales/de/modules/common-media-cards-module.json
Normal file
6
public/locales/de/modules/common-media-cards-module.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "Abspielen",
|
||||
"request": "Anfragen"
|
||||
}
|
||||
}
|
||||
32
public/locales/de/modules/dashdot-module.json
Normal file
32
public/locales/de/modules/dashdot-module.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Kein Dash. Service gefunden. Bitte füge einen zu deinem Homarr Dashboard hinzu oder setze eine Dash. URL in den Modul-Optionen.",
|
||||
"noInformation": "Informationen konnten nicht von Dash. geladen werden. Betriebst du die neuste Version?"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Speicher",
|
||||
"label": "Speicher:"
|
||||
},
|
||||
"network": {
|
||||
"title": "Netzwerk",
|
||||
"label": "Netzwerk:",
|
||||
"metrics": {
|
||||
"download": "Eingehend",
|
||||
"upload": "Ausgehend"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"title": "RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "GPU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
65
public/locales/de/modules/docker-module.json
Normal file
65
public/locales/de/modules/docker-module.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"search": {
|
||||
"placeholder": "Suche nach Conainer oder Image Namen"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Name",
|
||||
"image": "Image",
|
||||
"ports": "Ports",
|
||||
"state": "Status"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} weitere"
|
||||
},
|
||||
"states": {
|
||||
"running": "Läuft",
|
||||
"created": "Erstellt",
|
||||
"stopped": "Gestopped",
|
||||
"unknown": "Unbekannt"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Service hinzufügen",
|
||||
"message": "Service zu Homarr hinzufügen"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Neustarten"
|
||||
},
|
||||
"stop": {
|
||||
"title": "Stoppen"
|
||||
},
|
||||
"start": {
|
||||
"title": "Starten"
|
||||
},
|
||||
"refreshData": "Daten aktualisieren",
|
||||
"addToHomarr": {
|
||||
"title": "Zu Homarr hinzufügen"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Entfernen"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"successfullyExecuted": {
|
||||
"title": "Container {{containerName}} {{action}}ed",
|
||||
"message": "Your container was successfully {{action}}ed"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Docker Integration schlug fehl",
|
||||
"message": "Hast du vergessen, den Docker Socket zu verbinden?"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Es ist ein Fehler aufgetreten"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": "Bitte füge nur einen Service zur Zeit hinzu."
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
23
public/locales/de/modules/downloads-module.json
Normal file
23
public/locales/de/modules/downloads-module.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Name",
|
||||
"size": "Grösse",
|
||||
"download": "Eingehend",
|
||||
"upload": "Ausgehend",
|
||||
"estimatedTimeOfArrival": "Vorraussichtlicher Abschluss",
|
||||
"progress": "Fortschritt"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Keine Torrents gefunden"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Keine unterstützten Download Clients gefunden",
|
||||
"text": "Füge einen Download Service hinzu, um deine derzeitigen Downloads zu sehen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
26
public/locales/de/modules/overseerr-module.json
Normal file
26
public/locales/de/modules/overseerr-module.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "Fragen für {{title}}",
|
||||
"cancel": "Abbrechen",
|
||||
"request": "Anfragen"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "Einen API Schlüssel benutzen",
|
||||
"text": "Diese Anfrage wird automatisch genehmigt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "Kreuze die Staffeln an, die heruntergeladen werden sollen.",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Staffel",
|
||||
"numberOfEpisodes": "Anzahl von Episoden"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
7
public/locales/de/modules/ping-module.json
Normal file
7
public/locales/de/modules/ping-module.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
"offline": "Offline {{response}}",
|
||||
"loading": "Laden..."
|
||||
}
|
||||
}
|
||||
5
public/locales/de/modules/search-module.json
Normal file
5
public/locales/de/modules/search-module.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"input": {
|
||||
"placeholder": "Das Internet durchsuchen..."
|
||||
}
|
||||
}
|
||||
20
public/locales/de/modules/weather-module.json
Normal file
20
public/locales/de/modules/weather-module.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Klar",
|
||||
"mainlyClear": "Überwiegend klar",
|
||||
"fog": "Nebel",
|
||||
"drizzle": "Niesel",
|
||||
"freezingDrizzle": "Eisiger Nieselregen",
|
||||
"rain": "Regen",
|
||||
"freezingRain": "Eisiger Regen",
|
||||
"snowFall": "Schneefall",
|
||||
"snowGrains": "Schneekörner",
|
||||
"rainShowers": "Regenschauer",
|
||||
"snowShowers": "Schneeschauer",
|
||||
"thunderstorm": "Gewitter",
|
||||
"thunderstormWithHail": "Gewitter mit Hagel",
|
||||
"unknown": "Unbekannt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user