From ee6aa9b8409bbbbdbd7924d9eb829055388c3fe4 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Fri, 14 Jan 2022 17:55:02 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 100.0% (81 of 81 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/es/ --- src/locales/es.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/es.json b/src/locales/es.json index 23b0661b..fea127a7 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -2,7 +2,7 @@ "video": { "sponsor_segments": "Segmentos de patrocinio", "watched": "Vistos", - "views": "visualizaciones", + "views": "{views} visualizaciones", "videos": "Vídeos", "ratings_disabled": "Valoraciones Desactivadas", "chapters": "Capítulos" @@ -87,13 +87,13 @@ "login": "Iniciar sesión" }, "player": { - "watch_on": "Ver en" + "watch_on": "Ver en {0}" }, "login": { "password": "Contraseña", "username": "Nombre de usuario" }, "search": { - "did_you_mean": "¿Quieres decir: " + "did_you_mean": "¿Quisiste decir {0}?" } }