Skip to content

Commit c0a758e

Browse files
Update Farsi translations from Transifex
1 parent a0e6b0d commit c0a758e

17 files changed

Lines changed: 15020 additions & 14822 deletions

File tree

c-api/arg.po

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
16+
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: navid BH, 2025\n"
1919
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
@@ -559,7 +559,7 @@ msgstr ""
559559
msgid "Allow :class:`bytearray` objects."
560560
msgstr ""
561561

562-
#: ../../c-api/arg.rst:300 ../../c-api/arg.rst:694
562+
#: ../../c-api/arg.rst:300 ../../c-api/arg.rst:695
563563
msgid "``C`` (:class:`str` of length 1) [int]"
564564
msgstr ""
565565

@@ -569,15 +569,15 @@ msgid ""
569569
"1, to a C :c:expr:`int`."
570570
msgstr ""
571571

572-
#: ../../c-api/arg.rst:304 ../../c-api/arg.rst:701
572+
#: ../../c-api/arg.rst:304 ../../c-api/arg.rst:702
573573
msgid "``f`` (:class:`float`) [float]"
574574
msgstr ""
575575

576576
#: ../../c-api/arg.rst:305
577577
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
578578
msgstr ""
579579

580-
#: ../../c-api/arg.rst:307 ../../c-api/arg.rst:698
580+
#: ../../c-api/arg.rst:307 ../../c-api/arg.rst:699
581581
msgid "``d`` (:class:`float`) [double]"
582582
msgstr ""
583583

@@ -597,7 +597,7 @@ msgstr ""
597597
msgid "Other objects"
598598
msgstr ""
599599

600-
#: ../../c-api/arg.rst:316 ../../c-api/arg.rst:707
600+
#: ../../c-api/arg.rst:316 ../../c-api/arg.rst:708
601601
msgid "``O`` (object) [PyObject \\*]"
602602
msgstr ""
603603

@@ -1131,44 +1131,42 @@ msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
11311131
msgstr ""
11321132

11331133
#: ../../c-api/arg.rst:687
1134-
msgid ""
1135-
"Convert a C :c:expr:`int` to a Python :class:`bool` object. .. "
1136-
"versionadded:: 3.14"
1134+
msgid "Convert a C :c:expr:`int` to a Python :class:`bool` object."
11371135
msgstr ""
11381136

1139-
#: ../../c-api/arg.rst:690
1137+
#: ../../c-api/arg.rst:691
11401138
msgid "``c`` (:class:`bytes` of length 1) [char]"
11411139
msgstr ""
11421140

1143-
#: ../../c-api/arg.rst:691
1141+
#: ../../c-api/arg.rst:692
11441142
msgid ""
11451143
"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
11461144
"object of length 1."
11471145
msgstr ""
11481146

1149-
#: ../../c-api/arg.rst:695
1147+
#: ../../c-api/arg.rst:696
11501148
msgid ""
11511149
"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
11521150
"object of length 1."
11531151
msgstr ""
11541152

1155-
#: ../../c-api/arg.rst:699
1153+
#: ../../c-api/arg.rst:700
11561154
msgid "Convert a C :c:expr:`double` to a Python floating-point number."
11571155
msgstr ""
11581156

1159-
#: ../../c-api/arg.rst:702
1157+
#: ../../c-api/arg.rst:703
11601158
msgid "Convert a C :c:expr:`float` to a Python floating-point number."
11611159
msgstr ""
11621160

1163-
#: ../../c-api/arg.rst:704
1161+
#: ../../c-api/arg.rst:705
11641162
msgid "``D`` (:class:`complex`) [Py_complex \\*]"
11651163
msgstr ""
11661164

1167-
#: ../../c-api/arg.rst:705
1165+
#: ../../c-api/arg.rst:706
11681166
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
11691167
msgstr ""
11701168

