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
766 B
HTML
24 lines
766 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% macro t(key) %}{{ {
|
|
"language": "it",
|
|
"clipboard.copy": "Copia",
|
|
"clipboard.copied": "Copiato",
|
|
"edit.link.title": "Modifica",
|
|
"footer.previous": "Precedente",
|
|
"footer.next": "Prossimo",
|
|
"meta.comments": "Commenti",
|
|
"meta.source": "Sorgente",
|
|
"search.language": "it",
|
|
"search.placeholder": "Cerca",
|
|
"search.result.placeholder": "Scrivi per iniziare a cercare",
|
|
"search.result.none": "Nessun documento trovato",
|
|
"search.result.one": "1 documento trovato",
|
|
"search.result.other": "# documenti trovati",
|
|
"skip.link.title": "Vai al contenuto",
|
|
"source.link.title": "Apri repository",
|
|
"toc.title": "Indice",
|
|
"last.update": "Ultimo aggiornamento"
|
|
}[key] }}{% endmacro %}
|