From 2cc48c3bfbfb01577387bf1cf67ccd2b089f6204 Mon Sep 17 00:00:00 2001 From: gallegonovato Date: Mon, 11 Mar 2024 19:44:55 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 100.0% (1125 of 1125 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/es/ --- static/locales/es.client.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/locales/es.client.json b/static/locales/es.client.json index 4df41871..9f813ba2 100644 --- a/static/locales/es.client.json +++ b/static/locales/es.client.json @@ -1431,5 +1431,15 @@ "FormSuccessPage": { "Form Submitted": "Formulario enviado", "Thank you! Your response has been recorded.": "¡Muchas gracias! Su respuesta ha quedado registrada." + }, + "DateRangeOptions": { + "Last 30 days": "Últimos 30 días", + "Last 7 days": "Últimos 7 días", + "Last Week": "Última semana", + "Next 7 days": "Próximos 7 días", + "This month": "Este mes", + "This week": "Esta semana", + "This year": "Este año", + "Today": "Hoy" } }