mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
A Python script aggregates all i18n files and merges them. We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
31 lines
911 B
Plaintext
31 lines
911 B
Plaintext
StatsApp = "Statistiken"
|
||
StatsAppCapital = "STATISTIKEN"
|
||
DataTab = "Daten"
|
||
HistogramTab = "Histogramm"
|
||
BoxTab = "Boxplot"
|
||
StatTab = "Stats"
|
||
Values = "Werte"
|
||
Sizes = "Haufigkeiten"
|
||
ColumnOptions = "Optionen Spalte"
|
||
ImportList = "Laden eine Liste"
|
||
NoDataToPlot = "Keine Daten zu zeichnen"
|
||
Interval = " Intervall"
|
||
Size = " Haufigkeit"
|
||
Frequency = "Relative"
|
||
HistogramSet = "Einstellung des Histogramms"
|
||
RectangleWidth = "Breite der Rechtecken"
|
||
BarStart = "Beginn der Serie"
|
||
FirstQuartile = "Unteres Quartil"
|
||
Median = "Median"
|
||
ThirdQuartile = "Oberes Quartil"
|
||
NoValueToCompute = "Keine Grosse zu berechnen"
|
||
TotalSize = "Anzahl der Elemente"
|
||
Range = "Spannweite"
|
||
Mean = "Mittelwert"
|
||
StandardDeviation = "Standardabweichung"
|
||
StandardDeviationSigma = "Standardabweichung σ"
|
||
SampleStandardDeviationS = "Standardabweichung s"
|
||
Deviation = "Varianz"
|
||
InterquartileRange = "Interquartilsabstand"
|
||
SquareSum = "Quadratsumme"
|