Skip to content

Commit 0171ec4

Browse files
author
GitHub Action's update-translation job
committed
Update Farsi translations from Transifex
1 parent e84275c commit 0171ec4

15 files changed

Lines changed: 14519 additions & 14174 deletions

File tree

c-api/arg.po

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-04-18 14:18+0000\n"
15+
"POT-Creation-Date: 2025-04-25 14:19+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>, 2025\n"
1818
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
@@ -518,7 +518,7 @@ msgstr ""
518518
msgid "Convert a Python integer to a C :c:expr:`long long`."
519519
msgstr ""
520520

521-
#: ../../c-api/arg.rst:276 ../../c-api/arg.rst:642
521+
#: ../../c-api/arg.rst:276 ../../c-api/arg.rst:644
522522
msgid "``K`` (:class:`int`) [unsigned long long]"
523523
msgstr ""
524524

@@ -528,7 +528,7 @@ msgid ""
528528
"overflow checking."
529529
msgstr ""
530530

531-
#: ../../c-api/arg.rst:280 ../../c-api/arg.rst:645
531+
#: ../../c-api/arg.rst:280 ../../c-api/arg.rst:647
532532
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
533533
msgstr ""
534534

@@ -550,7 +550,7 @@ msgstr ""
550550
msgid "Allow :class:`bytearray` objects."
551551
msgstr ""
552552

553-
#: ../../c-api/arg.rst:290 ../../c-api/arg.rst:652
553+
#: ../../c-api/arg.rst:290 ../../c-api/arg.rst:654
554554
msgid "``C`` (:class:`str` of length 1) [int]"
555555
msgstr ""
556556

@@ -560,15 +560,15 @@ msgid ""
560560
"1, to a C :c:expr:`int`."
561561
msgstr ""
562562

563-
#: ../../c-api/arg.rst:294 ../../c-api/arg.rst:659
563+
#: ../../c-api/arg.rst:294 ../../c-api/arg.rst:661
564564
msgid "``f`` (:class:`float`) [float]"
565565
msgstr ""
566566

567567
#: ../../c-api/arg.rst:295
568568
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
569569
msgstr ""
570570

571-
#: ../../c-api/arg.rst:297 ../../c-api/arg.rst:656
571+
#: ../../c-api/arg.rst:297 ../../c-api/arg.rst:658
572572
msgid "``d`` (:class:`float`) [double]"
573573
msgstr ""
574574

@@ -588,7 +588,7 @@ msgstr ""
588588
msgid "Other objects"
589589
msgstr ""
590590

591-
#: ../../c-api/arg.rst:306 ../../c-api/arg.rst:665
591+
#: ../../c-api/arg.rst:306 ../../c-api/arg.rst:667
592592
msgid "``O`` (object) [PyObject \\*]"
593593
msgstr ""
594594

@@ -671,7 +671,7 @@ msgid ""
671671
"how Python tests values for truth."
672672
msgstr ""
673673

674-
#: ../../c-api/arg.rst:360 ../../c-api/arg.rst:689
674+
#: ../../c-api/arg.rst:360 ../../c-api/arg.rst:691
675675
msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
676676
msgstr ""
677677

@@ -1079,47 +1079,47 @@ msgstr ""
10791079
msgid "Convert a C :c:expr:`long long` to a Python integer object."
10801080
msgstr ""
10811081

1082-
#: ../../c-api/arg.rst:643
1082+
#: ../../c-api/arg.rst:645
10831083
msgid "Convert a C :c:expr:`unsigned long long` to a Python integer object."
10841084
msgstr ""
10851085

1086-
#: ../../c-api/arg.rst:646
1086+
#: ../../c-api/arg.rst:648
10871087
msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
10881088
msgstr ""
10891089

1090-
#: ../../c-api/arg.rst:648
1090+
#: ../../c-api/arg.rst:650
10911091
msgid "``c`` (:class:`bytes` of length 1) [char]"
10921092
msgstr ""
10931093

1094-
#: ../../c-api/arg.rst:649
1094+
#: ../../c-api/arg.rst:651
10951095
msgid ""
10961096
"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
10971097
"object of length 1."
10981098
msgstr ""
10991099

1100-
#: ../../c-api/arg.rst:653
1100+
#: ../../c-api/arg.rst:655
11011101
msgid ""
11021102
"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
11031103
"object of length 1."
11041104
msgstr ""
11051105

1106-
#: ../../c-api/arg.rst:657
1106+
#: ../../c-api/arg.rst:659
11071107
msgid "Convert a C :c:expr:`double` to a Python floating-point number."
11081108
msgstr ""
11091109

1110-
#: ../../c-api/arg.rst:660
1110+
#: ../../c-api/arg.rst:662
11111111
msgid "Convert a C :c:expr:`float` to a Python floating-point number."
11121112
msgstr ""
11131113

