Skip to content

Wrap branch: 3.10 #71

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
Dec 28, 2022
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Wrap translations
  • Loading branch information
github-actions[bot] committed Dec 28, 2022
commit 4365b04d29c37cef92345a96eadb194e50df15a2
2 changes: 1 addition & 1 deletion about.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
Expand Down
2 changes: 1 addition & 1 deletion bugs.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
Expand Down
2 changes: 1 addition & 1 deletion c-api/abstract.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/allocation.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/apiabiversion.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
6 changes: 3 additions & 3 deletions c-api/arg.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -403,8 +403,8 @@ msgstr ""
#: c-api/arg.rst:231
msgid ""
"If *\\*buffer* points a ``NULL`` pointer, the function will allocate a "
"buffer of the needed size, copy the encoded data into this buffer and set *"
"\\*buffer* to reference the newly allocated storage. The caller is "
"buffer of the needed size, copy the encoded data into this buffer and set "
"*\\*buffer* to reference the newly allocated storage. The caller is "
"responsible for calling :c:func:`PyMem_Free` to free the allocated buffer "
"after usage."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/bool.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/buffer.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/bytearray.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
12 changes: 6 additions & 6 deletions c-api/bytes.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -214,9 +214,9 @@ msgstr ""

#: c-api/bytes.rst:102
msgid ""
"The hex representation of a C pointer. Mostly equivalent to ``printf(\"%p"
"\")`` except that it is guaranteed to start with the literal ``0x`` "
"regardless of what the platform's ``printf`` yields."
"The hex representation of a C pointer. Mostly equivalent to "
"``printf(\"%p\")`` except that it is guaranteed to start with the literal "
"``0x`` regardless of what the platform's ``printf`` yields."
msgstr ""

#: c-api/bytes.rst:111
Expand Down Expand Up @@ -320,7 +320,7 @@ msgid ""
"address of an existing bytes object as an lvalue (it may be written into), "
"and the new size desired. On success, *\\*bytes* holds the resized bytes "
"object and ``0`` is returned; the address in *\\*bytes* may differ from its "
"input value. If the reallocation fails, the original bytes object at *"
"\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
"input value. If the reallocation fails, the original bytes object at "
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
"is set, and ``-1`` is returned."
msgstr ""
13 changes: 6 additions & 7 deletions c-api/call.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -277,8 +277,7 @@ msgstr ""
msgid ":c:func:`PyObject_Call`"
msgstr ""

#: c-api/call.rst:193 c-api/call.rst:197 c-api/call.rst:203
#: c-api/call.rst:213
#: c-api/call.rst:193 c-api/call.rst:197 c-api/call.rst:203 c-api/call.rst:213
msgid "``PyObject *``"
msgstr ""

Expand All @@ -294,8 +293,8 @@ msgstr ""
msgid ":c:func:`PyObject_CallNoArgs`"
msgstr ""

#: c-api/call.rst:195 c-api/call.rst:199 c-api/call.rst:203
#: c-api/call.rst:207 c-api/call.rst:209
#: c-api/call.rst:195 c-api/call.rst:199 c-api/call.rst:203 c-api/call.rst:207
#: c-api/call.rst:209
msgid "---"
msgstr ""

Expand Down Expand Up @@ -387,8 +386,8 @@ msgid ""
"no named arguments are needed, *kwargs* can be *NULL*."
msgstr ""

#: c-api/call.rst:239 c-api/call.rst:261 c-api/call.rst:293
#: c-api/call.rst:326 c-api/call.rst:347 c-api/call.rst:394
#: c-api/call.rst:239 c-api/call.rst:261 c-api/call.rst:293 c-api/call.rst:326
#: c-api/call.rst:347 c-api/call.rst:394
msgid ""
"Return the result of the call on success, or raise an exception and return "
"*NULL* on failure."
Expand Down
2 changes: 1 addition & 1 deletion c-api/capsule.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/cell.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/code.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/codec.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/complex.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/concrete.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/contextvars.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/conversion.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/coro.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/datetime.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/descriptor.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/dict.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
16 changes: 7 additions & 9 deletions c-api/exceptions.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -230,8 +230,7 @@ msgid ""
"returns ``NULL``."
msgstr ""

#: c-api/exceptions.rst:208 c-api/exceptions.rst:225
#: c-api/exceptions.rst:243
#: c-api/exceptions.rst:208 c-api/exceptions.rst:225 c-api/exceptions.rst:243
msgid ":ref:`Availability <availability>`: Windows."
msgstr ""

Expand Down Expand Up @@ -747,8 +746,8 @@ msgstr ""

#: c-api/exceptions.rst:715
msgid ""
"Get the *start* attribute of the given exception object and place it into *"
"\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
"Get the *start* attribute of the given exception object and place it into "
"*\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
"on failure."
msgstr ""

Expand All @@ -760,8 +759,8 @@ msgstr ""

#: c-api/exceptions.rst:730
msgid ""
"Get the *end* attribute of the given exception object and place it into *"
"\\*end*. *end* must not be ``NULL``. Return ``0`` on success, ``-1`` on "
"Get the *end* attribute of the given exception object and place it into "
"*\\*end*. *end* must not be ``NULL``. Return ``0`` on success, ``-1`` on "
"failure."
msgstr ""

Expand Down Expand Up @@ -904,8 +903,7 @@ msgstr ""
msgid ":exc:`BaseException`"
msgstr ""

#: c-api/exceptions.rst:894 c-api/exceptions.rst:942
#: c-api/exceptions.rst:954
#: c-api/exceptions.rst:894 c-api/exceptions.rst:942 c-api/exceptions.rst:954
msgid "[1]_"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion c-api/file.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/float.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/function.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
12 changes: 6 additions & 6 deletions c-api/gcsupport.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand All @@ -23,11 +23,11 @@ msgstr ""
#: c-api/gcsupport.rst:8
msgid ""
"Python's support for detecting and collecting garbage which involves "
"circular references requires support from object types which are \"containers"
"\" for other objects which may also be containers. Types which do not store "
"references to other objects, or which only store references to atomic types "
"(such as numbers or strings), do not need to provide any explicit support "
"for garbage collection."
"circular references requires support from object types which are "
"\"containers\" for other objects which may also be containers. Types which "
"do not store references to other objects, or which only store references to "
"atomic types (such as numbers or strings), do not need to provide any "
"explicit support for garbage collection."
msgstr ""

#: c-api/gcsupport.rst:15
Expand Down
2 changes: 1 addition & 1 deletion c-api/gen.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/import.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down
Loading