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

Running pospell on library/b*.po#292

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 3 commits intopython:3.7fromJulienPalard:pospell-bstar
Jul 29, 2018
Merged
Show file tree
Hide file tree
Changes fromall 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
3 changes: 2 additions & 1 deletion.travis.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,6 +5,7 @@ before_install:
- sudo apt-get install -y hunspell hunspell-fr-comprehensive
install:
- pip install pospell
- pospell --version
script:
- pospell -p dict -l fr *.po library/a*.po library/functions.po
- pospell -p dict -l fr *.po library/[a-b]*.po library/functions.po
- make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7
4 changes: 2 additions & 2 deletionslibrary/base64.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-23 09:03+0100\n"
"PO-Revision-Date:2017-08-10 00:59+0200\n"
"PO-Revision-Date:2018-07-29 00:47+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand DownExpand Up@@ -326,7 +326,7 @@ msgstr "Module :mod:`binascii`"
msgid ""
"Support module containing ASCII-to-binary and binary-to-ASCII conversions."
msgstr ""
"Module secondaire contenant les conversions ASCII-à-binaire et binaire-à-"
"Module secondaire contenant les conversions ASCII àbinaire et binaire à"
"ASCII."

#: ../Doc/library/base64.rst:288
Expand Down
32 changes: 16 additions & 16 deletionslibrary/binhex.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-27 19:40+0200\n"
"PO-Revision-Date:2017-08-10 00:59+0200\n"
"PO-Revision-Date:2018-07-29 23:42+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand All@@ -17,7 +17,7 @@ msgstr ""

#: ../Doc/library/binhex.rst:2
msgid ":mod:`binhex` --- Encode and decode binhex4 files"
msgstr ":mod:`binhex` --- Encode et décode les fichiers binhex4"
msgstr ":mod:`binhex` --- Encode et décode les fichiers*binhex4*"

#: ../Doc/library/binhex.rst:7
msgid "**Source code:** :source:`Lib/binhex.py`"
Expand All@@ -28,7 +28,7 @@ msgid ""
"This module encodes and decodes files in binhex4 format, a format allowing "
"representation of Macintosh files in ASCII. Only the data fork is handled."
msgstr ""
"Ce module encode et décode les fichiers au format binhex4, un format "
"Ce module encode et décode les fichiers au format*binhex4*, un format "
"permettant la représentation de fichier Macintosh au format ASCII. Seulement "
"la fourchette de donnée est supportée."

Expand All@@ -42,7 +42,7 @@ msgid ""
"*output* parameter can either be a filename or a file-like object (any "
"object supporting a :meth:`write` and :meth:`close` method)."
msgstr ""
"Converti un fichier binaire avec comme nom *input* en fichier binhex "
"Convertit un fichier binaire avec comme nom *input* en fichier*binhex* "
"*output*. Le paramètre *output* peut être soit un nom de fichier, soit un "
"objet s’apparentant à un fichier (tout objet supportant les méthodes :meth:"
"`write` et :meth:`close`)."
Expand All@@ -54,11 +54,11 @@ msgid ""
"is written to a file named *output*, unless the argument is ``None`` in "
"which case the output filename is read from the binhex file."
msgstr ""
"Décode un fichier binhex *input*. *input* peut être soit un nom de fichier, "
"soit un objet s’apparentant à un fichier supportant les méthodes:meth:"
"`write` et :meth:`close`. Le résultat est écrit dans un fichier nommé "
"*output*, sauf si l'argument est ``None``, dans ce cas le fichier desorti "
"est lu depuis le fichier binhex."
"Décode un fichier*binhex* *input*. *input* peut être soit un nom de "
"fichier,soit un objet s’apparentant à un fichier supportant les méthodes :"
"meth:`write` et :meth:`close`. Le résultat est écrit dans un fichier nommé "
"*output*, sauf si l'argument est ``None``, dans ce cas le fichier desortie "
"est lu depuis le fichier*binhex*."

