diff --git a/i18n/nl.toml b/i18n/nl.toml new file mode 100755 index 00000000..650b8ea5 --- /dev/null +++ b/i18n/nl.toml @@ -0,0 +1,32 @@ +language_name = "Nederlands" # Shown in language picker for multi-language sites. +date_locale = "nl_NL" +full_stop = "." # Used at the end of a sentence. + +# Menu items should match the names in config.extra.menu +Blog = "Blog" +About = "Over" +Posts = "Artikelen" +Tags = "Labels" +Categories = "Categorieën" +Contact = "Contact" +Privacy = "Privacy" +Sitemap = "Sitemap" + +Search = "Zoeken" +Updated = "Bijgewerkt" +Index = "Index" +Recent = "Recent" +Powered_by = "Aangedreven door" +and = "&" +more = "meer" # "...more" read more links +series_parts = "Serie" # $NUMBER_OF_PARTS Part Series : 10 Part Series + +### © $CURRENT_YEAR $SITE_TITLE • Website content is licensed CC BY 4.0. +copyright_override = '© $CURRENT_YEAR $SITE_TITLE • Website inhoud is gelicenseerd CC BY 4.0.' + +### Page not found, maybe moved or not in this language +404_not_found = "Pagina niet gevonden, deze kan verplaatst zijn of alleen in een andere taal beschikbaar zijn" +### Try searching or +404_try_search = "Probeer te zoeken of" +### go to homepage +404_go_home = "ga naar homepage"