Update translations

This commit is contained in:
deluan
2023-01-27 15:27:20 +00:00
committed by Deluan Quintão
parent 731bd7ee73
commit fc693e5601
23 changed files with 1613 additions and 357 deletions
+63 -10
View File
@@ -25,7 +25,8 @@
"quality": "Calidad",
"bpm": "BPM",
"playDate": "Últimas reproducciones",
"channels": "Canales"
"channels": "Canales",
"createdAt": ""
},
"actions": {
"addToQueue": "Reproducir después",
@@ -51,7 +52,9 @@
"year": "Año",
"updatedAt": "Actualizado el",
"comment": "Comentario",
"rating": "Calificación"
"rating": "Calificación",
"createdAt": "",
"size": ""
},
"actions": {
"playAll": "Reproducir",
@@ -60,7 +63,8 @@
"shuffle": "Aletorio",
"addToPlaylist": "Agregar a la lista",
"download": "Descargar",
"info": "Obtener información"
"info": "Obtener información",
"share": ""
},
"lists": {
"all": "Todos",
@@ -80,7 +84,8 @@
"songCount": "Número de canciones",
"playCount": "Reproducciones",
"rating": "Calificación",
"genre": "Género"
"genre": "Género",
"size": ""
}
},
"user": {
@@ -158,6 +163,35 @@
"duplicate_song": "Algunas de las canciones seleccionadas están presentes en la lista de reproducción",
"song_exist": "Se están agregando duplicados a la lista de reproducción. ¿Quieres agregar los duplicados o omitirlos?"
}
},
"radio": {
"name": "",
"fields": {
"name": "",
"streamUrl": "",
"homePageUrl": "",
"updatedAt": "",
"createdAt": ""
},
"actions": {
"playNow": ""
}
},
"share": {
"name": "",
"fields": {
"username": "",
"url": "",
"description": "",
"contents": "",
"expiresAt": "",
"lastVisitedAt": "",
"visitCount": "",
"format": "",
"maxBitRate": "",
"updatedAt": "",
"createdAt": ""
}
}
},
"ra": {
@@ -186,7 +220,8 @@
"email": "Debe ser un correo electrónico válido",
"oneOf": "Debe ser uno de: %{options}",
"regex": "Debe coincidir con un formato específico (regexp): %{pattern}",
"unique": "Tiene que ser único"
"unique": "Tiene que ser único",
"url": ""
},
"action": {
"add_filter": "Añadir filtro",
@@ -215,7 +250,10 @@
"open_menu": "Abrir menú",
"close_menu": "Cerrar menú",
"unselect": "Deseleccionado",
"skip": "Omitir"
"skip": "Omitir",
"bulk_actions_mobile": "",
"share": "",
"download": ""
},
"boolean": {
"true": "Sí",
@@ -322,7 +360,14 @@
"listenBrainzLinkSuccess": "Se ha conectado correctamente a ListenBrainz y se activo el scrobbling como el usuario: %{user}",
"listenBrainzLinkFailure": "No se pudo conectar con ListenBrainz: %{error}",
"listenBrainzUnlinkSuccess": "Se desconecto ListenBrainz y se desactivo el scrobbling",
"listenBrainzUnlinkFailure": "No se pudo desconectar ListenBrainz"
"listenBrainzUnlinkFailure": "No se pudo desconectar ListenBrainz",
"downloadOriginalFormat": "",
"shareOriginalFormat": "",
"shareDialogTitle": "",
"shareBatchDialogTitle": "",
"shareSuccess": "",
"shareFailure": "",
"downloadDialogTitle": ""
},
"menu": {
"library": "Biblioteca",
@@ -337,7 +382,14 @@
"defaultView": "Vista por defecto",
"desktop_notifications": "Notificaciones de escritorio",
"lastfmScrobbling": "Scrobble a Last.fm",
"listenBrainzScrobbling": "Scrobble a ListenBrainz"
"listenBrainzScrobbling": "Scrobble a ListenBrainz",
"replaygain": "",
"preAmp": "",
"gain": {
"none": "",
"album": "",
"track": ""
}
}
},
"albumList": "Álbumes",
@@ -395,7 +447,8 @@
"next_song": "Siguiente canción",
"vol_up": "Subir volumen",
"vol_down": "Bajar volumen",
"toggle_love": "Marca esta canción como favorita"
"toggle_love": "Marca esta canción como favorita",
"current_song": ""
}
}
}
}