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
439 B
Plaintext
13 lines
439 B
Plaintext
RegressionApp = "Regressions"
|
|
RegressionAppCapital = "REGRESSIONS"
|
|
Regression = "Regression"
|
|
NoEnoughDataForRegression = "Pas assez de donnees pour une regression"
|
|
Reg = "reg"
|
|
MeanDot = "moyen"
|
|
RegressionSlope = "Droite de regression"
|
|
XPrediction = "Prediction sachant X"
|
|
YPrediction = "Prediction sachant Y"
|
|
ValueNotReachedByRegression = "Valeur non atteinte par la regression"
|
|
NumberOfDots = "Nombre de points"
|
|
Covariance = "Covariance"
|