Skip to content

Translation Update 3.12 #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# test build, we're building with the .rst files that generated our
# .po files.

CPYTHON_CURRENT_COMMIT := 90f75e1069f2d692480bcd305fc35b4fe7847e18
CPYTHON_CURRENT_COMMIT := b912d2b24a3fbd552595e3584bf851f9a2c75127
LANGUAGE := tr
BRANCH := 3.12

Expand Down
6 changes: 3 additions & 3 deletions c-api/contextvars.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-17 01:28+0300\n"
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
Expand All @@ -20,14 +20,14 @@ msgstr ""
msgid "Context Variables Objects"
msgstr ""

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

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

Expand Down
6 changes: 5 additions & 1 deletion c-api/import.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-24 17:22+0000\n"
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
Expand Down Expand Up @@ -317,6 +317,10 @@ msgstr ""
msgid "The module name, as an ASCII encoded string."
msgstr ""

#: c-api/import.rst:297
msgid "Initialization function for a module built into the interpreter."
msgstr ""

#: c-api/import.rst:302
msgid ""
"Add a collection of modules to the table of built-in modules. The *newtab* "
Expand Down
4 changes: 2 additions & 2 deletions c-api/init.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-24 17:22+0000\n"
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
Expand Down Expand Up @@ -2051,7 +2051,7 @@ msgid ""
"`PyGILState API<gilstate>`."
msgstr ""

#: c-api/init.rst:1825
#: c-api/init.rst:1827
msgid ""
"If this function is called in a subinterpreter, the function *func* is now "
"scheduled to be called from the subinterpreter, rather than being called "
Expand Down
6 changes: 3 additions & 3 deletions c-api/refcounting.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-18 22:33+0300\n"
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
Expand Down Expand Up @@ -45,11 +45,11 @@ msgid ""
msgstr ""

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

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

#: c-api/refcounting.rst:35
Expand Down
8 changes: 4 additions & 4 deletions c-api/structures.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-24 17:22+0000\n"
"POT-Creation-Date: 2024-04-01 00:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
Expand Down Expand Up @@ -806,13 +806,13 @@ msgstr ""

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

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

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

#: c-api/structures.rst:720
Expand Down
Loading
Loading