From 2295de4f94138cc8541d7732a7d42baed8f40172 Mon Sep 17 00:00:00 2001 From: WEBBAB Date: Sun, 1 Jun 2025 10:22:04 +0200 Subject: [PATCH] Translated using Weblate (Swedish) Currently translated at 1.3% (7 of 501 strings) Co-authored-by: WEBBAB Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab-7-1/sv/ Translation: Mue/Mue Tab 7.1 --- src/i18n/locales/sv.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json index 0967ef42..0bb94c86 100644 --- a/src/i18n/locales/sv.json +++ b/src/i18n/locales/sv.json @@ -1 +1,13 @@ -{} +{ + "tabname": "Ny flik", + "widgets": { + "greeting": { + "afternoon": "Bra eftermiddag", + "christmas": "Merry Christmas", + "evening": "God kväll", + "halloween": "Happy Halloween", + "morning": "God morgon", + "newyear": "Glad nyår" + } + } +}