mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +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
411 B
Plaintext
13 lines
411 B
Plaintext
RegressionApp = "Regression"
|
|
RegressionAppCapital = "REGRESSION"
|
|
Regression = "Regression"
|
|
NoEnoughDataForRegression = "Not enough data for regression"
|
|
Reg = "reg"
|
|
MeanDot = "mean"
|
|
RegressionSlope = "Regression line"
|
|
XPrediction = "Prediction given X"
|
|
YPrediction = "Prediction given Y"
|
|
ValueNotReachedByRegression = "Value not reached by regression"
|
|
NumberOfDots = "Number of points"
|
|
Covariance = "Covariance"
|