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 recieve() to receive() name function #3215

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/_build/gettext/all.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2638,7 +2638,7 @@ msgid "Low level interactions"
msgstr ""

#: ../../udapp.md:60
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the recieve() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the receive() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr ""

#: ../../udapp.md:62
Expand Down
4 changes: 2 additions & 2 deletions docs/locale/es/LC_MESSAGES/all.po
Original file line number Diff line number Diff line change
Expand Up @@ -2303,8 +2303,8 @@ msgid "Low level interactions"
msgstr "Interacciones de bajo nivel"

#: ../../udapp.md:60
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the recieve() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "Las interacciones de bajo nivel se utilizan para enviar fondos o datos de llamada o fondos y datos de llamada a un contrato a través de la función recieve() o fallback(). Normalmente, sólo debería necesitar implementar la función fallback si sigue un patrón de actualización o proxy."
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the receive() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "Las interacciones de bajo nivel se utilizan para enviar fondos o datos de llamada o fondos y datos de llamada a un contrato a través de la función receive() o fallback(). Normalmente, sólo debería necesitar implementar la función fallback si sigue un patrón de actualización o proxy."

#: ../../udapp.md:62
msgid "The low level interactions section is below the functions in each deployed contract."
Expand Down
4 changes: 2 additions & 2 deletions docs/locale/fr/LC_MESSAGES/all.po
Original file line number Diff line number Diff line change
Expand Up @@ -2303,8 +2303,8 @@ msgid "Low level interactions"
msgstr "Interactions de bas niveau"

#: ../../udapp.md:60
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the recieve() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "Les interactions de bas niveau sont utilisées pour envoyer des fonds ou des données d'appel ou des fonds et des données d'appel à un contrat par l'intermédiaire de la fonction recieve() ou fallback(). En règle générale, vous ne devez implémenter la fonction fallback que si vous suivez un modèle de mise à niveau ou de procuration."
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the receive() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "Les interactions de bas niveau sont utilisées pour envoyer des fonds ou des données d'appel ou des fonds et des données d'appel à un contrat par l'intermédiaire de la fonction receive() ou fallback(). En règle générale, vous ne devez implémenter la fonction fallback que si vous suivez un modèle de mise à niveau ou de procuration."

#: ../../udapp.md:62
msgid "The low level interactions section is below the functions in each deployed contract."
Expand Down
4 changes: 2 additions & 2 deletions docs/locale/it/LC_MESSAGES/all.po
Original file line number Diff line number Diff line change
Expand Up @@ -2303,8 +2303,8 @@ msgid "Low level interactions"
msgstr "Interazioni di livello basso"

#: ../../udapp.md:60
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the recieve() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "Le interazioni di basso livello sono utilizzate per inviare fondi o calldata o fondi & calldata a un contratto tramite la funzione recieve() o fallback(). In genere, è necessario implementare la funzione di fallback solo se si segue uno schema di aggiornamento o proxy."
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the receive() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "Le interazioni di basso livello sono utilizzate per inviare fondi o calldata o fondi & calldata a un contratto tramite la funzione receive() o fallback(). In genere, è necessario implementare la funzione di fallback solo se si segue uno schema di aggiornamento o proxy."

#: ../../udapp.md:62
msgid "The low level interactions section is below the functions in each deployed contract."
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/it/LC_MESSAGES/udapp.po
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ msgstr "Interazioni di livello basso"

#: ../../udapp.md:60
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the **receive()** or **fallback()** function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "Le interazioni di basso livello sono utilizzate per inviare fondi o calldata o fondi & calldata a un contratto tramite la funzione **recieve()** o **fallback()**. In genere, è necessario implementare la funzione di fallback solo se si segue uno schema di aggiornamento o proxy."
msgstr "Le interazioni di basso livello sono utilizzate per inviare fondi o calldata o fondi & calldata a un contratto tramite la funzione **receive()** o **fallback()**. In genere, è necessario implementare la funzione di fallback solo se si segue uno schema di aggiornamento o proxy."

#: ../../udapp.md:62
msgid "The low level interactions section is below the functions in each deployed contract."
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/ko_KR/LC_MESSAGES/all.po
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ msgid "Low level interactions"
msgstr ""

#: ../../udapp.md:60
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the recieve() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the receive() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr ""

#: ../../udapp.md:62
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/ru_RU/LC_MESSAGES/all.po
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ msgid "Low level interactions"
msgstr ""

#: ../../udapp.md:60
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the recieve() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the receive() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr ""

#: ../../udapp.md:62
Expand Down
4 changes: 2 additions & 2 deletions docs/locale/zh_CN/LC_MESSAGES/all.po
Original file line number Diff line number Diff line change
Expand Up @@ -2303,8 +2303,8 @@ msgid "Low level interactions"
msgstr "低级交互"

#: ../../udapp.md:60
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the recieve() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "低级交互用于通过 recieve() 或 fallback() 函数将资金或 calldata 或资金和 calldata 发送到合约。 通常,如果您遵循升级或代理模式,您应该只需要实现回退功能。"
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the receive() or fallback() function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "低级交互用于通过 receive() 或 fallback() 函数将资金或 calldata 或资金和 calldata 发送到合约。 通常,如果您遵循升级或代理模式,您应该只需要实现回退功能。"

#: ../../udapp.md:62
msgid "The low level interactions section is below the functions in each deployed contract."
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/zh_CN/LC_MESSAGES/udapp.po
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ msgstr "低级交互"

#: ../../udapp.md:60
msgid "Low level interactions are used to send funds or calldata or funds & calldata to a contract through the **receive()** or **fallback()** function. Typically, you should only need to implement the fallback function if you are following an upgrade or proxy pattern."
msgstr "低级交互可以通过 **recieve()** 或 **fallback()** 方法,向合约发送资金或 calldata 或者资金和 calldata 。 通常,您只有在遵循升级或代理模式时,才需要实现 fallback 方法。"
msgstr "低级交互可以通过 **receive()** 或 **fallback()** 方法,向合约发送资金或 calldata 或者资金和 calldata 。 通常,您只有在遵循升级或代理模式时,才需要实现 fallback 方法。"

#: ../../udapp.md:62
msgid "The low level interactions section is below the functions in each deployed contract."
Expand Down