Files
Upsilon/apps/statistics/base.pt.i18n
Romain Goyet e6ed6c74a4 [apps] Split the i18n in multiple files
A Python script aggregates all i18n files and merges them.
We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
2017-09-29 17:08:46 +02:00

31 lines
913 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
StatsApp = "Estatistica"
StatsAppCapital = "ESTATISTICA"
DataTab = "Dados"
HistogramTab = "Histograma"
BoxTab = "Caixa"
StatTab = "Estat"
Values = "Valores"
Sizes = "Frequencias"
ColumnOptions = "Opcoes de coluna"
ImportList = "Importar de uma lista"
NoDataToPlot = "Nao ha dados para desenhar"
Interval = " Intervalo"
Size = " Frequencia"
Frequency = "Relativa"
HistogramSet = "Configurando o histograma"
RectangleWidth = "Largura dos rectangulos"
BarStart = "Inicio da serie"
FirstQuartile = "Quartil inferior"
Median = "Mediana"
ThirdQuartile = "Quartil superior"
NoValueToCompute = "Nenhuma quantidade para calcular"
TotalSize = "Numero de itens"
Range = "Amplitude"
Mean = "Media"
StandardDeviation = "Desvio padrao"
StandardDeviationSigma = "Desvio padrao σ"
SampleStandardDeviationS = "Desvio padrao amostral s"
Deviation = "Variancia"
InterquartileRange = "Interquartil"
SquareSum = "Soma dos quadrados"