Skip to content

Translate atexit.po#344

Merged
JulienPalard merged 1 commit into
python:3.7from
ksamuel:3.7
Oct 4, 2018
Merged

Translate atexit.po#344
JulienPalard merged 1 commit into
python:3.7from
ksamuel:3.7

Conversation

@ksamuel
Copy link
Copy Markdown
Contributor

@ksamuel ksamuel commented Oct 4, 2018

Replace 'en temps que' with 'en tant que' in several files

@JulienPalard JulienPalard merged commit 333558b into python:3.7 Oct 4, 2018
Comment thread library/atexit.po
"des fonctions de nettoyage. Les fonctions ainsi inscrites sont "
"automatiquement exécutées au moment de l'arrêt normal de l'interpréteur. :"
"mod:`atexit` exécute ces fonctions dans l'ordre inverse dans lequel elles "
"ont été inscrites; si vous inscrivez ``A``, ``B``, et ``C``, au moment de "
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

il manque une espace insécable avant le point-virgule.

Comment thread library/atexit.po
"interpreter they were registered in."
msgstr ""
"Quand elles sont utilisées avec des sous-interpréteurs de l'API C, les "
"fonctions inscrites sont locales à l'interpréteur dans lequel elles sont été "
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/sont/ont/

Comment thread library/atexit.po
msgstr ""
"Inscrit *func* comme une fonction à exécuter au moment de l'arrêt de l'interpréteur. Tout "
"argument optionnel qui doit être passé à *func* doit être passé comme "
"arguments à :func:`register`. Il est possible d'inscrire les mêmes fonctions "
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/arguments/argument/

Comment thread library/atexit.po
"be cleaned up later."
msgstr ""
"Lors d'un arrêt normal du programme (par exemple, si :func:`sys.exit` est "
"appelé ou l’exécution du module principal se termine), toutes les fonctions "
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/appelé/appelée/ (il s'agit d'une fonction).

Comment thread library/atexit.po
"This function returns *func*, which makes it possible to use it as a "
"decorator."
msgstr ""
"Cette fonction retourne *func*, ce qui rend possible de l'utiliser en tant "
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/retourne/renvoie/ (voir glossaire).

Comment thread library/atexit.po
#: ../Doc/library/atexit.rst:112
msgid "This only works with functions that can be called without arguments."
msgstr ""
"Ceci marche uniquement avec des fonctions qui peuvent être appelées sans "
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/marche/fonctionne/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants