From ddd3904ea990b3c11151f8e77cc12f9432a7269c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Wed, 22 Apr 2020 10:25:48 +0200 Subject: [PATCH] [apps/calculation] Translate ES toolbox --- apps/calculation/base.es.i18n | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/calculation/base.es.i18n b/apps/calculation/base.es.i18n index 36d7a8bdb..25c3c5035 100644 --- a/apps/calculation/base.es.i18n +++ b/apps/calculation/base.es.i18n @@ -1,9 +1,9 @@ CalculApp = "Cálculo" CalculAppCapital = "CÁLCULO" -AdditionalResults = "????" -DecimalBase = "????" -HexadecimalBase = "????" -BinaryBase = "????" -PrimeFactors = "????" -MixedFraction = "????" -EuclideanDivision = "????" +AdditionalResults = "Resultados adicionales" +DecimalBase = "Decimal" +HexadecimalBase = "Hexadecimal" +BinaryBase = "Binario" +PrimeFactors = "Factores primos" +MixedFraction = "Fracción mixta" +EuclideanDivision = "División euclidiana"