🌐 add crowdin translations

This commit is contained in:
Manuel
2022-08-28 16:28:17 +02:00
committed by Manuel Ruwe
parent 96d76cfd14
commit c9b33f3e48
315 changed files with 6130 additions and 380 deletions

View File

@@ -0,0 +1,11 @@
{
"descriptor": {
"name": "Calendario",
"description": "",
"settings": {
"sundayStart": {
"label": ""
}
}
}
}

View File

@@ -0,0 +1,6 @@
{
"buttons": {
"play": "Reproducir",
"request": "Solicitar"
}
}

View File

@@ -0,0 +1,5 @@
{
"settings": {
"label": "Ajustes"
}
}

View File

@@ -0,0 +1,60 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"cpuMultiView": {
"label": ""
},
"storageMultiView": {
"label": ""
},
"useCompactView": {
"label": ""
},
"graphs": {
"label": "",
"options": {
"cpu": "Procesador",
"ram": "Memoria RAM",
"storage": "Almacenaje",
"network": "Red",
"gpu": "Procesador Gráfico"
}
},
"url": {
"label": ""
}
}
},
"card": {
"title": "",
"errors": {
"noService": "",
"noInformation": ""
},
"graphs": {
"storage": {
"title": "Almacenaje",
"label": "Almacenaje:"
},
"network": {
"title": "Red",
"label": "Red:",
"metrics": {
"download": "",
"upload": ""
}
},
"cpu": {
"title": "Procesador"
},
"memory": {
"title": "Memoria RAM"
},
"gpu": {
"title": "Procesador Gráfico"
}
}
}
}

View File

@@ -0,0 +1,11 @@
{
"descriptor": {
"name": "Fecha",
"description": "",
"settings": {
"display24HourFormat": {
"label": ""
}
}
}
}

View File

@@ -0,0 +1,6 @@
{
"descriptor": {
"name": "",
"description": ""
}
}

View File

@@ -0,0 +1,69 @@
{
"descriptor": {
"name": "Docker",
"description": ""
},
"search": {
"placeholder": ""
},
"table": {
"header": {
"name": "Nombre",
"image": "Imágen",
"ports": "Puertos",
"state": "Estado"
},
"body": {
"portCollapse": "{{ports}} más"
},
"states": {
"running": "",
"created": "Creado",
"stopped": "Detenido",
"unknown": "Desconocido"
}
},
"actionBar": {
"addService": {
"title": "Añadir servicio",
"message": "Añadir servicio a Homarr"
},
"restart": {
"title": "Reiniciar"
},
"stop": {
"title": "Detener"
},
"start": {
"title": "Comenzar"
},
"refreshData": "Actualizar datos",
"addToHomarr": {
"title": "Añadir a Homarr"
},
"remove": {
"title": "Eliminar"
}
},
"messages": {
"successfullyExecuted": {
"title": "",
"message": ""
}
},
"errors": {
"integrationFailed": {
"title": "",
"message": ""
},
"unknownError": {
"title": ""
},
"oneServiceAtATime": {
"title": ""
}
},
"actionIcon": {
"tooltip": "Docker"
}
}

View File

@@ -0,0 +1,30 @@
{
"descriptor": {
"name": "Overseerr",
"description": ""
},
"popup": {
"item": {
"buttons": {
"askFor": "",
"cancel": "Cancelar",
"request": "Solicitar"
},
"alerts": {
"automaticApproval": {
"title": "",
"text": ""
}
}
},
"seasonSelector": {
"caption": "",
"table": {
"header": {
"season": "Temporada",
"numberOfEpisodes": "Número de episodios"
}
}
}
}
}

View File

@@ -0,0 +1,11 @@
{
"descriptor": {
"name": "",
"description": ""
},
"states": {
"online": "",
"offline": "",
"loading": "Cargando..."
}
}

View File

@@ -0,0 +1,9 @@
{
"descriptor": {
"name": "",
"description": ""
},
"input": {
"placeholder": ""
}
}

View File

@@ -0,0 +1,40 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"hideComplete": {
"label": ""
}
}
},
"card": {
"table": {
"header": {
"name": "Nombre",
"size": "Tamaño",
"download": "",
"upload": "",
"estimatedTimeOfArrival": "",
"progress": ""
},
"body": {
"nothingFound": ""
}
},
"lineChart": {
"title": "",
"download": "",
"upload": "",
"timeSpan": "",
"totalDownload": "",
"totalUpload": ""
},
"errors": {
"noDownloadClients": {
"title": "",
"text": ""
}
}
}
}

View File

@@ -0,0 +1,32 @@
{
"descriptor": {
"name": "Clima",
"description": "",
"settings": {
"displayInFahrenheit": {
"label": "Mostrar en Fahrenheit"
},
"location": {
"label": "Ubicación del clima"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "",
"mainlyClear": "",
"fog": "Niebla",
"drizzle": "Llovizna",
"freezingDrizzle": "Llovizna helada",
"rain": "Lluvia",
"freezingRain": "Lluvia helada",
"snowFall": "Caída de nieve",
"snowGrains": "Granos de nieve",
"rainShowers": "",
"snowShowers": "",
"thunderstorm": "",
"thunderstormWithHail": "",
"unknown": "Desconocido"
}
}
}