mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[solver] I18n: add messages "The polynomial has no real root"
This commit is contained in:
@@ -21,3 +21,5 @@ ApproximateSolutionIntervalInstruction0= "Geben Sie das Intervall fuer die Suche
|
||||
ApproximateSolutionIntervalInstruction1= "nach einer ungefaehren Loesung ein"
|
||||
OnlyFirstSolutionsDisplayed0 = "Es werden nur die ersten"
|
||||
OnlyFirstSolutionsDisplayed1 = "zehn Loesungen angezeigt."
|
||||
PolynomeHasNoRealSolution0 = "Das Polynom hat"
|
||||
PolynomeHasNoRealSolution1 = "keine reelle Nullstelle"
|
||||
|
||||
@@ -21,3 +21,5 @@ ApproximateSolutionIntervalInstruction0= "Enter the interval to search"
|
||||
ApproximateSolutionIntervalInstruction1= "for an approximate solution"
|
||||
OnlyFirstSolutionsDisplayed0 = "Only the first 10 solutions"
|
||||
OnlyFirstSolutionsDisplayed1 = "are displayed"
|
||||
PolynomeHasNoRealSolution0 = "The polynomial has no"
|
||||
PolynomeHasNoRealSolution1 = "real root"
|
||||
|
||||
@@ -21,3 +21,5 @@ ApproximateSolutionIntervalInstruction0= "Introduzca el intervalo para"
|
||||
ApproximateSolutionIntervalInstruction1= "buscar una solución aproximada"
|
||||
OnlyFirstSolutionsDisplayed0 = "Sólo se muestran las"
|
||||
OnlyFirstSolutionsDisplayed1 = "10 primeras soluciones"
|
||||
PolynomeHasNoRealSolution0 = "El polinomio no tiene"
|
||||
PolynomeHasNoRealSolution1 = "ninguna raíz real"
|
||||
|
||||
@@ -21,3 +21,5 @@ ApproximateSolutionIntervalInstruction0= "Entrez l'intervalle dans lequel"
|
||||
ApproximateSolutionIntervalInstruction1= "rechercher une solution approchée"
|
||||
OnlyFirstSolutionsDisplayed0 = "Seulement les 10 premières"
|
||||
OnlyFirstSolutionsDisplayed1 = "solutions sont affichées"
|
||||
PolynomeHasNoRealSolution0 = "Le polynôme n'admet pas"
|
||||
PolynomeHasNoRealSolution1 = "de racine réelle"
|
||||
|
||||
@@ -21,3 +21,5 @@ ApproximateSolutionIntervalInstruction0= "Digite o intervalo para procurar"
|
||||
ApproximateSolutionIntervalInstruction1= "uma solução aproximada"
|
||||
OnlyFirstSolutionsDisplayed0 = "Somente as 10 primeiras"
|
||||
OnlyFirstSolutionsDisplayed1 = "soluções são exibidas"
|
||||
PolynomeHasNoRealSolution0 = "O polinômio não tem"
|
||||
PolynomeHasNoRealSolution1 = "nenhuma raiz real"
|
||||
|
||||
Reference in New Issue
Block a user