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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvdot0x23 <40716069+vdot0x23@users.noreply.github.com>2019-11-28 19:51:26 +0300
committerGitHub <noreply@github.com>2019-11-28 19:51:26 +0300
commit1e3e268c51c506086cccd9555ef8ec86a38c18f7 (patch)
tree1a760e0adc74aac1c5ef9e96d4a234d8cfc7e927
parent44d3bbe8111a345bc1511591dd3c72408ef9d269 (diff)
add Danish translation
-rw-r--r--i18n/dk.yaml74
1 files changed, 74 insertions, 0 deletions
diff --git a/i18n/dk.yaml b/i18n/dk.yaml
new file mode 100644
index 0000000..deb8afc
--- /dev/null
+++ b/i18n/dk.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "January 2, 2006"
+- id: shortdateFormat
+ translation: "Jan 2, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Slået op den {{ .Count }}"
+- id: lastModified
+ translation: "(Senest redigeret den {{ .Count }})"
+- id: translationsLabel
+ translation: "Andre sprog: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Læs mere"
+- id: olderPosts
+ translation: "Ældre opslag"
+- id: newerPosts
+ translation: "Nyere opslag"
+- id: previousPost
+ translation: "Forrige opslag"
+- id: nextPost
+ translation: "Næste opslag"
+- id: readTime
+ translation: "Minutter"
+- id: words
+ translation: "Ord"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Ups, denne side eksisterer ikke. (404 error)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> drevet &nbsp;&bull;&nbsp; Tema <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> tilpasset fra <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Navigation"
+- id: languageSwitcherLabel
+ translation: "Sprog"
+- id: gcseLabelShort
+ translation: "Søg"
+- id: gcseLabelLong
+ translation: "Søg {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Luk"
+
+# Staticman
+- id: noComment
+ translation: "Ingen kommentar"
+- id: oneComment
+ translation: "Kommentar"
+- id: moreComment
+ translation: "Kommentarer"
+- id: useMarkdown
+ translation: "Du kan anvende Markdown syntax"
+- id: yourName
+ translation: "Dit navn"
+- id: yourEmail
+ translation: "Din emailadresse"
+- id: yourWebsite
+ translation: "Din hjemmeside"
+
+# Delayed Disqus
+- id: show
+ translation: "Vis"
+- id: comments
+ translation: "Kommentarer"
+
+# Related posts
+- id: seeAlso
+ translation: "Se også"