From ca14c75a36da755bdd48d1539a74544c7b643557 Mon Sep 17 00:00:00 2001 From: PCTroller <146987801+PCTroller@users.noreply.github.com> Date: Wed, 8 May 2024 22:24:28 +0200 Subject: [PATCH 1/2] some fixes in spanish translation Added "amount_hours" and "amount minutes" that wasn't in actual code. --- src/locales/es/translation.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index 1a8f5d482..a3f26dd28 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -62,14 +62,16 @@ "publisher": "Publicado por: {{publisher}}", "copy_link_to_clipboard": "Copiar enlace", "copied_link_to_clipboard": "Enlace copiado", - "hours": "horas", - "minutes": "minutos", + "hours": "hours", + "minutes": "minutes", + "amount_hours": "{{amount}} horas", + "amount_minutes": "{{amount}} minutos", "accuracy": "{{accuracy}}% precisión", "add_to_library": "Agregar a la biblioteca", "remove_from_library": "Eliminar de la biblioteca", "no_downloads": "No hay descargas disponibles", "next_suggestion": "Siguiente sugerencia", - "play_time": "Jugado por {{cantidad}}", + "play_time": "Jugado por {{amount}}", "install": "Instalar", "play": "Jugar", "not_played_yet": "Aún no has jugado a {{title}}", From bf8b02085da891a72994bd6e3853ed21b8acec84 Mon Sep 17 00:00:00 2001 From: PCTroller <146987801+PCTroller@users.noreply.github.com> Date: Wed, 8 May 2024 22:32:53 +0200 Subject: [PATCH 2/2] I missclicked something and change "hours" and "minutes" now is good --- src/locales/es/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index a3f26dd28..f180cebfa 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -62,8 +62,8 @@ "publisher": "Publicado por: {{publisher}}", "copy_link_to_clipboard": "Copiar enlace", "copied_link_to_clipboard": "Enlace copiado", - "hours": "hours", - "minutes": "minutes", + "hours": "horas", + "minutes": "minutos", "amount_hours": "{{amount}} horas", "amount_minutes": "{{amount}} minutos", "accuracy": "{{accuracy}}% precisión",