Skip to content

Commit

Permalink
Merge pull request #20348 from ViniciusCestarii/improve-i18n-pt-br
Browse files Browse the repository at this point in the history
feat(i18n): improve pt-BR translation
  • Loading branch information
plainheart authored Sep 16, 2024
2 parents 0ffc94b + b70e4d2 commit 5cb2a72
Showing 1 changed file with 12 additions and 12 deletions.
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

0 comments on commit 5cb2a72

Please sign in to comment.