mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
committed by
GitHub
parent
7528f5bf5e
commit
13c99afe10
20
i18n/en.toml
20
i18n/en.toml
@@ -1,3 +1,21 @@
|
||||
[readingTime]
|
||||
[category]
|
||||
other = "category"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
|
||||
[reading_time]
|
||||
one = "One minute read"
|
||||
other = "{{ .Count }} minutes read"
|
||||
|
||||
[page_not_found]
|
||||
other = "Page Not Found"
|
||||
|
||||
[page_does_not_exist]
|
||||
other = "Sorry, this page does not exist."
|
||||
|
||||
[head_back]
|
||||
other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
|
||||
|
||||
[powered_by]
|
||||
other = "Powered by"
|
||||
|
||||
21
i18n/pt-br.toml
Normal file
21
i18n/pt-br.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[category]
|
||||
other = "categoria"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
|
||||
[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 = "Desculpe, essa página não existe."
|
||||
|
||||
[head_back]
|
||||
other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
|
||||
|
||||
[powered_by]
|
||||
other = "Promovido por"
|
||||
Reference in New Issue
Block a user