mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +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
407 B
Plaintext
13 lines
407 B
Plaintext
RegressionApp = "Regresion"
|
|
RegressionAppCapital = "REGRESION"
|
|
Regression = "Regresion"
|
|
NoEnoughDataForRegression = "Escasez de datos para la regresion"
|
|
Reg = "reg"
|
|
MeanDot = "media"
|
|
RegressionSlope = "Recta de regresion"
|
|
XPrediction = "Prediccion dado X"
|
|
YPrediction = "Prediccion dado Y"
|
|
ValueNotReachedByRegression = "No se alcanza este valor"
|
|
NumberOfDots = "Numero de puntos"
|
|
Covariance = "Covarianza"
|