diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-04-25 17:18:44 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-25 17:29:43 +0200 |
commit | 88ac0fc5c06998c7ea5a5c275d2e32bfe078af11 (patch) | |
tree | f0491eb59fb6f57c79afe6d221cd3ffc397bdbcd | |
parent | 9fe940f1b331c72ed407ed46523f9b2cb4228ea6 (diff) |
fork danish locale strings
-rw-r--r-- | _language-da.yml | 123 | ||||
-rw-r--r-- | _quarto.yml | 1 |
2 files changed, 124 insertions, 0 deletions
diff --git a/_language-da.yml b/_language-da.yml new file mode 100644 index 0000000..3bd15df --- /dev/null +++ b/_language-da.yml @@ -0,0 +1,123 @@ +toc-title-document: "Indholdsfortegnelse" +toc-title-website: "På denne side" + +related-formats-title: "Andre formater" +related-notebooks-title: "Notebooks" +source-notebooks-prefix: "Kilde" +other-links-title: "Andre links" +code-links-title: "Kodelinks" +launch-dev-container-title: "Start Dev Container" +launch-binder-title: "Start Binder" + +article-notebook-label: "Artikel Notebook" +notebook-preview-download: "Download Notebook" +notebook-preview-download-src: "Download kildekode" +notebook-preview-back: "Tilbage til artikel" +manuscript-meca-bundle: "MECA Arkiv" + +section-title-abstract: "Resume" +section-title-appendices: "Bilag" +section-title-footnotes: "Fodnoter" +section-title-references: "Referencer" +section-title-reuse: "Genbrug" +section-title-copyright: "Ophavsret" +section-title-citation: "Citat" + +appendix-attribution-bibtex: "Henvis til dette arbejde som:" +appendix-attribution-cite-as: "BibTeX henvisning:" + +title-block-author-single: "Forfatter" +title-block-author-plural: "Forfattere" +title-block-affiliation-single: "Tilknytning" +title-block-affiliation-plural: "Tilknytninger" +title-block-published: "Udgivet" +title-block-modified: "Ændret" +title-block-keywords: "Nøgleord" + +callout-tip-title: "Tip" +callout-note-title: "Note" +callout-warning-title: "Advarsel" +callout-important-title: "Vigtigt" +callout-caution-title: "Forsigtig" + +code-summary: "Kode" + +code-line: "Linje" +code-lines: "Linjer" + +code-tools-menu-caption: "Kode" +code-tools-show-all-code: "Vis al kode" +code-tools-hide-all-code: "Skjul al kode" +code-tools-view-source: "Vis kilde" +code-tools-source-code: "Kildekode" + +copy-button-tooltip: "Kopier til udklipsholder" +copy-button-tooltip-success: "Kopieret!" + +repo-action-links-edit: "Modificer denne side" +repo-action-links-source: "Vis kilde" +repo-action-links-issue: "Anmeld problem" + +back-to-top: "Tilbage til toppen" + +search-no-results-text: "Ingen resultater" +search-matching-documents-text: "Matchende dokumenter" +search-copy-link-title: "Kopier link for at søge" +search-hide-matches-text: "Skjul yderligere resultater" +search-more-match-text: "andet resultat i dette dokument" +search-more-matches-text: "andre resultater i dette dokument" +search-clear-button-title: "Ryd" +search-text-placeholder: "" +search-detached-cancel-button-title: "Fortryd" +search-submit-button-title: "Indsend" +search-label: "Søg" + +toggle-section: "Skift sektion" +toggle-sidebar: "Skift sidebjælke" +toggle-dark-mode: "Skift mørk tilstand" +toggle-reader-mode: "Skift læsetilstand" +toggle-navigation: "Skift navigation" + +crossref-fig-title: "Figur" +crossref-tbl-title: "Tabel" +crossref-lst-title: "Liste" +crossref-thm-title: "Sætning" +crossref-lem-title: "Hjælpesætning" +crossref-cor-title: "Følgesætning" +crossref-prp-title: "Erklæring" +crossref-cnj-title: "Formodning" +crossref-def-title: "Definition" +crossref-exm-title: "Eksempel" +crossref-exr-title: "Øvelse" +crossref-ch-prefix: "Kapitel" +crossref-apx-prefix: "Bilag" +crossref-sec-prefix: "Sektion" +crossref-eq-prefix: "Ligning" +crossref-lof-title: "Figuroversigt" +crossref-lot-title: "Tabeloversigt" +crossref-lol-title: "Listeoversigt" + +environment-proof-title: "Bevis" +environment-remark-title: "Bemærkning" +environment-solution-title: "Løsning" + +listing-page-order-by: "Sorter ved" +listing-page-order-by-default: "Standard" +listing-page-order-by-date-asc: "Ældste" +listing-page-order-by-date-desc: "Nyeste" +listing-page-order-by-number-desc: "Faldende" +listing-page-order-by-number-asc: "Stigende" +listing-page-field-date: "Dato" +listing-page-field-title: "Overskrift" +listing-page-field-description: "Beskrivelse" +listing-page-field-author: "Forfatter" +listing-page-field-filename: "Filnavn" +listing-page-field-filemodified: "Ændret" +listing-page-field-subtitle: "Underoverskrift" +listing-page-field-readingtime: "Læsetid" +listing-page-field-categories: "Kategorier" +listing-page-minutes-compact: "{0} min" +listing-page-category-all: "Alle" +listing-page-no-matches: "Ingen resultater" +listing-page-field-wordcount: "Ordtælling" +listing-page-words: "{0} ord" diff --git a/_quarto.yml b/_quarto.yml index abe5dd6..26279ee 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -16,6 +16,7 @@ website: href: om/index.qmd lang: da +language: _language-da.yml fontsize: 20px mainfont: ETbb |