Skip to content

Commit f56dedb

Browse files
Translation Update 3.12 (#183)
1 parent be1c5a4 commit f56dedb

Some content is hidden

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

56 files changed

+7609
-7337
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# test build, we're building with the .rst files that generated our
2020
# .po files.
2121

22-
CPYTHON_CURRENT_COMMIT := 90f75e1069f2d692480bcd305fc35b4fe7847e18
22+
CPYTHON_CURRENT_COMMIT := b912d2b24a3fbd552595e3584bf851f9a2c75127
2323
LANGUAGE := tr
2424
BRANCH := 3.12
2525

c-api/contextvars.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-12-17 01:28+0300\n"
10+
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
@@ -20,14 +20,14 @@ msgstr ""
2020
msgid "Context Variables Objects"
2121
msgstr ""
2222

23-
#: c-api/contextvars.rst:13
23+
#: c-api/contextvars.rst:15
2424
msgid ""
2525
"In Python 3.7.1 the signatures of all context variables C APIs were "
2626
"**changed** to use :c:type:`PyObject` pointers instead of :c:type:"
2727
"`PyContext`, :c:type:`PyContextVar`, and :c:type:`PyContextToken`, e.g.::"
2828
msgstr ""
2929

30-
#: c-api/contextvars.rst:24
30+
#: c-api/contextvars.rst:26
3131
msgid "See :issue:`34762` for more details."
3232
msgstr ""
3333

c-api/import.po

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-02-24 17:22+0000\n"
10+
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
@@ -317,6 +317,10 @@ msgstr ""
317317
msgid "The module name, as an ASCII encoded string."
318318
msgstr ""
319319

320+
#: c-api/import.rst:297
321+
msgid "Initialization function for a module built into the interpreter."
322+
msgstr ""
323+
320324
#: c-api/import.rst:302
321325
msgid ""
322326
"Add a collection of modules to the table of built-in modules. The *newtab* "

c-api/init.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-02-24 17:22+0000\n"
10+
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
@@ -2051,7 +2051,7 @@ msgid ""
20512051
"`PyGILState API<gilstate>`."
20522052
msgstr ""
20532053

2054-
#: c-api/init.rst:1825
2054+
#: c-api/init.rst:1827
20552055
msgid ""
20562056
"If this function is called in a subinterpreter, the function *func* is now "
20572057
"scheduled to be called from the subinterpreter, rather than being called "

c-api/refcounting.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-09-18 22:33+0300\n"
10+
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
@@ -45,11 +45,11 @@ msgid ""
4545
msgstr ""
4646

4747
#: c-api/refcounting.rst:26
48-
msgid "The parameter type is no longer :c:expr:`const PyObject*`."
48+
msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
4949
msgstr ""
5050

5151
#: c-api/refcounting.rst:29
52-
msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
52+
msgid "The parameter type is no longer :c:expr:`const PyObject*`."
5353
msgstr ""
5454

5555
#: c-api/refcounting.rst:35

c-api/structures.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-02-24 17:22+0000\n"
10+
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
@@ -806,13 +806,13 @@ msgstr ""
806806

807807
#: c-api/structures.rst:705
808808
msgid ""
809-
"Optional function pointer, providing additional data for getter and setter."
809+
"Optional user data pointer, providing additional data for getter and setter."
810810
msgstr ""
811811

812812
#: c-api/structures.rst:709
813813
msgid ""
814814
"The ``get`` function takes one :c:expr:`PyObject*` parameter (the instance) "
815-
"and a function pointer (the associated ``closure``):"
815+
"and a user data pointer (the associated ``closure``):"
816816
msgstr ""
817817

818818
#: c-api/structures.rst:712
@@ -824,7 +824,7 @@ msgstr ""
824824
#: c-api/structures.rst:717
825825
msgid ""
826826
"``set`` functions take two :c:expr:`PyObject*` parameters (the instance and "
827-
"the value to be set) and a function pointer (the associated ``closure``):"
827+
"the value to be set) and a user data pointer (the associated ``closure``):"
828828
msgstr ""
829829

830830
#: c-api/structures.rst:720

0 commit comments

Comments
 (0)