Update spanish translation
This commit is contained in:
parent
bde8692add
commit
1c285439ca
1 changed files with 19 additions and 5 deletions
|
|
@ -93,7 +93,7 @@
|
||||||
"client": "Cliente",
|
"client": "Cliente",
|
||||||
"userName": "Usuario",
|
"userName": "Usuario",
|
||||||
"lastSeen": "Última conexión",
|
"lastSeen": "Última conexión",
|
||||||
"reportRealPath": ""
|
"reportRealPath": "Reporta la ruta absoluta"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"transcoding": {
|
"transcoding": {
|
||||||
|
|
@ -241,7 +241,8 @@
|
||||||
"page_range_info": "%{offsetBegin}-%{offsetEnd} de %{total}",
|
"page_range_info": "%{offsetBegin}-%{offsetEnd} de %{total}",
|
||||||
"page_rows_per_page": "Filas por página:",
|
"page_rows_per_page": "Filas por página:",
|
||||||
"next": "Siguiente",
|
"next": "Siguiente",
|
||||||
"prev": "Anterior"
|
"prev": "Anterior",
|
||||||
|
"skip_nav": "Pasa al contenido"
|
||||||
},
|
},
|
||||||
"notification": {
|
"notification": {
|
||||||
"updated": "Elemento actualizado |||| %{smart_count} elementos actualizados",
|
"updated": "Elemento actualizado |||| %{smart_count} elementos actualizados",
|
||||||
|
|
@ -264,8 +265,8 @@
|
||||||
"noPlaylistsAvailable": "Ninguna lista disponible",
|
"noPlaylistsAvailable": "Ninguna lista disponible",
|
||||||
"delete_user_title": "Eliminar usuario '%{name}'",
|
"delete_user_title": "Eliminar usuario '%{name}'",
|
||||||
"delete_user_content": "¿Esta seguro de eliminar a este usuario y todos sus datos (incluyendo listas y preferencias)?",
|
"delete_user_content": "¿Esta seguro de eliminar a este usuario y todos sus datos (incluyendo listas y preferencias)?",
|
||||||
"notifications_blocked": "",
|
"notifications_blocked": "Las notificaciones de este sitio estan bloqueadas en tu navegador",
|
||||||
"notifications_not_available": ""
|
"notifications_not_available": "Este navegador no soporta notificaciones o no ingresaste a Navidrome usando https"
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"library": "Biblioteca",
|
"library": "Biblioteca",
|
||||||
|
|
@ -278,7 +279,7 @@
|
||||||
"theme": "Tema",
|
"theme": "Tema",
|
||||||
"language": "Idioma",
|
"language": "Idioma",
|
||||||
"defaultView": "Vista por defecto",
|
"defaultView": "Vista por defecto",
|
||||||
"desktop_notifications": ""
|
"desktop_notifications": "Notificaciones de escritorio"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"albumList": "Álbumes",
|
"albumList": "Álbumes",
|
||||||
|
|
@ -323,5 +324,18 @@
|
||||||
"fullScan": "Escaneo completo",
|
"fullScan": "Escaneo completo",
|
||||||
"serverUptime": "Uptime del servidor",
|
"serverUptime": "Uptime del servidor",
|
||||||
"serverDown": "OFFLINE"
|
"serverDown": "OFFLINE"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"title": "Atajos de teclado de Navidrome",
|
||||||
|
"hotkeys": {
|
||||||
|
"show_help": "Muestra esta ayuda",
|
||||||
|
"toggle_menu": "Activa/desactiva la barra lateral",
|
||||||
|
"toggle_play": "Reproducir / Pausar",
|
||||||
|
"prev_song": "Canción anterior",
|
||||||
|
"next_song": "Siguiente canción",
|
||||||
|
"vol_up": "Subir volumen",
|
||||||
|
"vol_down": "Bajar volumen",
|
||||||
|
"toggle_star": "Activa/desactiva esta canción como favorita"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue