Skip to content

Commit 3a1f460

Browse files
Translation Update 3.12 (#198)
1 parent b4ee3d0 commit 3a1f460

File tree

170 files changed

+12922
-9477
lines changed

Some content is hidden

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

170 files changed

+12922
-9477
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 := 2f7fada58091c518fd6784e108cce83bf6c310ac
22+
CPYTHON_CURRENT_COMMIT := 5df322e91a40909e6904bbdbc0c3a6b6a9eead39
2323
LANGUAGE := tr
2424
BRANCH := 3.12
2525

c-api/arg.po

+5-5
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-05-01 21:53+0000\n"
10+
"POT-Creation-Date: 2024-08-01 00:19+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <[email protected]>\n"
@@ -542,15 +542,15 @@ msgid "``f`` (:class:`float`) [float]"
542542
msgstr ""
543543

544544
#: c-api/arg.rst:283
545-
msgid "Convert a Python floating point number to a C :c:expr:`float`."
545+
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
546546
msgstr ""
547547

548548
#: c-api/arg.rst:609
549549
msgid "``d`` (:class:`float`) [double]"
550550
msgstr ""
551551

552552
#: c-api/arg.rst:286
553-
msgid "Convert a Python floating point number to a C :c:expr:`double`."
553+
msgid "Convert a Python floating-point number to a C :c:expr:`double`."
554554
msgstr ""
555555

556556
#: c-api/arg.rst:288
@@ -1022,11 +1022,11 @@ msgid ""
10221022
msgstr ""
10231023

10241024
#: c-api/arg.rst:610
1025-
msgid "Convert a C :c:expr:`double` to a Python floating point number."
1025+
msgid "Convert a C :c:expr:`double` to a Python floating-point number."
10261026
msgstr ""
10271027

10281028
#: c-api/arg.rst:613
1029-
msgid "Convert a C :c:expr:`float` to a Python floating point number."
1029+
msgid "Convert a C :c:expr:`float` to a Python floating-point number."
10301030
msgstr ""
10311031

10321032
#: c-api/arg.rst:615

c-api/cell.po

+14-7
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-08-01 00:19+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <[email protected]>\n"
@@ -53,24 +53,31 @@ msgid ""
5353
msgstr ""
5454

5555
#: c-api/cell.rst:42
56-
msgid "Return the contents of the cell *cell*."
56+
msgid ""
57+
"Return the contents of the cell *cell*, which can be ``NULL``. If *cell* is "
58+
"not a cell object, returns ``NULL`` with an exception set."
5759
msgstr ""
5860

59-
#: c-api/cell.rst:47
61+
#: c-api/cell.rst:48
6062
msgid ""
6163
"Return the contents of the cell *cell*, but without checking that *cell* is "
6264
"non-``NULL`` and a cell object."
6365
msgstr ""
6466

65-
#: c-api/cell.rst:53
67+
#: c-api/cell.rst:54
6668
msgid ""
6769
"Set the contents of the cell object *cell* to *value*. This releases the "
6870
"reference to any current content of the cell. *value* may be ``NULL``. "
69-
"*cell* must be non-``NULL``; if it is not a cell object, ``-1`` will be "
70-
"returned. On success, ``0`` will be returned."
71+
"*cell* must be non-``NULL``."
72+
msgstr ""
73+
74+
#: c-api/cell.rst:58
75+
msgid ""
76+
"On success, return ``0``. If *cell* is not a cell object, set an exception "
77+
"and return ``-1``."
7178
msgstr ""
7279

73-
#: c-api/cell.rst:61
80+
#: c-api/cell.rst:64
7481
msgid ""
7582
"Sets the value of the cell object *cell* to *value*. No reference counts "
7683
"are adjusted, and no checks are made for safety; *cell* must be non-``NULL`` "

c-api/complex.po

+44-26
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 19:05+0000\n"
10+
"POT-Creation-Date: 2024-08-01 00:19+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <[email protected]>\n"
@@ -44,117 +44,135 @@ msgid ""
4444
"The C structure which corresponds to the value portion of a Python complex "
4545
"number object. Most of the functions for dealing with complex number "
4646
"objects use structures of this type as input or output values, as "
47-
"appropriate. It is defined as::"
47+
"appropriate."
4848
msgstr ""
4949

50-
#: c-api/complex.rst:39
50+
#: c-api/complex.rst:33
51+
msgid "The structure is defined as::"
52+
msgstr ""
53+
54+
#: c-api/complex.rst:43
5155
msgid ""
5256
"Return the sum of two complex numbers, using the C :c:type:`Py_complex` "
5357
"representation."
5458
msgstr ""
5559

56-
#: c-api/complex.rst:45
60+
#: c-api/complex.rst:49
5761
msgid ""
5862
"Return the difference between two complex numbers, using the C :c:type:"
5963
"`Py_complex` representation."
6064
msgstr ""
6165

62-
#: c-api/complex.rst:51
66+
#: c-api/complex.rst:55
6367
msgid ""
6468
"Return the negation of the complex number *num*, using the C :c:type:"
6569
"`Py_complex` representation."
6670
msgstr ""
6771

68-
#: c-api/complex.rst:57
72+
#: c-api/complex.rst:61
6973
msgid ""
7074
"Return the product of two complex numbers, using the C :c:type:`Py_complex` "
7175
"representation."
7276
msgstr ""
7377

74-
#: c-api/complex.rst:63
78+
#: c-api/complex.rst:67
7579
msgid ""
7680
"Return the quotient of two complex numbers, using the C :c:type:`Py_complex` "
7781
"representation."
7882
msgstr ""
7983

80-
#: c-api/complex.rst:66
84+
#: c-api/complex.rst:70
8185
msgid ""
8286
"If *divisor* is null, this method returns zero and sets :c:data:`errno` to :"
8387
"c:macro:`!EDOM`."
8488
msgstr ""
8589

86-
#: c-api/complex.rst:72
90+
#: c-api/complex.rst:76
8791
msgid ""
8892
"Return the exponentiation of *num* by *exp*, using the C :c:type:"
8993
"`Py_complex` representation."
9094
msgstr ""
9195

92-
#: c-api/complex.rst:75
96+
#: c-api/complex.rst:79
9397
msgid ""
9498
"If *num* is null and *exp* is not a positive real number, this method "
9599
"returns zero and sets :c:data:`errno` to :c:macro:`!EDOM`."
96100
msgstr ""
97101

98-
#: c-api/complex.rst:80
102+
#: c-api/complex.rst:84
99103
msgid "Complex Numbers as Python Objects"
100104
msgstr ""
101105

102-
#: c-api/complex.rst:85
106+
#: c-api/complex.rst:89
103107
msgid ""
104108
"This subtype of :c:type:`PyObject` represents a Python complex number object."
105109
msgstr ""
106110

107-
#: c-api/complex.rst:90
111+
#: c-api/complex.rst:94
108112
msgid ""
109113
"This instance of :c:type:`PyTypeObject` represents the Python complex number "
110114
"type. It is the same object as :class:`complex` in the Python layer."
111115
msgstr ""
112116

113-
#: c-api/complex.rst:96
117+
#: c-api/complex.rst:100
114118
msgid ""
115119
"Return true if its argument is a :c:type:`PyComplexObject` or a subtype of :"
116120
"c:type:`PyComplexObject`. This function always succeeds."
117121
msgstr ""
118122

119-
#: c-api/complex.rst:102
123+
#: c-api/complex.rst:106
120124
msgid ""
121125
"Return true if its argument is a :c:type:`PyComplexObject`, but not a "
122126
"subtype of :c:type:`PyComplexObject`. This function always succeeds."
123127
msgstr ""
124128

125-
#: c-api/complex.rst:108
129+
#: c-api/complex.rst:112
126130
msgid ""
127131
"Create a new Python complex number object from a C :c:type:`Py_complex` "
128-
"value."
132+
"value. Return ``NULL`` with an exception set on error."
129133
msgstr ""
130134

131-
#: c-api/complex.rst:113
132-
msgid "Return a new :c:type:`PyComplexObject` object from *real* and *imag*."
135+
#: c-api/complex.rst:118
136+
msgid ""
137+
"Return a new :c:type:`PyComplexObject` object from *real* and *imag*. Return "
138+
"``NULL`` with an exception set on error."
133139
msgstr ""
134140

135-
#: c-api/complex.rst:118
141+
#: c-api/complex.rst:124
136142
msgid "Return the real part of *op* as a C :c:expr:`double`."
137143
msgstr ""
138144

139-
#: c-api/complex.rst:123
145+
#: c-api/complex.rst:126
146+
msgid ""
147+
"Upon failure, this method returns ``-1.0`` with an exception set, so one "
148+
"should call :c:func:`PyErr_Occurred` to check for errors."
149+
msgstr ""
150+
151+
#: c-api/complex.rst:132
140152
msgid "Return the imaginary part of *op* as a C :c:expr:`double`."
141153
msgstr ""
142154

143-
#: c-api/complex.rst:128
155+
#: c-api/complex.rst:137
144156
msgid "Return the :c:type:`Py_complex` value of the complex number *op*."
145157
msgstr ""
146158

147-
#: c-api/complex.rst:130
159+
#: c-api/complex.rst:139
148160
msgid ""
149161
"If *op* is not a Python complex number object but has a :meth:`~object."
150162
"__complex__` method, this method will first be called to convert *op* to a "
151163
"Python complex number object. If :meth:`!__complex__` is not defined then "
152164
"it falls back to :meth:`~object.__float__`. If :meth:`!__float__` is not "
153-
"defined then it falls back to :meth:`~object.__index__`. Upon failure, this "
154-
"method returns ``-1.0`` as a real value."
165+
"defined then it falls back to :meth:`~object.__index__`."
155166
msgstr ""
156167

157-
#: c-api/complex.rst:137
168+
#: c-api/complex.rst:145
169+
msgid ""
170+
"Upon failure, this method returns :c:type:`Py_complex` with :c:member:"
171+
"`~Py_complex.real` set to ``-1.0`` and with an exception set, so one should "
172+
"call :c:func:`PyErr_Occurred` to check for errors."
173+
msgstr ""
174+
175+
#: c-api/complex.rst:149
158176
msgid "Use :meth:`~object.__index__` if available."
159177
msgstr ""
160178

c-api/file.po

+2-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-08-01 00:19+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <[email protected]>\n"
@@ -117,9 +117,7 @@ msgid "This function is safe to call before :c:func:`Py_Initialize`."
117117
msgstr ""
118118

119119
#: c-api/file.rst:90
120-
msgid ""
121-
"Raises an :ref:`auditing event <auditing>` ``setopencodehook`` with no "
122-
"arguments."
120+
msgid "Raises an auditing event setopencodehook with no arguments."
123121
msgstr ""
124122

125123
#: c-api/file.rst:100

c-api/float.po

+6-6
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 19:05+0000\n"
10+
"POT-Creation-Date: 2024-08-01 00:19+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <[email protected]>\n"
@@ -17,17 +17,17 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818

1919
#: c-api/float.rst:6
20-
msgid "Floating Point Objects"
20+
msgid "Floating-Point Objects"
2121
msgstr ""
2222

2323
#: c-api/float.rst:13
2424
msgid ""
25-
"This subtype of :c:type:`PyObject` represents a Python floating point object."
25+
"This subtype of :c:type:`PyObject` represents a Python floating-point object."
2626
msgstr ""
2727

2828
#: c-api/float.rst:18
2929
msgid ""
30-
"This instance of :c:type:`PyTypeObject` represents the Python floating point "
30+
"This instance of :c:type:`PyTypeObject` represents the Python floating-point "
3131
"type. This is the same object as :class:`float` in the Python layer."
3232
msgstr ""
3333

@@ -57,7 +57,7 @@ msgstr ""
5757
#: c-api/float.rst:47
5858
msgid ""
5959
"Return a C :c:expr:`double` representation of the contents of *pyfloat*. If "
60-
"*pyfloat* is not a Python floating point object but has a :meth:`~object."
60+
"*pyfloat* is not a Python floating-point object but has a :meth:`~object."
6161
"__float__` method, this method will first be called to convert *pyfloat* "
6262
"into a float. If :meth:`!__float__` is not defined then it falls back to :"
6363
"meth:`~object.__index__`. This method returns ``-1.0`` upon failure, so one "
@@ -213,5 +213,5 @@ msgid "object"
213213
msgstr ""
214214

215215
#: c-api/float.rst:8
216-
msgid "floating point"
216+
msgid "floating-point"
217217
msgstr ""

0 commit comments

Comments
 (0)