1
0
Fork 0
Commit Graph

52 Commits

Author SHA1 Message Date
Christophe Nanteuil 6ac12519a1 fuzzies tutorial (#26)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#26
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-02-07 09:12:11 +00:00
Julien Palard 26c991fc20 Make merge (#21)
J'ai juste exécuté `python merge.py 3.11`.

Reviewed-on: AFPy/python-docs-fr#21
Co-authored-by: Julien Palard <julien@palard.fr>
Co-committed-by: Julien Palard <julien@palard.fr>
2023-01-15 21:42:07 +00:00
Christophe Nanteuil 258387733a Traduction de base class en classe mère (#11)
Actuellement *base class* est traduit en *classe de base*. Je propose
d'utiliser *classe ancêtre*, les deux versions existant dans la littérature,
mais *de base* pouvant laisser penser qu'il s'agit de la classe la plus
loin dans l'héritage possible.

Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#11
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2022-12-06 09:20:23 +00:00
Julien Palard fecaae68a8
Make merge 2022-03-23 18:44:13 +01:00
Antoine 97353f195e
Traduction « tuple » par « n-uplet ». (#1490) 2020-12-02 23:45:10 +01:00
Mathieu Dupuy e5a7b29aeb
corrige 2 fuzzies (#1432) 2020-09-30 16:34:16 +02:00
Jules Lasne (jlasne) 719be059fa
Fixed fuzzies in tutorial (#1400) 2020-09-30 14:44:08 +02:00
Jules Lasne (jlasne) 757ab3f7b4
Make merge of 3.9 (#1385) 2020-09-11 09:11:46 +02:00
Julien Palard 262421d34c make merge from cpython 3.9 2020-07-30 14:12:04 +02:00
Julien Palard a5123415bb Uniformisation et simplification des chemins. 2020-07-30 14:12:04 +02:00
Julien Palard c3fedc6e1c
make merge from cpython 3.9 (#1330) 2020-06-05 09:32:47 +02:00
Julien Palard 00a0972217
make merge (#1300) 2020-05-24 16:31:50 +02:00
Catalina Chircu 63d21e9529
Fuzzy in tutorial/classes.po (#1203)
* Fuzzy in tutorial/classes.po

* Update tutorial/classes.po

Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
2020-03-30 08:55:33 +02:00
Julien Palard 5646bc52a4
Yet another batch of : :: and no break spaces... (#1148)
import polib
import pathlib

def check(file):
    pofile = polib.pofile(file)
    for entry in pofile:
        if not entry.msgstr:
            continue
        if entry.msgid.endswith(" ::"):
            entry.msgstr = entry.msgstr.rstrip(":  \u202f\u00A0") + " ::"
        if entry.msgid.endswith("::") and not entry.msgid.endswith(" ::"):
            entry.msgstr = entry.msgstr.rstrip(": ,. \u202f\u00A0") + "\u00A0::"
    pofile.save()

for file in pathlib.Path(".").glob("*.po"):
    check(file)

for file in pathlib.Path(".").glob("*/*.po"):
    check(file)
2020-02-05 23:32:21 +01:00
Julien Palard 0e3284c593
make merge (#1125) 2020-02-04 11:14:03 +01:00
Christophe Nanteuil f188d2f5d6 Suite de la revue de tutorial (#1111) 2020-01-04 12:02:46 +01:00
Christophe Nanteuil 442bcc7f7a Revue de tutorial (#1110)
* Revue avec padpo

* Apply suggestions from code review

Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
2020-01-03 09:30:37 +01:00
Julien Palard ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01:00
Jules Lasne (jlasne) 3de5dcdad9
make merge from cpython:25ce77dd2455abbb6e2c9e055bbc98954642fa7c (#987)
* make merge from cpython:25ce77dd2455abbb6e2c9e055bbc98954642fa7c

* Fixed silly fuzzies for CI

* More make merge from my PRs
2019-11-15 23:57:16 +01:00
Loc Cosnier 34773b3d1c Tutorial (#937)
* Fin de traduction de tutorial/classes.po

* Fin de traduction de tutorial/stdlib.po
2019-11-01 22:18:25 +01:00
horlas c1b64ab218 translate the last line of tutorial/classes.po (#933)
* translate the last line of tutorial/classes.po

* Update tutorial/classes.po

Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr>
2019-11-01 21:52:39 +01:00
Julien Palard fd9b2ebdc5 Merge from 3.8 rst files. 2019-09-04 11:35:23 +02:00
Julien Palard 0f940f3bd2
s/ontologie/terminologie/ (#834)
Initially reported by Paul Ghaleb on docs@
2019-07-09 11:35:49 +02:00
Julien Palard 517157af17
sed to add no-break-spaces, s/fonction intégrée/fonction native/. (#810)
sed -i 's/ : ::"/ ::"/g' **/*.po
2019-06-10 10:48:16 +02:00
Christophe Nanteuil 33cb2dd861 Traduction de namespace par espace de nommage, sauf pour le XML (#626) 2019-04-03 23:49:45 +02:00
Julien Palard d3b1ef8d30
Review some fuzzy translations. (#505) 2019-01-03 21:36:36 +01:00
Julien Palard 527c1242a6
Pomerge (#499) 2018-12-24 14:20:55 +01:00
Jules Lasne (jlasne) 1bf8818008 Added last missing translation to tutorial/classes.po (#464)
* Added last missing translation to tutorial/classes.po

* Update tutorial/classes.po
2018-12-14 18:14:56 +01:00
Julien Palard 03ab206a30 merge pot files. 2018-11-29 16:13:39 +01:00
Julien Palard 46b1f959af
merge pot files. (#297)
* merge pot files.

* FIX from travis.

* FIX a/à.
2018-08-13 15:12:45 +02:00
Julien Palard 91322e039a
Pospell various directories (#295)
* Disambiguate option/paramètre to avoid using flags in french.

* pospell on a few directories.

* FIX differences between my Hunspell version and travis one.

* Nice try.

* Hunspell 1.3.2, please.

* FIX feedback from Christophe.

* De mieux en mieux.
2018-08-03 09:37:42 +02:00
Julien Palard 283979a625 Update language team. 2018-07-04 11:14:25 +02:00
Julien Palard e6e13bef30 Dropping useless first author line. 2018-07-04 11:09:21 +02:00
Julien Palard ac8e794c8c Update licence information. 2018-07-04 11:08:42 +02:00
Julien Palard 117f6d15a2 Update Copyright date. 2018-07-04 11:06:45 +02:00
Julien Palard bc19527cab Dropping this useless SOME DESCRIPTIVE TITLE. 2018-07-04 11:05:51 +02:00
Julien Palard 8b85b550c9 Fixing inconsistencies found by pomerge. 2018-07-03 11:50:53 +02:00
Julien Palard d11a6b41ee Replicating known translations using pomerge from 3.7 to 3.7 (locally). 2018-07-03 11:14:42 +02:00
Christophe Nanteuil 06da6148b6 Tutorial Review after automatic replacements. 2018-03-22 23:26:39 +01:00
Julien Palard a5c7846ef1 Fixing some end of lines. 2018-03-21 00:16:43 +01:00
Julien Palard 2a4be3dd02 Automatically review columns.
Checked using and some manual proofreading:

def check_entry(po_file, entry):
    if entry.msgid.endswith(' ::'):
        return
    if entry.msgid.endswith('::'):
        if entry.msgstr.endswith(': ::'):
            return
        entry.msgstr = entry.msgstr.rstrip(' :. ') + ' ::'
2018-03-20 23:58:00 +01:00
Christophe Nanteuil d0e88f6ebc Tutorial Classes Review.
Indentation Fixed with poindent.
2018-02-13 01:56:40 +01:00
Julien Palard cce280974f merge pot files. 2018-01-04 16:00:57 +01:00
Julien Palard 0d4bffbcf9 s/mutable/muable/
Long debate between those words. We could use "modifiable" too but the
binary relation between "immuable" and "modifiable" is less clear.

"muable" was in the 6th edition of the dictionnary of the Académie
française.
2017-10-27 17:43:57 +02:00
Julien Palard 565b29df10 Working on small files. 2017-10-18 23:12:12 +02:00
Cimon Lucas (LCM) 92f3ea9264
Remplacement systématique de "retourner" par "renvoyer" 2017-09-22 11:47:21 +02:00
Julien Palard 4ef9eaac76 merge pot files. 2017-08-01 13:29:09 +02:00
Julien Palard dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00
Julien Palard 61533a9516 tutorial/ → 100% 2017-05-16 23:31:05 +02:00
Julien Palard e924d36e1a Transifex pull. 2017-05-10 14:15:25 +02:00