Translation

English
English Portuguese (Portugal)
Returns the lowest value of a given list of parameters Devolve o valor mais baixo de uma determinada lista de parâmetros
f_if - Conditional Operation - IF-THEN-ELSE Logic f_if - Operação Condicional - Lógica IF-THEN-ELSE
Returns B if A is true or C if A is false Devolve B se A for verdadeiro ou C se A for falso
f_isNaN - Find whether a value is not a number f_isNaN - Descobrir se um valor não é um número
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. Retorna 1 (ou B) se A === NaN ou 0 (ou C) se não.
f_cmp - Complex Comparison f_cmp - Comparação complexa
f_int - Alias of f_floor f_int - Alias de f_floor
f_rnd - Alias of f_round f_rnd - Alias de f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias de f_cmp - É IGUAL
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Retorna 1 (ou C) se A == B ou 0 (ou D) se não.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias de f_cmp - É DESIGUAL
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Devolve 1 (ou C) se A != B ou 0 (ou D) se não.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias de f_cmp - É MAIOR QUE
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Devolve 1 (ou C) se A > B ou 0 (ou D) se não.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias de f_cmp - É INFERIOR A
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Devolve 1 (ou C) se A < B ou 0 (ou D) se não.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias de f_cmp - É MAIOR OU IGUAL
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Retorna 1 (ou C) se A >= B ou 0 (ou D) se não.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias de f_cmp - É MENOR OU IGUAL
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Devolve 1 (ou C) se A <= B ou 0 (ou D) se não.
Addition Adição
Mathematical Operation to return the sum of two or more summands Operação Matemática para devolver a soma de dois ou mais somatórios
Subtraction Subtração
Mathematical Operation to return the difference of minuend and subtrahend Operação Matemática para retornar a diferença de minuend e subtrahend
Multiplication Multiplicação
Mathematical Operation to return the product of multiplier and multiplicant Operação matemática para devolver o produto do multiplicador e do multiplicador
Division Divisão
Mathematical Operation to return the fraction of divident and divisor Operação matemática para retornar a fração de divisor e divisor
Modulus Módulo
Mathematical Operation to return the remainder of a division of two integers Operação Matemática para retornar o restante de uma divisão de dois inteiros
Exponentiation - PHP5.6 or above required Exponenciação - PHP5.6 ou superior necessário

Loading…

No matching activity found.

Browse all component changes

Glossary

English Portuguese (Portugal)
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/pt-PT.po, string 137