Create pt-pt.toml (#1005)
### Prerequisites
Put an `x` into the box(es) that apply:
- [ ] This pull request fixes a bug.
- [x] This pull request adds a feature.
- [ ] This pull request introduces breaking change.
### Description
Add pt-pt language file.
### Issues Resolved
#1004
### Checklist
Put an `x` into the box(es) that apply:
#### General
- [x] Describe what changes are being made
- [ ] Explain why and how the changes were necessary and implemented
respectively
- [x] Reference issue with `#<ISSUE_NO>` if applicable
#### Resources
- [ ] If you have changed any SCSS code, run `make release` to
regenerate all CSS files
#### Contributors
- [x] Add yourself to `CONTRIBUTORS.md` if you aren't on it already
---------
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
1 files modified
1 files added
| | |
| | | - [Alexander Lazarević](https://e11bits.com) |
| | | - [Ábel Nagy](https://github.com/abel-nagy) |
| | | - [William Floyd](https://w-floyd.com) |
| | | - [Tiago Carrondo](https://carrondo.pt) |
| New file |
| | |
| | | [categories] |
| | | one = "categoria" |
| | | other = "categorias" |
| | | |
| | | [tags] |
| | | one = "etiqueta" |
| | | other = "etiquetas" |
| | | |
| | | [series] |
| | | one = "séries" |
| | | other = "séries" |
| | | |
| | | [authors] |
| | | one = "autor" |
| | | other = "autores" |
| | | |
| | | [posts] |
| | | one = "artigo" |
| | | other = "artigos" |
| | | |
| | | [reading_time] |
| | | one = "Um minuto de leitura" |
| | | other = "{{ .Count }} minutos de leitura" |
| | | |
| | | [page_not_found] |
| | | other = "Página Não Encontrada" |
| | | |
| | | [page_does_not_exist] |
| | | other = "Página Não Existente" |
| | | |
| | | [head_back] |
| | | other = "Voltar para a <a href=\"{{ . }}\">página inicial</a>." |
| | | |
| | | [licensed_under] |
| | | other = "Licença" |
| | | |
| | | [powered_by] |
| | | other = "Conseguido com" |
| | | |
| | | [see_also] |
| | | other = "Veja também em" |
| | | |
| | | [note] |
| | | other = "nota" |
| | | |
| | | [tip] |
| | | other = "dica" |
| | | |
| | | [example] |
| | | other = "exemplo" |
| | | |
| | | [question] |
| | | other = "pergunta" |
| | | |
| | | [info] |
| | | other = "info" |
| | | |
| | | [warning] |
| | | other = "aviso" |
| | | |
| | | [error] |
| | | other = "erro" |
| | | |
| | | [link_to_heading] |
| | | other = "Link para o cabeçalho" |
| | | |
| | | [entry_toc] |
| | | other = "Índice" |