🌐 add crowdin translations
This commit is contained in:
60
public/locales/nl/modules/dashdot.json
Normal file
60
public/locales/nl/modules/dashdot.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Een module voor het weergeven van de grafieken van uw Dash. instance.",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": "CPU Multi-Core Weergave"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Opslag Multi-Drive weergave"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Compacte weergave gebruiken"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Grafieken",
|
||||
"options": {
|
||||
"cpu": "CPU",
|
||||
"ram": "RAM",
|
||||
"storage": "Opslagruimte",
|
||||
"network": "Netwerk",
|
||||
"gpu": "GPU"
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Geen dash. service gevonden. Voeg er een toe aan uw Homarr dashboard of zet een dashdot URL in de module opties",
|
||||
"noInformation": "Kan geen informatie verkrijgen van dash. - gebruikt u de laatste versie?"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Opslagruimte",
|
||||
"label": "Opslagruimte:"
|
||||
},
|
||||
"network": {
|
||||
"title": "Netwerk",
|
||||
"label": "Netwerk:",
|
||||
"metrics": {
|
||||
"download": "Down",
|
||||
"upload": "Up"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"title": "RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "GPU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user