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: builtins/index.po
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,36 @@ msgstr ""
20
20
"Content-Transfer-Encoding: 8bit\n"
21
21
22
22
msgid"Python built-ins reference"
23
-
msgstr""
23
+
msgstr"ارجاع توکارهای پایتون"
24
24
25
25
msgid"Python comes with a number of built-in functions and classes."
26
-
msgstr""
26
+
msgstr"پایتون با تعداد زیادی تابع و کلاس توکار ارائه میشود."
27
27
28
-
msgid"The built-in classes include data types that would normally be considered part of the \"core\" of a language, such as numbers and lists. For these types, the Python language core defines the form of literals and places some constraints on their semantics, but does not fully define the semantics."
28
+
msgid""
29
+
"The built-in classes include data types that would normally be considered "
30
+
"part of the \"core\" of a language, such as numbers and lists. For these "
31
+
"types, the Python language core defines the form of literals and places some"
32
+
" constraints on their semantics, but does not fully define the semantics."
29
33
msgstr""
34
+
"کلاسهای توکار شامل انواع دادهای هستند که معمولاً بخشی از «هسته» یک زبان "
35
+
"محسوب میشوند، مانند اعداد و فهرستها. برای این انواع، هسته زبان پایتون شکل"
36
+
" مقادیر لفظی را تعریف میکند و محدودیتهایی بر معناشان میگذارد، اما معناشان"
37
+
" را به طور کامل تعریف نمیکند."
30
38
31
-
msgid"The built-ins also include functions and exceptions --- objects that can be used by all Python code without the need of an :keyword:`import` statement. Some of these are defined by the core language, but many are not essential for the core semantics and are only described here."
39
+
msgid""
40
+
"The built-ins also include functions and exceptions --- objects that can be "
41
+
"used by all Python code without the need of an :keyword:`import` statement. "
42
+
"Some of these are defined by the core language, but many are not essential "
43
+
"for the core semantics and are only described here."
32
44
msgstr""
45
+
"توکارها همچنین شامل توابع و استثناها --- اشیاءای که میتوانند توسط تمام "
46
+
"کدهای پایتون بدون نیاز به دستور :keyword:`import` استفاده شوند --- میباشند."
47
+
" برخی از اینها توسط زبان هسته تعریف شدهاند، اما بسیاری برای معنای هسته "
48
+
"ضروری نیستند و فقط در اینجا توصیف شدهاند."
33
49
34
-
msgid"In addition to the built-ins, Python provides an extensive importable standard library, see :ref:`library-index`."
50
+
msgid""
51
+
"In addition to the built-ins, Python provides an extensive importable "
52
+
"standard library, see :ref:`library-index`."
35
53
msgstr""
54
+
"علاوه بر توکارها، پایتون یک کتابخانه استاندارد گسترده و قابلوارد کردن فراهم"
0 commit comments