Using pomerge to replicate known translations.

This commit is contained in:
Julien Palard 2018-10-10 18:29:20 +02:00
commit c269a4cbab

View file

@ -779,7 +779,7 @@ msgstr ""
#: ../Doc/c-api/arg.rst:391
msgid "``$``"
msgstr ""
msgstr "``$``"
#: ../Doc/c-api/arg.rst:385
msgid ""

View file

@ -121,7 +121,7 @@ msgstr ""
#: ../Doc/c-api/bytes.rst:78
msgid "unsigned int"
msgstr "unsigned int"
msgstr "``unsigned int``"
#: ../Doc/c-api/bytes.rst:78
msgid "Equivalent to ``printf(\"%u\")``. [1]_"
@ -145,7 +145,7 @@ msgstr ""
#: ../Doc/c-api/bytes.rst:84
msgid "unsigned long"
msgstr "unsigned long"
msgstr "``unsigned long``"
#: ../Doc/c-api/bytes.rst:84
msgid "Equivalent to ``printf(\"%lu\")``. [1]_"

View file

@ -422,7 +422,7 @@ msgstr ""
#: ../Doc/c-api/structures.rst:276
msgid "unsigned char"
msgstr "unsigned char"
msgstr "``unsigned char``"
#: ../Doc/c-api/structures.rst:277
msgid "T_UINT"
@ -430,7 +430,7 @@ msgstr ""
#: ../Doc/c-api/structures.rst:277
msgid "unsigned int"
msgstr "unsigned int"
msgstr "``unsigned int``"
#: ../Doc/c-api/structures.rst:278
msgid "T_USHORT"
@ -438,7 +438,7 @@ msgstr ""
#: ../Doc/c-api/structures.rst:278
msgid "unsigned short"
msgstr "unsigned short"
msgstr "``unsigned short``"
#: ../Doc/c-api/structures.rst:279
msgid "T_ULONG"
@ -446,7 +446,7 @@ msgstr ""
#: ../Doc/c-api/structures.rst:279
msgid "unsigned long"
msgstr "unsigned long"
msgstr "``unsigned long``"
#: ../Doc/c-api/structures.rst:280
msgid "T_BOOL"
@ -466,7 +466,7 @@ msgstr ""
#: ../Doc/c-api/structures.rst:282
msgid "unsigned long long"
msgstr "unsigned long long"
msgstr "``unsigned long long``"
#: ../Doc/c-api/structures.rst:283
msgid "T_PYSSIZET"

View file

@ -486,7 +486,7 @@ msgstr ""
#: ../Doc/c-api/unicode.rst:457
msgid "unsigned int"
msgstr "unsigned int"
msgstr "``unsigned int``"
#: ../Doc/c-api/unicode.rst:457
msgid "Equivalent to ``printf(\"%u\")``. [1]_"
@ -518,7 +518,7 @@ msgstr ""
#: ../Doc/c-api/unicode.rst:466
msgid "unsigned long"
msgstr "unsigned long"
msgstr "``unsigned long``"
#: ../Doc/c-api/unicode.rst:466
msgid "Equivalent to ``printf(\"%lu\")``. [1]_"
@ -550,7 +550,7 @@ msgstr ""
#: ../Doc/c-api/unicode.rst:475
msgid "unsigned long long"
msgstr "unsigned long long"
msgstr "``unsigned long long``"
#: ../Doc/c-api/unicode.rst:475
msgid "Equivalent to ``printf(\"%llu\")``. [1]_"