diff options
| author | jdevreese <jdevreese@users.noreply.github.com> | 2021-01-22 11:19:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 03:19:53 -0700 |
| commit | 45d754640df9d2482114586ae6cebcba9286f5b8 (patch) | |
| tree | 00b7926e1a43caff4df0b2925ab2e1497c511bdd /data/locale | |
| parent | 62014851b087071339d19b5313e5676766aabe90 (diff) | |
improvements to Dutch translation (PR #3895) [skip ci]
- removed diacritic from first letter of toc-title.
- added missing translations for 'part' and 'section'
- uncommented chapter, part & section attributes
Diffstat (limited to 'data/locale')
| -rw-r--r-- | data/locale/attributes-nl.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/locale/attributes-nl.adoc b/data/locale/attributes-nl.adoc index 1cdf32f3..390365f6 100644 --- a/data/locale/attributes-nl.adoc +++ b/data/locale/attributes-nl.adoc @@ -2,8 +2,8 @@ :appendix-caption: Bijlage :appendix-refsig: {appendix-caption} :caution-caption: Opgelet -//:chapter-signifier: Hoofdstuk -//:chapter-refsig: {chapter-signifier} +:chapter-signifier: Hoofdstuk +:chapter-refsig: {chapter-signifier} :example-caption: Voorbeeld :figure-caption: Figuur :important-caption: Belangrijk @@ -11,13 +11,13 @@ ifdef::listing-caption[:listing-caption: Lijst] ifdef::manname-title[:manname-title: Naam] :note-caption: Noot -//:part-signifier: ??? -//:part-refsig: {part-signifier} +:part-signifier: Deel +:part-refsig: {part-signifier} ifdef::preface-title[:preface-title: Inleiding] -//:section-refsig: ??? +:section-refsig: Paragraaf :table-caption: Tabel :tip-caption: Tip -:toc-title: Ínhoudsopgave +:toc-title: Inhoudsopgave :untitled-label: Naamloos :version-label: Versie :warning-caption: Waarschuwing |
