Skip to content

Commit fa3c1b4

Browse files
authored
Merge pull request #345 from flojon/add-swedish-translation
Add swedish translation
2 parents 6c084b1 + ac0e576 commit fa3c1b4

File tree

1 file changed

+157
-0
lines changed

1 file changed

+157
-0
lines changed

i18n/sv-se.yaml

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
## GLOBAL ##
2+
- id: "global.home"
3+
translation: "Hem"
4+
5+
- id: "global.categories"
6+
translation: "Kategorier"
7+
8+
- id: "global.category"
9+
translation: "Kategori"
10+
11+
- id: "global.tags"
12+
translation: "Taggar"
13+
14+
- id: "global.tag"
15+
translation: "Tagg"
16+
17+
- id: "global.archives"
18+
translation: "Arkiv"
19+
20+
- id: "global.search"
21+
translation: "Sök"
22+
23+
- id: "global.about"
24+
translation: "Om"
25+
26+
- id: "global.author_picture"
27+
translation: "Författarens bild"
28+
29+
- id: "global.share_on"
30+
translation: "Dela på %s"
31+
32+
- id: "global.mail"
33+
translation: "E-post"
34+
35+
- id: "global.rss"
36+
translation: "RSS"
37+
38+
- id: "global.search_category"
39+
translation: "Sök kategori"
40+
41+
- id: "global.search_tag"
42+
translation: "Sök tagg"
43+
44+
- id: "global.search_date"
45+
translation: "Sök datum (YYYY-MM-DD)"
46+
47+
## GLOBAL.POST_FOUND ##
48+
- id: "global.posts_found.zero"
49+
translation: "inga inlägg hittades"
50+
51+
- id: "global.posts_found.one"
52+
translation: "1 inlägg hittades"
53+
54+
- id: "global.posts_found.other"
55+
translation: "{n} inlägg hittades"
56+
57+
## GLOBAL.CATEGORIES_FOUND ##
58+
- id: "global.categories_found.zero"
59+
translation: "inga kategorier hittades"
60+
61+
- id: "global.categories_found.one"
62+
translation: "1 kategori hittades"
63+
64+
- id: "global.categories_found.other"
65+
translation: "{n} kategorier hittades"
66+
67+
## GLOBAL.TAGS_FOUND ##
68+
- id: "global.tags_found.zero"
69+
translation: "inga taggar hittades"
70+
71+
- id: "global.tags_found.one"
72+
translation: "1 tagg hittades"
73+
74+
- id: "global.tags_found.other"
75+
translation: "{n} taggar hittades"
76+
77+
## PAGINATION ##
78+
- id: "pagination.page"
79+
translation: "sida {{ .Paginator.PageNumber }}"
80+
81+
- id: "pagination.of"
82+
translation: "av {{ .Paginator.TotalPages }}"
83+
84+
- id: "pagination.newer_posts"
85+
translation: "NYARE INLÄGG"
86+
87+
- id: "pagination.older_posts"
88+
translation: "ÄLDRE INLÄGG"
89+
90+
- id: "pagination.previous"
91+
translation: "FÖREGÅENDE"
92+
93+
- id: "pagination.next"
94+
translation: "NÄSTA"
95+
96+
## POST ##
97+
- id: "post.no_title"
98+
translation: "ingen rubrik"
99+
100+
- id: "post.categorized_in"
101+
translation: "i"
102+
103+
- id: "post.tagged_in"
104+
translation: "TAGGAD I"
105+
106+
- id: "post.toc"
107+
translation: "Table of Contents"
108+
109+
- id: "post.read_more"
110+
translation: "Fortsätt läsa"
111+
112+
- id: "post.go_to_website"
113+
translation: "Gå till webbsida"
114+
115+
- id: "post.comment_and_share"
116+
translation: "Kommentera och dela"
117+
118+
## FOOTER ##
119+
- id: "footer.all_rights_reserved"
120+
translation: "Alla rättigheter förbehållna"
121+
122+
## DATE ##
123+
- id: "date.month.january"
124+
translation: "januari"
125+
126+
- id: "date.month.february"
127+
translation: "februari"
128+
129+
- id: "date.month.march"
130+
translation: "mars"
131+
132+
- id: "date.month.april"
133+
translation: "april"
134+
135+
- id: "date.month.may"
136+
translation: "maj"
137+
138+
- id: "date.month.june"
139+
translation: "juni"
140+
141+
- id: "date.month.july"
142+
translation: "juli"
143+
144+
- id: "date.month.august"
145+
translation: "augusti"
146+
147+
- id: "date.month.september"
148+
translation: "september"
149+
150+
- id: "date.month.october"
151+
translation: "oktober"
152+
153+
- id: "date.month.november"
154+
translation: "november"
155+
156+
- id: "date.month.december"
157+
translation: "december"

0 commit comments

Comments
 (0)