mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix notice and taxonomies translations (#544)
* Fix missing translations for notices * Fix taxonomy translations
This commit is contained in:
committed by
GitHub
parent
c309f14e0f
commit
982745144f
34
i18n/en.toml
34
i18n/en.toml
@@ -1,15 +1,24 @@
|
||||
[category]
|
||||
other = "category"
|
||||
|
||||
[categories]
|
||||
other = "categories"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
|
||||
[tags]
|
||||
other = "tags"
|
||||
|
||||
[series]
|
||||
other = "series"
|
||||
|
||||
[author]
|
||||
other = "author"
|
||||
|
||||
[authors]
|
||||
other = "authors"
|
||||
|
||||
[posts]
|
||||
other = "posts"
|
||||
|
||||
@@ -32,14 +41,23 @@ other = "Powered by"
|
||||
[see_also]
|
||||
other = "See also in"
|
||||
|
||||
[notice_warning]
|
||||
other = "Warning"
|
||||
[note]
|
||||
other = "note"
|
||||
|
||||
[notice_tip]
|
||||
other = "Tip"
|
||||
[tip]
|
||||
other = "tip"
|
||||
|
||||
[notice_note]
|
||||
other = "Note"
|
||||
[example]
|
||||
other = "example"
|
||||
|
||||
[notice_info]
|
||||
other = "Info"
|
||||
[question]
|
||||
other = "question"
|
||||
|
||||
[info]
|
||||
other = "info"
|
||||
|
||||
[warning]
|
||||
other = "warning"
|
||||
|
||||
[error]
|
||||
other = "error"
|
||||
|
||||
@@ -1,15 +1,24 @@
|
||||
[category]
|
||||
other = "categoria"
|
||||
|
||||
[categories]
|
||||
other = "categorias"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
other = "etiqueta"
|
||||
|
||||
[tags]
|
||||
other = "etiquetas"
|
||||
|
||||
[series]
|
||||
other = "séries"
|
||||
|
||||
[author]
|
||||
[autor]
|
||||
other = "autor"
|
||||
|
||||
[authors]
|
||||
other = "autores"
|
||||
|
||||
[posts]
|
||||
other = "artigos"
|
||||
|
||||
@@ -28,3 +37,24 @@ other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
|
||||
|
||||
[powered_by]
|
||||
other = "Promovido por"
|
||||
|
||||
[note]
|
||||
other = "nota"
|
||||
|
||||
[tip]
|
||||
other = "dica"
|
||||
|
||||
[example]
|
||||
other = "exemplo"
|
||||
|
||||
[question]
|
||||
other = "pergunta"
|
||||
|
||||
[info]
|
||||
other = "info"
|
||||
|
||||
[warning]
|
||||
other = "aviso"
|
||||
|
||||
[error]
|
||||
other = "erro"
|
||||
|
||||
Reference in New Issue
Block a user