From 0c58d40f390d28ee5a5da1339931a3bb0c6c2372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C4=8Dek=20Prijatelj?= Date: Fri, 15 Mar 2024 07:14:10 +0000 Subject: [PATCH] Translated using Weblate (Slovenian) Currently translated at 100.0% (1125 of 1125 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/sl/ --- static/locales/sl.client.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/locales/sl.client.json b/static/locales/sl.client.json index 06386d5bc3..f90b544602 100644 --- a/static/locales/sl.client.json +++ b/static/locales/sl.client.json @@ -1377,5 +1377,15 @@ "FormSuccessPage": { "Form Submitted": "Obrazec oddan", "Thank you! Your response has been recorded.": "Hvala ti! Tvoj odgovor je bil zabeležen." + }, + "DateRangeOptions": { + "Last 30 days": "Zadnjih 30 dni", + "Last 7 days": "Zadnjih 7 dni", + "Last Week": "Zadnji teden", + "Next 7 days": "Naslednjih 7 dni", + "This month": "Ta mesec", + "This week": "Ta teden", + "This year": "To leto", + "Today": "Danes" } }