[calculation] WIP: add messages for RationalListController

This commit is contained in:
Émilie Feral
2019-12-23 19:07:46 +01:00
committed by Léa Saviot
parent f94727b62d
commit 47e7a8407b
5 changed files with 10 additions and 0 deletions

View File

@@ -5,3 +5,5 @@ DecimalBase = "????"
HexadecimalBase = "????"
BinaryBase = "????"
PrimeFactors = "????"
MixedFraction = "????"
EuclideanDivision = "????"

View File

@@ -5,3 +5,5 @@ DecimalBase = "Decimal"
HexadecimalBase = "Hexadecimal"
BinaryBase = "Binary"
PrimeFactors = "Prime factors"
MixedFraction = "Mixed fraction"
EuclideanDivision = "Euclidean division"

View File

@@ -5,3 +5,5 @@ DecimalBase = "????"
HexadecimalBase = "????"
BinaryBase = "????"
PrimeFactors = "????"
MixedFraction = "????"
EuclideanDivision = "????"

View File

@@ -5,3 +5,5 @@ DecimalBase = "Décimal"
HexadecimalBase = "Hexadécimal"
BinaryBase = "Binaire"
PrimeFactors = "Facteurs premiers"
MixedFraction = "Fraction mixte"
EuclideanDivision = "Division euclidienne"

View File

@@ -5,3 +5,5 @@ DecimalBase = "????"
HexadecimalBase = "????"
BinaryBase = "????"
PrimeFactors = "????"
MixedFraction = "????"
EuclideanDivision = "????"