mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Add french translation, per #509
This commit is contained in:
parent
6ad162c6b6
commit
4fc5d952f7
18
material/partials/language/fr.html
Normal file
18
material/partials/language/fr.html
Normal file
@ -0,0 +1,18 @@
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "fr",
|
||||
"clipboard.copy": "Copier dans le presse-papier",
|
||||
"clipboard.copied": "Copié dans le presse-papier",
|
||||
"edit.link.title": "Editer cette page",
|
||||
"footer.previous": "Précédent",
|
||||
"footer.next": "Suivant",
|
||||
"meta.comments": "Commentaires",
|
||||
"meta.source": "Source",
|
||||
"search.placeholder": "Rechercher",
|
||||
"search.result.placeholder": "Taper pour démarrer la recherche",
|
||||
"search.result.none": "Aucun document trouvé",
|
||||
"search.result.one": "1 document trouvé",
|
||||
"search.result.other": "# documents trouvés",
|
||||
"search.tokenizer": "[\s\-]+",
|
||||
"source.link.title": "Aller au dépôt",
|
||||
"toc.title": "Table des matières"
|
||||
}[key] }}{% endmacro %}
|
Loading…
Reference in New Issue
Block a user