Skip to content

Commit 099a887

Browse files
vinipitta (vinicius@viniciusaraujo.net)vinipitta (vinicius@viniciusaraujo.net)
authored andcommitted
Add missing keys and some key fixing.
1 parent 3ea9b90 commit 099a887

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/locales/pt-br.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
'Click to enter Plot title': 'Clique para editar o título do Gráfico',
2222
'Click to enter X axis title': 'Clique para editar o título do eixo X',
2323
'Click to enter Y axis title': 'Clique para editar o título do eixo Y',
24+
'Click to enter radial axis title': 'Clique para editar o título do eixo radial',
2425
'Compare data on hover': 'Comparar dados ao pairar',
2526
'Double-click on legend to isolate one trace': 'Duplo clique na legenda para isolar uma serie',
2627
'Double-click to zoom back out': 'Duplo clique para reverter zoom',
@@ -37,7 +38,7 @@ module.exports = {
3738
'Reset camera to last save': 'Restaurar câmera para última salva',
3839
'Reset view': 'Restaurar visão',
3940
'Reset views': 'Restaurar visões',
40-
'Show closest data on hover': 'Exibir dado mais próximo ao passar ao pairar',
41+
'Show closest data on hover': 'Exibir dado mais próximo ao pairar',
4142
'Snapshot succeeded': 'Captura instantânea completa',
4243
'Sorry, there was a problem downloading your snapshot!': 'Desculpe, houve um problema no download de sua captura instantânea!',
4344
'Taking snapshot - this may take a few seconds': 'Efetuando captura instantânea - isso pode levar alguns instantes',
@@ -50,6 +51,12 @@ module.exports = {
5051
'close': 'fechamento',
5152
'high': 'alta',
5253
'incoming flow count': 'contagem de fluxo de entrada',
54+
55+
//from 'BOXPLOT: A VISUAL RESOURCE FOR ANALYSIS AND INTERPRETATION OF QUANTITATIVE DATA' (ISSN: 1981-3708)
56+
//viewed in 2018-05-09 at http://docs.bvsalud.org/biblioref/2017/11/875289/1132-6472-2-pb.pdf
57+
//original acronym kpet because did not found other references of this type of plot in portuguese.
58+
'kde': 'densidade de probabilidade (kde)',
59+
5360
'lat': 'latitude',
5461
'lon': 'longitude',
5562
'low': 'baixa',
@@ -59,6 +66,7 @@ module.exports = {
5966
'mean': 'mediana',
6067
'median': 'mediana',
6168
'min': 'mínimo',
69+
'new text': 'novo texto',
6270
'open': 'abertura',
6371
'outgoing flow count': 'contagem de fluxo de saída',
6472
'q1': 'q1',

0 commit comments

Comments
 (0)