1114-
#: ../../c-api/arg.rst:662
1114+
#: ../../c-api/arg.rst:664
11151115
msgid "``D`` (:class:`complex`) [Py_complex \\*]"
11161116
msgstr ""
11171117

1118-
#: ../../c-api/arg.rst:663
1118+
#: ../../c-api/arg.rst:665
11191119
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
11201120
msgstr ""
11211121

1122-
#: ../../c-api/arg.rst:666
1122+
#: ../../c-api/arg.rst:668
11231123
msgid ""
11241124
"Pass a Python object untouched but create a new :term:`strong reference` to "
11251125
"it (i.e. its reference count is incremented by one). If the object passed in "
@@ -1129,71 +1129,71 @@ msgid ""
11291129
"no exception has been raised yet, :exc:`SystemError` is set."
11301130
msgstr ""
11311131

1132-
#: ../../c-api/arg.rst:675
1132+
#: ../../c-api/arg.rst:677
11331133
msgid "``S`` (object) [PyObject \\*]"
11341134
msgstr ""
11351135

1136-
#: ../../c-api/arg.rst:676
1136+
#: ../../c-api/arg.rst:678
11371137
msgid "Same as ``O``."
11381138
msgstr ""
11391139

1140-
#: ../../c-api/arg.rst:678
1140+
#: ../../c-api/arg.rst:680
11411141
msgid "``N`` (object) [PyObject \\*]"
11421142
msgstr ""
11431143

1144-
#: ../../c-api/arg.rst:679
1144+
#: ../../c-api/arg.rst:681
11451145
msgid ""
11461146
"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
11471147
"Useful when the object is created by a call to an object constructor in the "
11481148
"argument list."
11491149
msgstr ""
11501150

1151-
#: ../../c-api/arg.rst:683
1151+
#: ../../c-api/arg.rst:685
11521152
msgid "``O&`` (object) [*converter*, *anything*]"
11531153
msgstr ""
11541154

1155-
#: ../../c-api/arg.rst:684
1155+
#: ../../c-api/arg.rst:686
11561156
msgid ""
11571157
"Convert *anything* to a Python object through a *converter* function. The "
11581158
"function is called with *anything* (which should be compatible with :c:expr:"
11591159
"`void*`) as its argument and should return a \"new\" Python object, or "
11601160
"``NULL`` if an error occurred."
11611161
msgstr ""
11621162

1163-
#: ../../c-api/arg.rst:690
1163+
#: ../../c-api/arg.rst:692
11641164
msgid ""
11651165
"Convert a sequence of C values to a Python tuple with the same number of "
11661166
"items."
11671167
msgstr ""
11681168

1169-
#: ../../c-api/arg.rst:692
1169+
#: ../../c-api/arg.rst:694
11701170
msgid "``[items]`` (:class:`list`) [*matching-items*]"
11711171
msgstr ""
11721172

1173-
#: ../../c-api/arg.rst:693
1173+
#: ../../c-api/arg.rst:695
11741174
msgid ""
11751175
"Convert a sequence of C values to a Python list with the same number of "
11761176
"items."
11771177
msgstr ""
11781178

1179-
#: ../../c-api/arg.rst:695
1179+
#: ../../c-api/arg.rst:697
11801180
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
11811181
msgstr ""
11821182

1183-
#: ../../c-api/arg.rst:696
1183+
#: ../../c-api/arg.rst:698
11841184
msgid ""
11851185
"Convert a sequence of C values to a Python dictionary. Each pair of "
11861186
"consecutive C values adds one item to the dictionary, serving as key and "
11871187
"value, respectively."
11881188
msgstr ""
11891189

1190-
#: ../../c-api/arg.rst:700
1190+
#: ../../c-api/arg.rst:702
11911191
msgid ""
11921192
"If there is an error in the format string, the :exc:`SystemError` exception "
11931193
"is set and ``NULL`` returned."
11941194
msgstr ""
11951195

1196-
#: ../../c-api/arg.rst:705
1196+
#: ../../c-api/arg.rst:707
11971197
msgid ""
11981198
"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
11991199
"rather than a variable number of arguments."

c-api/intro.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-04-18 14:18+0000\n"
15+
"POT-Creation-Date: 2025-04-25 14:19+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1717
"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>, 2025\n"
1818
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
@@ -202,7 +202,7 @@ msgstr ""
202202
#: ../../c-api/intro.rst:140
203203
msgid ""
204204
"Ask the compiler to always inline a static inline function. The compiler can "
205-
"ignore it and decides to not inline the function."
205+
"ignore it and decide to not inline the function."
206206
msgstr ""
207207

208208
#: ../../c-api/intro.rst:143

0 commit comments

Comments
 (0)