mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
FunctionApp = "Funções"
|
|
FunctionAppCapital = "FUNÇÕES"
|
|
FunctionTab = "Funções"
|
|
AddFunction = "Adicionar uma função"
|
|
DeleteFunction = "Eliminar a função"
|
|
CurveType = "Tipo de curva"
|
|
CartesianType = "Cartesiano "
|
|
PolarType = "Polar "
|
|
ParametricType = "Paramétrico "
|
|
IntervalT = "Intervalo t"
|
|
IntervalTheta = "Intervalo θ"
|
|
IntervalX = "Intervalo x"
|
|
FunctionDomain = "Intervalo do gráfico"
|
|
FunctionColor = "Cor da função"
|
|
NoFunction = "Nenhuma função"
|
|
NoActivatedFunction = "Sem função activada"
|
|
PlotOptions = "Opções da curva"
|
|
Compute = "Calcular"
|
|
Zeros = "Zeros"
|
|
Tangent = "Tangente"
|
|
Intersection = "Interseção"
|
|
Preimage = "Imagem inversa"
|
|
SelectLowerBound = "Selecionar limite inferior"
|
|
SelectUpperBound = "Selecionar limite superior"
|
|
NoMaximumFound = "Nenhum máximo encontrado"
|
|
NoMinimumFound = "Nenhum mínimo encontrado"
|
|
NoZeroFound = "Nenhuma raiz encontrada"
|
|
NoIntersectionFound = "Nenhuma interseçã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, _"
|
|
ReservedName = "Nome reservado"
|