1
0
Fork 0
Commit Graph

119 Commits

Author SHA1 Message Date
Julien Palard 5fa489367e
Some fuzzy in using/. (#1696)
Automerge of PR #1696 by @JulienPalard
2021-09-25 16:07:46 +02:00
Julien Palard 17d5f9cebe
Make merge (#1695)
* Make merge

* FIX: spelling for pospell.

* Uniformisation des entêtes po.
2021-09-24 10:20:01 +02:00
Jean-Abou-Samra e9937880c7
Fuzzies un peu partout (#1678)
* Fuzzies un peu partout

Essentiellement pour nettoyer la liste 'make todo'. La plupart des
corrections sont triviales (lorsque upstream a reçu une correction de
faute de frappe). Il y a quelques chaînes nouvellement traduites.

* Relecture de Julien Palard
2021-09-08 12:07:55 +02:00
Julien Palard dafa30ed3c
Make merge (#1639)
Automerge of PR #1639 by @JulienPalard
#1636

Closes #1636
2021-05-26 19:39:06 +02:00
Julien Palard 55d9b023cc
Fuzzy & untranslated de using/windows.po (#1598)
Automerge of PR #1598 by @JulienPalard

Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2021-05-05 15:13:27 +02:00
Julien Palard 7b88307273
Make merge (#1555)
Automerge of PR #1555 by @JulienPalard
2021-03-19 17:27:36 +01:00
Jules Lasne 51c6b25514
Make merge (#1547)
Automerge of PR #1547 by @Seluj78
2021-03-01 16:56:01 +01:00
Julien Palard 13afffa4ad
Fuzzy in using/windows.po (#1507)
Automerge of PR #1507 by @JulienPalard
2020-12-27 11:38:31 +01:00
Julien Palard 25e6bb0dc1
Make merge of 3.9 (#1505) 2020-12-18 07:09:57 +01:00
Julien Palard c109850819
make merge from cpython 3.9 (#1440) 2020-10-02 10:55:01 +02:00
Jules Lasne (jlasne) df0f40596b
Fixed fuzzies for using/cmdline.po and using/mac.po (#1393) 2020-09-30 14:09:18 +02:00
Jules Lasne (jlasne) 757ab3f7b4
Make merge of 3.9 (#1385) 2020-09-11 09:11:46 +02:00
Antoine 7286107ca1
gelé => figé (#1388) 2020-08-25 12:15:49 +02:00
Antoine c12606d35c
Indentation. (#1381) 2020-08-22 12:21:15 +02:00
Mathieu Dupuy 60ccf63a25
using/windows.po: fuzzies (#1369)
* correction de deux fuzzies

* marquage en fuzzy d'une chaine mal traduite

* agencement / layout

* suggestions de JulienPalard

Co-authored-by: Julien Palard <julien@palard.fr>

* suggestions de ChristopheNan

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

Co-authored-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2020-08-22 10:56:56 +02:00
Mathieu Dupuy 2526de3ed0
remplace une partie des guillemets par des guillemets français (#1368) 2020-08-08 23:15:14 +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
Christophe Nanteuil 47853a0b4a
Typographie : abréviations, exposants (#1242)
Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
2020-04-30 23:14:30 +02:00
Mathieu Dupuy e9e1d4fcdd
using/windows : UTF-8 + locale.getlocaleencoding (#1215)
* supprime les traductions commentées

* section 'UTF-8' de using/windows + locale.getlocaleencoding

* Apply suggestions from code review

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

* codage partout, justice nulle part

* "utilisable sans protection dans les programmes à fils d'exécutions multiples"
2020-04-02 15:58:21 +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
Logistic Bot 6a42505b6e Fin de la traduction de using/cmdline.po (#926) 2019-12-14 23:15:19 +01:00
Julien Palard ccc2e5863e
Uniformize project-id-version. (#1041) 2019-12-05 23:15:54 +01:00
Jules Lasne (jlasne) ce415890bd Added missing translation in using/windows.po (#995) 2019-12-01 23:40:53 +01:00
Jules Lasne (jlasne - seluj78) a970213909 powrap 2019-11-23 00:53:51 +01:00
Jules Lasne (jlasne) f8019cb14b
Finished translating using/cmdline.po (#899)
* Finished translating using/cmdline.po

* Added 'journalise' to dict

* 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>

* Apply suggestions from code review

* powrap

* Final for cmdline.po \?

* gnagnagna ordonné gnagnagna @deronnax

* Apply suggestions from code review

Co-Authored-By: Mathieu Dupuy <deronnax@users.noreply.github.com>
Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2019-11-23 00:41:18 +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
lambelin 9ce955e540 Corrections fuzzies (#954) 2019-11-05 11:17:51 +01:00
Jules Lasne (jlasne) dcd871ae78
Make merge (#894) 2019-10-09 18:10:12 +02:00
Julien Palard ab2e235995
Fuzzy strings in using and tutorial. (#875) 2019-09-16 14:24:02 +02:00
Julien Palard 2ea522a5e3 Propagate known strings. 2019-09-16 12:08:42 +02:00
Julien Palard 07fa43b757 Language-Team and licences on new files. 2019-09-04 11:49:11 +02:00
Julien Palard 1dabb7ef74 3.8: New files. 2019-09-04 11:39:22 +02:00
Julien Palard 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
Julien Palard bb85844b13 Upstream merge 2019-06-12 15:08:26 +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
Julien Palard e59a4607a4 Merge remote-tracking branch 'chrisNan/import-export' into 3.7 2019-06-03 23:06:21 +02:00
Julien Palard fa3683a1de Upstream merge 2019-06-03 22:16:26 +02:00
Christophe Nanteuil a8e874fe59 Import --> Importation
Closes #797
2019-06-02 13:06:43 +02:00
Jules Lasne (jlasne - seluj78) a1b7975936 powrap 2019-05-29 10:09:30 +02:00
Jules Lasne (jlasne) be9a31dbb3
Apply suggestions from code review 2019-05-29 10:06:46 +02:00
Jules Lasne (jlasne - seluj78) a41a80929b powrap 2019-05-28 20:29:47 +02:00
Jules Lasne (jlasne) 2c5c5bd068
Update using/windows.po 2019-05-28 20:28:57 +02:00
Jules Lasne (jlasne) 4e071e187f
Apply suggestions from code review 2019-05-28 20:20:27 +02:00
Jules Lasne (jlasne) 53f3e27825
Update using/windows.po
Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
2019-05-28 20:19:54 +02:00
Jules Lasne (jlasne - seluj78) 965534b60c powrap 2019-05-24 18:38:38 +02:00