summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'themes/beautifulhugo/i18n')
-rw-r--r--themes/beautifulhugo/i18n/br.yaml74
-rw-r--r--themes/beautifulhugo/i18n/de.yaml74
-rw-r--r--themes/beautifulhugo/i18n/en.yaml74
-rw-r--r--themes/beautifulhugo/i18n/eo.yaml74
-rw-r--r--themes/beautifulhugo/i18n/es.yaml74
-rw-r--r--themes/beautifulhugo/i18n/fr.yaml74
-rw-r--r--themes/beautifulhugo/i18n/it.yaml74
-rw-r--r--themes/beautifulhugo/i18n/ja.yaml74
-rw-r--r--themes/beautifulhugo/i18n/nb.yaml74
-rw-r--r--themes/beautifulhugo/i18n/nl.yaml74
-rw-r--r--themes/beautifulhugo/i18n/pl.yaml74
-rw-r--r--themes/beautifulhugo/i18n/ru.yaml74
-rw-r--r--themes/beautifulhugo/i18n/zh-CN.yaml74
-rw-r--r--themes/beautifulhugo/i18n/zh-TW.yaml74
14 files changed, 1036 insertions, 0 deletions
diff --git a/themes/beautifulhugo/i18n/br.yaml b/themes/beautifulhugo/i18n/br.yaml
new file mode 100644
index 0000000..98cbc47
--- /dev/null
+++ b/themes/beautifulhugo/i18n/br.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "2 de Janeiro de 2006"
+- id: shortdateFormat
+ translation: "02/Jan/2006 15:04:05"
+- id: postedOnDate
+ translation: "Postado em {{ .Count }}"
+- id: lastModified
+ translation: "(Ultima modificação em {{ .Count }})"
+- id: translationsLabel
+ translation: "Outras linguagens: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Saiba mais"
+- id: olderPosts
+ translation: "Posts antigos"
+- id: newerPosts
+ translation: "Posts novos"
+- id: previousPost
+ translation: "Post anterior"
+- id: nextPost
+ translation: "Próximo Post"
+- id: readTime
+ translation: "minutos"
+- id: words
+ translation: "palavras"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Opa, a página não existe"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Tema por <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adaptado para <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Ver navegação"
+- id: languageSwitcherLabel
+ translation: "Idioma"
+- id: gcseLabelShort
+ translation: "Buscar"
+- id: gcseLabelLong
+ translation: "Buscar {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Fechar"
+
+# Staticman
+- id: noComment
+ translation: "Sem comentários"
+- id: oneComment
+ translation: "comentário"
+- id: moreComment
+ translation: "comentários"
+- id: useMarkdown
+ translation: "Você pode usar sintaxe MarkDown"
+- id: yourName
+ translation: "Seu nome"
+- id: yourEmail
+ translation: "Seu email"
+- id: yourWebsite
+ translation: "Seu website"
+
+# Delayed Disqus
+- id: show
+ translation: "Mostrar"
+- id: comments
+ translation: "comentários"
+
+# Related posts
+- id: seeAlso
+ translation: "Veja também"
diff --git a/themes/beautifulhugo/i18n/de.yaml b/themes/beautifulhugo/i18n/de.yaml
new file mode 100644
index 0000000..be3a79a
--- /dev/null
+++ b/themes/beautifulhugo/i18n/de.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "02.01.2006"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Gepostet am {{ .Count }}"
+- id: lastModified
+ translation: "(Zuletzt geändert am {{ .Count }})"
+- id: translationsLabel
+ translation: "Andere Sprachen: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Mehr"
+- id: olderPosts
+ translation: "Ältere Posts"
+- id: newerPosts
+ translation: "Neuere Posts"
+- id: previousPost
+ translation: "Letzter Post"
+- id: nextPost
+ translation: "Nächster Post"
+- id: readTime
+ translation: "Minuten"
+- id: words
+ translation: "Wörter"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Ups, diese Seite existiert nicht. (404 Error)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Navigation"
+- id: languageSwitcherLabel
+ translation: "Sprache"
+- id: gcseLabelShort
+ translation: "Suche"
+- id: gcseLabelLong
+ translation: "Suche {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Schließen"
+
+# Staticman
+- id: noComment
+ translation: "Kein Kommentar"
+- id: oneComment
+ translation: "Kommentar"
+- id: moreComment
+ translation: "Kommentare"
+- id: useMarkdown
+ translation: "Sie können Markdown-Syntax verwenden"
+- id: yourName
+ translation: "Irh Name"
+- id: yourEmail
+ translation: "Ihre Emailadresse"
+- id: yourWebsite
+ translation: "Ihre Website"
+
+# Delayed Disqus
+- id: show
+ translation: "Zeige"
+- id: comments
+ translation: "Kommentare"
+
+# Related posts
+- id: seeAlso
+ translation: "Siehe auch"
diff --git a/themes/beautifulhugo/i18n/en.yaml b/themes/beautifulhugo/i18n/en.yaml
new file mode 100644
index 0000000..ce90070
--- /dev/null
+++ b/themes/beautifulhugo/i18n/en.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "January 2, 2006"
+- id: shortdateFormat
+ translation: "Jan 2, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Posted on {{ .Count }}"
+- id: lastModified
+ translation: "(Last modified on {{ .Count }})"
+- id: translationsLabel
+ translation: "Other languages: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Read More"
+- id: olderPosts
+ translation: "Older Posts"
+- id: newerPosts
+ translation: "Newer Posts"
+- id: previousPost
+ translation: "Previous Post"
+- id: nextPost
+ translation: "Next Post"
+- id: readTime
+ translation: "minutes"
+- id: words
+ translation: "words"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Whoops, this page doesn't exist. Move along. (404 error)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Toggle navigation"
+- id: languageSwitcherLabel
+ translation: "Language"
+- id: gcseLabelShort
+ translation: "Search"
+- id: gcseLabelLong
+ translation: "Search {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Close"
+
+# Staticman
+- id: noComment
+ translation: "No comment"
+- id: oneComment
+ translation: "comment"
+- id: moreComment
+ translation: "comments"
+- id: useMarkdown
+ translation: "You can use Markdown syntax"
+- id: yourName
+ translation: "Your name"
+- id: yourEmail
+ translation: "Your email address"
+- id: yourWebsite
+ translation: "You website"
+
+# Delayed Disqus
+- id: show
+ translation: "Show"
+- id: comments
+ translation: "comments"
+
+# Related posts
+- id: seeAlso
+ translation: "See also"
diff --git a/themes/beautifulhugo/i18n/eo.yaml b/themes/beautifulhugo/i18n/eo.yaml
new file mode 100644
index 0000000..68540ca
--- /dev/null
+++ b/themes/beautifulhugo/i18n/eo.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "2006-01-02"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Afiŝiĝis je {{ .Count }}"
+- id: lastModified
+ translation: "(Laste aliiĝis je {{ .Count }})"
+- id: translationsLabel
+ translation: "Aliaj lingvoj: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Legi pli"
+- id: olderPosts
+ translation: "Plimalnovaj afiŝoj"
+- id: newerPosts
+ translation: "Plinovaj afiŝoj"
+- id: previousPost
+ translation: "Antaŭa afiŝo"
+- id: nextPost
+ translation: "Sekva afiŝo"
+- id: readTime
+ translation: "minutoj"
+- id: words
+ translation: "vortoj"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Ups, ĉi tiu paĝo ne ekzistas. (404 Error)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>-povigita &nbsp;&bull;&nbsp; Haŭto de <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adaptiĝis al <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Navigacio"
+- id: languageSwitcherLabel
+ translation: "Lingvo"
+- id: gcseLabelShort
+ translation: "Serĉi"
+- id: gcseLabelLong
+ translation: "Serĉi {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Fermi"
+
+# Staticman
+- id: noComment
+ translation: "Sen komentoj"
+- id: oneComment
+ translation: "komento"
+- id: moreComment
+ translation: "komentoj"
+- id: useMarkdown
+ translation: "Vi povus uzi Markdown-sintakson"
+- id: yourName
+ translation: "Via nomo"
+- id: yourEmail
+ translation: "Via retpoŝtadreso"
+- id: yourWebsite
+ translation: "Via retpaĝaro"
+
+# Delayed Disqus
+- id: show
+ translation: "Montru"
+- id: comments
+ translation: "komentoj"
+
+# Related posts
+- id: seeAlso
+ translation: "Vidu ankaŭ"
diff --git a/themes/beautifulhugo/i18n/es.yaml b/themes/beautifulhugo/i18n/es.yaml
new file mode 100644
index 0000000..6c0850f
--- /dev/null
+++ b/themes/beautifulhugo/i18n/es.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "2 de enero, 2006"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Publicado el {{ .Count }}"
+- id: lastModified
+ translation: "(Última modificación en {{ .Count }})"
+- id: translationsLabel
+ translation: "Otros idiomas: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Leer más"
+- id: olderPosts
+ translation: "Artículos anteriores"
+- id: newerPosts
+ translation: "Artículos siguientes"
+- id: previousPost
+ translation: "Artículo anterior"
+- id: nextPost
+ translation: "Artículo siguiente"
+- id: readTime
+ translation: "minutos"
+- id: words
+ translation: "palabras"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "¡Vaya! Esta página no existe (error 404)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Conmuta navegación"
+- id: languageSwitcherLabel
+ translation: "Idioma"
+- id: gcseLabelShort
+ translation: "Buscar"
+- id: gcseLabelLong
+ translation: "Buscar en {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Cerrar"
+
+# Staticman
+- id: noComment
+ translation: "Sin comentarios"
+- id: oneComment
+ translation: "comentario"
+- id: moreComment
+ translation: "comentarios"
+- id: useMarkdown
+ translation: "Puedes usar la sintaxis de Markdown"
+- id: yourName
+ translation: "Tu nombre"
+- id: yourEmail
+ translation: "Tu correo electrónico"
+- id: yourWebsite
+ translation: "Tu sitio web"
+
+# Delayed Disqus
+- id: show
+ translation: "Mostrar"
+- id: comments
+ translation: "comentarios"
+
+# Related posts
+- id: seeAlso
+ translation: "Ver también"
diff --git a/themes/beautifulhugo/i18n/fr.yaml b/themes/beautifulhugo/i18n/fr.yaml
new file mode 100644
index 0000000..ed85a9b
--- /dev/null
+++ b/themes/beautifulhugo/i18n/fr.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "January 2, 2006"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Posté le {{ .Count }}"
+- id: lastModified
+ translation: "(Dernière modification le {{ .Count }})"
+- id: translationsLabel
+ translation: "Autres langues : "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Voir plus"
+- id: olderPosts
+ translation: "Anciens posts"
+- id: newerPosts
+ translation: "Nouveaux posts"
+- id: previousPost
+ translation: "Post précédent"
+- id: nextPost
+ translation: "Post suivant"
+- id: readTime
+ translation: "minutes"
+- id: words
+ translation: "mots"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Oups, cette page n'existe pas. (erreur 404)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: 'Carbure avec <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>&nbsp;&bull;&nbsp; Avec le Theme <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapté en <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Toggle navigation"
+- id: languageSwitcherLabel
+ translation: "Langue"
+- id: gcseLabelShort
+ translation: "Rechercher"
+- id: gcseLabelLong
+ translation: "Rechercher {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Fermer"
+
+# Staticman
+- id: noComment
+ translation: "Pas de commentaire"
+- id: oneComment
+ translation: "commentaire"
+- id: moreComment
+ translation: "commentaires"
+- id: useMarkdown
+ translation: "Vous pouvez utiliser la syntaxe Markdown"
+- id: yourName
+ translation: "Votre nom"
+- id: yourEmail
+ translation: "Votre addresse mail"
+- id: yourWebsite
+ translation: "Votre site web"
+
+# Delayed Disqus
+- id: show
+ translation: "Afficher"
+- id: comments
+ translation: "commentaires"
+
+# Related posts
+- id: seeAlso
+ translation: "Voir également"
diff --git a/themes/beautifulhugo/i18n/it.yaml b/themes/beautifulhugo/i18n/it.yaml
new file mode 100644
index 0000000..4bf0305
--- /dev/null
+++ b/themes/beautifulhugo/i18n/it.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "2 January 2006"
+- id: shortdateFormat
+ translation: "2 Jan 2006 15:04:05"
+- id: postedOnDate
+ translation: "Redatto il {{ .Count }}"
+- id: lastModified
+ translation: "(Ultima modifica il {{ .Count }})"
+- id: translationsLabel
+ translation: "Altre lingue: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Leggi"
+- id: olderPosts
+ translation: "Articoli più vecchi"
+- id: newerPosts
+ translation: "Articoli più recenti"
+- id: previousPost
+ translation: "Articolo precedente"
+- id: nextPost
+ translation: "Articolo successivo"
+- id: readTime
+ translation: "minuti"
+- id: words
+ translation: "parole"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Ops, questa pagina non esiste. (errore 404)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="http://gohugo.io">Sviluppato con Hugo v{{ .Site.Hugo.Version }}</a> &nbsp;&bull;&nbsp; Tema: <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adattato a <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Attiva/disattiva la navigazione"
+- id: languageSwitcherLabel
+ translation: "Linguaggio"
+- id: gcseLabelShort
+ translation: "Cerca"
+- id: gcseLabelLong
+ translation: "Cerca {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Chiudi"
+
+# Staticman
+- id: noComment
+ translation: "Nessun commento"
+- id: oneComment
+ translation: "commento"
+- id: moreComment
+ translation: "commenti"
+- id: useMarkdown
+ translation: "Puoi usare la sintassi Markdown"
+- id: yourName
+ translation: "Il tuo nome"
+- id: yourEmail
+ translation: "Il tuo indirizzo mail"
+- id: yourWebsite
+ translation: "Il tuo website"
+
+# Delayed Disqus
+- id: show
+ translation: "Mostra"
+- id: comments
+ translation: "commenti"
+
+# Related posts
+- id: seeAlso
+ translation: "Guarda anche"
diff --git a/themes/beautifulhugo/i18n/ja.yaml b/themes/beautifulhugo/i18n/ja.yaml
new file mode 100644
index 0000000..f810b0b
--- /dev/null
+++ b/themes/beautifulhugo/i18n/ja.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "2006年1月2日"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "{{ .Count }}に投稿"
+- id: lastModified
+ translation: "(最終更新日時{{ .Count }})"
+- id: translationsLabel
+ translation: "翻訳:"
+- id: translationsSeparator
+ translation: "・"
+- id: readMore
+ translation: "続きを読む"
+- id: olderPosts
+ translation: "古いページ"
+- id: newerPosts
+ translation: "新しいページ"
+- id: previousPost
+ translation: "前ページ"
+- id: nextPost
+ translation: "次ページ"
+- id: readTime
+ translation: "分間"
+- id: words
+ translation: "言葉"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "おっと、このページが存在しない。他にあたってください。(404エラー)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '起動力に<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> &nbsp;&bull;&nbsp; テーマに<a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>に基づいている<a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "メニューを切り替え"
+- id: languageSwitcherLabel
+ translation: "言語"
+- id: gcseLabelShort
+ translation: "検索"
+- id: gcseLabelLong
+ translation: "{{ .Site.Title }}を検索"
+- id: gcseClose
+ translation: "閉じる"
+
+# Staticman
+- id: noComment
+ translation: "0 件のコメント"
+- id: oneComment
+ translation: "件のコメント"
+- id: moreComment
+ translation: "件のコメント"
+- id: useMarkdown
+ translation: "Markdown を使用できます"
+- id: yourName
+ translation: "名前"
+- id: yourEmail
+ translation: "メールアドレス"
+- id: yourWebsite
+ translation: "ウェブサイト"
+
+# Delayed Disqus
+- id: show
+ translation: "ショー"
+- id: comments
+ translation: "コメント"
+
+# Related posts
+- id: seeAlso
+ translation: "も参照してください"
diff --git a/themes/beautifulhugo/i18n/nb.yaml b/themes/beautifulhugo/i18n/nb.yaml
new file mode 100644
index 0000000..cd12ec6
--- /dev/null
+++ b/themes/beautifulhugo/i18n/nb.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "02.01.2006"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Postet {{ .Count }}"
+- id: lastModified
+ translation: "(Sist endret {{ .Count }})"
+- id: translationsLabel
+ translation: "Andre språk: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Les Mer"
+- id: olderPosts
+ translation: "Eldre Poster"
+- id: newerPosts
+ translation: "Nyere Poster"
+- id: previousPost
+ translation: "Forrige Post"
+- id: nextPost
+ translation: "Neste Post"
+- id: readTime
+ translation: "minutter"
+- id: words
+ translation: "ord"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Oisann! Denne siden finnes visst ikke. Prøv noe annet. (404 feil)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: 'Kjører på <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>&nbsp;&bull;&nbsp; Tema fra <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> tilpasset til <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Navigasjon på/av"
+- id: languageSwitcherLabel
+ translation: "Språk"
+- id: gcseLabelShort
+ translation: "Søk"
+- id: gcseLabelLong
+ translation: "Søk {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Lukk"
+
+# Staticman
+- id: noComment
+ translation: "Ingen kommentarer"
+- id: oneComment
+ translation: "kommentar"
+- id: moreComment
+ translation: "kommentarer"
+- id: useMarkdown
+ translation: "Du kan bruke Markdown syntax"
+- id: yourName
+ translation: "Ditt navn"
+- id: yourEmail
+ translation: "Din e-postadresse"
+- id: yourWebsite
+ translation: "Din webside"
+
+# Delayed Disqus
+- id: show
+ translation: "Vis"
+- id: comments
+ translation: "kommentarer"
+
+# Related posts
+- id: seeAlso
+ translation: "Se også"
diff --git a/themes/beautifulhugo/i18n/nl.yaml b/themes/beautifulhugo/i18n/nl.yaml
new file mode 100644
index 0000000..02993bb
--- /dev/null
+++ b/themes/beautifulhugo/i18n/nl.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "2006-01-02"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Gepost op {{ .Count }}"
+- id: lastModified
+ translation: "(Laatst gewijzigd op {{ .Count }})"
+- id: translationsLabel
+ translation: "Andere talen: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Meer lezen"
+- id: olderPosts
+ translation: "Oudere berichten"
+- id: newerPosts
+ translation: "Nieuwere berichten"
+- id: previousPost
+ translation: "Vorige bericht"
+- id: nextPost
+ translation: "Volgende bericht"
+- id: readTime
+ translation: "minuten"
+- id: words
+ translation: "woorden"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Oeps, deze pagina bestaat niet. (404 Error)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>-aangedreven &nbsp;&bull;&nbsp; Thema door <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> aangepast voor <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Navigatie"
+- id: languageSwitcherLabel
+ translation: "Taal"
+- id: gcseLabelShort
+ translation: "Zoeken"
+- id: gcseLabelLong
+ translation: "Zoek {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Sluiten"
+
+# Staticman
+- id: noComment
+ translation: "Geen commentaar"
+- id: oneComment
+ translation: "reactie"
+- id: moreComment
+ translation: "reacties"
+- id: useMarkdown
+ translation: "Je kunt Markdown-syntax gebruiken"
+- id: yourName
+ translation: "Jouw naam"
+- id: yourEmail
+ translation: "Jouw e-mailadres"
+- id: yourWebsite
+ translation: "Jouw website"
+
+# Delayed Disqus
+- id: show
+ translation: "Laat"
+- id: comments
+ translation: "reacties zien"
+
+# Related posts
+- id: seeAlso
+ translation: "Zie ook"
diff --git a/themes/beautifulhugo/i18n/pl.yaml b/themes/beautifulhugo/i18n/pl.yaml
new file mode 100644
index 0000000..e3d4f8b
--- /dev/null
+++ b/themes/beautifulhugo/i18n/pl.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "02.01.2006"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Opublikowany {{ .Count }}"
+- id: lastModified
+ translation: "(Ostatnia modyfikacja {{ .Count }})"
+- id: translationsLabel
+ translation: "Inne języki: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Więcej"
+- id: olderPosts
+ translation: "Poprzednie wpisy"
+- id: newerPosts
+ translation: "Następne wpisy"
+- id: previousPost
+ translation: "Poprzedni"
+- id: nextPost
+ translation: "Następny"
+- id: readTime
+ translation: "minuty"
+- id: words
+ translation: "słowa"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Nieprawidłowy adres (błąd 404)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Nawigacja"
+- id: languageSwitcherLabel
+ translation: "Język"
+- id: gcseLabelShort
+ translation: "Szukaj"
+- id: gcseLabelLong
+ translation: "Szukaj {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Zamknij"
+
+# Staticman
+- id: noComment
+ translation: "Bez komentarza"
+- id: oneComment
+ translation: "komentarz"
+- id: moreComment
+ translation: "komentarzy"
+- id: useMarkdown
+ translation: "Możesz użyć składni Markdown"
+- id: yourName
+ translation: "Twoje imię"
+- id: yourEmail
+ translation: "Twój adres email"
+- id: yourWebsite
+ translation: "Twoja strona internetowa"
+
+# Delayed Disqus
+- id: show
+ translation: "Pokaż"
+- id: comments
+ translation: "komentarzy"
+
+# Related posts
+- id: seeAlso
+ translation: "Zobacz też"
diff --git a/themes/beautifulhugo/i18n/ru.yaml b/themes/beautifulhugo/i18n/ru.yaml
new file mode 100644
index 0000000..e05bdb4
--- /dev/null
+++ b/themes/beautifulhugo/i18n/ru.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "Январь 2, 2006"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "Опубликовано {{ .Count }}"
+- id: lastModified
+ translation: "(Последнее изменение {{ .Count }})"
+- id: translationsLabel
+ translation: "Другие языки: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Далее"
+- id: olderPosts
+ translation: "Предыдущие записи"
+- id: newerPosts
+ translation: "Новые записи"
+- id: previousPost
+ translation: "Предыдущий"
+- id: nextPost
+ translation: "Следующий"
+- id: readTime
+ translation: "минут"
+- id: words
+ translation: "слова"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "Уууупс, страница не найдена. Поищите ещё. (ошибка 404)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: 'На базе <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> &nbsp;&bull;&nbsp; Тема <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> на базе <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Навигация"
+- id: languageSwitcherLabel
+ translation: "Язык"
+- id: gcseLabelShort
+ translation: "Поиск"
+- id: gcseLabelLong
+ translation: "Поиск по {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Закрыть"
+
+# Staticman
+- id: noComment
+ translation: "Без комментариев"
+- id: oneComment
+ translation: "комментарий"
+- id: moreComment
+ translation: "комментарии"
+- id: useMarkdown
+ translation: "Вы можете использовать синтаксис Markdown"
+- id: yourName
+ translation: "Ваше имя"
+- id: yourEmail
+ translation: "Ваш адрес электронной почты"
+- id: yourWebsite
+ translation: "Ваш сайт"
+
+# Delayed Disqus
+- id: show
+ translation: "Показать"
+- id: comments
+ translation: "комментариев"
+
+# Related posts
+- id: seeAlso
+ translation: "Смотрите также"
diff --git a/themes/beautifulhugo/i18n/zh-CN.yaml b/themes/beautifulhugo/i18n/zh-CN.yaml
new file mode 100644
index 0000000..9b104c3
--- /dev/null
+++ b/themes/beautifulhugo/i18n/zh-CN.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "January 2, 2006"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "发表于 {{ .Count }}"
+- id: lastModified
+ translation: "(上次修改时间 {{ .Count }})"
+- id: translationsLabel
+ translation: "其它语言: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "阅读全文"
+- id: olderPosts
+ translation: "下一页"
+- id: newerPosts
+ translation: "上一页"
+- id: previousPost
+ translation: "前一篇"
+- id: nextPost
+ translation: "后一篇"
+- id: readTime
+ translation: "分钟"
+- id: words
+ translation: "个字"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "啊哦,这篇文章不存在。 (404 错误)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '由 <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> 强力驱动 &nbsp;&bull;&nbsp; 主题 <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> 移植自 <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "切换导航"
+- id: languageSwitcherLabel
+ translation: "语言"
+- id: gcseLabelShort
+ translation: "搜索"
+- id: gcseLabelLong
+ translation: "搜索 {{ .Site.Title }}"
+- id: gcseClose
+ translation: "关闭"
+
+# Staticman
+- id: noComment
+ translation: "没有评论"
+- id: oneComment
+ translation: "则评论"
+- id: moreComment
+ translation: "则评论"
+- id: useMarkdown
+ translation: "您可以使用Markdown语法"
+- id: yourName
+ translation: "你的名字"
+- id: yourEmail
+ translation: "您的电子邮件地址"
+- id: yourWebsite
+ translation: "你的网页"
+
+# Delayed Disqus
+- id: show
+ translation: "显示"
+- id: comments
+ translation: "则评论"
+
+# Related posts
+- id: seeAlso
+ translation: "也可以看看"
diff --git a/themes/beautifulhugo/i18n/zh-TW.yaml b/themes/beautifulhugo/i18n/zh-TW.yaml
new file mode 100644
index 0000000..fea27b0
--- /dev/null
+++ b/themes/beautifulhugo/i18n/zh-TW.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "January 2, 2006"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "發表於 {{ .Count }}"
+- id: lastModified
+ translation: "(最後修改於 {{ .Count }})"
+- id: translationsLabel
+ translation: "其他語言: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "閱讀全文"
+- id: olderPosts
+ translation: "更舊的文章"
+- id: newerPosts
+ translation: "更新的文章"
+- id: previousPost
+ translation: "上一篇"
+- id: nextPost
+ translation: "下一篇"
+- id: readTime
+ translation: "分鐘"
+- id: words
+ translation: "個字"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "哎呀呀,這個頁面不存在,去其他地方逛逛吧。 (404 錯誤)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '由 <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> 提供 &nbsp;&bull;&nbsp; 主題 <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> 移植自 <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "開關導覽"
+- id: languageSwitcherLabel
+ translation: "語言"
+- id: gcseLabelShort
+ translation: "搜尋"
+- id: gcseLabelLong
+ translation: "搜尋 {{ .Site.Title }}"
+- id: gcseClose
+ translation: "關閉"
+
+# Staticman
+- id: noComment
+ translation: "沒有評論"
+- id: oneComment
+ translation: "則評論"
+- id: moreComment
+ translation: "則評論"
+- id: useMarkdown
+ translation: "您可以使用Markdown語法"
+- id: yourName
+ translation: "您的名字"
+- id: yourEmail
+ translation: "您的電子信箱"
+- id: yourWebsite
+ translation: "您的網頁"
+
+# Delayed Disqus
+- id: show
+ translation: "顯示"
+- id: comments
+ translation: "則評論"
+
+# Related posts
+- id: seeAlso
+ translation: "其他相關"