From 697034ccb7cbbed72b100a9b6f9a31a210fda7b8 Mon Sep 17 00:00:00 2001 From: Lars Kristian Haga Date: Sat, 28 Oct 2023 09:47:21 +0200 Subject: [PATCH] Added Norwegian translation (#1318) --- i18n/no.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 i18n/no.yaml diff --git a/i18n/no.yaml b/i18n/no.yaml new file mode 100644 index 0000000..2400348 --- /dev/null +++ b/i18n/no.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "Forrige Side" + +- id: next_page + translation: "Neste Side" + +- id: read_time + translation: + one: "1 min" + other: "{{ .Count }} min" + +- id: words + translation: + one: "ord" + other: "{{ .Count }} ord" + +- id: toc + translation: "Innholdsfortegnelse" + +- id: translations + translation: "Oversettelser" + +- id: home + translation: "Hjem" + +- id: edit_post + translation: "Rediger" + +- id: code_copy + translation: "Kopier" + +- id: code_copied + translation: "Kopiert!"