Explorar el Código

updating swedish translation (#551)

updating myself in CONTRIBUTORS.md
Tobias Lindberg hace 4 años
padre
commit
b01e7d5ef1
Se han modificado 2 ficheros con 41 adiciones y 2 borrados
  1. 1 1
      CONTRIBUTORS.md
  2. 40 1
      i18n/se.toml

+ 1 - 1
CONTRIBUTORS.md

@@ -50,7 +50,7 @@
 - [Bobby Lindsey](https://bobbywlindsey.com)
 - [José Mª Escartín](https://github.com/jme52)
 - [John Schroeder](https://blog.schroedernet.software)
-- [Tobias Lindberg](https://tobiaslindberg.com)
+- [Tobias Lindberg](https://github.com/tobiasehlert)
 - [KK](https://github.com/bebound)
 - [Eli W. Hunter](https://github.com/elihunter173)
 - [Víctor López](https://github.com/viticlick)

+ 40 - 1
i18n/se.toml

@@ -1,12 +1,27 @@
 [category]
 other = "Kategori"
 
+[categories]
+other = "Katgorier"
+
 [tag]
 other = "Tagg"
 
+[tags]
+other = "Taggar"
+
 [series]
 other = "Serie"
 
+[author]
+other = "Författare"
+
+[authors]
+other = "Författare"
+
+[posts]
+other = "Inlägg"
+
 [reading_time]
 one = "Ein minut lästid"
 other = "{{ .Count }} minuter lästid"
@@ -21,4 +36,28 @@ other = "Ursäkta, men denna sida existerar inte."
 other = "Här kan du komma tillbaka till <a href=\"{{ . }}\">startsidan</a>."
 
 [powered_by]
-other = "Med hjälp av"
+other = "Byggd med"
+
+[see_also]
+other = "Se även i"
+
+[note]
+other = "Notera"
+
+[tip]
+other = "Tips"
+
+[example]
+other = "Exempel"
+
+[question]
+other = "Fråga"
+
+[info]
+other = "Info"
+
+[warning]
+other = "Varning"
+
+[error]
+other = "Fel"