From c60bed06a79c2a840de8a9456f249c85c972242e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Grundstr=C3=B6m?= Date: Thu, 13 Aug 2026 01:22:35 +0200 Subject: [PATCH] Add Swedish localization file sv.toml Added Swedish localization strings for various UI elements. --- i18n/sv.toml | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 i18n/sv.toml diff --git a/i18n/sv.toml b/i18n/sv.toml new file mode 100644 index 0000000..1ace334 --- /dev/null +++ b/i18n/sv.toml @@ -0,0 +1,119 @@ +[search-placeholder] +other = "Sök" + +[summary-dateformat] +other = "Aug 13, 2026" + +[reading-time] +other = "minst lästa" + +[tags] +other = "Taggar" + +[categories] +other = "Kategorier" + +[series] +other = "Serier" + +[archive-dateformat] +other = "Aug 13" + +[talks-dateformat] +other = "Aug 13" + +[single-dateformat] +other = "Aug 13, 2026" + +[pub-dateformat] +other = "2026-08-13" + +[resume-dateformat] +other = "Aug, 2026" + +[single-related] +other = "Läs även" + +[single-writtenBy] +other = "SKREVS AV" + +[toc-label] +other = "Det som finns på den här sidan" + +[counter-site-pv] +other = "Totalt antal visningar" + +[counter-site-uv] +other = "Totalt antal besökare" + +[counter-page-pv] +other = "visningar" + +[donate-message] +other = "Stötta författaren med" + +[share-message] +other = "Dela på" + +[contact-name] +other = "Namn" + +[contact-email] +other = "E-postadress" + +[contact-tel] +other = "Telefon" + +[contact-file] +other = "Fil" + +[contact-message] +other = "Meddelande" + +[contact-send] +other = "Skicka" + +[contact-browse] +other = "Bläddra" + +[tooltip-home] +other = "Hem" + +[tooltip-written] +other = "Skrevs den" + +[tooltip-modified] +other = "Ändrades den" + +[tooltip-reading-time] +other = "Lästid" + +[showcase-overview] +other = "Överblick" + +[showcase-pinned] +other = "Fastnålat" + +[nojs-message] +other = "Den här sidan ser som bäst ut med JavaScript aktiverat" + +[posts-by-order] +other = "DE POPULÄRASTE INLÄGGENA" + +[skin-dark] +other = "mörk" + +[skin-light] +other = "ljus" + +[skin-hacker] +other = "hackare" + +[skin-solarized] +other = "solariserat" + +[skin-kimbie] +other = "kimbie" + +[no-contents] +other = "Ingenting att visa"