Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(i18n): add PT-BR translation file for UI items #175

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions data/search/i18n/pt-br.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
[all]
other = "Todos"

[cancel]
other = "Cancelar"

[expand]
other = "Expandir"

[index_fails]
other = "Falha ao inicializar índice."

[input_placeholder]
other = "Digite para buscar"

[search_stat]
one = "Encontrado {total} resultado em {time}."
other = "Encontrados {total} resultados em {time}."

[sort_by_default]
other = "Melhor correpondência"

[sort_by_date_asc]
other = "Mais velho"

[sort_by_date_desc]
other = "Mais novo"

[taxonomy_authors]
other = "Autores"

[taxonomy_categories]
other = "Categorias"

[taxonomy_series]
other = "Séries"

[taxonomy_tags]
other = "Etiquetas"

[to_close]
other = "para fechar"

[to_navigate]
other = "para navegar"

[to_search]
other = "para buscar"

[to_select]
other = "para selecionar"

[years]
other = "Anos"