Skip to content

Commit 107b83c

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 7f32f38 commit 107b83c

123 files changed

Lines changed: 8096 additions & 1689 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

c-api/apiabiversion.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ msgid "*major*"
111111
msgstr ""
112112

113113
msgid "8"
114-
msgstr ""
114+
msgstr "8"
115115

116116
msgid "``0xFF000000``"
117117
msgstr ""

c-api/bytes.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgid "Comment"
7878
msgstr "komentarz"
7979

8080
msgid "``%%``"
81-
msgstr ""
81+
msgstr "``%%``"
8282

8383
msgid "*n/a*"
8484
msgstr "*n/a*"
@@ -87,7 +87,7 @@ msgid "The literal % character."
8787
msgstr "Літеральний символ %."
8888

8989
msgid "``%c``"
90-
msgstr ""
90+
msgstr "``%c``"
9191

9292
msgid "int"
9393
msgstr "int"
@@ -96,13 +96,13 @@ msgid "A single byte, represented as a C int."
9696
msgstr ""
9797

9898
msgid "``%d``"
99-
msgstr ""
99+
msgstr "``%d``"
100100

101101
msgid "Equivalent to ``printf(\"%d\")``. [1]_"
102102
msgstr "Еквівалент ``printf(\"%d\")``. [1]_"
103103

104104
msgid "``%u``"
105-
msgstr ""
105+
msgstr "``%u``"
106106

107107
msgid "unsigned int"
108108
msgstr "nieoznaczony typ int"
@@ -147,19 +147,19 @@ msgid "Equivalent to ``printf(\"%zu\")``. [1]_"
147147
msgstr "Еквівалент ``printf(\"%zu\")``. [1]_"
148148

149149
msgid "``%i``"
150-
msgstr ""
150+
msgstr "``%i``"
151151

152152
msgid "Equivalent to ``printf(\"%i\")``. [1]_"
153153
msgstr "Еквівалент ``printf(\"%i\")``. [1]_"
154154

155155
msgid "``%x``"
156-
msgstr ""
156+
msgstr "``%x``"
157157

158158
msgid "Equivalent to ``printf(\"%x\")``. [1]_"
159159
msgstr "Еквівалент ``printf(\"%x\")``. [1]_"
160160

161161
msgid "``%s``"
162-
msgstr ""
162+
msgstr "``%s``"
163163

164164
msgid "const char\\*"
165165
msgstr "const char\\*"
@@ -168,7 +168,7 @@ msgid "A null-terminated C character array."
168168
msgstr "Масив символів C із закінченням нулем."
169169

170170
msgid "``%p``"
171-
msgstr ""
171+
msgstr "``%p``"
172172

173173
msgid "const void\\*"
174174
msgstr "const void\\*"

c-api/init.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@ msgid ""
24022402
msgstr ""
24032403

24042404
msgid "Methods"
2405-
msgstr ""
2405+
msgstr "Metode-Metode"
24062406

24072407
msgid ""
24082408
"The parameter *key* of these functions must not be ``NULL``. Moreover, the "

c-api/monitoring.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.14\n"
1013
"Report-Msgid-Bugs-To: \n"
1114
"POT-Creation-Date: 2025-07-11 14:21+0000\n"
1215
"PO-Revision-Date: 2024-05-11 01:07+0000\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1317
"Language-Team: German (https://app.transifex.com/python-doc/teams/5390/de/)\n"
1418
"MIME-Version: 1.0\n"
1519
"Content-Type: text/plain; charset=UTF-8\n"
@@ -178,7 +182,7 @@ msgid "Macro"
178182
msgstr ""
179183

180184
msgid "Event"
181-
msgstr ""
185+
msgstr "Zdarzenie"
182186

183187
msgid ":monitoring-event:`BRANCH_LEFT`"
184188
msgstr ""

c-api/none.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ msgid "object"
4646
msgstr "obiekt"
4747

4848
msgid "None"
49-
msgstr ""
49+
msgstr "None"

c-api/number.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@ msgid "int"
278278
msgstr "int"
279279

280280
msgid "float"
281-
msgstr ""
281+
msgstr "typ (float) zmiennoprzecinkowy pojedynczej precyzji"

c-api/object.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ msgid "ascii"
797797
msgstr ""
798798

799799
msgid "string"
800-
msgstr ""
800+
msgstr "ciąg znaków"
801801

802802
msgid "PyObject_Str (C function)"
803803
msgstr ""

extending/newtypes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ msgid ""
510510
msgstr ""
511511

512512
msgid "Here is an example::"
513-
msgstr ""
513+
msgstr "Tu jest przykład::"
514514

515515
msgid ""
516516
"static PyObject *\n"
@@ -879,7 +879,7 @@ msgid "PyErr_Restore (C function)"
879879
msgstr ""
880880

881881
msgid "string"
882-
msgstr ""
882+
msgstr "ciąg znaków"
883883

884884
msgid "object representation"
885885
msgstr ""

glossary.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ msgid ":class:`importlib.abc.Loader`"
15631563
msgstr ""
15641564

15651565
msgid ":pep:`302`"
1566-
msgstr ""
1566+
msgstr ":pep:`302`"
15671567

15681568
msgid "locale encoding"
15691569
msgstr ""

howto/enum.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ msgid ""
739739
msgstr ""
740740

741741
msgid "Functional API"
742-
msgstr ""
742+
msgstr "Функціональний API"
743743

744744
msgid ""
745745
"The :class:`Enum` class is callable, providing the following functional API::"

0 commit comments

Comments
 (0)