Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHang Jiang <jianghangscu@gmail.com>2022-08-04 11:42:50 +0300
committerGitHub <noreply@github.com>2022-08-04 11:42:50 +0300
commit7f6f395052486d8cc52f768c1519dbe1c93afcd0 (patch)
treedd062011e4ff2e4b935554444fdb7d075c0e78ed
parenta799a6bddef2b7e10ea1f7c5d4ccf687c8452082 (diff)
parent67596ae378cebd36a4aede62f1d3b856b25deb6b (diff)
Merge pull request #129 from betner/swedish-translationHEADmaster
Add Swedish translation
-rw-r--r--i18n/sv.yaml50
1 files changed, 50 insertions, 0 deletions
diff --git a/i18n/sv.yaml b/i18n/sv.yaml
new file mode 100644
index 0000000..954b818
--- /dev/null
+++ b/i18n/sv.yaml
@@ -0,0 +1,50 @@
+home:
+ other: Hem
+
+archive:
+ other: Arkiv
+
+tags:
+ other: Taggar
+
+about:
+ other: Om
+
+subscribe:
+ other: Prenumerera
+
+404title:
+ other: 404 - Sidan kunde inte hittas
+
+404subtitle:
+ other: Innehållet du söker verkar inte finnas.
+
+readMore:
+ other: Läs mer
+
+minuteRead:
+ other: "{{ .ReadingTime }} minut(er) att läsa"
+
+publishDate:
+ other: '{{ .PublishDate.Format "02.01.2006" }}'
+
+publishDateFull:
+ other: '{{ .PublishDate.Format "02.01.2006" }}'
+
+wordCount:
+ one: "{{ .WordCount }} ord"
+ other: "{{ .WordCount }} ord"
+
+postsNewer:
+ other: Nyare inlägg
+
+postsOlder:
+ other: Äldre inlägg
+
+poweredBy:
+ other: >-
+ Drivs med hjälp av <a href='http://www.gohugo.io/'>Hugo</a> Tema av <a
+ href='https://github.com/nodejh/hugo-theme-mini'>nodejh</a>
+
+publishDateShort:
+ other: '{{ .PublishDate.Format "02.01." }}'