Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Portuguese definition of 'argument' and add 'parameter' #571

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -983,8 +983,9 @@
pt:
term: "argumento"
def: >
Um valor passado para uma função. Algumas pessoas autoras usam este termo como
sinônimo de parâmetro(#parameter) e outras não fazem isso; é tudo bastante confuso.
Uma expressão, possivelmente dentre muitas, passada para uma função. É o valor em si.
Não confundir com [parâmetro](#parameter), que é um termo relacionado, mas diferente.
Parâmetros são variáveis e argumentos são os valores dessas variáveis.
ar:
term: "وسيطة"
def: >
Expand Down Expand Up @@ -7482,6 +7483,12 @@
Die Parameter sind die Namen der Eingangswerte einer Funktion, welche beim Aufruf übergeben
werden. Parameter und Argumente sind verwandt aber nicht identisch. Ein Parameter ist eine
Variable und ein [Argument](#argument) ist dem der Variable zugewiesene Wert.
pt:
term: "parâmetro"
def: >
Uma variável especificada na definição de uma função, cujo valor é passado para a função quando
ela é invocada. O parâmetro é a variável, enquanto seu valor dentro da função é
um [argumento](#argument). Parâmetro e argumento são termos relacionados, mas diferentes.


- slug: parent_class
Expand Down