Files
Upsilon/apps/regression/base.es.i18n
Romain Goyet e6ed6c74a4 [apps] Split the i18n in multiple files
A Python script aggregates all i18n files and merges them.
We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
2017-09-29 17:08:46 +02:00

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"