From ebf9ad01cd5518bd71be89cce2517205611376ba Mon Sep 17 00:00:00 2001 From: Robert Date: Thu, 27 Jan 2022 19:51:22 +0100 Subject: [PATCH] Update nl translation (#643) Co-authored-by: Robert van Bregt --- i18n/nl.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/i18n/nl.toml b/i18n/nl.toml index d22b7fa..4bcaf94 100644 --- a/i18n/nl.toml +++ b/i18n/nl.toml @@ -1,21 +1,21 @@ [categories] -one = "Categorie" -other = "categories" +one = "categorie" +other = "categorieën" [tags] -one = "Label" -other = "tags" +one = "label" +other = "labels" [series] -one = "Serie" +one = "serie" other = "series" [authors] -one = "Auteur" -other = "authors" +one = "auteur" +other = "auteurs" [posts] -other = "Berichten" +other = "berichten" [reading_time] one = "Eén minuut leestijd" @@ -37,22 +37,22 @@ other = "Aangedreven door" other = "Zie ook in" [note] -other = "note" +other = "notitie" [tip] other = "tip" [example] -other = "example" +other = "voorbeeld" [question] -other = "question" +other = "vraag" [info] other = "info" [warning] -other = "warning" +other = "waarschuwing" [error] -other = "error" +other = "fout"