✨ add language switch, add german
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user