mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[nl] Start translation
This commit is contained in:
committed by
Émilie Feral
parent
ae71c23147
commit
8a37096680
@@ -23,6 +23,7 @@ i18n_files += $(addprefix apps/solver/,\
|
||||
base.en.i18n\
|
||||
base.es.i18n\
|
||||
base.fr.i18n\
|
||||
base.nl.i18n\
|
||||
base.pt.i18n\
|
||||
)
|
||||
|
||||
|
||||
29
apps/solver/base.nl.i18n
Normal file
29
apps/solver/base.nl.i18n
Normal file
@@ -0,0 +1,29 @@
|
||||
SolverApp = "Equations"
|
||||
SolverAppCapital = "EQUATIONS"
|
||||
AddEquation = "Add equation"
|
||||
ResolveEquation = "Solve the equation"
|
||||
ResolveSystem = "Solve the system"
|
||||
UseEquationModel = "Use an equation template"
|
||||
RequireEquation = "The input must be an equation"
|
||||
UnrealEquation = "Unreal equation"
|
||||
UndefinedEquation = "Undefined equation"
|
||||
TooManyVariables = "There are too many unknowns"
|
||||
NonLinearSystem = "The system is not linear"
|
||||
Solution = "Solution"
|
||||
ApproximateSolution = "Approximate solution"
|
||||
SearchInverval = "Search interval"
|
||||
NoSolutionSystem = "The system has no solution"
|
||||
NoSolutionEquation = "The equation has no solution"
|
||||
NoSolutionInterval = "No solution found in the interval"
|
||||
EnterEquation = "Enter an equation"
|
||||
InfiniteNumberOfSolutions = "There are an infinite number of solutions"
|
||||
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"
|
||||
PredefinedVariablesUsedLeft = "Used "
|
||||
PredefinedVariablesUsedRight = "predefined variables"
|
||||
PredefinedVariablesIgnoredLeft = "Ignored"
|
||||
PredefinedVariablesIgnoredRight = " predefined variables"
|
||||
Reference in New Issue
Block a user