#: ../Doc/library/binhex.rst:31
msgid "The following exception is also defined:"
Expand All@@ -71,9 +71,9 @@ msgid ""
"input is not properly encoded binhex data."
msgstr ""
"Exception levée quand quelque chose ne peut être encodé en utilisant le "
"format binhex (par exemple, un nom de fichier trop long pour rentrer dans le "
"champ filename) ou quand les données d'entrée ne sont pas encodées "
"correctement en binhex."
"format*binhex* (par exemple, un nom de fichier trop long pour rentrer dans "
"lechamp*filename*) ou quand les données d'entrée ne sont pas encodées "
"correctement en*binhex*."

#: ../Doc/library/binhex.rst:43
msgid "Module :mod:`binascii`"
Expand All@@ -83,7 +83,7 @@ msgstr "Module :mod:`binascii`"
msgid ""
"Support module containing ASCII-to-binary and binary-to-ASCII conversions."
msgstr ""
"Module secondaire contenant les conversions ASCII-à-binaire et binaire-à-"
"Module secondaire contenant les conversions ASCII àbinaire et binaire à"
"ASCII."

#: ../Doc/library/binhex.rst:50
Expand All@@ -103,6 +103,6 @@ msgid ""
"If you code or decode textfiles on non-Macintosh platforms they will still "
"use the old Macintosh newline convention (carriage-return as end of line)."
msgstr ""
"Si vous codez ou décodez sur des plateformesnon-Macintosh, elles "
"utiliseront l'ancienne convention Macintoshnewline (retour-chariot comme "
"fin de ligne)."
"Si vous codez ou décodez sur des plateformesautres queMacintosh, elles "
"utiliseront l'ancienne convention Macintoshpour les retours à la ligne "
"(retour-chariot commefin de ligne)."
8 changes: 4 additions & 4 deletionslibrary/bisect.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
"PO-Revision-Date: 2018-01-21 23:58+0100\n"
"PO-Revision-Date: 2018-07-29 01:03+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand DownExpand Up@@ -118,8 +118,8 @@ msgid ""
msgstr ""
"`SortedCollection recipe <https://code.activestate.com/recipes/577197-"
"sortedcollection/>`_ utilise le module *bisect* pour construire une classe "
"collection exposant des méthodes de recherches naturelles etgèrant une "
"fonction clef. Les clefs sontprécalculées pour économiser des appels "
"collection exposant des méthodes de recherches naturelles etgérant une "
"fonction clef. Les clefs sontpré-calculées pour économiser des appels "
"inutiles à la fonction clef durant les recherches."

#: ../Doc/library/bisect.rst:70
Expand DownExpand Up@@ -173,5 +173,5 @@ msgid ""
"Instead, it is better to search a list of precomputed keys to find the index "
"of the record in question::"
msgstr ""
"Il est préférable d'utiliser une liste de clefsprécalculée pour chercher "
"Il est préférable d'utiliser une liste de clefspré-calculée pour chercher "
"l'index de l'enregistrement en question : ::"
4 changes: 2 additions & 2 deletionslibrary/builtins.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
"PO-Revision-Date: 2018-07-29 00:18+0200\n"
"PO-Revision-Date: 2018-07-29 00:46+0200\n"
"Last-Translator: Julien Palard <juilen@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand DownExpand Up@@ -56,5 +56,5 @@ msgstr ""
"Spécificité de l'implémentation: La plupart des modules ont ``__builtins__`` "
"dans leurs globales. La valeur de ``__builtins__`` est classiquement soit "
"ce module, soit la valeur de l'attribut :attr:`~object.__dict__` du module. "
"Puisque c'est une spécificité decpython, ce n'est peut-être pas utilisé par "
"Puisque c'est une spécificité deCPython, ce n'est peut-être pas utilisé par "
"toutes les autres implémentations."
6 changes: 3 additions & 3 deletionslibrary/bz2.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,8 +6,8 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
"PO-Revision-Date:2018-07-29 01:07+0200\n"
"Last-Translator:Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
Expand DownExpand Up@@ -111,7 +111,7 @@ msgstr "Accepte un :term:`path-like object`."

#: ../Doc/library/bz2.rst:70
msgid "Open a bzip2-compressed file in binary mode."
msgstr "Ouvre un fichier bzip2 en mode binaire."
msgstr "Ouvre un fichier*bzip2* en mode binaire."

#: ../Doc/library/bz2.rst:72
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp