Commit graph

1,001 commits

Author SHA1 Message Date
Mathieu Dupuy
602a4095cd
corrige quelques fuzzies dans os.po (#1187) 2020-03-26 16:17:39 +01:00
Mathieu Dupuy
1ff6df54ed
library/logging.po, 1ère partie (#1208)
* library/logging, partie 1 Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2020-03-26 10:17:45 +01:00
AKTasos
11e1c01f2d
fichier library/time.po traduit (#947)
* fichier traduit Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com> Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
2020-03-21 21:33:39 +01:00
Christophe Nanteuil
2bfac7fbe0
orthographe et quelques fuzzys (#1196) 2020-03-21 11:39:49 +01:00
David Wattier
bb3d1c1a44
Fix naming mistake in Blake2 flavor listing (#1179) 2020-03-17 15:01:53 +01:00
Matheus Vieira Portela
5c511cb5fa
Fix reference to PEP in translation (#1176) 2020-03-06 21:33:36 +01:00
0b61f0a8c9
Yet another batch of no-break-spaces. (#1166) 2020-03-03 21:10:08 +01:00
marqov
02405ce5d7
compléter la traduction flou de collections (#1164) 2020-03-03 19:58:09 +01:00
Christophe Nanteuil
05377772c2
Début de traduction de library/codecs.po (#1149) 2020-02-23 23:20:29 +01:00
5703473884
Conjugaison fix #1156 (#1157) 2020-02-20 09:27:51 +01:00
Jules Lasne (jlasne)
908ee6598a
Pomerge with fuzzies (#1151) 2020-02-14 11:18:53 +01:00
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
eb72f0ff34
Replicating known translations using pomerge. (#1147) 2020-02-05 15:12:44 +01:00
Benjamin Port
d89bdde920
Fix a typo in functions (épousé -> épuisé) (#1146) 2020-02-05 11:16:46 +01:00
7eeb8778a1
traduction de la ligne setup tools disclaimer (#1139)
* traduction de la ligne setup tools disclaimer * Update library/venv.po Sejul78 correction Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
2020-02-04 22:22:40 +01:00
Antoine
23770d1fa4
Correction fuzzy library/multiprocessing (#1142) 2020-02-04 22:20:07 +01:00
PhilippeGalvan
3932e4a6d3
End translation for pdb.po (2) (#1131)
* End translation for pdb.po (2) * Update library/pdb.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * powrap Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr>
2020-02-04 20:46:32 +01:00
Inebhis
32d15d902d
Traduction et correction library/_thread.po (#1078)
* Traduction et correction library/_thread.po * Update library/_thread.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update library/_thread.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update library/_thread.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update library/_thread.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update library/_thread.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update library/_thread.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update library/_thread.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update library/_thread.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update library/_thread.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Powrap fichier _thread.po Co-authored-by: Check your git settings! <chris@chris-laptop> Co-authored-by: Jules Lasne (jlasne) <jlasne@student.42.fr> Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2020-02-04 11:25:06 +01:00
0e3284c593
make merge (#1125) 2020-02-04 11:14:03 +01:00
Antoine.D
a928601a54
Trad zlib (#1090) 2020-02-04 09:31:48 +01:00
Louis
3dedf73da9
Rectification des *fuzzy* du fichier sys.po. (#1099) 2020-02-04 09:18:29 +01:00
Antoine
e107f883f4
Fuzzys de library/multiprocessing (#1124) 2020-02-04 08:55:44 +01:00
HUC
ee5a8a06d9
Traduction FR de la bibliothèque library/bz2.po (#818) 2020-02-01 16:04:14 +01:00
Christophe Nanteuil
967f43d971 traduction de Struct (#1121) 2020-01-24 09:39:00 +01:00
cadf361581 Travail sur library/threading.po dans le train. (#1122)
* Travail sur library/threading.po dans le train. * Apply suggestions from code review Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * fix Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com> Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2020-01-22 23:04:17 +01:00
Jules Lasne (jlasne)
0591957794
Translated library/gettext.po (#1120)
* Translated library/gettext.po * Apply suggestions from code review Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * powrap after review * Update library/gettext.po Co-Authored-By: Julien Palard <julien@palard.fr> Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com> Co-authored-by: Julien Palard <julien@palard.fr>
2020-01-17 11:58:59 +01:00
f1fd74eeb5 Missing quote. (#1117)
* Missing quote. * powrap
2020-01-14 21:58:01 +01:00
515ec73ea9 FIX: Il y en a plusieurs. (#1115) 2020-01-08 22:39:21 +01:00
lambelin
7139c16b5c Corrections qq fuzzies dans library/warnings.po (#948)
* Fuzzy * Issue 949 * Update warnings.po * Update warnings.po * Update warnings.po Co-authored-by: Antoine Rozo <antoine.rozo@gmail.com>
2020-01-05 16:11:27 +01:00
Antoine
6554f468e4 library/ctypes (#1104)
* Premier jet * Premier jet II * On continue * Continuation * Continuation II * OK * padpo * padpo encore * Apply suggestions from ChristopheNan Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Suggestions de ChristopheNan + indentation * Apply suggestions from ChristopheNan Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Homogénisation des entrées du tableaux des types. * Apply suggestions from ChristopheNan Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Remarques de ChristopheNan. * Apply suggestions from ChristopheNan Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Indentation. * Apply suggestions from ChristopheNan Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Remarque de ChristopheNan. * Ultimes remarques de ChristopheNan + remplace 'expose' par 'exporte'. Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2019-12-30 23:34:41 +01:00
Antoine
bd7b9f9763
Remarque de deronnax sur PR #900. (#1106) 2019-12-30 16:46:07 +01:00
Jules Lasne (jlasne)
0bbafa1314
Fixed fuzzies in library/time.po (#1007)
* Fixed fuzzies in library/time.po * Update library/time.po Co-Authored-By: Vincent Poulailleau <vpoulailleau@gmail.com> * Apply suggestions from code review Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * powrap * Update library/time.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * powrap Co-authored-by: Vincent Poulailleau <vpoulailleau@gmail.com> Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2019-12-28 15:55:23 +01:00
Jules Lasne (jlasne)
1a8eacaa66 Fixed fuzzies in library/unittest.po (#1004)
* Fixed fuzzies in library/unittest.po * Apply suggestions from code review Co-Authored-By: Vincent Poulailleau <vpoulailleau@gmail.com> * Apply suggestions from code review Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Cadre applicatif + powrap * Update library/unittest.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2019-12-15 09:18:18 +01:00
1bf31ee1d2
FIX: Excès de zèle sur les espaces insécables. (#1098) 2019-12-14 22:27:27 +01:00
41d0079abc
FIX: Excès de zèle sur les espaces insécables. (#1082) 2019-12-13 14:28:20 +01:00
Jules Lasne (jlasne)
f6d2181b60
Fixed fuzzies in library/string.po (#1011)
* Fixed fuzzies in library/string.po * Update library/string.po Co-Authored-By: Vincent Poulailleau <vpoulailleau@gmail.com> * Apply suggestions from code review Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * powrap * Apply suggestions from code review
2019-12-13 12:32:01 +01:00
Jules Lasne (jlasne)
4c8d995502
Fixed fuzzies in library/timeit.po (#1006)
* Fixed fuzzies in library/timeit.po * Apply suggestions from code review * powrap
2019-12-13 12:27:25 +01:00
b90acf237c
Few errors found while working on a new release of pospell. (#1056) 2019-12-13 12:17:13 +01:00
Lowic Mangin
a506a27883 More trads in library/argparse.po (#841) 2019-12-12 22:26:58 +01:00
marqov
ff1f732b5b ajout des traductions manquantes de library/enum.po et de fuzzies (#955) 2019-12-09 23:44:53 +01:00
Arthur Lutz
d845e09f3a [library/wsgiref.po] initial partial translation (#900)
* [library/wsgiref] initial translation * Update library/wsgiref.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update library/wsgiref.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update library/wsgiref.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update library/wsgiref.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Update library/wsgiref.po Co-Authored-By: Jules Lasne (jlasne) <jlasne@student.42.fr> * Apply suggestions from code review Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * Update library/wsgiref.po * Update library/wsgiref.po * Apply suggestions from code review Co-Authored-By: Julien Palard <julien@palard.fr> * Suggestion genrée de awecx intégrée pendant le revue Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Mathieu Dupuy <deronnax@users.noreply.github.com> Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> Co-Authored-By: Vincent Poulailleau <vpoulailleau@gmail.com> * Fix ReST syntax Co-Authored-By: Vincent Poulailleau <vpoulailleau@gmail.com> * Update library/wsgiref.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Update library/wsgiref.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * [library/wsgiref] powrap * Update library/wsgiref.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Update library/wsgiref.po Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
2019-12-07 11:08:00 +01:00
7923a1fe4f
Passing pomerge locally. (#1046) 2019-12-06 10:55:45 +01:00
f6a64d5599
make merge (#1042) 2019-12-05 23:41:32 +01:00
ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01:00
6cb3c7bc04
FIX: nbsp in netrc. (#1040) 2019-12-05 21:40:28 +01:00
Jules Lasne (jlasne)
b15fa3e92d Translated library/audit_events.po (#998)
* Translated library/audit_events.po * Apply suggestions from code review Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> * powrap
2019-12-04 21:35:15 +01:00
nicolas-roche
7575f95c1c Traduction de library/unittest.mock-examples (#691) 2019-12-01 23:51:46 +01:00
4c75c93ace Complete library/contextlib.po (#961) 2019-12-01 23:50:47 +01:00
smtr42
d5b9b798ba Ajout de traduction manquante + modification d'un Fuzzy dans library/json.po (#956) 2019-11-29 22:08:41 +01:00
Antoine
f342c2216a library/subprocess après un passage de padpo (#1018)
* Erreurs trouvées par Grammalecte * Powrapping
2019-11-21 23:12:09 +01:00