From 210e76da74e743d260e24c25a2379404ee153da0 Mon Sep 17 00:00:00 2001 From: Johan Blomgren Date: Wed, 22 Mar 2023 14:25:15 +0100 Subject: [PATCH 1/2] copy english --- i18n/sv.yaml | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 i18n/sv.yaml diff --git a/i18n/sv.yaml b/i18n/sv.yaml new file mode 100644 index 00000000..01b83096 --- /dev/null +++ b/i18n/sv.yaml @@ -0,0 +1,94 @@ +# General +- id: read_more + translation: "Read more…" + +- id: menu_label + translation: "Menu" + +- id: sidemenu_title + translation: "Menu" + +# Post meta +- id: meta_lastmod + translation: "Last Modified" + +- id: meta_translations + translation: "Translations" + +# Table of Contents +- id: toc_title + translation: "Page content" + +# Post nav +- id: post_nav_prev + translation: "Previous" + +- id: post_nav_next + translation: "Next" + +# Authorbox +- id: authorbox_name + translation: "About {{ .Name }}" + +# Sidebar +- id: sidebar_warning + translation: "WARNING" + +- id: sidebar_recommendation + translation: "Please activate at least one sidebar widget." + +# Search widget +- id: search_placeholder + translation: "SEARCH…" + +# Languages widget +- id: languages_title + translation: "Languages" + +# Categories widget +- id: categories_title + translation: "Categories" + +# Recent Posts widget +- id: recent_title + translation: "Recent Posts" + +# Social widget +- id: social_title + translation: "Social" + +# Tags List widget +- id: tags_title + translation: "Tags" + +# Footer +- id: footer_credits + translation: + "Generated with Hugo and \ + Mainroad theme." + +# 404 +- id: 404_title + translation: "404. Page not found" + +- id: 404_text + translation: + "The page you were looking for appears to have been moved, deleted or does not exist. Please, use search or go to" + +- id: 404_linktext + translation: "main page" + +# No posts empty state +- id: noposts_warning_title + translation: "You don't have any posts yet!" + +- id: noposts_warning_description + translation: + "Once you post something in any folder (section) under the content directory, it will appear here. Only one \ + section (with the most posts) will be displayed on the main page by default." + +- id: noposts_warning_tip + translation: + "Tip: You can show as many sections as you like with \ + mainSections \ + config parameter." From 87037e218d36ea72b2e607190d812448f601cb2f Mon Sep 17 00:00:00 2001 From: Johan Blomgren Date: Wed, 22 Mar 2023 14:37:21 +0100 Subject: [PATCH 2/2] Add Swedish Language (sv) for i18n --- i18n/sv.yaml | 54 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/i18n/sv.yaml b/i18n/sv.yaml index 01b83096..6e27a29f 100644 --- a/i18n/sv.yaml +++ b/i18n/sv.yaml @@ -1,94 +1,94 @@ # General - id: read_more - translation: "Read more…" + translation: "Läs mer…" - id: menu_label - translation: "Menu" + translation: "Meny" - id: sidemenu_title - translation: "Menu" + translation: "Meny" # Post meta - id: meta_lastmod - translation: "Last Modified" + translation: "Senast ändrad" - id: meta_translations - translation: "Translations" + translation: "Översättningar" # Table of Contents - id: toc_title - translation: "Page content" + translation: "Sidinnehåll" # Post nav - id: post_nav_prev - translation: "Previous" + translation: "Föregående" - id: post_nav_next - translation: "Next" + translation: "Nästa" # Authorbox - id: authorbox_name - translation: "About {{ .Name }}" + translation: "Om {{ .Name }}" # Sidebar - id: sidebar_warning - translation: "WARNING" + translation: "VARNING" - id: sidebar_recommendation - translation: "Please activate at least one sidebar widget." + translation: "Vänligen aktivera minst en sidopanel-widget." # Search widget - id: search_placeholder - translation: "SEARCH…" + translation: "SÖK…" # Languages widget - id: languages_title - translation: "Languages" + translation: "Språk" # Categories widget - id: categories_title - translation: "Categories" + translation: "Kategorier" # Recent Posts widget - id: recent_title - translation: "Recent Posts" + translation: "Senaste inlägg" # Social widget - id: social_title - translation: "Social" + translation: "Sociala medier" # Tags List widget - id: tags_title - translation: "Tags" + translation: "Taggar" # Footer - id: footer_credits translation: - "Generated with Hugo and \ - Mainroad theme." + "Genererad med Hugo och \ + Mainroad tema." # 404 - id: 404_title - translation: "404. Page not found" + translation: "404. Sidan hittades inte" - id: 404_text translation: - "The page you were looking for appears to have been moved, deleted or does not exist. Please, use search or go to" + "Sidan du letade efter verkar ha flyttats, raderats eller finns inte. Vänligen använd sökning eller gå till" - id: 404_linktext - translation: "main page" + translation: "huvudsidan" # No posts empty state - id: noposts_warning_title - translation: "You don't have any posts yet!" + translation: "Du har inga inlägg än!" - id: noposts_warning_description translation: - "Once you post something in any folder (section) under the content directory, it will appear here. Only one \ - section (with the most posts) will be displayed on the main page by default." + "När du publicerar något i någon mapp (sektion) under content katalogen kommer det att visas här. Endast en \ + sektion (med flest inlägg) visas på huvudsidan som standard." - id: noposts_warning_tip translation: - "Tip: You can show as many sections as you like with \ + "Tips: Du kan visa så många sektioner du vill med \ mainSections \ - config parameter." + konfigurationsparametern."