-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): added Swedish localization file (#969)
Nice PR @JorgenIvarsson, everything from the branch name to the commit messages perfectly meets the requirements. Thanks!
- Loading branch information
1 parent
d97f95f
commit fe70479
Showing
1 changed file
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: Inlägg #Post | ||
category: Kategori #Category | ||
tag: Tagga #Tag | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: Hem #Home | ||
categories: Kategorier #Categories | ||
tags: Taggar #Tags | ||
archives: Arkiv #Archives | ||
about: Om #About | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: sök | ||
cancel: Avbryt | ||
no_results: Hoppsan! Hittade inga sökträffar. | ||
|
||
panel: | ||
lastmod: Senast uppdaterad | ||
trending_tags: Trendande taggar | ||
toc: Innehåll | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: Den här posten är publicerad under licensen :LICENSE_NAME av författaren. | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: Vissa rättigheter är reserverade. | ||
verbose: >- | ||
Om inte annat anges är blogginläggen på denna webbplats licensierade | ||
under Creative Commons Attribution 4.0 International (CC BY 4.0) av författaren. | ||
meta: Byggd med :PLATFORM och temat :THEME . | ||
|
||
not_found: | ||
statment: Ursäkta, vi har tappat bort den här webbadressen eller så pekar den på något som inte längre finns. | ||
|
||
notification: | ||
update_found: Det finns en ny version av innehållet. | ||
update: Uppdatera sidan | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: Av | ||
posted: Postad | ||
updated: Uppdaterad | ||
words: ord | ||
pageview_measure: visningar | ||
read_time: | ||
unit: min | ||
prompt: läsning | ||
relate_posts: Mer läsning | ||
share: Dela | ||
button: | ||
next: Nyare | ||
previous: Äldre | ||
copy_code: | ||
succeed: Kopierat! | ||
share_link: | ||
title: Kopiera länk | ||
succeed: Länken har kopierats! | ||
# pinned prompt of posts list on homepage | ||
pin_prompt: Fastnålad | ||
|
||
# Date time format. | ||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: '%b %e, %Y' | ||
dayjs: 'll' | ||
archives: | ||
strftime: '%b' | ||
dayjs: 'MMM' | ||
|
||
# categories page | ||
categories: | ||
category_measure: | ||
singular: kategori | ||
plural: kategorier | ||
post_measure: | ||
singular: inlägg | ||
plural: inlägg |