1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Added Portuguese (Brasilian) translations

This commit is contained in:
squidfunk 2022-02-10 21:55:45 +01:00
parent 3d9fd71caa
commit 275465230e
3 changed files with 97 additions and 0 deletions

View File

@ -63,6 +63,7 @@ The following languages are supported:
- `no` Norwegian
- `pl` Polish
- `pt` Portuguese
- `pt-BR` Portuguese (Brasilian)
- `ro` Romanian
- `ru` Russian
- `sh` Serbo-Croatian

View File

@ -0,0 +1,38 @@
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "pt",
"direction": "ltr",
"clipboard.copy": "Copiar para área de Transferência",
"clipboard.copied": "Copiado para área de Transferência",
"edit.link.title": "Editar esta página",
"footer.previous": "Anterior",
"footer.next": "Próximo",
"footer.title": "Rodapé",
"header.title": "Cabeçalho",
"meta.comments": "Comentários",
"meta.source": "Origem",
"nav.title": "Navegação",
"search.config.lang": "pt",
"search.placeholder": "Buscar",
"search.reset": "Limpar",
"search.result.initializer": "Inicializando busca",
"search.result.placeholder": "Digite para iniciar a busca",
"search.result.none": "Nenhum documento encontrado",
"search.result.one": "1 documento encontrado",
"search.result.other": "# documentos encontrados",
"search.result.more.one": "1 more on this page",
"search.result.more.other": "# more on this page",
"search.result.term.missing": "Perdido",
"search.title": "Pesquisar",
"select.language.title": "Selecione a linguagem",
"select.version.title": "Selecione a versão",
"skip.link.title": "Pular para conteúdo",
"source.link.title": "Ir para repositório",
"source.file.date.updated": "Ultima atualização",
"source.file.date.created": "Criado em",
"tabs.title": "Abas",
"toc.title": "Indice",
"top.title": "Voltar para o topo"
}[key] }}{% endmacro %}

View File

@ -0,0 +1,58 @@
<!--
Copyright (c) 2016-2022 Martin Donath <martin.donath@squidfunk.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->
<!-- Translations: Portuguese (Brasilian) -->
{% macro t(key) %}{{ {
"language": "pt",
"direction": "ltr",
"clipboard.copy": "Copiar para área de Transferência",
"clipboard.copied": "Copiado para área de Transferência",
"edit.link.title": "Editar esta página",
"footer.previous": "Anterior",
"footer.next": "Próximo",
"footer.title": "Rodapé",
"header.title": "Cabeçalho",
"meta.comments": "Comentários",
"meta.source": "Origem",
"nav.title": "Navegação",
"search.config.lang": "pt",
"search.placeholder": "Buscar",
"search.reset": "Limpar",
"search.result.initializer": "Inicializando busca",
"search.result.placeholder": "Digite para iniciar a busca",
"search.result.none": "Nenhum documento encontrado",
"search.result.one": "1 documento encontrado",
"search.result.other": "# documentos encontrados",
"search.result.more.one": "1 more on this page",
"search.result.more.other": "# more on this page",
"search.result.term.missing": "Perdido",
"search.title": "Pesquisar",
"select.language.title": "Selecione a linguagem",
"select.version.title": "Selecione a versão",
"skip.link.title": "Pular para conteúdo",
"source.link.title": "Ir para repositório",
"source.file.date.updated": "Ultima atualização",
"source.file.date.created": "Criado em",
"tabs.title": "Abas",
"toc.title": "Indice",
"top.title": "Voltar para o topo"
}[key] }}{% endmacro %}