Warning, /education/analitza/poqm/pt_BR/analitza_qt.po is written in an unsupported language. File is not indexed.

0001 # Translation of analitza_qt.po to Brazilian Portuguese
0002 # Copyright (C) 2011-2016 This_file_is_part_of_KDE
0003 # This file is distributed under the same license as the PACKAGE package.
0004 #
0005 # Marcus Gama <marcus.gama@gmail.com>, 2011.
0006 # André Marcelo Alvarenga <alvarenga@kde.org>, 2012, 2013, 2014, 2015, 2016.
0007 # Aracele Torres <aracele@kde.org>, 2015.
0008 # Frederico Goncalves Guimaraes <frederico@teia.bio.br>, 2016.
0009 # Luiz Fernando Ranghetti <elchevive@opensuse.org>, 2017, 2019.
0010 msgid ""
0011 msgstr ""
0012 "Project-Id-Version: analitza_qt\n"
0013 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
0014 "POT-Creation-Date: 2014-02-16 03:26+0000\n"
0015 "PO-Revision-Date: 2019-02-05 16:45-0200\n"
0016 "Last-Translator: Luiz Fernando Ranghetti <elchevive@opensuse.org>\n"
0017 "Language-Team: Portuguese <kde-i18n-pt_BR@kde.org>\n"
0018 "Language: pt_BR\n"
0019 "MIME-Version: 1.0\n"
0020 "Content-Type: text/plain; charset=UTF-8\n"
0021 "Content-Transfer-Encoding: 8bit\n"
0022 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
0023 "X-Generator: Lokalize 18.12.1\n"
0024 "X-Qt-Contexts: true\n"
0025 
0026 msgctxt "QObject|dictionary"
0027 msgid "xaxaxaxaxa"
0028 msgstr "xaxaxaxaxa"
0029 
0030 msgctxt "QObject|dictionary"
0031 msgid "cosa"
0032 msgstr "cosa"
0033 
0034 #: analitza/analyzer.cpp:193
0035 msgctxt "QCoreApplication|"
0036 msgid "Cannot calculate an empty expression"
0037 msgstr "Não é possível calcular uma expressão vazia"
0038 
0039 #: analitza/analyzer.cpp:240 analitza/analyzer.cpp:259
0040 #: analitza/analyzer.cpp:285
0041 msgctxt "QCoreApplication|"
0042 msgid "Must specify a correct operation"
0043 msgstr "É necessário especificar uma operação correta"
0044 
0045 #: analitza/analyzer.cpp:255 analitza/analyzer.cpp:288
0046 #, qt-format
0047 msgctxt "QCoreApplication|"
0048 msgid "Unknown identifier: '%1'"
0049 msgstr "Identificador desconhecido: '%1'"
0050 
0051 #: analitza/analyzer.cpp:257 analitza/analyzer.cpp:290
0052 msgctxt "identifier separator in error message|"
0053 msgid "', '"
0054 msgstr "', '"
0055 
0056 #: analitza/analyzer.cpp:615
0057 msgctxt "Error message, no proper condition found.|"
0058 msgid "Could not find a proper choice for a condition statement."
0059 msgstr ""
0060 "Não foi possível localizar uma escolha apropriada para uma instrução de "
0061 "condição."
0062 
0063 #: analitza/analyzer.cpp:936
0064 msgctxt "QCoreApplication|"
0065 msgid "Type not supported for bounding."
0066 msgstr "Tipo não suportado para limite."
0067 
0068 #: analitza/analyzer.cpp:961
0069 msgctxt "QCoreApplication|"
0070 msgid "The downlimit is greater than the uplimit"
0071 msgstr "O limite inferior é maior que o limite superior"
0072 
0073 #: analitza/analyzer.cpp:963
0074 msgctxt "QCoreApplication|"
0075 msgid "Incorrect uplimit or downlimit."
0076 msgstr "Limite superior ou inferior incorreto."
0077 
0078 #: analitza/analyzer.cpp:1055 analitza/analyzer.cpp:1080
0079 #, qt-format
0080 msgctxt "QCoreApplication|"
0081 msgid "Invalid type for parameter '%1'"
0082 msgstr "Tipo inválido para o parâmetro '%1'"
0083 
0084 #: analitza/analyzer.cpp:1877
0085 msgctxt "By a cycle i mean a variable that depends on itself|"
0086 msgid "Defined a variable cycle"
0087 msgstr "Foi definido um ciclo de variáveis"
0088 
0089 #: analitza/analyzer.cpp:1919
0090 msgctxt "QCoreApplication|"
0091 msgid "The result is not a number"
0092 msgstr "O resultado não é um número"
0093 
0094 #: analitza/commands/blockmatrixcommands.cpp:44
0095 #: analitza/commands/blockmatrixcommands.cpp:234
0096 #: analitza/commands/listcommands.cpp:47 analitza/commands/listcommands.cpp:64
0097 #: analitza/commands/matrixcommands.cpp:48
0098 #: analitza/commands/matrixcommands.cpp:201
0099 #: analitza/commands/vectorcommands.cpp:45
0100 #: analitza/commands/vectorcommands.cpp:82
0101 #, qt-format
0102 msgctxt "QCoreApplication|"
0103 msgid "Invalid parameter count for '%1'"
0104 msgstr "Contagem de parâmetro inválida para '%1'"
0105 
0106 #: analitza/commands/blockmatrixcommands.cpp:86
0107 #: analitza/commands/blockmatrixcommands.cpp:119
0108 #: analitza/commands/blockmatrixcommands.cpp:122
0109 msgctxt "QCoreApplication|"
0110 msgid "Blocks must have consistent size between each and other"
0111 msgstr "Os blocos devem ter tamanhos consistentes entre eles"
0112 
0113 #: analitza/commands/blockmatrixcommands.cpp:90
0114 #: analitza/commands/blockmatrixcommands.cpp:126
0115 #: analitza/commands/blockmatrixcommands.cpp:263
0116 msgctxt "QCoreApplication|"
0117 msgid "Do not want empty blocks"
0118 msgstr "Não são desejáveis blocos vazios"
0119 
0120 #: analitza/commands/blockmatrixcommands.cpp:93
0121 #: analitza/commands/blockmatrixcommands.cpp:130
0122 #: analitza/commands/blockmatrixcommands.cpp:209
0123 #: analitza/commands/blockmatrixcommands.cpp:267
0124 msgctxt "QCoreApplication|"
0125 msgid "Blocks must be matrices"
0126 msgstr "Os blocos devem ser matrizes"
0127 
0128 #: analitza/commands/blockmatrixcommands.cpp:142
0129 msgctxt "QCoreApplication|"
0130 msgid "Number of blocks must be consistent"
0131 msgstr "Número de blocos deve ser consistente"
0132 
0133 #: analitza/commands/blockmatrixcommands.cpp:145
0134 #: analitza/commands/blockmatrixcommands.cpp:211
0135 #: analitza/commands/matrixcommands.cpp:147
0136 msgctxt "QCoreApplication|"
0137 msgid "Do not want empty vectors/matrixrow elements"
0138 msgstr "Não são desejáveis elementos de linhas de matrizes/vetores vazios"
0139 
0140 #: analitza/commands/blockmatrixcommands.cpp:150
0141 #: analitza/commands/blockmatrixcommands.cpp:213
0142 #: analitza/commands/matrixcommands.cpp:149
0143 msgctxt "QCoreApplication|"
0144 msgid "Matrix constructor needs vectors or matrixrow elements"
0145 msgstr ""
0146 "O construtor de matriz precisa de vetores ou de elementos de linhas de "
0147 "matrizes"
0148 
0149 #: analitza/commands/blockmatrixcommands.cpp:244
0150 #: analitza/commands/matrixcommands.cpp:288
0151 #, qt-format
0152 msgctxt "QCoreApplication|"
0153 msgid "the arg %1 is invalid or is error"
0154 msgstr "o arg %1 é inválido ou é um erro"
0155 
0156 #: analitza/commands/eigencommands.cpp:39
0157 #, qt-format
0158 msgctxt "QCoreApplication|"
0159 msgid "Invalid parameter count for '%1'. Should have 1 parameter"
0160 msgstr "Contagem de parâmetro inválida para '%1'. Deveria ter 1 parâmetro."
0161 
0162 #: analitza/commands/eigencommands.cpp:47
0163 #, qt-format
0164 msgctxt "QCoreApplication|"
0165 msgid "To use '%1' command the input matrix must be square"
0166 msgstr "Para usar o comando '%1' a entrada da matriz deve ser quadrada"
0167 
0168 #: analitza/commands/eigencommands.cpp:68
0169 #: analitza/commands/eigencommands.cpp:74
0170 #, qt-format
0171 msgctxt "QCoreApplication|"
0172 msgid ""
0173 "Invalid parameter type in matrix entry (%1,%2) for '%3', it must be a number "
0174 "value"
0175 msgstr ""
0176 "Tipo de parâmetro inválido na entrada da matriz (%1,%2) para '%3', deve ser "
0177 "um valor numérico"
0178 
0179 #: analitza/commands/eigencommands.cpp:126
0180 #: analitza/commands/eigencommands.cpp:193
0181 msgctxt "QCoreApplication|NaN means Not a Number, is an invalid float number"
0182 msgid "Returned eigenvalue is NaN"
0183 msgstr "Valor do Eigen devolvido é NaN"
0184 
0185 #: analitza/commands/eigencommands.cpp:132
0186 #: analitza/commands/eigencommands.cpp:196
0187 msgctxt "QCoreApplication|"
0188 msgid "Returned eigenvalue is too big"
0189 msgstr "Valor próprio devolvido é muito grande"
0190 
0191 #: analitza/commands/matrixcommands.cpp:31
0192 msgctxt "QCoreApplication|"
0193 msgid "Matrix dimensions must be greater than zero"
0194 msgstr "As dimensões da matriz devem ser maiores que zero"
0195 
0196 #: analitza/commands/matrixcommands.cpp:122 analitza/expression.cpp:296
0197 msgctxt "QCoreApplication|"
0198 msgid "All matrixrow elements must have the same size"
0199 msgstr "Todos os elementos das linhas da matriz devem ter o mesmo tamanho"
0200 
0201 #: analitza/commands/matrixcommands.cpp:127
0202 msgctxt "QCoreApplication|"
0203 msgid "Not all are rows or vectors"
0204 msgstr "Nem todos são linhas ou vetores"
0205 
0206 #: analitza/commands/matrixcommands.cpp:143
0207 msgctxt "QCoreApplication|"
0208 msgid "Every argument must be a matrixrow element"
0209 msgstr "Todo argumento deve ser um elemento de linha da matriz"
0210 
0211 #: analitza/commands/matrixcommands.cpp:241
0212 msgctxt "QCoreApplication|"
0213 msgid "The nth diagonal index must be less than the row count"
0214 msgstr "O índice diagonal enésimo deve ser menor do que o número de linhas"
0215 
0216 #: analitza/commands/matrixcommands.cpp:249
0217 msgctxt "QCoreApplication|"
0218 msgid "The nth diagonal index must be less than the column count"
0219 msgstr "O índice diagonal enésimo deve ser menor do que o número de colunas"
0220 
0221 #: analitza/commands/matrixcommands.cpp:265
0222 msgctxt "QCoreApplication|"
0223 msgid "nth diagonal index must be integer number"
0224 msgstr "O índice diagonal enésimo deve ser um número inteiro"
0225 
0226 #: analitza/commands/matrixcommands.cpp:269
0227 msgctxt "QCoreApplication|"
0228 msgid "nth diagonal index must be a positive integer number"
0229 msgstr "O índice diagonal enésimo deve ser um número inteiro positivo"
0230 
0231 #: analitza/commands/vectorcommands.cpp:62
0232 #, qt-format
0233 msgctxt "QCoreApplication|"
0234 msgid "Invalid parameter type for '%1', was expected a list"
0235 msgstr "Tipo de parâmetro inválido para o '%1', era esperado uma lista"
0236 
0237 #: analitza/commands/vectorcommands.cpp:75
0238 #: analitza/commands/vectorcommands.cpp:78
0239 msgctxt "QCoreApplication|"
0240 msgid "Vector size must be some integer value greater to zero"
0241 msgstr "O tamanho do vetor deve ser algum valor inteiro maior que zero"
0242 
0243 #: analitza/explexer.cpp:78
0244 msgctxt "QCoreApplication|"
0245 msgid "Unexpectedly arrived to the end of the input"
0246 msgstr "Chegou-se inesperadamente ao fim dos dados de entrada"
0247 
0248 #: analitza/explexer.cpp:112
0249 #, qt-format
0250 msgctxt "QCoreApplication|"
0251 msgid "Unknown token %1"
0252 msgstr "Token %1 desconhecido"
0253 
0254 #: analitza/expression.cpp:162
0255 #, qt-format
0256 msgctxt "QCoreApplication|"
0257 msgid "<em>%1</em> needs at least 2 parameters"
0258 msgstr "<em>%1</em> necessita de ao menos 2 parâmetros"
0259 
0260 #: analitza/expression.cpp:164
0261 #, qt-format
0262 msgctxt "QCoreApplication|"
0263 msgid "<em>%1</em> requires %2 parameters"
0264 msgstr "<em>%1</em> requer %2 parâmetros"
0265 
0266 #: analitza/expression.cpp:171
0267 #, qt-format
0268 msgctxt "QCoreApplication|"
0269 msgid "Missing boundary for '%1'"
0270 msgstr "Falta um limite para o '%1'"
0271 
0272 #: analitza/expression.cpp:173
0273 #, qt-format
0274 msgctxt "QCoreApplication|"
0275 msgid "Unexpected bounding for '%1'"
0276 msgstr "O limite do item '%1' é inesperado"
0277 
0278 #: analitza/expression.cpp:178
0279 #, qt-format
0280 msgctxt "QCoreApplication|"
0281 msgid "<em>%1</em> missing bounds on '%2'"
0282 msgstr "<em>%1</em> limites faltantes em '%2'"
0283 
0284 #: analitza/expression.cpp:200
0285 msgctxt "QCoreApplication|"
0286 msgid "Wrong declare"
0287 msgstr "Declaração incorreta"
0288 
0289 #: analitza/expression.cpp:210
0290 #, qt-format
0291 msgctxt "QCoreApplication|"
0292 msgid "Empty container: %1"
0293 msgstr "Contêiner vazio: %1"
0294 
0295 #: analitza/expression.cpp:228
0296 msgctxt "there was a conditional outside a condition structure|"
0297 msgid "We can only have conditionals inside piecewise structures."
0298 msgstr "Nós somente podemos ter condições dentro de estruturas simples."
0299 
0300 #: analitza/expression.cpp:244
0301 #, qt-format
0302 msgctxt "QCoreApplication|"
0303 msgid "Cannot have two parameters with the same name like '%1'."
0304 msgstr "Não é possível ter dois parâmetros como o mesmo nome '%1'."
0305 
0306 #: analitza/expression.cpp:259
0307 msgctxt ""
0308 "this is an error message. otherwise is the else in a mathml condition|"
0309 msgid "The <em>otherwise</em> parameter should be the last one"
0310 msgstr "O parâmetro <em>otherwise</em> deve ser o último"
0311 
0312 #: analitza/expression.cpp:267
0313 #, qt-format
0314 msgctxt "there was an element that was not a conditional inside a condition|"
0315 msgid "%1 is not a proper condition inside the piecewise"
0316 msgstr "%1 não é uma condição válida dentro do bloco"
0317 
0318 #: analitza/expression.cpp:273
0319 msgctxt "QCoreApplication|"
0320 msgid "We can only declare variables"
0321 msgstr "Nós podemos apenas declarar variáveis"
0322 
0323 #: analitza/expression.cpp:279
0324 msgctxt "QCoreApplication|"
0325 msgid "We can only have bounded variables"
0326 msgstr "Só podem existir variáveis associadas"
0327 
0328 #: analitza/expression.cpp:290 analitza/expression.cpp:495
0329 msgctxt "QCoreApplication|"
0330 msgid "Do not want empty matrixrow elements"
0331 msgstr "Não querer elementos de linhas de matrizes em branco"
0332 
0333 #: analitza/expression.cpp:300
0334 msgctxt "QCoreApplication|"
0335 msgid "The matrix must contain only matrixrow elements"
0336 msgstr "A matriz deve conter apenas elementos de linhas da matriz"
0337 
0338 #: analitza/expression.cpp:419
0339 #, qt-format
0340 msgctxt "QCoreApplication|"
0341 msgid "Error while parsing: %1"
0342 msgstr "Erro ao analisar: %1"
0343 
0344 #: analitza/expression.cpp:450
0345 #, qt-format
0346 msgctxt "An error message|"
0347 msgid "Container unknown: %1"
0348 msgstr "Contêiner desconhecido: %1"
0349 
0350 #: analitza/expression.cpp:456
0351 #, qt-format
0352 msgctxt "QCoreApplication|"
0353 msgid "Cannot codify the %1 value."
0354 msgstr "Não foi possível codificar o valor de %1."
0355 
0356 #: analitza/expression.cpp:462
0357 #, qt-format
0358 msgctxt "QCoreApplication|"
0359 msgid "The %1 operator cannot have child contexts."
0360 msgstr "O operador %1 não pode ter contextos filho."
0361 
0362 #: analitza/expression.cpp:466
0363 #, qt-format
0364 msgctxt "QCoreApplication|"
0365 msgid "The element '%1' is not an operator."
0366 msgstr "O elemento '%1' não é um operador."
0367 
0368 #: analitza/expression.cpp:479
0369 msgctxt "QCoreApplication|"
0370 msgid "Do not want empty vectors"
0371 msgstr "Não são desejáveis vetores vazios"
0372 
0373 #: analitza/expression.cpp:489
0374 msgctxt "QCoreApplication|"
0375 msgid "Do not want empty matrices"
0376 msgstr "Não aceitar vetores em branco"
0377 
0378 #: analitza/expression.cpp:508
0379 #, qt-format
0380 msgctxt "Error message due to an unrecognized input|"
0381 msgid "Not supported/unknown: %1"
0382 msgstr "Não suportado/desconhecido: %1"
0383 
0384 #: analitza/expressionparser.cpp:296
0385 msgctxt "QCoreApplication|"
0386 msgid ", "
0387 msgstr ", "
0388 
0389 #: analitza/expressionparser.cpp:296
0390 #, qt-format
0391 msgctxt "error message|"
0392 msgid "Expected %1 instead of '%2'"
0393 msgstr "Era esperado %1 em vez de '%2'"
0394 
0395 #: analitza/expressionparser.cpp:298
0396 msgctxt "QCoreApplication|"
0397 msgid "Missing right parenthesis"
0398 msgstr "Faltando o parênteses direito"
0399 
0400 #: analitza/expressionparser.cpp:300
0401 msgctxt "QCoreApplication|"
0402 msgid "Unbalanced right parenthesis"
0403 msgstr "Parênteses direito não balanceado"
0404 
0405 #: analitza/expressionparser.cpp:303
0406 #, qt-format
0407 msgctxt "QCoreApplication|"
0408 msgid "Unexpected token identifier: %1"
0409 msgstr "Identificador do token inesperado: %1"
0410 
0411 #: analitza/expressionparser.cpp:305
0412 #, qt-format
0413 msgctxt "QCoreApplication|"
0414 msgid "Unexpected token %1"
0415 msgstr "Token %1 inesperado"
0416 
0417 #: analitza/expressiontypechecker.cpp:301
0418 #, qt-format
0419 msgctxt "QCoreApplication|"
0420 msgid "Could not find a type that unifies '%1'"
0421 msgstr "Não foi possível encontrar um tipo que unifica '%1'"
0422 
0423 #: analitza/expressiontypechecker.cpp:473
0424 msgctxt "QCoreApplication|"
0425 msgid "The domain should be either a vector or a list"
0426 msgstr "O domínio deverá ser um vetor ou uma lista"
0427 
0428 #: analitza/expressiontypechecker.cpp:558
0429 #, qt-format
0430 msgctxt "type error message|"
0431 msgid "Cannot call '%1'"
0432 msgstr "Não é possível chamar '%1'"
0433 
0434 #: analitza/expressiontypechecker.cpp:593
0435 #, qt-format
0436 msgctxt "QCoreApplication|"
0437 msgid "Cannot reduce '%1' to '%2'. Invalid type of parameter '%3' for '%4'"
0438 msgstr ""
0439 "Não é possível reduzir '%1' para '%2'. Tipo inválido do parâmetro '%3' para "
0440 "'%4'"
0441 
0442 #: analitza/expressiontypechecker.cpp:604
0443 #, qt-format
0444 msgctxt "QCoreApplication|"
0445 msgid "Invalid parameter count for '%2'. Should have %1 parameters."
0446 msgstr ""
0447 "O número de parâmetros é inválido para o '%2'. Deveria ter %1 parâmetros."
0448 
0449 #: analitza/expressiontypechecker.cpp:616
0450 #, qt-format
0451 msgctxt "QCoreApplication|"
0452 msgid "Cannot compare '%1' to '%2'. Invalid type of parameter '%3' for '%4'"
0453 msgstr ""
0454 "Não é possível comparar '%1' com '%2'. Tipo inválido do parâmetro '%3' para "
0455 "'%4'"
0456 
0457 #: analitza/expressiontypechecker.cpp:654
0458 #, qt-format
0459 msgctxt "QCoreApplication|"
0460 msgid "Could not call '%1'"
0461 msgstr "Não foi possível chamar o '%1'"
0462 
0463 #: analitza/expressiontypechecker.cpp:662
0464 #, qt-format
0465 msgctxt "QCoreApplication|"
0466 msgid "Could not solve '%1'"
0467 msgstr "Não foi possível resolver o '%1'"
0468 
0469 #: analitza/expressiontypechecker.cpp:695
0470 #, qt-format
0471 msgctxt "QCoreApplication|"
0472 msgid "Incoherent type for the variable '%1'"
0473 msgstr "O tipo da variável '%1' é incoerente"
0474 
0475 #: analitza/expressiontypechecker.cpp:718
0476 msgctxt "QCoreApplication|"
0477 msgid "Could not determine the type for piecewise"
0478 msgstr "Não foi possível determinar o tipo de estruturas simples"
0479 
0480 #: analitza/expressiontypechecker.cpp:937
0481 msgctxt "QCoreApplication|"
0482 msgid "Unexpected type"
0483 msgstr "Tipo inesperado"
0484 
0485 #: analitza/expressiontypechecker.cpp:960
0486 #, qt-format
0487 msgctxt "QCoreApplication|"
0488 msgid "Cannot convert '%1' to '%2'"
0489 msgstr "Não foi possível converter '%1' para '%2'"
0490 
0491 #: analitza/htmlexpressionwriter.cpp:54 analitza/htmlexpressionwriter.cpp:55
0492 #, qt-format
0493 msgctxt "html representation of an operator|"
0494 msgid "<span class='op'>%1</span>"
0495 msgstr "<span class='op'>%1</span>"
0496 
0497 #: analitza/htmlexpressionwriter.cpp:56
0498 #, qt-format
0499 msgctxt "html representation of an operator|"
0500 msgid "<span class='keyword'>%1</span>"
0501 msgstr "<span class='keyword'>%1</span>"
0502 
0503 #: analitza/mathmlpresentationlexer.cpp:94
0504 #, qt-format
0505 msgctxt "Error message|"
0506 msgid "Unknown token '%1'"
0507 msgstr "Token '%1' desconhecido"
0508 
0509 #: analitza/operations.cpp:54 analitza/operations.cpp:191
0510 msgctxt "QCoreApplication|"
0511 msgid "Cannot divide by 0."
0512 msgstr "Não é possível dividir por 0."
0513 
0514 #: analitza/operations.cpp:72 analitza/operations.cpp:203
0515 msgctxt "QCoreApplication|"
0516 msgid "Cannot calculate the remainder on 0."
0517 msgstr "Não foi possível calcular o resto de 0."
0518 
0519 #: analitza/operations.cpp:84 analitza/operations.cpp:213
0520 msgctxt "QCoreApplication|"
0521 msgid "Cannot calculate the factor on 0."
0522 msgstr "Não é possível calcular o fator de 0."
0523 
0524 #: analitza/operations.cpp:140 analitza/operations.cpp:261
0525 msgctxt "QCoreApplication|"
0526 msgid "Cannot calculate the lcm of 0."
0527 msgstr "Não foi possível calcular o MMC de 0."
0528 
0529 #: analitza/operations.cpp:246
0530 msgctxt "QCoreApplication|"
0531 msgid "Boolean operations on complex numbers not available"
0532 msgstr "As operações booleanas sobre números complexos não estão disponíveis"
0533 
0534 #: analitza/operations.cpp:276
0535 msgctxt "QCoreApplication|"
0536 msgid "Only square root implemented for complex numbers"
0537 msgstr "A raiz quadrada só está implementada para números complexos"
0538 
0539 #: analitza/operations.cpp:351 analitza/operations.cpp:463
0540 #, qt-format
0541 msgctxt "QCoreApplication|"
0542 msgid "Could not calculate a value %1"
0543 msgstr "Não foi possível calcular o valor %1"
0544 
0545 #: analitza/operations.cpp:479
0546 #, qt-format
0547 msgctxt "QCoreApplication|"
0548 msgid "Cannot calculate %1 between a value and an error type"
0549 msgstr "Não é possível calcular o %1 entre um valor e um erro tipo"
0550 
0551 #: analitza/operations.cpp:495 analitza/operations.cpp:652
0552 #: analitza/operations.cpp:784
0553 msgctxt "QCoreApplication|"
0554 msgid "Invalid index for a container"
0555 msgstr "Índice inválido para um contêiner"
0556 
0557 #: analitza/operations.cpp:527
0558 #, qt-format
0559 msgctxt "QCoreApplication|"
0560 msgid "Cannot operate '%1' on different sized vectors."
0561 msgstr "Não é possível operar o '%1' com vetores de diferentes tamanhos."
0562 
0563 #: analitza/operations.cpp:566
0564 msgctxt "QCoreApplication|"
0565 msgid ""
0566 "Multiplication between a matrix and a vector is allowed provided that the "
0567 "number of columns of the matrix equals the size of the vector"
0568 msgstr ""
0569 "A multiplicação entre uma matriz e um vetor é permitida, desde que o número "
0570 "de colunas da matriz seja igual ao tamanho do vetor"
0571 
0572 #: analitza/operations.cpp:570 analitza/operations.cpp:707
0573 msgctxt "QCoreApplication|"
0574 msgid "Matrix and vector entries must be numbers"
0575 msgstr "Os elementos das matrizes e vetores devem ser números"
0576 
0577 #: analitza/operations.cpp:599
0578 #, qt-format
0579 msgctxt "QCoreApplication|"
0580 msgid "Could not calculate a vector's %1"
0581 msgstr "Não foi possível calcular o %1 de um vetor"
0582 
0583 #: analitza/operations.cpp:621 analitza/operations.cpp:637
0584 #, qt-format
0585 msgctxt "QCoreApplication|"
0586 msgid "Could not calculate a list's %1"
0587 msgstr "Não foi possível calcular o %1 de uma lista"
0588 
0589 #: analitza/operations.cpp:703
0590 msgctxt "QCoreApplication|"
0591 msgid ""
0592 "Multiplication between a vector and a matrix is allowed provided that the "
0593 "matrix has only one matrixrow element"
0594 msgstr ""
0595 "A multiplicação de um vetor por uma matriz é permitida, desde que a matriz "
0596 "só tenha um elemento de linha da matriz"
0597 
0598 #: analitza/operations.cpp:730
0599 msgctxt "QCoreApplication|"
0600 msgid ""
0601 "Addition of two matrices is allowed provided that both matrices have the "
0602 "same number of rows and the same number of columns"
0603 msgstr ""
0604 "A adição de duas matrizes é permitida, desde que ambas as matrizes tenham o "
0605 "mesmo número de linhas e de colunas"
0606 
0607 #: analitza/operations.cpp:762
0608 msgctxt "QCoreApplication|"
0609 msgid ""
0610 "Multiplication of two matrices is allowed provided that the number of "
0611 "columns of the first matrix equals the number of rows of the second matrix"
0612 msgstr ""
0613 "A multiplicação de duas matrizes é permitida, desde que o número de colunas "
0614 "da primeira matriz seja igual ao número de linhas da segunda matriz"
0615 
0616 #: analitza/operations.cpp:766 analitza/operations.cpp:804
0617 #: analitza/operations.cpp:887
0618 msgctxt "QCoreApplication|"
0619 msgid "Matrix entries must be numbers"
0620 msgstr "Os elementos das matrizes devem ser números"
0621 
0622 #: analitza/operations.cpp:879
0623 msgctxt "QCoreApplication|"
0624 msgid "The exponent of 'power' must be some integer number"
0625 msgstr "O expoente da 'potência' deve ser um número inteiro"
0626 
0627 #: analitza/operations.cpp:883
0628 msgctxt "QCoreApplication|"
0629 msgid "Cannot compute 'power' for non square matrix"
0630 msgstr "Não é possível calcular uma 'potência' de uma matriz não quadrada"
0631 
0632 #: analitza/operations.cpp:922
0633 #, qt-format
0634 msgctxt "QCoreApplication|"
0635 msgid "Cannot calculate %1 between a matrix and an error type"
0636 msgstr "Não é possível calcular o %1 entre uma matriz e um erro tipo"
0637 
0638 #: analitza/providederivative.cpp:93
0639 #, qt-format
0640 msgctxt "QCoreApplication|"
0641 msgid "Could not calculate the derivative for '%1'"
0642 msgstr "Não foi possível calcular a derivada de '%1'"
0643 
0644 #: analitzagui/operatorsmodel.cpp:95 analitzagui/variablesmodel.cpp:91
0645 #: analitzaplot/plotsdictionarymodel.cpp:36 analitzaplot/plotsmodel.cpp:78
0646 msgctxt "@title:column|"
0647 msgid "Name"
0648 msgstr "Nome"
0649 
0650 #: analitzagui/operatorsmodel.cpp:98
0651 msgctxt "@title:column|"
0652 msgid "Description"
0653 msgstr "Descrição"
0654 
0655 #: analitzagui/operatorsmodel.cpp:101
0656 msgctxt "@title:column|"
0657 msgid "Parameters"
0658 msgstr "Parâmetros"
0659 
0660 #: analitzagui/operatorsmodel.cpp:104
0661 msgctxt "@title:column|"
0662 msgid "Example"
0663 msgstr "Exemplo"
0664 
0665 #: analitzagui/operatorsmodel.cpp:135
0666 msgctxt "Syntax for function bounding|"
0667 msgid " : var"
0668 msgstr " : var"
0669 
0670 #: analitzagui/operatorsmodel.cpp:137
0671 msgctxt "Syntax for function bounding values|"
0672 msgid "=from..to"
0673 msgstr "=de..até"
0674 
0675 #: analitzagui/operatorsmodel.cpp:140
0676 #, qt-format
0677 msgctxt "QCoreApplication|"
0678 msgid "%1("
0679 msgstr "%1("
0680 
0681 #: analitzagui/operatorsmodel.cpp:143
0682 #, qt-format
0683 msgctxt "QCoreApplication|"
0684 msgid "%1... parameters, ...%2)"
0685 msgstr "%1... parâmetros, ...%2)"
0686 
0687 #: analitzagui/operatorsmodel.cpp:146
0688 #, qt-format
0689 msgctxt "QCoreApplication|"
0690 msgid "par%1"
0691 msgstr "parâm%1"
0692 
0693 #: analitzagui/operatorsmodel.cpp:159
0694 msgctxt "QCoreApplication|"
0695 msgid "Addition"
0696 msgstr "Adição"
0697 
0698 #: analitzagui/operatorsmodel.cpp:162
0699 msgctxt "QCoreApplication|"
0700 msgid "Multiplication"
0701 msgstr "Multiplicação"
0702 
0703 #: analitzagui/operatorsmodel.cpp:165
0704 msgctxt "QCoreApplication|"
0705 msgid "Division"
0706 msgstr "Divisão"
0707 
0708 #: analitzagui/operatorsmodel.cpp:168
0709 msgctxt "QCoreApplication|"
0710 msgid "Subtraction. Will remove all values from the first one."
0711 msgstr "Subtração. Irá remover todos os valores do primeiro."
0712 
0713 #: analitzagui/operatorsmodel.cpp:171
0714 msgctxt "QCoreApplication|"
0715 msgid "Power"
0716 msgstr "Potência"
0717 
0718 #: analitzagui/operatorsmodel.cpp:174
0719 msgctxt "QCoreApplication|"
0720 msgid "Remainder"
0721 msgstr "Resto"
0722 
0723 #: analitzagui/operatorsmodel.cpp:177
0724 msgctxt "QCoreApplication|"
0725 msgid "Quotient"
0726 msgstr "Quociente"
0727 
0728 #: analitzagui/operatorsmodel.cpp:180
0729 msgctxt "QCoreApplication|"
0730 msgid "The factor of"
0731 msgstr "O fatorial de"
0732 
0733 #: analitzagui/operatorsmodel.cpp:183
0734 msgctxt "QCoreApplication|"
0735 msgid "Factorial. factorial(n)=n!"
0736 msgstr "Fatorial. fatorial(n)=n!"
0737 
0738 #: analitzagui/operatorsmodel.cpp:186
0739 msgctxt "QCoreApplication|"
0740 msgid "Function to calculate the sine of a given angle"
0741 msgstr "Função para calcular o seno de um ângulo dado"
0742 
0743 #: analitzagui/operatorsmodel.cpp:189
0744 msgctxt "QCoreApplication|"
0745 msgid "Function to calculate the cosine of a given angle"
0746 msgstr "Função para calcular o cosseno de um ângulo dado"
0747 
0748 #: analitzagui/operatorsmodel.cpp:192
0749 msgctxt "QCoreApplication|"
0750 msgid "Function to calculate the tangent of a given angle"
0751 msgstr "Função para calcular a tangente de um ângulo dado"
0752 
0753 #: analitzagui/operatorsmodel.cpp:195
0754 msgctxt "QCoreApplication|"
0755 msgid "Secant"
0756 msgstr "Secante"
0757 
0758 #: analitzagui/operatorsmodel.cpp:198
0759 msgctxt "QCoreApplication|"
0760 msgid "Cosecant"
0761 msgstr "Cossecante"
0762 
0763 #: analitzagui/operatorsmodel.cpp:201
0764 msgctxt "QCoreApplication|"
0765 msgid "Cotangent"
0766 msgstr "Cotangente"
0767 
0768 #: analitzagui/operatorsmodel.cpp:204
0769 msgctxt "QCoreApplication|"
0770 msgid "Hyperbolic sine"
0771 msgstr "Seno hiperbólico"
0772 
0773 #: analitzagui/operatorsmodel.cpp:207
0774 msgctxt "QCoreApplication|"
0775 msgid "Hyperbolic cosine"
0776 msgstr "Cosseno hiperbólico"
0777 
0778 #: analitzagui/operatorsmodel.cpp:210
0779 msgctxt "QCoreApplication|"
0780 msgid "Hyperbolic tangent"
0781 msgstr "Tangente hiperbólica"
0782 
0783 #: analitzagui/operatorsmodel.cpp:213
0784 msgctxt "QCoreApplication|"
0785 msgid "Hyperbolic secant"
0786 msgstr "Secante hiperbólica"
0787 
0788 #: analitzagui/operatorsmodel.cpp:216
0789 msgctxt "QCoreApplication|"
0790 msgid "Hyperbolic cosecant"
0791 msgstr "Cossecante hiperbólica"
0792 
0793 #: analitzagui/operatorsmodel.cpp:219
0794 msgctxt "QCoreApplication|"
0795 msgid "Hyperbolic cotangent"
0796 msgstr "Cotangente hiperbólica"
0797 
0798 #: analitzagui/operatorsmodel.cpp:222
0799 msgctxt "QCoreApplication|"
0800 msgid "Arc sine"
0801 msgstr "Arco seno"
0802 
0803 #: analitzagui/operatorsmodel.cpp:225
0804 msgctxt "QCoreApplication|"
0805 msgid "Arc cosine"
0806 msgstr "Arco cosseno"
0807 
0808 #: analitzagui/operatorsmodel.cpp:228
0809 msgctxt "QCoreApplication|"
0810 msgid "Arc tangent"
0811 msgstr "Arco tangente"
0812 
0813 #: analitzagui/operatorsmodel.cpp:231
0814 msgctxt "QCoreApplication|"
0815 msgid "Arc cotangent"
0816 msgstr "Arco cotangente"
0817 
0818 #: analitzagui/operatorsmodel.cpp:237
0819 msgctxt "QCoreApplication|"
0820 msgid "Hyperbolic arc tangent"
0821 msgstr "Arco tangente hiperbólico"
0822 
0823 #: analitzagui/operatorsmodel.cpp:240
0824 msgctxt "QCoreApplication|"
0825 msgid "Summatory"
0826 msgstr "Somatório"
0827 
0828 #: analitzagui/operatorsmodel.cpp:243
0829 msgctxt "QCoreApplication|"
0830 msgid "Productory"
0831 msgstr "Produtório"
0832 
0833 #: analitzagui/operatorsmodel.cpp:246
0834 msgctxt "QCoreApplication|"
0835 msgid "For all"
0836 msgstr "Para todos"
0837 
0838 #: analitzagui/operatorsmodel.cpp:249
0839 msgctxt "QCoreApplication|"
0840 msgid "Exists"
0841 msgstr "Existe"
0842 
0843 #: analitzagui/operatorsmodel.cpp:252
0844 msgctxt "QCoreApplication|"
0845 msgid "Differentiation"
0846 msgstr "Diferencial"
0847 
0848 #: analitzagui/operatorsmodel.cpp:255
0849 msgctxt "QCoreApplication|"
0850 msgid "Hyperbolic arc sine"
0851 msgstr "Arco seno hiperbólico"
0852 
0853 #: analitzagui/operatorsmodel.cpp:258
0854 msgctxt "QCoreApplication|"
0855 msgid "Hyperbolic arc cosine"
0856 msgstr "Arco cosseno hiperbólico"
0857 
0858 #: analitzagui/operatorsmodel.cpp:261
0859 msgctxt "QCoreApplication|"
0860 msgid "Arc cosecant"
0861 msgstr "Arco cossecante"
0862 
0863 #: analitzagui/operatorsmodel.cpp:264
0864 msgctxt "QCoreApplication|"
0865 msgid "Hyperbolic arc cosecant"
0866 msgstr "Arco cossecante hiperbólico"
0867 
0868 #: analitzagui/operatorsmodel.cpp:267
0869 msgctxt "QCoreApplication|"
0870 msgid "Arc secant"
0871 msgstr "Arco secante"
0872 
0873 #: analitzagui/operatorsmodel.cpp:270
0874 msgctxt "QCoreApplication|"
0875 msgid "Hyperbolic arc secant"
0876 msgstr "Arco secante hiperbólico"
0877 
0878 #: analitzagui/operatorsmodel.cpp:273
0879 msgctxt "QCoreApplication|"
0880 msgid "Exponent (e^x)"
0881 msgstr "Expoente (e^x)"
0882 
0883 #: analitzagui/operatorsmodel.cpp:276
0884 msgctxt "QCoreApplication|"
0885 msgid "Base-e logarithm"
0886 msgstr "Logaritmo de base e"
0887 
0888 #: analitzagui/operatorsmodel.cpp:279
0889 msgctxt "QCoreApplication|"
0890 msgid "Base-10 logarithm"
0891 msgstr "Logaritmo de base 10"
0892 
0893 #: analitzagui/operatorsmodel.cpp:282
0894 msgctxt "QCoreApplication|"
0895 msgid "Absolute value. abs(n)=|n|"
0896 msgstr "Valor absoluto. abs(n)=|n|"
0897 
0898 #: analitzagui/operatorsmodel.cpp:285
0899 msgctxt "QCoreApplication|"
0900 msgid "Conjugate"
0901 msgstr "Conjugado"
0902 
0903 #: analitzagui/operatorsmodel.cpp:288
0904 msgctxt "QCoreApplication|"
0905 msgid "Arg"
0906 msgstr "Arg"
0907 
0908 #: analitzagui/operatorsmodel.cpp:291
0909 msgctxt "QCoreApplication|"
0910 msgid "Real"
0911 msgstr "Real"
0912 
0913 #: analitzagui/operatorsmodel.cpp:294
0914 msgctxt "QCoreApplication|"
0915 msgid "Imaginary"
0916 msgstr "Imaginário"
0917 
0918 #: analitzagui/operatorsmodel.cpp:297
0919 msgctxt "QCoreApplication|"
0920 msgid "Floor value. floor(n)=⌊n⌋"
0921 msgstr "Valor arredondado para baixo. floor(n)=⌊n⌋"
0922 
0923 #: analitzagui/operatorsmodel.cpp:300
0924 msgctxt "QCoreApplication|"
0925 msgid "Ceil value. ceil(n)=⌈n⌉"
0926 msgstr "Valor arredondado para cima. ceil(n)=⌈n⌉"
0927 
0928 #: analitzagui/operatorsmodel.cpp:303
0929 msgctxt "QCoreApplication|"
0930 msgid "Minimum"
0931 msgstr "Mínimo"
0932 
0933 #: analitzagui/operatorsmodel.cpp:306
0934 msgctxt "QCoreApplication|"
0935 msgid "Maximum"
0936 msgstr "Máximo"
0937 
0938 #: analitzagui/operatorsmodel.cpp:309
0939 msgctxt "QCoreApplication|"
0940 msgid "Greater than. gt(a,b)=a>b"
0941 msgstr "Maior que. gt(a,b)=a>b"
0942 
0943 #: analitzagui/operatorsmodel.cpp:312
0944 msgctxt "QCoreApplication|"
0945 msgid "Less than. lt(a,b)=a<b"
0946 msgstr "Menor que. lt(a,b)=a<b"
0947 
0948 #: analitzagui/operatorsmodel.cpp:315
0949 msgctxt "QCoreApplication|"
0950 msgid "Equal. eq(a,b) = a=b"
0951 msgstr "Igual. eq(a,b) = a=b"
0952 
0953 #: analitzagui/operatorsmodel.cpp:318
0954 msgctxt "QCoreApplication|"
0955 msgid "Approximation. approx(a)=a±n"
0956 msgstr "Aproximação. approx(a)=a±n"
0957 
0958 #: analitzagui/operatorsmodel.cpp:321
0959 msgctxt "QCoreApplication|"
0960 msgid "Not equal. neq(a,b)=a≠b"
0961 msgstr "Diferente. neq(a,b)=a≠b"
0962 
0963 #: analitzagui/operatorsmodel.cpp:324
0964 msgctxt "QCoreApplication|"
0965 msgid "Greater or equal. geq(a,b)=a≥b"
0966 msgstr "Maior ou igual. geq(a,b)=a≥b"
0967 
0968 #: analitzagui/operatorsmodel.cpp:327
0969 msgctxt "QCoreApplication|"
0970 msgid "Less or equal. leq(a,b)=a≤b"
0971 msgstr "Menor ou igual. leq(a,b)=a≤b"
0972 
0973 #: analitzagui/operatorsmodel.cpp:330
0974 msgctxt "QCoreApplication|"
0975 msgid "Boolean and"
0976 msgstr "E booleano"
0977 
0978 #: analitzagui/operatorsmodel.cpp:333
0979 msgctxt "QCoreApplication|"
0980 msgid "Boolean not"
0981 msgstr "NÃO booleano"
0982 
0983 #: analitzagui/operatorsmodel.cpp:336
0984 msgctxt "QCoreApplication|"
0985 msgid "Boolean or"
0986 msgstr "OU booleano"
0987 
0988 #: analitzagui/operatorsmodel.cpp:339
0989 msgctxt "QCoreApplication|"
0990 msgid "Boolean xor"
0991 msgstr "XOR booleano"
0992 
0993 #: analitzagui/operatorsmodel.cpp:342
0994 msgctxt "QCoreApplication|"
0995 msgid "Boolean implication"
0996 msgstr "Implicação booleana"
0997 
0998 #: analitzagui/operatorsmodel.cpp:345
0999 msgctxt "QCoreApplication|"
1000 msgid "Greatest common divisor"
1001 msgstr "Máximo divisor comum"
1002 
1003 #: analitzagui/operatorsmodel.cpp:348
1004 msgctxt "QCoreApplication|"
1005 msgid "Least common multiple"
1006 msgstr "Mínimo múltiplo comum"
1007 
1008 #: analitzagui/operatorsmodel.cpp:351
1009 msgctxt "QCoreApplication|"
1010 msgid "Root"
1011 msgstr "Raiz"
1012 
1013 #: analitzagui/operatorsmodel.cpp:354
1014 msgctxt "QCoreApplication|"
1015 msgid "Cardinal"
1016 msgstr "Cardinal"
1017 
1018 #: analitzagui/operatorsmodel.cpp:357
1019 msgctxt "QCoreApplication|"
1020 msgid "Scalar product"
1021 msgstr "Produto escalar"
1022 
1023 #: analitzagui/operatorsmodel.cpp:360
1024 msgctxt "QCoreApplication|"
1025 msgid "Select the par1-th element of par2 list or vector"
1026 msgstr "Selecione o par1-ésimo elemento da lista ou vetor par2"
1027 
1028 #: analitzagui/operatorsmodel.cpp:363
1029 msgctxt "QCoreApplication|"
1030 msgid "Joins several items of the same type"
1031 msgstr "Junta vários itens do mesmo tipo"
1032 
1033 #: analitzagui/operatorsmodel.cpp:366
1034 msgctxt "QCoreApplication|"
1035 msgid "Applies a function to every element in a list"
1036 msgstr "Aplica uma função para cada elemento em uma lista"
1037 
1038 #: analitzagui/operatorsmodel.cpp:369
1039 msgctxt "QCoreApplication|"
1040 msgid "Removes all elements that don't fit a condition"
1041 msgstr "Remove todos os elementos que não corresponde a uma condição"
1042 
1043 #: analitzagui/operatorsmodel.cpp:372
1044 msgctxt "QCoreApplication|"
1045 msgid "Transpose"
1046 msgstr "Transpor"
1047 
1048 #: analitzagui/operatorsmodel.cpp:572
1049 #, qt-format
1050 msgctxt "n-ary function prototype|"
1051 msgid "<em>%1</em>(..., <b>par%2</b>, ...)"
1052 msgstr "<em>%1</em>(..., <b>parâm%2</b>, ...)"
1053 
1054 #: analitzagui/operatorsmodel.cpp:582
1055 #, qt-format
1056 msgctxt "Function name in function prototype|"
1057 msgid "<em>%1</em>("
1058 msgstr "<em>%1</em>("
1059 
1060 #: analitzagui/operatorsmodel.cpp:583
1061 #, qt-format
1062 msgctxt "Uncorrect function name in function prototype|"
1063 msgid "<em style='color:red'><b>%1</b></em>("
1064 msgstr "<em style='color:red'><b>%1</b></em>("
1065 
1066 #: analitzagui/operatorsmodel.cpp:586
1067 #, qt-format
1068 msgctxt "Parameter in function prototype|"
1069 msgid "par%1"
1070 msgstr "parâm%1"
1071 
1072 #: analitzagui/operatorsmodel.cpp:589 analitzagui/operatorsmodel.cpp:599
1073 #, qt-format
1074 msgctxt "Current parameter in function prototype|"
1075 msgid "<b>%1</b>"
1076 msgstr "<b>%1</b>"
1077 
1078 #: analitzagui/operatorsmodel.cpp:592
1079 msgctxt "Function parameter separator|"
1080 msgid ", "
1081 msgstr ", "
1082 
1083 #: analitzagui/operatorsmodel.cpp:596
1084 msgctxt "Current parameter is the bounding|"
1085 msgid " : bounds"
1086 msgstr " : limites"
1087 
1088 #: analitzagui/variablesmodel.cpp:94
1089 msgctxt "@title:column|"
1090 msgid "Value"
1091 msgstr "Valor"
1092 
1093 #: analitzaplot/plotsfactory.cpp:49
1094 msgctxt "QCoreApplication|"
1095 msgid "The expression is not correct"
1096 msgstr "A expressão não está correta"
1097 
1098 #: analitzaplot/plotsfactory.cpp:72
1099 #, qt-format
1100 msgctxt "QCoreApplication|"
1101 msgid "Function type '%1' not recognized"
1102 msgstr "O tipo de função '%1' não é reconhecido"
1103 
1104 #: analitzaplot/plotsfactory.cpp:74
1105 #, qt-format
1106 msgctxt "QCoreApplication|"
1107 msgid "Function '%1' not recognized"
1108 msgstr "A função '%1' não é reconhecida"
1109 
1110 #: analitzaplot/plotsmodel.cpp:79
1111 msgctxt "@title:column|"
1112 msgid "Plot"
1113 msgstr "Gráfico"
1114 
1115 #: analitzaplot/plotter3d_es.cpp:534 declarative/graph2dmobile.cpp:141
1116 msgctxt "QObject|"
1117 msgid "PNG Image (*.png)"
1118 msgstr "Imagem PNG (*.png)"
1119 
1120 #: analitzaplot/plotter3d_es.cpp:534
1121 msgctxt "QObject|"
1122 msgid "PDF Document (*.pdf)"
1123 msgstr "Documento PDF (*.pdf)"
1124 
1125 #: analitzaplot/plotter3d_es.cpp:534
1126 msgctxt "QObject|"
1127 msgid "X3D Document (*.x3d)"
1128 msgstr "Documento X3D (*.x3d)"
1129 
1130 #: analitzaplot/plotter3d_es.cpp:534
1131 msgctxt "QObject|"
1132 msgid "STL Document (*.stl)"
1133 msgstr "Documento STL (*.stl)"
1134 
1135 #: analitzaplot/private/backends/cartesiancurve.cpp:64
1136 msgctxt "Function type|"
1137 msgid "Plane Curve F(y)"
1138 msgstr "Curva plana F(y)"
1139 
1140 #: analitzaplot/private/backends/cartesiancurve.cpp:80
1141 msgctxt "Function type|"
1142 msgid "Plane Curve F(x)"
1143 msgstr "Curva plana F(x)"
1144 
1145 #: analitzaplot/private/backends/cartesiancurve.cpp:137
1146 #: analitzaplot/private/backends/cartesiancurve.cpp:245
1147 msgctxt "QCoreApplication|"
1148 msgid "We can only draw Real results."
1149 msgstr "Nós podemos extrair apenas resultados Reais."
1150 
1151 #: analitzaplot/private/backends/cartesiancurve.cpp:248
1152 #: analitzawidgets/plotsview2d.cpp:236
1153 #, qt-format
1154 msgctxt "QCoreApplication|"
1155 msgid "x=%1 y=%2"
1156 msgstr "x=%1 y=%2"
1157 
1158 #: analitzaplot/private/backends/cartesiansurface.cpp:52
1159 msgctxt "Function type|"
1160 msgid "Surface z=F(x,y)"
1161 msgstr "Superfície z=F(x,y)"
1162 
1163 #: analitzaplot/private/backends/cartesiansurface.cpp:94
1164 msgctxt "Function type|"
1165 msgid "Surface y=F(x,z)"
1166 msgstr "Superfície y=F(x,z)"
1167 
1168 #: analitzaplot/private/backends/cartesiansurface.cpp:127
1169 msgctxt "Function type|"
1170 msgid "Surface x=F(y,z)"
1171 msgstr "Superfície x=F(y,z)"
1172 
1173 #: analitzaplot/private/backends/cylindricalsurface.cpp:37
1174 msgctxt "Function type|"
1175 msgid "Cylindrical Surface z=F(r: Radial, p: Polar)"
1176 msgstr "Superfície cilíndrica z=F(r: Radial, p: Polar)"
1177 
1178 #: analitzaplot/private/backends/implicitcurve.cpp:44
1179 msgctxt "Function type|"
1180 msgid "Implicit Curve"
1181 msgstr "Curva implícita"
1182 
1183 #: analitzaplot/private/backends/implicitpolarcurve.cpp:37
1184 msgctxt "Function type|"
1185 msgid "Polar implicit Curve 0=F(r: Radial, p: Polar)"
1186 msgstr "Curva implícita polar 0=F(r: Radial, p: Polar)"
1187 
1188 #: analitzaplot/private/backends/implicitsurface.cpp:35
1189 msgctxt "Function type|"
1190 msgid "Implicit Surface"
1191 msgstr "Superfície implícita"
1192 
1193 #: analitzaplot/private/backends/parametriccurve2d.cpp:37
1194 msgctxt "Function type|"
1195 msgid "Parametric Curve 2D"
1196 msgstr "Curva paramétrica 2D"
1197 
1198 #: analitzaplot/private/backends/parametriccurve3d.cpp:31
1199 msgctxt "Function type|"
1200 msgid "Parametric Curve 3D"
1201 msgstr "Curva paramétrica 3D"
1202 
1203 #: analitzaplot/private/backends/parametricsurface.cpp:32
1204 msgctxt "Function type|"
1205 msgid "Parametric Surface"
1206 msgstr "Superfície paramétrica"
1207 
1208 #: analitzaplot/private/backends/polarcurve.cpp:37
1209 msgctxt "Function type|"
1210 msgid "Polar Curve r=F(p: Polar)"
1211 msgstr "Curva polar r=F(p: Polar)"
1212 
1213 #: analitzaplot/private/backends/sphericalsurface.cpp:35
1214 msgctxt "Function type|"
1215 msgid "Spherical Surface Radial=F(t:Azimuth, p: Polar)"
1216 msgstr "Superfície esférica radial =F(t:Azimuth, p: Polar)"
1217 
1218 #: analitzawidgets/expressionedit.cpp:295
1219 #, qt-format
1220 msgctxt "QCoreApplication|"
1221 msgid "Result: %1"
1222 msgstr "Resultado: %1"
1223 
1224 #: analitzawidgets/expressionedit.cpp:405
1225 msgctxt "QCoreApplication|"
1226 msgid "To Expression"
1227 msgstr "Para expressão"
1228 
1229 #: analitzawidgets/expressionedit.cpp:407
1230 msgctxt "QCoreApplication|"
1231 msgid "To MathML"
1232 msgstr "Para MathML"
1233 
1234 #: analitzawidgets/expressionedit.cpp:409
1235 msgctxt "QCoreApplication|"
1236 msgid "Simplify"
1237 msgstr "Simplificar"
1238 
1239 #: analitzawidgets/expressionedit.cpp:411
1240 msgctxt "QCoreApplication|"
1241 msgid "Examples"
1242 msgstr "Exemplos"
1243 
1244 #: analitzawidgets/plotsview2d.cpp:214
1245 msgctxt "QCoreApplication|"
1246 msgid "Selected viewport too small"
1247 msgstr "Janela de exibição selecionada é muito pequena"