1171-
#: ../../c-api/arg.rst:708
1169+
#: ../../c-api/arg.rst:709
11721170
msgid ""
11731171
"Pass a Python object untouched but create a new :term:`strong reference` to "
11741172
"it (i.e. its reference count is incremented by one). If the object passed in "
@@ -1178,75 +1176,75 @@ msgid ""
11781176
"no exception has been raised yet, :exc:`SystemError` is set."
11791177
msgstr ""
11801178

1181-
#: ../../c-api/arg.rst:717
1179+
#: ../../c-api/arg.rst:718
11821180
msgid "``S`` (object) [PyObject \\*]"
11831181
msgstr ""
11841182

1185-
#: ../../c-api/arg.rst:718
1183+
#: ../../c-api/arg.rst:719
11861184
msgid "Same as ``O``."
11871185
msgstr ""
11881186

1189-
#: ../../c-api/arg.rst:720
1187+
#: ../../c-api/arg.rst:721
11901188
msgid "``N`` (object) [PyObject \\*]"
11911189
msgstr ""
11921190

1193-
#: ../../c-api/arg.rst:721
1191+
#: ../../c-api/arg.rst:722
11941192
msgid ""
11951193
"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
11961194
"Useful when the object is created by a call to an object constructor in the "
11971195
"argument list."
11981196
msgstr ""
11991197

1200-
#: ../../c-api/arg.rst:725
1198+
#: ../../c-api/arg.rst:726
12011199
msgid "``O&`` (object) [*converter*, *anything*]"
12021200
msgstr ""
12031201

1204-
#: ../../c-api/arg.rst:726
1202+
#: ../../c-api/arg.rst:727
12051203
msgid ""
12061204
"Convert *anything* to a Python object through a *converter* function. The "
12071205
"function is called with *anything* (which should be compatible with :c:expr:"
12081206
"`void*`) as its argument and should return a \"new\" Python object, or "
12091207
"``NULL`` if an error occurred."
12101208
msgstr ""
12111209

1212-
#: ../../c-api/arg.rst:731
1210+
#: ../../c-api/arg.rst:732
12131211
msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
12141212
msgstr ""
12151213

1216-
#: ../../c-api/arg.rst:732
1214+
#: ../../c-api/arg.rst:733
12171215
msgid ""
12181216
"Convert a sequence of C values to a Python tuple with the same number of "
12191217
"items."
12201218
msgstr ""
12211219

1222-
#: ../../c-api/arg.rst:734
1220+
#: ../../c-api/arg.rst:735
12231221
msgid "``[items]`` (:class:`list`) [*matching-items*]"
12241222
msgstr ""
12251223

1226-
#: ../../c-api/arg.rst:735
1224+
#: ../../c-api/arg.rst:736
12271225
msgid ""
12281226
"Convert a sequence of C values to a Python list with the same number of "
12291227
"items."
12301228
msgstr ""
12311229

1232-
#: ../../c-api/arg.rst:737
1230+
#: ../../c-api/arg.rst:738
12331231
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
12341232
msgstr ""
12351233

1236-
#: ../../c-api/arg.rst:738
1234+
#: ../../c-api/arg.rst:739
12371235
msgid ""
12381236
"Convert a sequence of C values to a Python dictionary. Each pair of "
12391237
"consecutive C values adds one item to the dictionary, serving as key and "
12401238
"value, respectively."
12411239
msgstr ""
12421240

1243-
#: ../../c-api/arg.rst:742
1241+
#: ../../c-api/arg.rst:743
12441242
msgid ""
12451243
"If there is an error in the format string, the :exc:`SystemError` exception "
12461244
"is set and ``NULL`` returned."
12471245
msgstr ""
12481246

1249-
#: ../../c-api/arg.rst:747
1247+
#: ../../c-api/arg.rst:748
12501248
msgid ""
12511249
"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
12521250
"rather than a variable number of arguments."

0 commit comments

Comments
 (0)