mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
24 lines
841 B
HTML
24 lines
841 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% macro t(key) %}{{ {
|
|
"language": "ca",
|
|
"action.edit": "Edita aquesta pàgina",
|
|
"action.skip": "Salta el contingut",
|
|
"clipboard.copy": "Còpia al porta-retalls",
|
|
"clipboard.copied": "Copiat al porta-retalls",
|
|
"footer.next": "Següent",
|
|
"footer.previous": "Anterior",
|
|
"meta.comments": "Comentaris",
|
|
"meta.source": "Codi font",
|
|
"search.placeholder": "Cerca",
|
|
"search.result.placeholder": "Escriu per a començar a cercar",
|
|
"search.result.none": "Cap document coincideix",
|
|
"search.result.one": "1 document coincident",
|
|
"search.result.other": "# documents coincidents",
|
|
"source": "Ves al repositori",
|
|
"source.file.date.created": "Creada",
|
|
"source.file.date.updated": "Darrera actualització",
|
|
"toc": "Taula de continguts"
|
|
}[key] }}{% endmacro %}
|