mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
add machine translated locales for
de, es, fr, pt, ru and zh-CN
This commit is contained in:
98
public/locales/es/common.json
Normal file
98
public/locales/es/common.json
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"common": {
|
||||
"bytes": "{{value, bytes}}",
|
||||
"bits": "{{value, bytes(bits: true)}}",
|
||||
"bbytes": "{{value, bytes(binary: true)}}",
|
||||
"bbits": "{{value, bytes(bits: true, binary: true)}}",
|
||||
"byterate": "{{value, bytes}}",
|
||||
"bitrate": "{{value, bytes(bits: true)}}",
|
||||
"percent": "{{value, percent}}",
|
||||
"number": "{{value, number}}",
|
||||
"ms": "{{value, number}}"
|
||||
},
|
||||
"widget":{
|
||||
"missing_type":"Tipo de widget faltante: {{type}}",
|
||||
"api_error":"Error de API",
|
||||
"status":"Estado"
|
||||
},
|
||||
"search":{
|
||||
"placeholder":"Búsqueda..."
|
||||
},
|
||||
"resources":{
|
||||
"total":"Total",
|
||||
"free":"Libre",
|
||||
"used":"Usó"
|
||||
},
|
||||
"docker":{
|
||||
"rx":"Rx",
|
||||
"tx":"Tx",
|
||||
"mem":"Memorando",
|
||||
"cpu":"UPC",
|
||||
"offline":"Desconectada"
|
||||
},
|
||||
"emby":{
|
||||
"playing":"Jugando",
|
||||
"transcoding":"Transcodificación",
|
||||
"bitrate":"Tasa de bits"
|
||||
},
|
||||
"tautulli":{
|
||||
"playing":"Jugando",
|
||||
"transcoding":"Transcodificación",
|
||||
"bitrate":"Tasa de bits"
|
||||
},
|
||||
"nzbget":{
|
||||
"rate":"Velocidad",
|
||||
"remaining":"Restante",
|
||||
"downloaded":"Descargada"
|
||||
},
|
||||
"rutorrent":{
|
||||
"active":"Activa",
|
||||
"upload":"Subir",
|
||||
"download":"Descargar"
|
||||
},
|
||||
"sonarr":{
|
||||
"wanted":"Querida",
|
||||
"queued":"Puesto en cola",
|
||||
"series":"Serie"
|
||||
},
|
||||
"radarr":{
|
||||
"wanted":"Querida",
|
||||
"queued":"Puesto en cola",
|
||||
"movies":"Películas"
|
||||
},
|
||||
"ombi":{
|
||||
"pending":"Pendiente",
|
||||
"approved":"Aprobada",
|
||||
"available":"Disponible"
|
||||
},
|
||||
"jellyseerr":{
|
||||
"pending":"Pendiente",
|
||||
"approved":"Aprobada",
|
||||
"available":"Disponible"
|
||||
},
|
||||
"pihole":{
|
||||
"queries":"Consultas",
|
||||
"blocked":"Obstruida",
|
||||
"gravity":"Gravedad"
|
||||
},
|
||||
"speedtest":{
|
||||
"upload":"Subir",
|
||||
"download":"Descargar",
|
||||
"ping":"Silbido"
|
||||
},
|
||||
"portainer":{
|
||||
"running":"Correr",
|
||||
"stopped":"Detenida",
|
||||
"total":"Total"
|
||||
},
|
||||
"traefik":{
|
||||
"routers":"Enrutadores",
|
||||
"services":"Servicios",
|
||||
"middleware":"Middleware"
|
||||
},
|
||||
"npm":{
|
||||
"enabled":"Activada",
|
||||
"disabled":"Desactivada",
|
||||
"total":"Total"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user