mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
added equivalents
This commit is contained in:
committed by
EmilieNumworks
parent
61399d07eb
commit
7b40f55973
@@ -1,9 +1,9 @@
|
||||
CalculApp = "Berechnung"
|
||||
CalculAppCapital = "BERECHNUNG"
|
||||
AdditionalResults = "????"
|
||||
DecimalBase = "????"
|
||||
HexadecimalBase = "????"
|
||||
BinaryBase = "????"
|
||||
PrimeFactors = "????"
|
||||
MixedFraction = "????"
|
||||
EuclideanDivision = "????"
|
||||
AdditionalResults = "Weitere Ergebnisse"
|
||||
DecimalBase = "Dezimal"
|
||||
HexadecimalBase = "Hexadezimal"
|
||||
BinaryBase = "Binär"
|
||||
PrimeFactors = "Primfaktoren"
|
||||
MixedFraction = "Gemischte Zahl"
|
||||
EuclideanDivision = "Division mit Rest"
|
||||
|
||||
Reference in New Issue
Block a user