Commit Graph

125 Commits

Author SHA1 Message Date
5cd980df96
Backporting using pomerge --no-overwrite --to-files *.po */*.po 2021-06-04 13:50:47 +02:00
b62a286c93 Backporting from 3.9. 2020-10-06 22:19:50 +02:00
00a0972217
make merge (#1300) 2020-05-24 16:31:50 +02:00
laenNoCode
d4fc53df49
translation of c-api/arg.po (#893)
* translation of 8% of c-api/arg

* fix of pospell issues

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Update c-api/arg.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* resolve of conflict

* spelling errors + wrapping

* suggestions Christophe

* retrait tiret entre "lecture" et "seule"

* Apply suggestions from code review

Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
2020-05-09 11:12:45 +02: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
0e3284c593
make merge (#1125) 2020-02-04 11:14:03 +01:00
Aveheuzed
832ce417f1 Proposition de traduction pour c-api/mapping.po (#982)
* Proposition de traduction pour mapping.po

* Corrections de fautes de frappe : object=>objet et c:func:=>:c:func:

* "supporte" => "prend en charge" dans c-api/ampping.po

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

* Update c-api/mapping.po

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

* Update c-api/mapping.po

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

* correction d'un accord, reformulation pour introduire l'idée de str *temporaire*

* Update c-api/mapping.po : liste => tuple

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

* objet->object en VO

* Update c-api/mapping.po : 'tuple'->'n-uplet' ; 'k/v'->'k-v'

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

* Update c-api/mapping.po

Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>

* Suppression des commentaires résolus

* Suppression des vigules avant les 'et'

* Update c-api/mapping.po

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

* Update c-api/mapping.po

correction de la traduction de _slicing_

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

* powrap sur c-api/mapping.po

* Correction d'un accord dans c-api/mapping.po et ajout d'une espace

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2019-12-30 20:02:56 +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
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
Jules Lasne (jlasne)
dcd871ae78
Make merge (#894) 2019-10-09 18:10:12 +02:00
2ea522a5e3 Propagate known strings. 2019-09-16 12:08:42 +02:00
07fa43b757 Language-Team and licences on new files. 2019-09-04 11:49:11 +02:00
1dabb7ef74 3.8: New files. 2019-09-04 11:39:22 +02:00
fd9b2ebdc5 Merge from 3.8 rst files. 2019-09-04 11:35:23 +02:00
Christophe Nanteuil
a046efba6f Fixing some fuzzys. (#858) 2019-08-25 12:48:48 +02:00
1cf1d214fc Upstream merge 2019-06-19 22:35:23 +02:00
f501352dcc Merge from upstream/3.7 2019-06-10 10:57:04 +02:00
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
fa3683a1de Upstream merge 2019-06-03 22:16:26 +02:00
Jules Lasne (jlasne)
2f94e693c8
Apply suggestions from code review 2019-05-31 10:36:38 +02:00
Jules Lasne (jlasne - seluj78)
46d4646c0e traduction de fold par pli 2019-05-31 10:15:58 +02:00
Jules Lasne (jlasne - seluj78)
5e54a68065 Fixed fuzzies
Fixes #735
2019-05-23 23:53:37 +02:00
Jules Lasne (jlasne)
294e8b93c0
Make Merge a3488e5902f5c26e5cc289aec2518e7b5058e5d1 (#729)
* make merge

* Update distributing/index.po

* Update extending/extending.po

* Apply suggestions from code review

* powrap
2019-05-23 18:59:19 +02:00
Andy K
3dc32e433a Working on c-api/cell.po (#686) 2019-05-12 12:15:28 +02:00
Jules Lasne (jlasne)
6827708f5a
Fixed fuzzys in c-api/objbuffer.po (#696)
* Fixed fuzzys

* Apply suggestions from code review

Co-Authored-By: Seluj78 <jlasne@student.42.fr>

* powrap
2019-04-21 13:13:54 +02:00
Jules Lasne (jlasne)
005e87911a Upstream merge (#659) 2019-04-10 16:52:58 +02:00
Andy K
96741e19a6 translation of the weakref.po (#624) 2019-03-29 15:27:55 +01:00
044430e930 FIX: Typo. 2019-03-26 17:19:04 +01:00
4f596ce253 Proofreading c-api/iterator. 2019-03-26 17:06:33 +01:00
fbcf17ecb4 translation of c-api/iterator.po
Co-Authored-By: afoures <afoures@macbook.pro>
2019-03-26 16:57:14 +01:00
Jules Lasne (jlasne)
7a36c822ca fixed fuzzys in c-api/objbuffer.po (#588) 2019-03-21 22:35:44 +01:00
Andy K
86719c94d3 adding the extra translation for objbuffer.po (#616) 2019-03-21 21:06:41 +01:00
fa40a1797d
Merge from upstream/3.7 (#609) 2019-03-20 09:41:37 +01:00
Jules Lasne (jlasne)
703a04d9d2 Merge from upstream/3.7 (#606) 2019-03-20 09:02:55 +01:00
53ddd44538 Propagating known translations. 2019-03-09 23:39:59 +01:00
0f1536867c FIX: thread. 2019-02-26 12:01:13 +01:00
6b3bad6319 Proofreading reflection.po 2019-02-26 11:58:50 +01:00
2d8981225d reflection.po
Co-Authored-By: mbelaloui <mbelalou@student.42.fr>
2019-02-26 11:58:50 +01:00
c104c08940 powrap all the things. 2019-02-25 23:29:35 +01:00
Antoine Foures
7a0b338997 Translation of c-api/float.po is done ! (#529) 2019-01-17 00:47:32 +01:00
Antoine Foures
95fc9b720a translation of c-api/complex.po (#542) 2019-01-17 00:42:24 +01:00
Louis Portay
0e4f754fe1 Finished c-api/datetime (#526) 2019-01-17 00:33:49 +01:00
0a38822d73 make merge 2019-01-03 17:00:01 +01:00
d1f85caa92 Update c-api/object.po
Co-Authored-By: deronnax <deronnax@users.noreply.github.com>
Co-Authored-By: Guillaume Brizolier <guillaume.brizolier@etu.emse.fr>
2019-01-03 16:51:36 +01:00
527c1242a6
Pomerge (#499) 2018-12-24 14:20:55 +01:00
Jules Lasne (jlasne)
91e26c8876 Merged upstream 3.7.2rc1 release (#481) 2018-12-14 18:14:14 +01:00
d676bcd82d
Merge pull request #442 from JulienPalard/propagating
Propagating known translations.
2018-12-10 11:00:21 +01:00