mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[pt] changed graph mistakes
This commit is contained in:
committed by
Émilie Feral
parent
d0a9dabd64
commit
ad348cb64e
@@ -1,5 +1,5 @@
|
||||
FunctionApp = "Função"
|
||||
FunctionAppCapital = "FUNÇÃO"
|
||||
FunctionApp = "Funções"
|
||||
FunctionAppCapital = "FUNÇÕES"
|
||||
FunctionTab = "Funções"
|
||||
AddFunction = "Adicionar uma função"
|
||||
DeleteFunction = "Eliminar a função"
|
||||
@@ -16,16 +16,16 @@ NoFunction = "Nenhuma função"
|
||||
NoActivatedFunction = "Sem função activada"
|
||||
PlotOptions = "Opções da curva"
|
||||
Compute = "Calcular"
|
||||
Zeros = "Raízes"
|
||||
Zeros = "Zeros"
|
||||
Tangent = "Tangente"
|
||||
Intersection = "Intersecção"
|
||||
Intersection = "Interseção"
|
||||
Preimage = "Imagem inversa"
|
||||
SelectLowerBound = "Selecionar limite superior "
|
||||
SelectUpperBound = "Selecionar limite inferior "
|
||||
SelectLowerBound = "Selecionar limite inferior"
|
||||
SelectUpperBound = "Selecionar limite superior"
|
||||
NoMaximumFound = "Nenhum máximo encontrado"
|
||||
NoMinimumFound = "Nenhum mínimo encontrado"
|
||||
NoZeroFound = "Nenhuma raiz encontrada"
|
||||
NoIntersectionFound = "Nenhuma intersecção encontrada"
|
||||
NoIntersectionFound = "Nenhuma interseção encontrada"
|
||||
NoPreimageFound = "Nenhuma imagem inversa encontrada"
|
||||
DerivativeFunctionColumn = "Coluna da função derivada"
|
||||
HideDerivativeColumn = "Esconder função derivada"
|
||||
|
||||
Reference in New Issue
Block a user