mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/graph] Add preimage to i18n
This commit is contained in:
committed by
Émilie Feral
parent
e39172a7cd
commit
ab108bbd2c
@@ -11,12 +11,14 @@ Compute = "Berechnen"
|
||||
Zeros = "Nullstellen"
|
||||
Tangent = "Tangente"
|
||||
Intersection = "Schnittmenge"
|
||||
Preimage = "Urbild"
|
||||
SelectLowerBound = "Untere Integrationsgrenze"
|
||||
SelectUpperBound = "Obere Integrationsgrenze"
|
||||
NoMaximumFound = "Kein Maximalwert gefunden"
|
||||
NoMinimumFound = "Kein Mindestwert gefunden"
|
||||
NoZeroFound = "Keine Nullstelle gefunden"
|
||||
NoIntersectionFound = "Kein Schnittpunkt gefunden"
|
||||
NoPreimageFound = "Kein Urbild gefunden"
|
||||
DerivativeFunctionColumn = "Spalte der Ableitungsfunktion"
|
||||
HideDerivativeColumn = "Ableitungsfunktion ausblenden"
|
||||
AllowedCharactersAZaz09 = "Erlaubte Zeichen: A-Z, a-z, 0-9, _"
|
||||
|
||||
@@ -11,12 +11,14 @@ Compute = "Calculate"
|
||||
Zeros = "Zeros"
|
||||
Tangent = "Tangent"
|
||||
Intersection = "Intersection"
|
||||
Preimage = "Inverse image"
|
||||
SelectLowerBound = "Select lower bound"
|
||||
SelectUpperBound = "Select upper bound"
|
||||
NoMaximumFound = "No maximum found"
|
||||
NoMinimumFound = "No minimum found"
|
||||
NoZeroFound = "No zero found"
|
||||
NoIntersectionFound = "No intersection found"
|
||||
NoPreimageFound = "No inverse image found"
|
||||
DerivativeFunctionColumn = "Derivative function column"
|
||||
HideDerivativeColumn = "Hide the derivative function"
|
||||
AllowedCharactersAZaz09 = "Allowed characters: A-Z, a-z, 0-9, _"
|
||||
|
||||
@@ -11,12 +11,14 @@ Compute = "Calcular"
|
||||
Zeros = "Raíces"
|
||||
Tangent = "Tangente"
|
||||
Intersection = "Intersección"
|
||||
Preimage = "Imagen inversa"
|
||||
SelectLowerBound = "Seleccionar el límite inferior"
|
||||
SelectUpperBound = "Seleccionar el límite superior"
|
||||
NoMaximumFound = "Níngun máximo encontrado"
|
||||
NoMinimumFound = "Níngun mínimo encontrado"
|
||||
NoZeroFound = "Ninguna raíz encontrada"
|
||||
NoIntersectionFound = "Ninguna intersección encontrada"
|
||||
NoPreimageFound = "Ninguna imagen inversa encontrada"
|
||||
DerivativeFunctionColumn = "Columna de la derivada"
|
||||
HideDerivativeColumn = "Ocultar la derivada"
|
||||
AllowedCharactersAZaz09 = "Caracteres permitidos : A-Z, a-z, 0-9, _"
|
||||
|
||||
@@ -11,12 +11,14 @@ Compute = "Calculer"
|
||||
Zeros = "Zéros"
|
||||
Tangent = "Tangente"
|
||||
Intersection = "Intersection"
|
||||
Preimage = "Antécédent"
|
||||
SelectLowerBound = "Selectionner la borne inférieure"
|
||||
SelectUpperBound = "Selectionner la borne supérieure"
|
||||
NoMaximumFound = "Aucun maximum trouvé"
|
||||
NoMinimumFound = "Aucun minimum trouvé"
|
||||
NoZeroFound = "Aucun zéro trouvé"
|
||||
NoIntersectionFound = "Aucune intersection trouvée"
|
||||
NoPreimageFound = "Aucun antécédent trouvé"
|
||||
DerivativeFunctionColumn = "Colonne de la fonction derivée"
|
||||
HideDerivativeColumn = "Masquer la fonction derivée"
|
||||
AllowedCharactersAZaz09 = "Caractères autorisés : A-Z, a-z, 0-9, _"
|
||||
|
||||
@@ -11,12 +11,14 @@ Compute = "Calcular"
|
||||
Zeros = "Raízes"
|
||||
Tangent = "Tangente"
|
||||
Intersection = "Intersecção"
|
||||
Preimage = "Imagem inversa"
|
||||
SelectLowerBound = "Selecionar limite superior"
|
||||
SelectUpperBound = "Selecionar limite inferior"
|
||||
NoMaximumFound = "Nenhum máximo encontrado"
|
||||
NoMinimumFound = "Nenhum mínimo encontrado"
|
||||
NoZeroFound = "Nenhuma raiz encontrada"
|
||||
NoIntersectionFound = "Nenhuma intersecção encontrada"
|
||||
NoPreimageFound = "Nenhuma imagem inversa encontrada"
|
||||
DerivativeFunctionColumn = "Coluna da função derivada"
|
||||
HideDerivativeColumn = "Esconder função derivada"
|
||||
AllowedCharactersAZaz09 = "Caracteres permitidos : A-Z, a-z, 0-9, _"
|
||||
|
||||
Reference in New Issue
Block a user