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
13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
RegressionApp = "Regression"
|
|
RegressionAppCapital = "REGRESSION"
|
|
Regression = "Regression"
|
|
NoEnoughDataForRegression = "Nicht genug Daten fur eine Regression"
|
|
Reg = "reg"
|
|
MeanDot = "mittel"
|
|
RegressionSlope = "Regressionsgerade"
|
|
XPrediction = "Berechne Y"
|
|
YPrediction = "Berechne X"
|
|
ValueNotReachedByRegression = "Wert wird nicht von der Regression erreicht"
|
|
NumberOfDots = "Punktanzahl"
|
|
Covariance = "Kovarianz"
|