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): improve pt-BR translation #20348

Merged
merged 1 commit into from
Sep 16, 2024
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
24 changes: 12 additions & 12 deletions src/i18n/langPT-br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
legend: {
selector: {
all: 'Todas',
inverse: 'Inv'
inverse: 'Inverter'
}
},
toolbox: {
Expand Down Expand Up @@ -75,7 +75,7 @@ export default {
}
},
restore: {
title: 'Restore'
title: 'Restaurar'
},
saveAsImage: {
title: 'Salvar como imagem',
Expand All @@ -90,22 +90,22 @@ export default {
scatter: 'Gráfico de dispersão',
effectScatter: 'Gráfico de dispersão ondulado',
radar: 'Gráfico radar',
tree: 'Árvore',
treemap: 'Treemap',
boxplot: 'Boxplot',
candlestick: 'Candlestick',
k: 'Gráfico K line',
tree: 'Gráfico de árvore',
treemap: 'Mapa de árvore',
boxplot: 'Gráfico de caixa',
candlestick: 'Gráfico de vela',
k: 'Gráfico de linha K',
heatmap: 'Mapa de calor',
map: 'Mapa',
parallel: 'Coordenadas paralelas',
lines: 'Gráfico de linhas',
graph: 'Relationship graph',
graph: 'Grafo',
sankey: 'Gráfico Sankey',
funnel: 'Gráfico de funil',
gauge: 'Gauge',
pictorialBar: 'Pictorial bar',
themeRiver: 'Theme River Map',
sunburst: 'Sunburst',
gauge: 'Gráfico de medidor',
pictorialBar: 'Barra pictórica',
themeRiver: 'Gráfico de rio de tema',
sunburst: 'Gráfico de explosão solar',
custom: 'Gráfico personalizado',
chart: 'Gráfico'
}
Expand Down