Skip to content

started translating library/dis.po #687

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

Merged
merged 20 commits into from
Jul 18, 2019
Merged

Conversation

Aya98
Copy link
Contributor

@Aya98 Aya98 commented Apr 11, 2019

I will revise and continue the translation asap!
closes #661

Copy link
Collaborator

@Seluj78 Seluj78 left a comment

Choose a reason for hiding this comment

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

Merci énormément pour ce début de PR ! C'est super !

Check travis (https://travis-ci.org/python/python-docs-fr/builds/518937144?utm_source=github_status&utm_medium=notification), il n'aime pas certains mots genre bytecode :)

Et tu remerciera ton professeur de recommander notre atelier ! Merci beaucoup à lui

@Aya98
Copy link
Contributor Author

Aya98 commented Apr 12, 2019

Merci beaucoup Jules ! J'ai mis le fichier à jour mais git refuse de faire un push

git push origin HEAD
To https://github.com/Aya98/python-docs-fr
! [rejected] HEAD -> library-dis (non-fast-forward)
error: failed to push some refs to 'https://github.com/Aya98/python-docs-fr'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

Je fais comment ?

@Seluj78
Copy link
Collaborator

Seluj78 commented Apr 12, 2019

Hey @Aya98, c'est normal :) tu as fait des changements sur github et donc tu dois git pull avant de pouvoir git push 😉 j'espere que tu ne va pas avoir de conflits !

@deronnax
Copy link
Collaborator

sachant que dis c'est un module un peu hardcore :)

@Aya98
Copy link
Contributor Author

Aya98 commented Apr 12, 2019

C'est fait mais il y a une erreur, Travis m'envoie the command "powrap --check --quiet **/*.po" exited with 1, comment la corriger ? 🤔

@Seluj78 Seluj78 added the NEED REVIEWER This PR needs a reviewer :) label Apr 17, 2019
@Seluj78
Copy link
Collaborator

Seluj78 commented Apr 18, 2019

@Aya98 c'est normal, powrap --check --quiet **/*.po va verifier que tout tes fichiers soient bien alignés a 79 characères par ligne et si il trouve une erreur, il ne la corrige pas mais lance une erreur. il faut que tu lance powrap library/dis.po sur ton fichier ou en ouvrant et sauvegardant le fichier avec poedit ca sera fait

Copy link
Contributor

@christopheNan christopheNan left a comment

Choose a reason for hiding this comment

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

Merci pour cette contribution.
C'est peut-être un peu ambitieux pour une première ! j'ai effectué quelques corrections qui sont valables sur tout le document.

library/dis.po Outdated
msgstr ""
"La librairie :mod:`dis` supporte l'analyse du :term:`code octal` CPython en le "
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"La librairie :mod:`dis` supporte l'analyse du :term:`code octal` CPython en le "
"La bibliothèque :mod:`dis` gère l'analyse du :term:`code intermédiaire` (*bytecode* en anglais) CPython en le "

library/dis.po Outdated
msgstr ""
"La librairie :mod:`dis` supporte l'analyse du :term:`code octal` CPython en le "
"désassemblant. Le code octal CPython, que cette librairie prend en paramètre, est "
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"désassemblant. Le code octal CPython, que cette librairie prend en paramètre, est "
"désassemblant. Le code intermédiaire CPython, que cette bibliothèque prend en paramètre, est "

library/dis.po Outdated
msgstr ""
"Le code octal est un détail d'implémentation de l'interpréteur CPython. Il n'y a pas "
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"Le code octal est un détail d'implémentation de l'interpréteur CPython. Il n'y a pas "
"Le code intermédiaire est un détail d'implémentation de l'interpréteur CPython. Il n'y a pas "

library/dis.po Outdated
msgstr ""
"Le code octal est un détail d'implémentation de l'interpréteur CPython. Il n'y a pas "
"de garantie que le code octal sera ajouté, retiré, ou modifié dans les différentes "
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"de garantie que le code octal sera ajouté, retiré, ou modifié dans les différentes "
"de garantie que du code intermédiaire soit ajouté, retiré ou modifié dans les différentes "

library/dis.po Outdated
msgstr ""
"Le code octal est un détail d'implémentation de l'interpréteur CPython. Il n'y a pas "
"de garantie que le code octal sera ajouté, retiré, ou modifié dans les différentes "
"versions de Python. L'utilisation de cette librairie ne fonctionne pas nécessairement "
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"versions de Python. L'utilisation de cette librairie ne fonctionne pas nécessairement "
"versions de Python. Vous ne devez pas considérer que cette bibliothèque fonctionne "

library/dis.po Outdated
msgstr ""
"La librairie :mod:`dis` comprend également l'analyse des fonctions suivantes, qui "
"envoient l'entrée directement à la sortie souhaitée. Elles peuvent être utiles si il "
"n'y a qu'une seule opération en cours, l'analyse intermédiaire objet n'est donc pas "
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"n'y a qu'une seule opération en cours, l'analyse intermédiaire objet n'est donc pas "
"n'y a qu'une seule opération à effectuer, la représentation intermédiaire n'étant alors pas "

library/dis.po Outdated
"La librairie :mod:`dis` comprend également l'analyse des fonctions suivantes, qui "
"envoient l'entrée directement à la sortie souhaitée. Elles peuvent être utiles si il "
"n'y a qu'une seule opération en cours, l'analyse intermédiaire objet n'est donc pas "
"utile dans ce cas là."
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"utile dans ce cas."
"utile dans ce cas."

library/dis.po Outdated
msgstr ""
"Retourne une chaîne de caractères de plusieurs lignes formatée avec des informations "
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"Retourne une chaîne de caractères de plusieurs lignes formatée avec des informations "
"Renvoie une chaîne de caractères de plusieurs lignes formatée avec des informations "

library/dis.po Outdated
msgstr ""
"Retourne une chaîne de caractères de plusieurs lignes formatée avec des informations "
"détaillées sur le code objet pour les fonctions données, les générateurs asynchrone, "
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"détaillées sur le code objet pour les fonctions données, les générateurs asynchrone, "
"détaillées sur l'objet code pour la fonction, générateur, générateur asynchrone, "

library/dis.po Outdated
msgstr ""
"Retourne une chaîne de caractères de plusieurs lignes formatée avec des informations "
"détaillées sur le code objet pour les fonctions données, les générateurs asynchrone, "
"la coroutine, la méthode, la chaine de caractères du code source ou objet."
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"la coroutine, la méthode, la chaine de caractères du code source ou objet."
"coroutine, méthode, chaîne de caractères de code source ou objet code donné."

@Seluj78
Copy link
Collaborator

Seluj78 commented May 9, 2019

@Aya98 ping 😄

@JulienPalard JulienPalard added awaiting changes and removed NEED REVIEWER This PR needs a reviewer :) labels May 28, 2019
@Seluj78
Copy link
Collaborator

Seluj78 commented May 31, 2019

@Aya98 re ping 😉 🏓

@JulienPalard
Copy link
Member

@Aya98 Prochain atelier le 18 juillet : https://www.meetup.com/fr-FR/Python-AFPY-Paris/events/262841500/

@JulienPalard JulienPalard merged commit f0bd8f1 into python:3.7 Jul 18, 2019
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.

I'm working on library/dis.po
5 participants