You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: c-api/cell.po
+17-67Lines changed: 17 additions & 67 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version: Python 3.14\n"
14
14
"Report-Msgid-Bugs-To: \n"
15
-
"POT-Creation-Date: 2026-08-26 03:59+0000\n"
15
+
"POT-Creation-Date: 2026-09-06 04:08+0000\n"
16
16
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
17
17
"Language-Team: Persian (https://github.com/python/python-docs-fa/fa/)\n"
18
18
"Language: fa\n"
@@ -24,82 +24,32 @@ msgstr ""
24
24
msgid"Cell Objects"
25
25
msgstr"شیءهای سلول (Cell)"
26
26
27
-
msgid""
28
-
"\"Cell\" objects are used to implement variables referenced by multiple "
29
-
"scopes. For each such variable, a cell object is created to store the value;"
30
-
" the local variables of each stack frame that references the value contain a"
31
-
" reference to the cells from outer scopes which also use that variable. "
32
-
"When the value is accessed, the value contained in the cell is used instead "
33
-
"of the cell object itself. This de-referencing of the cell object requires "
34
-
"support from the generated byte-code; these are not automatically de-"
35
-
"referenced when accessed. Cell objects are not likely to be useful "
36
-
"elsewhere."
37
-
msgstr""
38
-
"از اشیاء \"Cell\" برای پیادهسازی متغیرهایی استفاده میشود که توسط چندین "
39
-
"محدوده به آنها ارجاع میشود. برای هر یک از چنین متغیرهایی، یک شیء سلول برای"
40
-
" ذخیرهی مقدار ایجاد میشود؛ متغیرهای محلیِ هر فریم پشته (stack frame) که به"
41
-
" این مقدار ارجاع میکند، ارجاعی به سلولهای محدودههای بیرونیای که آن "
42
-
"محدودهها نیز از آن متغیر استفاده میکنند را در خود دارند. هنگامی که به "
43
-
"مقدار دسترسی میشود، مقدارِ موجود در سلول بهجای خودِ شیء سلول استفاده "
44
-
"میشود. این ارجاعزدایی (de-referencing) از شیء سلول نیازمند پشتیبانی از سوی"
45
-
" بایتکدِ تولیدشده است؛ این اشیاء هنگام دسترسی بهطور خودکار ارجاعزدایی "
46
-
"نمیشوند. اشیاء سلول به احتمال زیاد در جای دیگری مفید نخواهند بود."
27
+
msgid"\"Cell\" objects are used to implement variables referenced by multiple scopes. For each such variable, a cell object is created to store the value; the local variables of each stack frame that references the value contain a reference to the cells from outer scopes which also use that variable. When the value is accessed, the value contained in the cell is used instead of the cell object itself. This de-referencing of the cell object requires support from the generated byte-code; these are not automatically de-referenced when accessed. Cell objects are not likely to be useful elsewhere."
28
+
msgstr "از اشیاء \"Cell\" برای پیادهسازی متغیرهایی استفاده میشود که توسط چندین محدوده به آنها ارجاع میشود. برای هر یک از چنین متغیرهایی، یک شیء سلول برای ذخیرهی مقدار ایجاد میشود؛ متغیرهای محلیِ هر فریم پشته (stack frame) که به این مقدار ارجاع میکند، ارجاعی به سلولهای محدودههای بیرونیای که آن محدودهها نیز از آن متغیر استفاده میکنند را در خود دارند. هنگامی که به مقدار دسترسی میشود، مقدارِ موجود در سلول بهجای خودِ شیء سلول استفاده میشود. این ارجاعزدایی (de-referencing) از شیء سلول نیازمند پشتیبانی از سوی بایتکدِ تولیدشده است؛ این اشیاء هنگام دسترسی بهطور خودکار ارجاعزدایی نمیشوند. اشیاء سلول به احتمال زیاد در جای دیگری مفید نخواهند بود."
47
29
48
30
msgid"The C structure used for cell objects."
49
31
msgstr"ساختار C استفادهشده برای شیءهای سلول (cell)."
50
32
51
33
msgid"The type object corresponding to cell objects."
52
34
msgstr"شیء نوعِ متناظر با شیءهای سلول (cell)."
53
35
54
-
msgid""
55
-
"Return true if *ob* is a cell object; *ob* must not be ``NULL``. This "
56
-
"function always succeeds."
57
-
msgstr""
58
-
"اگر *ob* یک شیء سلول (cell) باشد، true را برمیگرداند؛ *ob* نباید ``NULL`` "
59
-
"باشد. این تابع همیشه موفق است."
36
+
msgid"Return true if *ob* is a cell object; *ob* must not be ``NULL``. This function always succeeds."
37
+
msgstr"اگر *ob* یک شیء سلول (cell) باشد، true را برمیگرداند؛ *ob* نباید ``NULL`` باشد. این تابع همیشه موفق است."
60
38
61
-
msgid""
62
-
"Create and return a new cell object containing the value *ob*. The parameter"
63
-
" may be ``NULL``."
64
-
msgstr""
65
-
"یک شیء سلول جدید حاوی مقدار *ob* ایجاد کنید و آن را برگردانید. این پارامتر "
66
-
"میتواند ``NULL`` باشد."
39
+
msgid"Create and return a new cell object containing the value *ob*. The parameter may be ``NULL``."
40
+
msgstr"یک شیء سلول جدید حاوی مقدار *ob* ایجاد کنید و آن را برگردانید. این پارامتر میتواند ``NULL`` باشد."
67
41
68
-
msgid""
69
-
"Return the contents of the cell *cell*, which can be ``NULL``. If *cell* is "
70
-
"not a cell object, returns ``NULL`` with an exception set."
71
-
msgstr""
72
-
"محتویات سلول *cell* را برمیگرداند که میتواند ``NULL`` باشد. اگر *cell* یک "
73
-
"شیء سلول نباشد، ``NULL`` همراه با یک استثنای تنظیمشده برمیگرداند."
42
+
msgid"Return the contents of the cell *cell*, which can be ``NULL``. If *cell* is not a cell object, returns ``NULL`` with an exception set."
43
+
msgstr"محتویات سلول *cell* را برمیگرداند که میتواند ``NULL`` باشد. اگر *cell* یک شیء سلول نباشد، ``NULL`` همراه با یک استثنای تنظیمشده برمیگرداند."
74
44
75
-
msgid""
76
-
"Return the contents of the cell *cell*, but without checking that *cell* is "
77
-
"non-``NULL`` and a cell object."
78
-
msgstr""
79
-
"محتوای سلول *cell* را بازمیگرداند، اما بدون بررسی اینکه *cell* غیر ``NULL``"
80
-
" و یک شیء سلول باشد."
45
+
msgid"Return the contents of the cell *cell*, but without checking that *cell* is non-``NULL`` and a cell object."
46
+
msgstr"محتوای سلول *cell* را بازمیگرداند، اما بدون بررسی اینکه *cell* غیر ``NULL`` و یک شیء سلول باشد."
81
47
82
-
msgid""
83
-
"Set the contents of the cell object *cell* to *value*. This releases the "
84
-
"reference to any current content of the cell. *value* may be ``NULL``. "
85
-
"*cell* must be non-``NULL``."
86
-
msgstr""
87
-
"محتوای شیء سلول *cell* را بر *value* قرار میدهد. این کار، ارجاع به هر "
88
-
"محتوای فعلی سلول را آزاد میکند. *value* میتواند ``NULL`` باشد. *cell* "
89
-
"باید غیر ``NULL`` باشد."
48
+
msgid"Set the contents of the cell object *cell* to *value*. This releases the reference to any current content of the cell. *value* may be ``NULL``. *cell* must be non-``NULL``."
49
+
msgstr"محتوای شیء سلول *cell* را بر *value* قرار میدهد. این کار، ارجاع به هر محتوای فعلی سلول را آزاد میکند. *value* میتواند ``NULL`` باشد. *cell* باید غیر ``NULL`` باشد."
90
50
91
-
msgid""
92
-
"On success, return ``0``. If *cell* is not a cell object, set an exception "
93
-
"and return ``-1``."
94
-
msgstr""
95
-
"در صورت موفقیت، ``0`` را برمیگرداند. اگر *cell* یک شیء سلول نباشد، یک "
96
-
"استثنا تنظیم کرده و ``-1`` را برمیگرداند."
51
+
msgid"On success, return ``0``. If *cell* is not a cell object, set an exception and return ``-1``."
52
+
msgstr"در صورت موفقیت، ``0`` را برمیگرداند. اگر *cell* یک شیء سلول نباشد، یک استثنا تنظیم کرده و ``-1`` را برمیگرداند."
97
53
98
-
msgid""
99
-
"Sets the value of the cell object *cell* to *value*. No reference counts "
100
-
"are adjusted, and no checks are made for safety; *cell* must be non-``NULL``"
101
-
" and must be a cell object."
102
-
msgstr""
103
-
"مقدار شیء سلول *cell* را روی *value* تنظیم میکند. هیچ شمارش ارجاعی تعدیل "
104
-
"نمیشود و هیچ بررسی ایمنی انجام نمیشود؛ *cell* باید غیر ``NULL`` باشد و "
105
-
"باید یک شیء سلول باشد."
54
+
msgid"Sets the value of the cell object *cell* to *value*. No reference counts are adjusted, and no checks are made for safety; *cell* must be non-``NULL`` and must be a cell object."
55
+
msgstr"مقدار شیء سلول *cell* را روی *value* تنظیم میکند. هیچ شمارش ارجاعی تعدیل نمیشود و هیچ بررسی ایمنی انجام نمیشود؛ *cell* باید غیر ``NULL`` باشد و باید یک شیء سلول باشد."
0 commit comments