From 8a808857c1e33455af2befaf266869f44b108603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronnie=20Andre=CC=81=20Bj=C3=B8rvik=20Sletta?= Date: Thu, 5 Apr 2018 00:02:39 +0200 Subject: [PATCH] =?UTF-8?q?Added=20i18n=20translation=20Norwegian=20Bokm?= =?UTF-8?q?=C3=A5l(nb)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/nb.yaml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 i18n/nb.yaml diff --git a/i18n/nb.yaml b/i18n/nb.yaml new file mode 100644 index 00000000..42541b90 --- /dev/null +++ b/i18n/nb.yaml @@ -0,0 +1,66 @@ +# 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å Hugo v{{ .Hugo.Version }} •  Tema fra Beautiful Jekyll tilpasset til Beautiful Hugo' + +# 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" + +