Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JulienPalard merged 20 commits intopython:3.7fromAya98:library-dis
Jul 18, 2019
Merged

Conversation

Aya98
Copy link
Contributor

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

Seluj78 reacted with heart emojiSeluj78 reacted with rocket emoji
Copy link
Collaborator

@Seluj78Seluj78 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 genrebytecode :)

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

Aya98 reacted with heart emoji
@Aya98
Copy link
ContributorAuthor

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

git push origin HEAD
Tohttps://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

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

Aya98 reacted with thumbs up emoji

@deronnax
Copy link
Collaborator

sachant quedis c'est un module un peu hardcore :)

Aya98 reacted with thumbs up emojiAya98 reacted with eyes emoji

@Aya98
Copy link
ContributorAuthor

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

@Seluj78Seluj78 added the NEED REVIEWERThis PR needs a reviewer :) labelApr 17, 2019
@Seluj78
Copy link
Collaborator

@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 lancepowrap library/dis.po sur ton fichier ou en ouvrant et sauvegardant le fichier avec poedit ca sera fait

Copy link
Contributor

@christopheNanchristopheNan 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.

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
"Lalibrairie :mod:`dis`supporte l'analyse du :term:`codeoctal` CPython en le"
"Labibliothèque :mod:`dis`gère l'analyse du :term:`codeintermédiaire` (*bytecode* en anglais) CPython en le"

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 codeoctal CPython, que cettelibrairie prend en paramètre, est"
"désassemblant. Le codeintermédiaire CPython, que cettebibliothèque prend en paramètre, est"

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 codeoctal est un détail d'implémentation de l'interpréteur CPython. Il n'y a pas"
"Le codeintermédiaire est un détail d'implémentation de l'interpréteur CPython. Il n'y a pas"

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 quele codeoctal sera ajouté, retiré, ou modifié dans les différentes"
"de garantie quedu codeintermédiaire soit ajouté, retiré ou modifié dans les différentes"

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"

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érationen cours, l'analyseintermédiaireobjet n'est donc pas"
"n'y a qu'une seule opérationà effectuer, la représentationintermédiairen'étant alors pas"

"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."

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"

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 surle codeobjetpourles fonctions données, les générateurs asynchrone,"
"détaillées surl'objet code pourla fonction, générateur, générateur asynchrone,"

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
"lacoroutine,laméthode,la chainede caractèresdu code source ou objet."
"coroutine, méthode,chaînede caractèresde code source ou objet code donné."

@Seluj78
Copy link
Collaborator

@Aya98 ping 😄

@JulienPalardJulienPalard added awaiting changes and removed NEED REVIEWERThis PR needs a reviewer :) labelsMay 28, 2019
@Seluj78
Copy link
Collaborator

@Aya98 re ping 😉 🏓

@JulienPalard
Copy link
Member

@JulienPalardJulienPalard merged commitf0bd8f1 intopython:3.7Jul 18, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@christopheNanchristopheNanchristopheNan requested changes

@Seluj78Seluj78Awaiting requested review from Seluj78

@JulienPalardJulienPalardAwaiting requested review from JulienPalard

Assignees

@Aya98Aya98

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

I'm working on library/dis.po
5 participants
@Aya98@Seluj78@deronnax@JulienPalard@christopheNan

[8]ページ先頭

©2009-2025 Movatter.jp