mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
f08f2fbf65
* #1350 update base template to include git revision date * #1350 add localized revision date * #1350 support for v0.3 of mkdocs-git-revision-date-localized-plugin * #1350 add translations for source.revision.date
24 lines
788 B
HTML
24 lines
788 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% macro t(key) %}{{ {
|
|
"language": "da",
|
|
"clipboard.copy": "Kopiér til udklipsholderen",
|
|
"clipboard.copied": "Kopieret til udklipsholderen",
|
|
"edit.link.title": "Redigér denne side",
|
|
"footer.previous": "Forrige",
|
|
"footer.next": "Næste",
|
|
"meta.comments": "Kommentarer",
|
|
"meta.source": "Kilde",
|
|
"search.language": "da",
|
|
"search.placeholder": "Søg",
|
|
"search.result.placeholder": "Indtast søgeord",
|
|
"search.result.none": "Ingen resultater fundet",
|
|
"search.result.one": "1 resultat",
|
|
"search.result.other": "# resultater",
|
|
"skip.link.title": "Gå til indholdet",
|
|
"source.link.title": "Åbn arkiv",
|
|
"toc.title": "Indholdsfortegnelse",
|
|
"last.update": "Sidste ændring"
|
|
}[key] }}{% endmacro %}
|