chore(translations): new crowdin updates (#1984)

This commit is contained in:
Thomas Camlong
2024-05-07 19:46:34 +02:00
committed by GitHub
parent f12dd52208
commit 477d249da8
228 changed files with 9811 additions and 1206 deletions

View File

@@ -1,38 +1,141 @@
{
"descriptor": {
"name": "Övervakning av systemhälsan",
"description": "Information om din NAS",
"settings": {
"title": "Övervakning av systemhälsan",
"fahrenheit": {
"label": "Fahrenheit"
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "Övervakning av systemhälsan",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
},
"cpu": {
"label": "",
"load": "Genomsnittlig belastning",
"minute": "{{minute}} minut",
"minutes": ""
},
"memory": {
"label": "Minne",
"totalMem": "Totalt minne: {{total}}GB",
"available": "Tillgängligt: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Filsystem",
"available": "Tillgängligt: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Drifttid",
"updates": "Uppdateringar",
"reboot": "Omstart"
},
"errors": {
"general": {
"title": "Det gick inte att hitta din NAS",
"text": "Det gick inte att ansluta till din NAS. Vänligen verifiera din konfiguration/integration(er)."
},
"memory": {
"label": ""
},
"fileSystem": {
"label": ""
},
"node": {
"label": "",
"info": ""
},
"defaultViewState": {
"label": "",
"data": {
"none": "Ingen",
"node": "",
"vm": "",
"lxc": "",
"storage": "Lagring"
}
},
"defaultTabState": {
"label": "",
"info": "",
"data": {
"system": "",
"cluster": ""
}
},
"summary": {
"label": ""
},
"showNode": {
"label": ""
},
"showVM": {
"label": ""
},
"showLXCs": {
"label": ""
},
"showStorage": {
"label": ""
},
"sectionIndicatorColor": {
"label": "",
"info": "",
"data": {
"any": "",
"all": ""
}
},
"ignoreCert": {
"label": "",
"info": ""
}
}
},
"cpu": {
"label": "CPU",
"load": "Genomsnittlig belastning",
"minute": "{{minute}} minut"
},
"memory": {
"label": "Minne",
"totalMem": "Totalt minne: {{total}}GB",
"available": "Tillgängligt: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Filsystem",
"available": "Tillgängligt: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Drifttid",
"uptimeFormat": "",
"updates": "",
"reboot": "Omstart"
},
"errors": {
"general": {
"title": "",
"text": ""
}
},
"headings": {
"system": "",
"cluster": ""
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "",
"vms": "",
"lxcs": "",
"storage": "Lagring"
}
},
"table": {
"header": {
"name": "Namn",
"cpu": "CPU",
"ram": "RAM",
"node": ""
}
},
"popover": {
"node": "",
"vmid": "",
"details": "Detaljer",
"cores": "",
"memSize": "",
"memRatio": "",
"diskSize": "",
"diskRatio": "",
"uptime": "",
"plugin": "",
"ha": "",
"sharedStorage": "",
"localStorage": "",
"na": ""
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"appId": {
"label": ""
},
"defaultView": {
"label": "",
"data": {
"workers": "",
"queue": "Kö",
"statistics": ""
}
},
"showHealthCheck": {
"label": ""
},
"showHealthChecksInQueue": {
"label": ""
},
"queuePageSize": {
"label": ""
},
"showAppIcon": {
"label": ""
}
}
},
"noAppSelected": "",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"eta": "Beräknad sluttid",
"progress": "Förlopp"
},
"empty": "Tom",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"size": "Storlek"
},
"footer": {
"currentIndex": ""
},
"empty": "Tom",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"statistics": {
"empty": "Tom",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
}
}
},
"error": {
"title": "Fel",
"message": ""
},
"tabs": {
"workers": "",
"queue": "Kö",
"statistics": ""
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
}
}

View File

@@ -23,7 +23,12 @@
"displayFriendlyName": {
"label": "",
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Visa filtrerade torrents listförhållande",
"info": "Om inaktiverat visas endast det globala förhållandet. Det globala förhållandet kommer fortfarande att använda etiketterna om det är inställt"
},
"columnOrdering": {
"label": ""
},
"rowSorting": {
"label": ""
},
"columns": {
"label": "",
"data": {
"date": "",
"down": "Ned",
"up": "Upp",
"eta": "Beräknad sluttid",
"progress": "Förlopp"
}
},
"nameColumnSize": {
"label": ""
}
}
},
@@ -84,10 +103,6 @@
"text": "Homarr kunde inte kommunicera med dina torrent-klienter. Vänligen kontrollera din konfiguration"
}
},
"loading": {
"title": "Laddar",
"description": "Upprättar en anslutning"
},
"popover": {
"introductionPrefix": "Förvaltas av",
"metrics": {

View File

@@ -11,10 +11,10 @@
"label": "Visa stadens namn"
},
"displayWeekly": {
"label": ""
"label": "Visa veckovis prognos"
},
"forecastDays": {
"label": ""
"label": "Dagar att visa"
},
"location": {
"label": "Plats för väder"