mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[solver] Add message 'VariableNameTooLong'
This commit is contained in:
@@ -7,6 +7,7 @@ UseEquationModel = "Verwenden Sie ein Gleichungsmodell"
|
||||
RequireEquation = "Die Eingabe muss eine Gleichung sein"
|
||||
UndefinedEquation = "Nicht definierte Gleichung"
|
||||
TooManyVariables = "Es gibt zu viele Unbekannte"
|
||||
VariableNameTooLong = "Variable Namen konnen nicht 10 Zeichen überschreiten"
|
||||
NonLinearSystem = "Das System ist nicht linear"
|
||||
Solution = "Loesung"
|
||||
ApproximateSolution = "Ungefaehre Loesung"
|
||||
|
||||
@@ -7,6 +7,7 @@ UseEquationModel = "Use an equation template"
|
||||
RequireEquation = "The input must be an equation"
|
||||
UndefinedEquation = "Undefined equation"
|
||||
TooManyVariables = "There are too many unknowns"
|
||||
VariableNameTooLong = "The name of the unknown cannot exceed 10 characters"
|
||||
NonLinearSystem = "The system is not linear"
|
||||
Solution = "Solution"
|
||||
ApproximateSolution = "Approximate solution"
|
||||
|
||||
@@ -7,6 +7,7 @@ UseEquationModel = "Usar un modelo de ecuación"
|
||||
RequireEquation = "La entrada debe ser una ecuación"
|
||||
UndefinedEquation = "Ecuación indefinida"
|
||||
TooManyVariables = "Hay demasiadas incógnitas"
|
||||
VariableNameTooLong = "El nombre de una incógnita no puede tener más de 10 caracteres"
|
||||
NonLinearSystem = "El sistema no es lineal"
|
||||
Solution = "Solucion"
|
||||
ApproximateSolution = "Solución aproximada"
|
||||
|
||||
@@ -7,6 +7,7 @@ UseEquationModel = "Utiliser un modèle d'équation"
|
||||
RequireEquation = "L'entrée doit être une équation"
|
||||
UndefinedEquation = "Une equation est indéfinie"
|
||||
TooManyVariables = "Le nombre d'inconnues est trop grand"
|
||||
VariableNameTooLong = "Le nom d'une inconnue ne peut excéder 10 caractères"
|
||||
NonLinearSystem = "Le système n'est pas linéaire"
|
||||
Solution = "Solution"
|
||||
ApproximateSolution = "Solution approchée"
|
||||
|
||||
@@ -7,6 +7,7 @@ UseEquationModel = "Usar um modelo de equação"
|
||||
RequireEquation = "A entrada deve ser uma equação"
|
||||
UndefinedEquation = "Equação indefinida"
|
||||
TooManyVariables = "Existem muitas incógnitas"
|
||||
VariableNameTooLong = "O nome de uma incógnita não pode ter mais de 10 caracteres"
|
||||
NonLinearSystem = "O sistema não é linear"
|
||||
Solution = "Solução"
|
||||
ApproximateSolution = "Solução aproximada"
|
||||
|
||||
Reference in New Issue
Block a user