mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
2b5f00640d
Signed-off-by: igorr0driguez <42983358+igorr0driguez@users.noreply.github.com>
34 lines
523 B
YAML
34 lines
523 B
YAML
- id: prev_page
|
|
translation: "Página Anterior"
|
|
|
|
- id: next_page
|
|
translation: "Próxima Página"
|
|
|
|
- id: read_time
|
|
translation:
|
|
one: "1 minuto"
|
|
other: "{{ .Count }} minutos"
|
|
|
|
- id: words
|
|
translation:
|
|
one : "palavra"
|
|
other: "{{ .Count }} palavras"
|
|
|
|
- id: toc
|
|
translation: "Conteúdo"
|
|
|
|
- id: translations
|
|
translation: "Traduções"
|
|
|
|
- id: home
|
|
translation: "Início"
|
|
|
|
- id: edit_post
|
|
translation: "Editar"
|
|
|
|
- id: code_copy
|
|
translation: "copiar"
|
|
|
|
- id: code_copied
|
|
translation: "copiado!"
|