Skip to content

working on nis.po#249

Merged
JulienPalard merged 2 commits into
python:3.7from
luzeal:nis.po
Jul 20, 2018
Merged

working on nis.po#249
JulienPalard merged 2 commits into
python:3.7from
luzeal:nis.po

Conversation

@luzeal
Copy link
Copy Markdown
Contributor

@luzeal luzeal commented Jul 12, 2018

No description provided.

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:3
msgid ":mod:`nis` --- Interface to Sun's NIS (Yellow Pages)"
msgstr ""
msgstr "mod:`nis` --- Interface dans Sun's NIS (pages jaunes)"
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 un : juste avant mod je crois

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done

Comment thread library/nis.po Outdated
"The :mod:`nis` module gives a thin wrapper around the NIS library, useful "
"for central administration of several hosts."
msgstr ""
"The :mod:`nis` module fournit une enveloppe fine (thin wrapper) autour de la "
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.

@JulienPalard confirmera mais il me semble qu'il faut rajouter des astérisques autour des termes anglais => (*thin wrapper*)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done

Comment thread library/nis.po Outdated
"Return value is an arbitrary array of bytes (may contain ``NULL`` and other "
"joys)."
msgstr ""
"Renvoie le résultat de *clé* dans carte *mapname*, ou lève une erreur (:exc:"
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.

la "correspondance" peut-être ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

va pour la correspondance

Comment thread library/nis.po Outdated
msgstr ""
"Renvoie le résultat de *clé* dans carte *mapname*, ou lève une erreur (:exc:"
"`nis.error`) s'il n'y en a pas. Toutes les deux doivent être des chaînes, "
"*key* est une 8-bit propre. Renvoie valeur est un tableau arbitraire "
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.

"La valeur renvoyée", au lieu de "renvoie valeur" non ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

je prends :)

Comment thread library/nis.po Outdated
"Renvoie le résultat de *clé* dans carte *mapname*, ou lève une erreur (:exc:"
"`nis.error`) s'il n'y en a pas. Toutes les deux doivent être des chaînes, "
"*key* est une 8-bit propre. Renvoie valeur est un tableau arbitraire "
"d'octets (pourrait contenir ``ǸULL`` et autres joyeusetés). "
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.

J'ai l'impression qu'il y a un accent sur le N, c'est volontaire ? 😮

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Non, c'est pas volontaire malheureusement :D

Comment thread library/nis.po Outdated
msgstr ""
"L'argument *domain* permet de passer outre le domaine NIS utilisé pour les "
"recherche (lookup). Quand non spécifié, recherche est dans le domaine NIS "
"défaut "
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.

Et il manque un point à la fin (oui désolé je fais mon relou ^^⁾

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Pas du tout! Il faut être pointilleux .D

Comment thread library/nis.po Outdated
"arbitrary arrays of bytes."
msgstr ""
"Renvoie un dictionnaire qui associe *key* à *value* tel que ``match(key, "
"mapname)==value``. Notez que les deux clés et valeurs du dictionnaire sont "
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.

Je crois que both keys and values se traduit plutôt par à la fois les clés et les valeurs.

Du coup quelque chose comme ça peut-être ?

Notez que et les clés, et les valeurs du dictionnaires sont des...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:49
msgid "Return a list of all valid maps."
msgstr ""
msgstr "Renvoie la liste de toutes les cartes maps() valides "
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 le point.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:57
msgid "Return the system default NIS domain."
msgstr ""
msgstr "Renvoie le domain NIS par défaut du système "
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.

domaine et il manque aussi le point

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:60
msgid "The :mod:`nis` module defines the following exception:"
msgstr ""
msgstr "Le module :mod:`nis` définit les exceptions suivantes:"
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.

@JulienPalard va te dire qu'il manque un espace insécable avant le double point à la fin (ou au moins un espace tout court)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:3
msgid ":mod:`nis` --- Interface to Sun's NIS (Yellow Pages)"
msgstr ""
msgstr "mod:`nis` --- Interface dans Sun's NIS (pages jaunes)"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

s/dans/à/

Comment thread library/nis.po Outdated
"The :mod:`nis` module gives a thin wrapper around the NIS library, useful "
"for central administration of several hosts."
msgstr ""
"The :mod:`nis` module fournit une enveloppe fine (thin wrapper) autour de la "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

s/The :mod:`nis` module/Le module :mod:`nis`/

Comment thread library/nis.po Outdated
"The :mod:`nis` module gives a thin wrapper around the NIS library, useful "
"for central administration of several hosts."
msgstr ""
"The :mod:`nis` module fournit une enveloppe fine (thin wrapper) autour de la "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

s/fournit une enveloppe fine (thin wrapper) autour/est une simple abstraction de/

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:19
msgid "The :mod:`nis` module defines the following functions:"
msgstr ""
msgstr "The :mod:`nis` module définit les instructions suivantes:"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

s/The :mod:`nis` module/Le module :mod:`nis`/

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:19
msgid "The :mod:`nis` module defines the following functions:"
msgstr ""
msgstr "The :mod:`nis` module définit les instructions suivantes:"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Il manque un espace avant le ":", de préférence un espace insécable.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
"If unspecified, lookup is in the default NIS domain."
msgstr ""
"L'argument *domain* permet de passer outre le domaine NIS utilisé pour les "
"recherche (lookup). Quand non spécifié, recherche est dans le domaine NIS "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Tu peux enlever (lookup) je pense.
s/Quand non spécifié/Lorsqu'il n'est pas spécifié/

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
"arbitrary arrays of bytes."
msgstr ""
"Renvoie un dictionnaire qui associe *key* à *value* tel que ``match(key, "
"mapname)==value``. Notez que les deux clés et valeurs du dictionnaire sont "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

s/Notez que les deux clés et valeurs du dictionnaire sont des tableaux arbitraires d'octets./Notez que les clefs comme les valeurs peuvent contenir des séquences arbitraires d'octets/

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:49
msgid "Return a list of all valid maps."
msgstr ""
msgstr "Renvoie la liste de toutes les cartes maps() valides "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

cartes maps() ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:57
msgid "Return the system default NIS domain."
msgstr ""
msgstr "Renvoie le domain NIS par défaut du système "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Il manque le point en fin de phrase.

Comment thread library/nis.po Outdated
#: ../Doc/library/nis.rst:60
msgid "The :mod:`nis` module defines the following exception:"
msgstr ""
msgstr "Le module :mod:`nis` définit les exceptions suivantes:"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Il manque un espace avant le ":" en fin de phrase.

@JulienPalard JulienPalard merged commit 0b1f617 into python:3.7 Jul 20, 2018
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