feat: updating play label on hero panel

This commit is contained in:
Hydra
2024-04-18 22:26:17 +01:00
parent 91b1341271
commit 96e11e6be9
40 changed files with 2049 additions and 745 deletions

View File

@@ -1,5 +1,5 @@
{
"catalogue": {
"home": {
"featured": "Destacado",
"recently_added": "Recién Añadidos",
"trending": "Tendencias",
@@ -15,14 +15,16 @@
"checking_files": "{{title}} ({{percentage}} - Analizando archivos…)",
"paused": "{{title}} (Pausado)",
"downloading": "{{title}} ({{percentage}} - Descargando…)",
"filter": "Filtrar biblioteca"
"filter": "Filtrar biblioteca",
"home": "Hogar"
},
"header": {
"search": "Buscar",
"catalogue": "Catálogo",
"downloads": "Descargas",
"search_results": "Resultados de búsqueda",
"settings": "Ajustes"
"settings": "Ajustes",
"home": "Hogar"
},
"bottom_panel": {
"no_downloads_in_progress": "Sin descargas en progreso",
@@ -65,11 +67,12 @@
"next_suggestion": "Siguiente sugerencia",
"play_time": "Jugado por {{cantidad}}",
"install": "Instalar",
"last_time_played": "Jugado por última vez {{period}}",
"play": "Jugar",
"not_played_yet": "Aún no has jugado a {{title}}",
"close": "Cerca",
"deleting": "Eliminando instalador…"
"deleting": "Eliminando instalador…",
"playing_now": "Jugando ahora",
"last_time_played": "Jugado por última vez {{period}}"
},
"activation": {
"title": "Activar Hydra",
@@ -127,5 +130,9 @@
"title": "Programas no instalados",
"description": "Los ejecutables de Wine o Lutris no se encontraron en su sistema",
"instructions": "Comprueba la forma correcta de instalar cualquiera de ellos en tu distro Linux para que el juego pueda ejecutarse con normalidad"
},
"catalogue": {
"next_page": "Siguiente página",
"previous_page": "Pagina anterior"
}
}